diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-26 03:53:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-26 03:53:12 +0000 |
commit | 3d1b379cfce0478b6d343f96edf0836e294ead8d (patch) | |
tree | 4ba64057ad209d0f086152784943f4bfecdc9f64 /sys-libs | |
parent | KDE Meta commits for x86 stable (diff) | |
download | gentoo-2-3d1b379cfce0478b6d343f96edf0836e294ead8d.tar.gz gentoo-2-3d1b379cfce0478b6d343f96edf0836e294ead8d.tar.bz2 gentoo-2-3d1b379cfce0478b6d343f96edf0836e294ead8d.zip |
add hppa patches #133756 by Guy Martin
(Portage version: 2.1_rc2-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/files/digest-glibc-2.3.6-r4 | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.6-r4.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-libs/glibc/files/digest-glibc-2.3.6-r4 b/sys-libs/glibc/files/digest-glibc-2.3.6-r4 index 111029445917..e157712d44f2 100644 --- a/sys-libs/glibc/files/digest-glibc-2.3.6-r4 +++ b/sys-libs/glibc/files/digest-glibc-2.3.6-r4 @@ -1,6 +1,6 @@ -MD5 e3f68cf13e91b893f4448b31cd92a8f1 glibc-2.3.6-patches-1.10.tar.bz2 136056 -RMD160 b75b97ff165ec6c91ff2bddfd6dfc74cddbd3579 glibc-2.3.6-patches-1.10.tar.bz2 136056 -SHA256 94865de68fdfdbab833c5e686e66894cbf16fb6ba8a13558c101519f59f2d120 glibc-2.3.6-patches-1.10.tar.bz2 136056 +MD5 a58d2b124f00c7fbfa62f50a579a3461 glibc-2.3.6-patches-1.11.tar.bz2 154048 +RMD160 3ca95f316f0de372d0698b34661ddf7da86923bb glibc-2.3.6-patches-1.11.tar.bz2 154048 +SHA256 7e07e2d1623a7156b9e0031858f90e17e1b8e0d995c6465639eee1243f1a7da2 glibc-2.3.6-patches-1.11.tar.bz2 154048 MD5 bfdce99f82d6dbcb64b7f11c05d6bc96 glibc-2.3.6.tar.bz2 14014977 RMD160 04b4f71cc3e89581e02ee2dbf5ab05f61e868bf1 glibc-2.3.6.tar.bz2 14014977 SHA256 e73ff5eddea95d09238b41d3c9c4d9ccddcf99fcc93d04956599c91c704f4a8e glibc-2.3.6.tar.bz2 14014977 diff --git a/sys-libs/glibc/glibc-2.3.6-r4.ebuild b/sys-libs/glibc/glibc-2.3.6-r4.ebuild index 963bca4e7109..206cfadb9397 100644 --- a/sys-libs/glibc/glibc-2.3.6-r4.ebuild +++ b/sys-libs/glibc/glibc-2.3.6-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r4.ebuild,v 1.4 2006/05/14 22:41:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r4.ebuild,v 1.5 2006/05/26 03:53:12 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -27,7 +27,7 @@ GLIBC_MANPAGE_VERSION="2.3.6-1" GLIBC_INFOPAGE_VERSION="2.3.6" # Gentoo patchset -PATCH_VER="1.10" +PATCH_VER="1.11" # Fedora addons (like c_stubs) ... sniped from RHEL's glibc-2.4-4.src.rpm # http://download.fedora.redhat.com/pub/fedora/linux/core/ |