SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for glibc-langpack-hr-2.29-29.fc30.x86_64.rpm :

* Tue Mar 24 2020 Patsy Franklin - 2.29-29- Auto-sync with upstream branch release/2.29/master, commit a318448f7aca169f7795d9d300c525d96f914af0.- Fix array overflow in backtrace on PowerPC (bug 25423)- Fix use-after-free in glob when expanding ~user (bug 25414)- math/test-sinl-pseudo: Use stack protector only if available- Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).- riscv: Do not use __has_include__
* Tue Jan 21 2020 Florian Weimer - 2.29-28- Auto-sync with upstream branch release/2.29/master, commit ea6f2c3174232ca7f66ab1524f0d5fedc7b26f23:- : Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang (swbz#25232)- x86: Assume --enable-cet if GCC defaults to CET (swbz#25225)- libio: Disable vtable validation for pre-2.1 interposed handles (swbz#25203)- CVE-2019-19126: LD_PREFER_MAP_32BIT_EXEC not ignored for SUID programs (#1774682)
* Wed Dec 04 2019 Arjun Shankar - 2.29-27- Rebuild to fix corrupt annobin data in crti.o and crtn.o [BZ# 1779399]
* Tue Nov 19 2019 Arjun Shankar - 2.29-26- Auto-sync with upstream branch release/2.29/master, commit 845278f2c6f93b1bb72c1e61529785740ea05f62:- Update Alpha libm-test-ulps- Improve performance of strstr- Improve performance of memmem- alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986]- Fix RISC-V vfork build with Linux 5.3 kernel headers.- Call _dl_open_check after relocation [BZ #24259]- support: Export bindir path on support_path- nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]- elf: Refuse to dlopen PIE objects [BZ #24323]- mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernels- Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]- Fix assertion in malloc.c:tcache_get.- Small tcache improvements- malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]- malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]- Add glibc.malloc.mxfast tunable- malloc: Various cleanups for malloc/tst-mxfast- Base max_fast on alignment, not width, of bins (Bug 24903)- Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]
* Tue Oct 29 2019 Patsy Griffin - 2.29-25- Implement --preload option for the dynamic linker.(#1747453)
* Mon Oct 28 2019 Patsy Griffin - 2.29-24- Remove codecvt vtable. (#1764241)
* Mon Sep 30 2019 Florian Weimer - 2.29-23- Set the expects flags to clock_nanosleep (#1473680)
* Wed Sep 04 2019 Florian Weimer - 2.29-22- Avoid relocation-dependent IFUNC resolvers in librt (swbz#24959, #1473680)
* Tue Sep 03 2019 Florian Weimer - 2.29-21- ld.so: Support moving versioned symbols between sonames (swbz#24741)- malloc: Add nptl, htl dependency for the subdirectory (swbz#24757)- nptl: Remove vfork IFUNC-based forwarder from libpthread (swbz#20188)
* Tue Sep 03 2019 Florian Weimer - 2.29-20- Filter \"ignore\" autofs mount entries in getmntnt (#1748279)
* Tue Sep 03 2019 Florian Weimer - 2.29-19- Auto-sync with upstream branch release/2.29/master, commit 6d8eaf4a25c09256b53efe57d3f77f2f0bd77ede:- aarch64: handle STO_AARCH64_VARIANT_PCS- aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCS- io: Remove copy_file_range emulation (#1724976)
* Fri Jun 21 2019 Florian Weimer - 2.29-18- Avoid ABI exposure of the NSS service_user type (#1722832)
* Fri Jun 21 2019 Florian Weimer - 2.29-17- Auto-sync with upstream branch release/2.29/master, commit 34fb5f61d3c3f4b8fc616ea259fa19168b58ecd4:- During exit, skip wide buffer handling for legacy stdio handles (#1722216)
* Mon Jun 17 2019 Florian Weimer - 2.29-16- Address conflict between and (#1721129)
* Thu Jun 06 2019 Florian Weimer - 2.29-15- locale: Add LOCPATH diagnostics (#1717492)
* Wed Jun 05 2019 Florian Weimer - 2.29-14- Delete /usr/lib/locale/locale-archive only on uninstall (#1717367)- Do not mark /usr/lib/locale/locale-archive as a configuration file because it is always automatically overwritten by build-locale-archive.
* Wed Jun 05 2019 Florian Weimer - 2.29-13- Fix --without benchtests builds.- Auto-sync with upstream branch release/2.29/master, commit 2ec0b166bf04e22bb6921a08bb1a1131b57889a1:- Use a proper C tokenizer to implement the obsolete typedefs test- malloc: Fix warnings in tests with GCC- Fix tcache count maximum (swbz#24531)- dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) (swbz#24476)- Fix crash in _IO_wfile_sync (#1710460)
* Thu May 02 2019 Arjun Shankar - 2.29-12- Auto-sync with upstream branch release/2.29/master, commit 52b7cd6e9a701bb203023d56e84551943dc6a4c0:- malloc: Check for large bin list corruption when inserting unsorted chunk (swbz#24216)
* Fri Apr 26 2019 Florian Weimer - 2.29-11- Auto-sync with upstream branch release/2.29/master, commit eaea1dfbe95a31c29adc259100569962cddb6f19:- Fix pldd hang (#1361689)- malloc: Set and reset all hooks for tracing (swbz#16573)
* Fri Apr 26 2019 Florian Weimer - 2.29-10- Increase BIND_NOW coverage (#1702671)
* Wed Apr 03 2019 Arjun Shankar - 2.29-9- Auto-sync with upstream branch release/2.29/master, commit 0941350c20a52447e53c5169354408e3db591f73:- Fix output of LD_SHOW_AUXV=1- regex: fix read overrun [BZ #24114]- Record CVE-2019-9169 in NEWS and ChangeLog [BZ #24114]- S390: Mark vx and vxe as important hwcap- ja_JP: Change the offset for Taisho gan-nen from 2 to 1 [BZ #24162]- ja_JP locale: Add entry for the new Japanese era [BZ #22964]
* Tue Feb 19 2019 Florian Weimer - 2.29-8- Drop glibc-rh1674280.patch. Different fix applied upstream. (#1674280)- Auto-sync with upstream branch release/2.29/master, commit 067fc32968b601493f4b247a3ac00caeea3f3d61:- nptl: Fix invalid Systemtap probe in pthread_join (#1674280)
* Mon Feb 11 2019 Florian Weimer - 2.29-7- Hotfix for invalid Systemtap probe in pthread_join (#1674280)
* Mon Feb 11 2019 Florian Weimer - 2.29-6- Remove LRA bug on POWER workaround, fixed in gcc-9.0.1-0.4.fc30 (#1673018)
* Mon Feb 11 2019 Florian Weimer - 2.29-5- Auto-sync with upstream branch release/2.29/master, commit c096b008d2671028c21ac8cf01f18a2083e73c44:- nptl: Avoid fork handler lock for async-signal-safe fork (swbz#24161)- nptl: Add compiler barriers in pthread_mutex_trylock (swbz#24180)
* Thu Feb 07 2019 Florian Weimer - 2.29-4- Work around LRA hang on ppc64le (#1673018)
* Wed Feb 06 2019 Florian Weimer - 2.29-3- Auto-sync with upstream branch release/2.29/master, commit 2de15ac95713a238dc258eb8977ecdfca811fc19:- arm: Use \"nr\" constraint for Systemtap probes (#1196181)
* Fri Feb 01 2019 Florian Weimer - 2.29-2- Eliminate %glibcrelease macro.- Switch to regular Release: pattern.
* Thu Jan 31 2019 Carlos O\'Donell - 2.29-1- Auto-sync with upstream branch release/2.29/master, commit 86013ef5cea322b8f4b9c22f230c22cce369e947.- nptl: Fix pthread_rwlock_try
*lock stalls (swbz#23844)
* Thu Jan 31 2019 Fedora Release Engineering - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Jan 28 2019 DJ Delorie - 2.28.9000-37- Auto-sync with upstream branch master, commit e1e47c912a8e557508362715f7468091def3ec4f.- Update translations.
* Mon Jan 28 2019 Florian Weimer - 2.28.9000-36- resolv: Enable full ICMP error reporting in stub resolver (#1670028)
* Mon Jan 28 2019 Florian Weimer - 2.28.9000-35- Remove obsolete scriptlets
* Fri Jan 25 2019 Florian Weimer - 2.28.9000-34- Auto-sync with upstream branch master, commit 83e6b59625f45db1eee93e5684091f740c52a083:- elf: Revert LD_AUDIT fix for modules with invalid version (swbz#24122)- strftime: Pass the additional flags from \"%EY\" to \"%Ey\" (swbz#24096)- strftime: Set the default width of \"%Ey\" to 2 (swbz#23758)
* Thu Jan 24 2019 Florian Weimer - 2.28.9000-33- Auto-sync with upstream branch master, commit 3367acdb344a1d7fcf8f53748d301d652c8911dd:- elf: Fix LD_AUDIT for modules with invalid version (swbz#24122)- CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings (#1331390)- resolv: Do not send queries for non-host-names in nss_dns (swbz#24112)- malloc: Revert fastbins to old-style atomics
* Wed Jan 23 2019 Florian Weimer - 2.28.9000-32- Use assembler to produce annobin notes for nonshared libraries (#1668822)
* Wed Jan 16 2019 Carlos O\'Donell - 2.28.9000-31- Auto-sync with upstream branch master, commit 008b598e2a495024f9777006716cfd8668f3db33.- x86-64: Optimize strcat/strncat, strcpy/strncpy and stpcpy/stpncpy with AVX2- powerpc: Fix VSCR position in ucontext (swbz#24088)- AArch64: Add ifunc support for Ares- soft-fp: Properly check _FP_W_TYPE_SIZE (swbz#24066)
* Thu Jan 10 2019 Florian Weimer - 2.28.9000-30- Inherit -march=haswell flag from redhat-rpm-config
* Mon Jan 07 2019 Arjun Shankar - 2.28.9000-29- Auto-sync with upstream branch master, commit 2ef427168818ce04b03cecb7b739f9db0156e3e4.- Require GCC 5 or later to build glibc (swbz#23993)- Only build libm with -fno-math-errno (swbz#24024)- sysdeps/ieee754: prevent maybe-uninitialized errors with -O (swbz#19444)- Multiple locales: Use the correct 12-hour time formats (swbz#10496)- sq_AL: Use the correct date and time formats (swbz#10496, swbz#23724)- en_US: define date_fmt (swbz#24046)- Remove executable bit from localedata/locales/bi_VU (swbz#23995)- malloc: Always call memcpy in _int_realloc (swbz#24027)- ARM: fix kernel assisted atomics with GCC 8 (swbz#24034)- S390: Unify 31/64bit mem{set,cmp,cpy,pcpy}, bzero with ifunc handling- S390: Refactor ifunc handling for several str
* and wc
* functions- posix: Clear close-on-exec for posix_spawn adddup2 (swbz#23640)- termios: Define TIOCSER_TEMT with __USE_MISC (swbz#17783)- termios: Consolidate Baud Rate Selection definitions (swbz#23783)- Y2038: add __{localtime64,gmttime64,ctime64}[_r] functions- Y2038: make __difftime compatible with 64-bit time
* Mon Dec 17 2018 DJ Delorie - 2.28.9000-28- Auto-sync with upstream branch master, commit 6bbfc5c09fc5b5e3d4a0cddbbd4e2e457767dae7.- Add statx conditionals for wordsize-32
*xstat.c- regex: fix storage-exhaustion error (swbz#18040)- regex: fix heap-use-after-free error (swbz#18040)- manual: Document thread/task IDs for Linux
* Thu Dec 13 2018 Carlos O\'Donell - 2.28.9000-27- Auto-sync with upstream branch master, commit ade8b817fead73b302d08c88cd44ea2ea56793d4.- powerpc: missing CFI register information in __mpn_
* functions (swbz#23614)- rdlock stalls indefinitely on an unlocked pthread rwlock (swbz#23861)
* Tue Dec 11 2018 Carlos O\'Donell - 2.28.9000-26- Auto-sync with upstream branch master, commit 505b5b292293a5d6bd4046a6bc7f8c2381a33da4.- Fix powf overflow handling in non-nearest rounding mode (swbz#23961)- test-container: move postclean outside of namespace changes (swbz#23948)- Enable VDSO for static linking on mips (swbz#19767)
* Mon Dec 10 2018 Florian Weimer - 2.28.9000-25- Auto-sync with upstream branch master, commit 8d20a2f414fa52aceef8a0e3675415df54a840db:- compat getdents64: Use correct offset for retry (swbz#23972)- x86: Fix static analysis warning in tst-cet-property-2 (swbz#23490)- malloc: Add another test for tcache double free check (swbz#23907)- getcpu: New system call wrapper- posix_spawn_file_actions_addfchdir_np: New function (swbz#17405)- Preparations for the IBM long double transition- Preparations for 64-bit time_t on 32-bit architectures- Enable VDSO for static linking on arm (swbz#19767)
* Mon Dec 03 2018 Florian Weimer - 2.28.9000-24- Auto-sync with upstream branch master, commit 7b36d26b22d147ffc347f427f9fd584700578a94:- CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name (#1654000)- Mutex: Add pthread mutex tunables- stdlib: assert on NULL function pointer in atexit etc. (swbz#20544)- Enable VDSO on i386 statically linked programs- posix: Use posix_spawn on system- posix: Use posix_spawn on popen (swbz#17490, swbz#22834)- Fix _dl_profile_fixup data-dependency issue (swbz#23690)- Enable VDSO for static linking on aarch64
* Thu Nov 29 2018 Carlos O\'Donell - 2.28.9000-23- Move requirement on libgcc from glibc-devel to glibc (#1352973)
* Tue Nov 27 2018 Carlos O\'Donell - 2.28.9000-22- Add requires on explicit glibc version for glibc-nss-devel (#1651260)
* Tue Nov 27 2018 Arjun Shankar - 2.28.9000-21- Drop glibc-rh1652495.patch. Applied upstream. (#1652495)- Auto-sync with upstream branch master, commit ce035c6e909ad20ef2fe13c92eab4e69f6495b61.
* Mon Nov 26 2018 Florian Weimer - 2.28.9000-20- Do not use parallel make for building locales (#1652228)
* Thu Nov 22 2018 Florian Weimer - 2.28.9000-19- malloc: Revert tcache double-free check (#1652495)
* Tue Nov 20 2018 DJ Delorie - 2.28.9000-18- Auto-sync with upstream branch master, commit bcdaad21d4635931d1bd3b54a7894276925d081d.- malloc: tcache double free check- [AArch64] Adjust writeback in non-zero memset- Update config.guess and config.sub to current versions.- support: Print timestamps in timeout handler- Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.
* Fri Nov 16 2018 Florian Weimer - 2.28.9000-17- Auto-sync with upstream branch master, commit 346ef23f197a0c8ba807c344bd39101b711050ee.
* Fri Nov 09 2018 Florian Weimer - 2.28.9000-16- Auto-sync with upstream branch master, commit 43257c335ad6b9e05fb882975e1776ff763164ee:- Disable CET for binaries created by older link editors (#1648297)
* Wed Nov 07 2018 Florian Weimer - 2.28.9000-15- Auto-sync with upstream branch master, commit 00c86a37d1b63044e3169d1f2ebec23447c73f79.
* Wed Nov 07 2018 Florian Weimer - 2.28.9000-14- Auto-sync with upstream branch master, commit 1df872fd74f730bcae3df201a229195445d2e18a:- libanl: Fix crash if first helper thread creation failed (#1646381)
* Thu Nov 01 2018 Mike FABIAN - 2.28.9000-13- Include Esperanto (eo) in glibc-all-langpacks (#1643756)
* Mon Oct 29 2018 DJ Delorie - 2.28.9000-12- Auto-sync with upstream branch master, commit c6982f7efc1c70fe2d6160a87ee44d871ac85ab0.
* Fri Oct 26 2018 Arjun Shankar - 2.28.9000-11- Auto-sync with upstream branch master, commit fe61f17cfc18f17befca3280e828bb40e8c772b0.
* Wed Oct 24 2018 Florian Weimer - 2.28.9000-10- Auto-sync with upstream branch master, commit a27a4f4721837a5fb36ace833764b06a64c5af1c.
* Thu Oct 18 2018 Florian Weimer - 2.28.9000-9- Auto-sync with upstream branch master, commit 72771e53753647111d31c5c4bf43d8901e6baf7e.
* Thu Sep 27 2018 Florian Weimer - 2.28.9000-8- Auto-sync with upstream branch master, commit f841c97e515a1673485a2b12b3c280073d737890:- stdlib/tst-setcontext9 test suite failure on ppc64le (#1623519)
* Thu Sep 20 2018 Florian Weimer - 2.28.9000-7- Auto-sync with upstream branch master, commit db9a8ad4ff3fc58e3773a9a4d0cabe3c1bc9c94c:- gethostid: Missing NULL check for gethostbyname_r result (#1631338)- stdlib/tst-setcontext9 test suite failure (#1623519)
* Wed Sep 05 2018 Florian Weimer - 2.28.9000-6- Add python3-devel build dependency for downstream benefit
* Wed Sep 05 2018 Carlos O\'Donell - 2.28.9000-5- Provide compatibility support for linking against libpthread_nonshared.a (#1625507)
* Wed Aug 29 2018 Florian Weimer - 2.28.9000-4- Remove workaround for valgrind bug (#1600034)
* Wed Aug 29 2018 Florian Weimer - 2.28.9000-3- Auto-sync with upstream branch master, commit ff6b24501f70da7d6375d6f5929262b9509db39e.
* Mon Aug 27 2018 Florian Weimer - 2.28.9000-2- Auto-sync with upstream branch master, commit 99ea93ca31795469d2a1f1570f17a5c39c2eb7e2:- nptl: Fix waiters-after-spinning case in pthread_cond_broadcast (#1622669)- regex: Fix memory corruption when pattern and input contain NUL (#1622674)
* Tue Aug 21 2018 Carlos O\'Donell - 2.28.9000-1- Drop glibc-asflags.patch. Applied upstream.- Drop glibc-rh1614705.patch. Applied upstream.- Drop glibc-with-nonshared-cflags.patch. Applied upstream.- Auto-sync with upstream branch master, commit aa42b3dbcb0326badf377fec2c7fb2f34fdabecd.
* Mon Aug 13 2018 Carlos O\'Donell - 2.28-5- Remove abort() warning in manual (#1615608)
* Fri Aug 10 2018 Florian Weimer - 2.28-4- Fix regression in readdir64AATTGLIBC_2.1 compat symbol (#1614705)
* Thu Aug 02 2018 Florian Weimer - 2.28-3- Log /proc/sysinfo if available (on s390x)
* Thu Aug 02 2018 Florian Weimer - 2.28-2- Honor %{valgrind_arches}
* Wed Aug 01 2018 Florian Weimer - 2.27.9000-43- Update to glibc 2.28 release tarball:- Translation updates- x86/CET: Fix property note parser (swbz#23467)- x86: Add tst-get-cpu-features-static to $(tests) (swbz#23458)
* Mon Jul 30 2018 Florian Weimer - 2.27.9000-42- Auto-sync with upstream branch master, commit af86087f02a5522d8801a11d8381e04f95e33162:- x86/CET: Don\'t parse beyond the note end- Fix Linux fcntl OFD locks tests on unsupported kernels- x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs (swbz#23459)- x86: Correct index_cpu_LZCNT (swbz#23456)- Fix string/tst-xbzero-opt if build with gcc head
* Thu Jul 26 2018 Florian Weimer - 2.27.9000-41- Build with --enable-cet on x86_64, i686- Auto-sync with upstream branch master, commit cfba5dbb10cc3abde632b46c60c10b2843917035:- Keep expected behaviour for [a-z] and [A-z] (#1607286)- Additional ucontext tests- Intel CET enhancements- ISO C11 threads support- Fix out-of-bounds access in IBM-1390 converter (swbz#23448)- New locale Yakut (Sakha) for Russia (sah_RU) (swbz#22241)- os_RU: Add alternative month names (swbz#23140)- powerpc64: Always restore TOC on longjmp (swbz#21895)- dsb_DE locale: Fix syntax error and add tests (swbz#23208)- Improve performance of the generic strstr implementation- regcomp: Fix off-by-one bug in build_equiv_class (swbz#23396)- Fix out of bounds access in findidxwc (swbz#23442)
* Fri Jul 13 2018 Carlos O\'Donell - 2.27.9000-40- Fix file list for glibc RPM packaging (#1601011).
* Wed Jul 11 2018 Florian Weimer - 2.27.9000-39- Add POWER9 multilib (downstream only)
* Wed Jul 11 2018 Florian Weimer - 2.27.9000-38- Auto-sync with upstream branch master, commit 93304f5f7a32f73b551266c5a181db51d97a71e4:- Install header- Put the correct Unicode version number 11.0.0 into the generated files
* Wed Jul 11 2018 Florian Weimer - 2.27.9000-37- Work around valgrind issue on i686 (#1600034)
* Tue Jul 10 2018 Florian Weimer - 2.27.9000-36- Auto-sync with upstream branch master, commit fd70af45528d59a00eb3190ef6706cb299488fcd:- Add the statx function- regexec: Fix off-by-one bug in weight comparison (#1582229)- nss_files: Fix re-reading of long lines (swbz#18991)- aarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANT- aarch64: Remove HWCAP_CPUID from HWCAP_IMPORTANT- conform/conformtest.pl: Escape literal braces in regular expressions- x86: Use AVX_Fast_Unaligned_Load from Zen onwards.
* Fri Jul 06 2018 Florian Weimer - 2.27.9000-35- Remove ppc64 multilibs
* Fri Jul 06 2018 Florian Weimer - 2.27.9000-34- Auto-sync with upstream branch master, commit 3a885c1f51b18852869a91cf59a1b39da1595c7a.
* Thu Jul 05 2018 Florian Weimer - 2.27.9000-33- Enable build flags inheritance for nonshared flags
* Wed Jul 04 2018 Florian Weimer - 2.27.9000-32- Add annobin annotations to assembler code (#1548438)
* Wed Jul 04 2018 Florian Weimer - 2.27.9000-31- Enable -D_FORTIFY_SOURCE=2 for nonshared code
* Mon Jul 02 2018 Florian Weimer - 2.27.9000-30- Auto-sync with upstream branch master, commit b7b88cea4151d85eafd7ababc2e4b7ae1daeedf5:- New locale: dsb_DE (Lower Sorbian)
* Fri Jun 29 2018 Florian Weimer - 2.27.9000-29- Drop glibc-deprecate_libcrypt.patch. Variant applied upstream. (#1566464)- Drop glibc-linux-timespec-header-compat.patch. Upstreamed.- Auto-sync with upstream branch master, commit e69d994a63afc2d367f286a2a7df28cbf710f0fe.
* Thu Jun 28 2018 Florian Weimer - 2.27.9000-28- Drop glibc-rh1315108.patch. extend_alloca was removed upstream. (#1315108)- Auto-sync with upstream branch master, commit c49e18222e4c40f21586dabced8a49732d946917.
* Thu Jun 21 2018 Florian Weimer - 2.27.9000-27- Compatibility fix for and
* Thu Jun 21 2018 Florian Weimer - 2.27.9000-26- Auto-sync with upstream branch master, commit f496b28e61d0342f579bf794c71b80e9c7d0b1b5.
* Mon Jun 18 2018 Florian Weimer - 2.27.9000-25- Auto-sync with upstream branch master, commit f2857da7cdb65bfad75ee30981f5b2fde5bbb1dc.
* Mon Jun 18 2018 Florian Weimer - 2.27.9000-24- Auto-sync with upstream branch master, commit 14beef7575099f6373f9a45b4656f1e3675f7372:- iconv: Make IBM273 equivalent to ISO-8859-1 (#1592270)
* Mon Jun 18 2018 Florian Weimer - 2.27.9000-23- Inherit the -msse2 build flag as well (#1592212)
* Fri Jun 01 2018 Florian Weimer - 2.27.9000-22- Modernise nsswitch.conf defaults (#1581809)- Adjust build flags inheritence from redhat-rpm-config- Auto-sync with upstream branch master, commit 104502102c6fa322515ba0bb3c95c05c3185da7a.
* Fri May 25 2018 Florian Weimer - 2.27.9000-21- Auto-sync with upstream branch master, commit c1dc1e1b34873db79dfbfa8f2f0a2abbe28c0514.
* Wed May 23 2018 Florian Weimer - 2.27.9000-20- Auto-sync with upstream branch master, commit 7f9f1ecb710eac4d65bb02785ddf288cac098323:- CVE-2018-11237: Buffer overflow in __mempcpy_avx512_no_vzeroupper (#1581275)- Drop glibc-rh1452750-allocate_once.patch, glibc-rh1452750-libidn2.patch. Applied upstream.
* Wed May 23 2018 Florian Weimer - 2.27.9000-19- Auto-sync with upstream branch master, commit 8f145c77123a565b816f918969e0e35ee5b89153.
* Thu May 17 2018 Florian Weimer - 2.27.9000-18- Do not run telinit u on upgrades (#1579225)- Auto-sync with upstream branch master, commit 632a6cbe44cdd41dba7242887992cdca7b42922a.
* Fri May 11 2018 Florian Weimer - 2.27.9000-17- Avoid exporting some Sun RPC symbols with default versions (#1577210)- Inherit the -mstackrealign flag if it is set- Inherit compiler flags in the original order- Auto-sync with upstream branch master, commit 89aacb513eb77549a29df2638913a0f8178cf3f5:- CVE-2018-11236: realpath: Fix path length overflow (#1581270, swbz#22786)
* Fri May 11 2018 Florian Weimer - 2.27.9000-16- Use /usr/bin/python3 for benchmarks scripts (#1577223)
* Thu Apr 19 2018 Florian Weimer - 2.27.9000-15- Auto-sync with upstream branch master, commit 0085be1415a38b40a5a1a12e49368498f1687380.
* Mon Apr 09 2018 Florian Weimer - 2.27.9000-14- Auto-sync with upstream branch master, commit 583a27d525ae189bdfaa6784021b92a9a1dae12e.
* Thu Mar 29 2018 Florian Weimer - 2.27.9000-13- Auto-sync with upstream branch master, commit d39c0a459ef32a41daac4840859bf304d931adab:- CVE-2017-18269: memory corruption in i386 memmove (#1580934)
 
ICM