[arch-commits] Commit in glibc/trunk (ChangeLog PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jun 11 13:09:42 UTC 2008


    Date: Wednesday, June 11, 2008 @ 09:09:42
  Author: andyrtr
Revision: 2683

upgpkg: glibc 2.8-2
    fix the old memory issue again

Modified:
  glibc/trunk/ChangeLog
  glibc/trunk/PKGBUILD

-----------+
 ChangeLog |    3 +++
 PKGBUILD  |    9 ++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-06-11 08:59:40 UTC (rev 2682)
+++ ChangeLog	2008-06-11 13:09:42 UTC (rev 2683)
@@ -1,3 +1,6 @@
+glibc 2.8-2
+- fix an old memory issue again
+
 glibc 2.8-1
 - no more tarballs
 - we checkout the current release branch incl. libidn

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-11 08:59:40 UTC (rev 2682)
+++ PKGBUILD	2008-06-11 13:09:42 UTC (rev 2683)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=glibc
 pkgver=2.8
-pkgrel=1
+pkgrel=2
 _glibcdate=20080610
 install=glibc.install
 backup=(etc/locale.gen)
@@ -15,12 +15,12 @@
 makedepends=('gcc>=4.3.1-1')
 replaces=('glibc-xen')
 source=(ftp://ftp.archlinux.org/other/glibc/${pkgname}-2.8_${_glibcdate}.tar.bz2
-	ftp://ftp.archlinux.org/other/glibc/glibc-patches-${pkgver}-1.tar.bz2
+	ftp://ftp.archlinux.org/other/glibc/glibc-patches-${pkgver}-2.tar.bz2
 	nscd
 	locale.gen.txt
 	locale-gen)
 md5sums=('63def58972f0e8429247916154c21323'
-         'a816b94ff5e94f1ee1bbaa5c447e6f8d'
+         '3ec00d9aa3f2fec046bc3e615dfb723a'
          'b587ee3a70c9b3713099295609afde49'
          '07ac979b6ab5eeb778d55f041529d623'
          '476e9113489f93b348b21e144b6a8fcf')
@@ -41,6 +41,9 @@
   # patch from Debian
   patch -Np1 -i ${startdir}/src/glibc-patches/glibc-2.5-localedef_segfault-1.patch || return 1 # still needed?
 
+  # Upstream fixes. See sources.redhat.com bugzilla
+  patch -Np1 -i ${startdir}/src/glibc-patches/glibc-2.7-bz4781.patch || return 1
+
   # Gentoo fixes
   patch -Np1 -i ${startdir}/src/glibc-patches/glibc-dont-build-timezone.patch || return 1
 





More information about the arch-commits mailing list