diff --git a/Linux-Simplify-__opensock-and-fix-race-condition-BZ-.patch b/Linux-Simplify-__opensock-and-fix-race-condition-BZ-.patch index b7cbeef7cd7b54c930ca24e7a6a5d131def37f9f..44e9b89e2fb54546d596361ca554ffb08f13daf0 100644 --- a/Linux-Simplify-__opensock-and-fix-race-condition-BZ-.patch +++ b/Linux-Simplify-__opensock-and-fix-race-condition-BZ-.patch @@ -237,5 +237,5 @@ index f099d651ff..0000000000 -#define NEED_AF_IUCV 1 -#include "../opensock.c" -- -2.27.0 +2.25.1 diff --git a/glibc.spec b/glibc.spec index ee69464248e8ad57d5bab5869a216869ab10726a..b3912fe03daed63f3c3f67380058fcb6032afa54 100644 --- a/glibc.spec +++ b/glibc.spec @@ -65,7 +65,7 @@ ############################################################################## Name: glibc Version: 2.34 -Release: 34 +Release: 35 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -142,6 +142,7 @@ Patch55: support-Add-support_open_dev_null_range.patch Patch56: Use-support_open_dev_null_range-io-tst-closefrom-mis.patch Patch57: Fix-failing-nss-tst-nss-files-hosts-long-with-local-.patch Patch58: nptl-Add-one-more-barrier-to-nptl-tst-create1.patch +Patch59: Linux-Simplify-__opensock-and-fix-race-condition-BZ-.patch Patch9000: turn-default-value-of-x86_rep_stosb_threshold_form_2K_to_1M.patch Patch9001: delete-no-hard-link-to-avoid-all_language-package-to.patch @@ -1338,6 +1339,9 @@ fi %endif %changelog +* Tue Dec 23 2021 liusirui - 2.34-35 +- Simplify __opensock and fix race condition [BZ #28353] + * Tue Dec 21 2021 Qingqing Li - 2.34-34 - tst: fix failing nss/tst-nss-files-hosts-long with local resolver use support_open_dev_null_range io/tst-closefrom, mise/tst-close_range, and posix/tst-spawn5(BZ#28260)