Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sat, 02 Dec 2017 16:36:50
Message-Id: 1512232596.cdeeef2c38cdb2ddd66fbc1fbce2b5af97f09c82.dilfridge@gentoo
1 commit: cdeeef2c38cdb2ddd66fbc1fbce2b5af97f09c82
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 16:36:16 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 16:36:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdeeef2c
7
8 sys-libs/glibc: Update NPTL_KERN_VER to 3.2 (minimum required by glibc-2.26)
9
10 The entire kernel version check needs rework (but that's something for >2.26).
11 Closes: https://bugs.gentoo.org/639152
12 Package-Manager: Portage-2.3.16, Repoman-2.3.6
13
14 sys-libs/glibc/Manifest | 2 +-
15 sys-libs/glibc/glibc-2.26-r3.ebuild | 4 ++--
16 sys-libs/glibc/glibc-9999.ebuild | 4 ++--
17 3 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
20 index 9639f2ede6d..74e080de5de 100644
21 --- a/sys-libs/glibc/Manifest
22 +++ b/sys-libs/glibc/Manifest
23 @@ -17,4 +17,4 @@ DIST glibc-2.25-patches-12.tar.bz2 65396 BLAKE2B b23d5d681314c03b8dd5ad20516324c
24 DIST glibc-2.25.tar.xz 13873900 BLAKE2B 73ef792fff059f6ad154c9af2155ea15b7869ec1b93e557b6c58129bfb50f863c06f8b49425d75fd2df537dd9c4a68bad790cff770c50a6889732d66f507d349 SHA512 5b7a2418d5b8a1b6a907c6c7fb6477ee2a473151cb45e03d0d4cdd9a33497c90b1ee39e2e7e885e2b25743dcd3747336ef114b4a73eb001da1fd79f29e0f9a6e
25 DIST glibc-2.26-patches-4.tar.bz2 315447 BLAKE2B 038926c8c187cfea5c00a7017a486356adf0f0959dc8868847f26877b4b441bd76629f20d52967f9da878f69a1ac2859332ed3984b4ebb5cb528d50e0b012736 SHA512 04d229e5f9342d62f2fce039c70489609886782d8aabd49403863a1a679e3b0890ca26c129088738a4af7ef6d95c74f24fb3c4d03695bf7ba6e45eca4de1a5f0
26 DIST glibc-2.26.tar.xz 14682748 BLAKE2B c1c9dbec110dd4e25b2f463a96d8afc43b8e3ebfe3c958107032beaa879710252be3bc4122bb62166408725d43785f233544df6159d29cce0fc5b2c08f45adbe SHA512 6ed368523bc55f00976f96c5177f114e3f714b27273d7bffc252812c8b98fb81970403c1f5b5f0a61da678811532fb446530745492d2b49bfefc0d5bd71ce8c0
27 -DIST glibc-9999-patches-3.tar.bz2 19892 SHA256 97f60ed6debd495610b123d7a27227e75942bea1a0fb1e5f78833a6f3bbe6c64 SHA512 75084b86a83d447d3a4b3959fa2a93d849e304ba9473ebec5570ca4fb5e2f8dfb38548faf3abc9fbd29b529f2c608b52eb2ef2e6e9a2ad5bea9a9298a19ef596 WHIRLPOOL 04a5c30aabf72530fa96fa3a8eadf8207d85d3a2a948ba5f4b72c0deeeae24e7eb71b99875f0e9b1018051fabb4a23630b41873fa4ff0d6ba9778ca6051212bf
28 +DIST glibc-9999-patches-3.tar.bz2 19892 BLAKE2B e0a51f376e7142f56ae2a0862a7723343ee378275c1a0c6c3a69607b5bb7f9bd655f0a68f8f9cfc32008e06852d0eb0a9e16c85ea9a395dc36b428f1ea6100d8 SHA512 75084b86a83d447d3a4b3959fa2a93d849e304ba9473ebec5570ca4fb5e2f8dfb38548faf3abc9fbd29b529f2c608b52eb2ef2e6e9a2ad5bea9a9298a19ef596
29
30 diff --git a/sys-libs/glibc/glibc-2.26-r3.ebuild b/sys-libs/glibc/glibc-2.26-r3.ebuild
31 index 13aa5ad8bfb..c2f06079940 100644
32 --- a/sys-libs/glibc/glibc-2.26-r3.ebuild
33 +++ b/sys-libs/glibc/glibc-2.26-r3.ebuild
34 @@ -34,8 +34,8 @@ SRC_URI+=" multilib? ( https://dev.gentoo.org/~dilfridge/distfiles/gcc-${GCC_BOO
35
36 IUSE="audit caps debug gd hardened multilib nscd selinux systemtap profile suid vanilla crosscompile_opts_headers-only"
37
38 -# Min kernel version nptl requires
39 -: ${NPTL_KERN_VER:="2.6.32"}
40 +# Min kernel version glibc requires
41 +: ${NPTL_KERN_VER:="3.2.0"}
42
43 # Here's how the cross-compile logic breaks down ...
44 # CTARGET - machine that will target the binaries
45
46 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
47 index 732d684a728..60b17cfe67b 100644
48 --- a/sys-libs/glibc/glibc-9999.ebuild
49 +++ b/sys-libs/glibc/glibc-9999.ebuild
50 @@ -35,8 +35,8 @@ SRC_URI+=" multilib? ( https://dev.gentoo.org/~dilfridge/distfiles/gcc-${GCC_BOO
51
52 IUSE="audit caps compile-locales debug gd hardened multilib nscd selinux systemtap profile suid vanilla crosscompile_opts_headers-only"
53
54 -# Min kernel version nptl requires
55 -: ${NPTL_KERN_VER:="2.6.32"}
56 +# Min kernel version glibc requires
57 +: ${NPTL_KERN_VER:="3.2.0"}
58
59 # Here's how the cross-compile logic breaks down ...
60 # CTARGET - machine that will target the binaries