Commit graph

127 commits

Author SHA1 Message Date
Juan RP
280a776285 glibc: move to usr/bin. 2015-06-02 10:44:50 +02:00
Juan RP
c948a0f72b glibc: move to usr/bin. 2015-06-02 10:03:09 +02:00
cavalier911
c20e5c4271 glibc-locales: update rebuild locales command 2015-06-01 14:35:01 -04:00
Juan RP
7f5977f1bc glibc: update list of unstripped shlibs. 2015-05-11 08:54:03 +02:00
Juan RP
b5a52cc50a glibc: do not strip shlibs to make valgrind work ootb.
The generated -dbg pkg will be almost useless from now on.
2015-05-10 21:08:58 +02:00
Juan RP
5cf673b7b9 glibc: make this build on armv5tel (). 2015-05-01 12:16:23 +02:00
jbu
2bfcb1c4ca glibc: Use ${GNU_SITE} 2015-04-28 09:21:21 +02:00
jbu
e88d11ab5b glibc: bump revision 2015-04-28 09:17:54 +02:00
jbu
5913710dfb glibc: Add security buflen and 32bit regression patches
closes 
2015-04-28 09:08:14 +02:00
Juan RP
66070f8a95 glibc: it's pointless to build this for musl. 2015-04-21 11:11:07 +02:00
Juan RP
ff31d5a1a2 srcpkgs: xtraeme@gmail.com -> xtraeme@voidlinux.eu 2015-04-10 09:16:30 +02:00
Christian Neukirchen
34973c483c glibc: add support for aarch64. 2015-03-30 18:33:44 +02:00
Juan RP
2140ff85e9 glibc: disable _FORTIFY_SOURCE from CFLAGS. 2015-03-12 11:28:27 +01:00
Juan RP
909c9b7929 glibc: disable _FORTIFY_SOURCE. 2015-03-11 13:05:46 +01:00
Juan RP
2d1a45ccb1 glibc: explicitly disable lock elision support, patch from Fedora.
The lock elision support in glibc has a runtime check even if the build
option is disabled. This patch from Fedora completely disables that
check if the build option is disabled, and we disable this now.
2015-02-25 17:21:25 +01:00
Juan RP
21b866b973 glibc: rebuild against kernel-libc-headers-3.18.x. 2015-02-08 10:08:34 +01:00
Juan RP
2070735685 glibc: update to 2.21. 2015-02-06 19:00:57 +01:00
Juan RP
b751090441 glibc: rebuild to generate proper 32bit pkgs. 2015-02-03 11:17:37 +01:00
Juan RP
ab7e854fbb glibc: use lib32symlinks to create the /lib/ld-linux.so.2 symlink on x86_64. 2015-01-28 16:35:17 +01:00
Juan RP
92d1f0532d glibc: rebuild with fixed lib32files to install gconv-modules into lib32. 2015-01-13 15:51:53 +01:00
Juan RP
f529aa3062 glibc: fix the 32bit pkg to also include gconv-modules.
Fixes umlauts in Skype reported by olivetre. Thanks to dominikh.
2015-01-13 15:32:54 +01:00
Juan RP
d1a8c10bc2 glibc: remove tzselect... provided by tzutils too. 2014-12-29 17:59:34 +01:00
Juan RP
41f791af01 glibc: also remove zdump(8) provided by tzutils. 2014-12-29 17:41:33 +01:00
Juan RP
e62d290574 glibc: remove zic; will be provided by the tzutils pkg. 2014-12-29 17:27:56 +01:00
Juan RP
efb2f85da7 glibc: relax kernel-libc-headers dependency version. 2014-10-20 11:07:21 +02:00
Juan RP
bf86b6c016 glibc: memleak patch via Arch; systemd build option for nscd; 3.17 linux headers rebuild. 2014-10-20 09:32:55 +02:00
Juan RP
a149d9dee6 glibc: rebuild to generate a complete shlib-provides. 2014-09-10 12:01:16 +02:00
Juan RP
f06f4238a3 glibc: rebuild with a working gcc (4.9.1_8) to fix setxid NPTL issues on x86. 2014-09-08 19:19:04 +02:00
Juan RP
cd5c32ef81 glibc: update to 2.20. 2014-09-08 16:55:39 +02:00
Juan RP
c530d15426 glibc: disable lock elision for now, see https://sourceware.org/bugzilla/show_bug.cgi?id=16657 2014-09-07 00:13:07 +02:00
Juan RP
9b7c935d8e glibc: depend on kernel-libc-headers; disable SSP. 2014-05-19 10:08:42 +02:00
Juan RP
64ad43597a glibc: rebuild to have corrected shlib-provides. 2014-04-03 10:44:33 +02:00
Juan RP
a0d45f5052 glibc: revbump to build 32bit pkgs again. 2014-03-17 14:16:53 +01:00
Juan RP
61cb296a8f glibc: re-add old xattr patch, which is required to build qemu. 2014-03-17 14:00:31 +01:00
Juan RP
510ad5bc67 glibc: added support for armv5tel builds. 2014-03-15 19:35:57 +01:00
Juan RP
f75ca465c4 glibc: repair cross build. 2014-03-09 11:30:20 +01:00
Juan RP
9d4b73905b glibc: use /usr/lib32 and lib32files for 32bit pkgs. 2014-03-09 11:25:36 +01:00
Juan RP
cdf6da3181 glibc: use upstream nscd conf/systemd files; install etc/gai.conf; drop glibc extra deps.
The glibc pkg does not depend anymore on base-files and glibc-locales, instead
the target pkg should depend on them (base-system, base-chroot, etc).
2014-03-03 09:16:51 +01:00
Juan RP
973c2d21d7 glibc: no need to source script helpers anymore. 2014-02-08 09:11:03 +01:00
Juan RP
23ead4023b glibc: update to 2.19. 2014-02-08 09:05:57 +01:00
Juan RP
799a2fd6ad glibc: create ld-linux (sf) symlink on any arm machine. 2014-01-18 12:26:11 +01:00
Juan RP
3af1943fc5 glibc: use proper options for armv6 and armv7. 2014-01-18 10:14:48 +01:00
Juan RP
be786e348c glibc: build all arm machines with hard float. 2014-01-18 08:12:07 +01:00
Juan RP
c8a3408582 glibc: rebuild with xbps-src>=92 to fix glibc-locales configuration on Debian. 2014-01-02 11:49:04 +01:00
Juan RP
d271977b48 glibc: forcefully disable selinux. 2014-01-02 10:46:25 +01:00
Juan RP
925d471cbf Update all source packages for xbps-src>=90. 2014-01-01 16:10:11 +01:00
Juan RP
79497fe5ef glibc: enable lock elision[1]; sync patches with Arch[2].
[1] https://sourceware.org/glibc/wiki/LockElisionGuide
[2] Misc patches for some CVEs.
2013-11-14 10:59:01 +01:00
Juan RP
1f854abff5 glibc: prepare to be a bootstrap pkg; supersedes chroot-glibc. 2013-10-24 11:15:17 +02:00
Juan RP
0a1a2af947 {chroot-,}glibc: use upstream's patch for gmake 4.x compat. 2013-10-23 09:31:10 +02:00
davehome
a407cfac9c {chroot-,}glibc: add patch from arch to fix strstr problem (Issue ) 2013-09-18 12:38:10 -06:00