Florian Weimer
304fcdff50
Add release-independent .gitignore file
2018-08-01 10:54:37 +02:00
Florian Weimer
56a02fe6e3
Auto-sync with upstream branch master
...
Upstream 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
2018-07-31 08:25:51 +02:00
Florian Weimer
a4a5659439
Auto-sync with upstream branch master
...
Upstream 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)
2018-07-26 11:59:33 +02:00
Florian Weimer
ad93166294
Add Provides: bundled(gnulib)
2018-07-23 14:23:36 +02:00
Carlos O'Donell
092cf93daa
Resolves : #1601011
...
- Fix file list for glibc RPM packaging (#1601011 ).
2018-07-13 16:10:09 -04:00
Carlos O'Donell
6f4d10f912
Restructure package and subpackage file list generation.
...
The file list geneation for the main package and subpackages was
unorganized and poorly structured. With this commit we change this
in three siginifcant ways:
* All file lists are built independent of each other from a master
list of files e.g. rpm.list. This is the important cleanup.
* All files are installed into %{glibc_sysroot}, which defaults
to $RPM_BUILD_ROOT. This supports future experimentation with
alternate glibc installs via this new variable.
* Redundant code is removed which is no longer required, like the
debuginfo list de-duplication; simplifying the install process.
The changes were tested by carrying out a file-by-file comparison
to ensure no file changed packages or installed location after
the patch.
2018-07-12 14:36:33 -04:00
Carlos O'Donell
e4aafbc505
Reorganize %install phase.
...
The %install phase is reorganized into 3 distinct phases, the
first phase where files are modified, a second phase where file
lists are generated, and a final phase where files are only
removed based on list information.
This cleanup makes it very clear when we are done installing
files, and therefore creates a place where we can put ABI
instrumentation to compare the resulting ABI before stripping
and debuginfo generation.
No ABI instrumentation is added by this patch, and before-and-after
testing verifies the %install phase remains functionally the same.
2018-07-12 14:35:19 -04:00
Florian Weimer
559f435759
Fix typo in comment
2018-07-11 21:32:56 +02:00
Florian Weimer
3bef91d75e
Add POWER9 multilib (downstream only)
2018-07-11 15:54:24 +02:00
Florian Weimer
e75713e5c1
Fix typo in LDFLAGS-rtld setting ( #1600034 )
2018-07-11 13:21:42 +02:00
Florian Weimer
6404b25896
Auto-sync with upstream branch master
...
Upstream commit: 93304f5f7a32f73b551266c5a181db51d97a71e4
- Install <bits/statx.h> header
- Put the correct Unicode version number 11.0.0 into the generated files
2018-07-11 11:50:51 +02:00
Florian Weimer
6a43999c13
Work around valgrind issue on i686 ( #1600034 )
2018-07-11 11:50:02 +02:00
Florian Weimer
28cb5d31fc
Auto-sync with upstream branch master
...
Upstream 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.
2018-07-10 17:18:22 +02:00
Florian Weimer
126ab296ea
Remove ppc64 multilibs
2018-07-06 11:43:53 +02:00
Florian Weimer
589518d1c8
Auto-sync with upstream branch master
...
Upstream commit: 3a885c1f51b18852869a91cf59a1b39da1595c7a
2018-07-06 10:53:36 +02:00
Florian Weimer
04e38e02b7
Enable build flags inheritance for nonshared flags
2018-07-05 12:45:22 +02:00
Florian Weimer
8a71833984
Add annobin annotations to assembler code ( #1548438 )
2018-07-04 16:35:00 +02:00
Florian Weimer
43a21403fe
Update License tag
2018-07-04 13:02:15 +02:00
Florian Weimer
a50cd9a587
Enable -D_FORTIFY_SOURCE=2 for nonshared code
2018-07-04 11:56:29 +02:00
Florian Weimer
2074a352da
Add changelog reference to bug #1566464
2018-07-04 11:50:24 +02:00
Florian Weimer
4adfefae5a
Inherit additional build flags
2018-07-04 10:48:07 +02:00
Florian Weimer
145da19e2e
Auto-sync with upstream branch master
...
Upstream commit: b7b88cea4151d85eafd7ababc2e4b7ae1daeedf5
2018-07-02 22:56:52 +02:00
Florian Weimer
58f5912619
Auto-sync with upstream branch master
...
Upstream commit: e69d994a63afc2d367f286a2a7df28cbf710f0fe
2018-07-02 22:56:52 +02:00
Florian Weimer
c8098b86f8
Auto-sync with upstream branch master
...
Upstream commit: c49e18222e4c40f21586dabced8a49732d946917
2018-06-28 10:28:29 +02:00
Florian Weimer
a6144b701a
Compatibility fix for <sys/stat.h> and <linux/time.h>
2018-06-21 08:25:16 +02:00
Florian Weimer
4343a2408a
Auto-sync with upstream branch master
...
Upstream commit: f496b28e61d0342f579bf794c71b80e9c7d0b1b5
2018-06-21 08:23:20 +02:00
Florian Weimer
2b743b9fd1
Auto-sync with upstream branch master
...
Upstream commit: f2857da7cdb65bfad75ee30981f5b2fde5bbb1dc
2018-06-18 21:25:46 +02:00
Florian Weimer
9007def666
Add CVE-2018-11236 reference
2018-06-18 14:58:14 +02:00
Florian Weimer
4283de10b6
Auto-sync with upstream branch master
...
Upstream commit: 14beef7575099f6373f9a45b4656f1e3675f7372
- iconv: Make IBM273 equivalent to ISO-8859-1 (#1592270 )
2018-06-18 13:02:53 +02:00
Florian Weimer
84981f566e
Inherit the -msse2 build flag as well ( #1592212 )
2018-06-18 11:51:52 +02:00
Carlos O'Donell
e4a1cf14e0
Update gen-quilt-series.sh for new %autosetup.
2018-06-04 22:30:43 -04:00
Florian Weimer
94a7268e0b
Auto-sync with upstream branch master
...
Upstream commit:104502102c6fa322515ba0bb3c95c05c3185da7a
2018-06-01 14:07:34 +02:00
Florian Weimer
9f8b04ee49
Adjust build flags inheritence from redhat-rpm-config
2018-06-01 12:10:16 +02:00
Florian Weimer
a747c093bb
Modernise nsswitch.conf defaults ( #1581809 )
2018-06-01 12:05:26 +02:00
Florian Weimer
f21f7f7c7f
Auto-sync with upstream branch master
...
Upstream commit: c1dc1e1b34873db79dfbfa8f2f0a2abbe28c0514
2018-05-25 11:40:12 +02:00
Florian Weimer
13e87ddfb5
Add CVE-2018-11237 reference
2018-05-23 21:38:06 +02:00
Florian Weimer
bfa9f404d2
Auto-sync with upstream branch master
...
Upstream commit: 7f9f1ecb710eac4d65bb02785ddf288cac098323
- Drop glibc-rh1452750-allocate_once.patch,
glibc-rh1452750-libidn2.patch. Applied upstream.
2018-05-23 15:37:05 +02:00
Florian Weimer
7e87eb005e
Auto-sync with upstream branch master
...
Upstream commit: 8f145c77123a565b816f918969e0e35ee5b89153
2018-05-23 09:21:21 +02:00
Florian Weimer
57b8f5c277
Add CVE-2017-18269 reference
2018-05-23 09:15:03 +02:00
Carlos O'Donell
c9ce3549e4
Add notes about nss_db and past F16 transition.
2018-05-22 12:30:32 -04:00
Florian Weimer
0e59699b4c
Auto-sync with upstream branch master
...
Upstream commit: 632a6cbe44cdd41dba7242887992cdca7b42922a
2018-05-17 10:35:47 +02:00
Florian Weimer
8ed5487f77
Do not run telinit u on upgrades ( #1579225 )
2018-05-17 10:31:38 +02:00
Florian Weimer
189f35b396
Remove sshd restart from glibc_post_upgrade
...
/etc/rc.d/init.d/sshd no longer exists in Fedora, so the code never
runs.
2018-05-16 14:55:29 +02:00
Florian Weimer
890019ecf2
Inherit compiler flags in the original order
2018-05-11 16:12:33 +02:00
Florian Weimer
2fcfa6890c
Inherit the -mstackrealign flag if it is set
2018-05-11 16:04:30 +02:00
Florian Weimer
d591927700
Auto-sync with upstream branch master
...
Upstream commit: 89aacb513eb77549a29df2638913a0f8178cf3f5
- Avoid exporting some Sun RPC symbols with default versions (#1577210 )
2018-05-11 16:02:06 +02:00
Florian Weimer
71cb283b66
Use /usr/bin/python3 for benchmarks scripts ( #1577223 )
2018-05-11 15:56:01 +02:00
Florian Weimer
c491e21bc7
Revert "Add annobin annotations to assembler code ( #1548438 )"
...
CFLAGS is not generally used when calling assembler, and this eventually
exposes a design issue in the annobin notes handling; see bug 1576362.
This reverts commit 7c1047805b
.
2018-05-09 11:26:57 +02:00
Florian Weimer
7c1047805b
Add annobin annotations to assembler code ( #1548438 )
2018-05-04 14:23:09 +02:00
Florian Weimer
098d568ec0
Auto-sync with upstream branch master
...
Upstream commit: 0085be1415a38b40a5a1a12e49368498f1687380
2018-04-19 13:53:29 +02:00