Upcoming stable point release (7.5)

2014-03-23 Thread Adam D. Barratt
Hi,

The next point release for wheezy (7.5) is scheduled for Saturday,
April 26th.  Stable NEW will be frozen during the preceding weekend.

As usual, base-files can be uploaded at any point before the freeze.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1395609622.12119.11.ca...@jacala.jungle.funky-badger.org



r6003 - in glibc-package/branches/eglibc-2.19/debian: . sysdeps

2014-03-23 Thread Adam Conrad
Author: adconrad
Date: 2014-03-24 02:58:55 + (Mon, 24 Mar 2014)
New Revision: 6003

Modified:
   glibc-package/branches/eglibc-2.19/debian/changelog
   glibc-package/branches/eglibc-2.19/debian/sysdeps/arm64.mk
Log:
debian/sysdeps/arm64.mk: Enable IFUNC, now that binutils can support it.

Modified: glibc-package/branches/eglibc-2.19/debian/changelog
===
--- glibc-package/branches/eglibc-2.19/debian/changelog 2014-03-23 17:59:34 UTC 
(rev 6002)
+++ glibc-package/branches/eglibc-2.19/debian/changelog 2014-03-24 02:58:55 UTC 
(rev 6003)
@@ -41,6 +41,7 @@
   * expected-results-aarch64-linux-gnu-libc: Tolerate fenv-tls test failure.
   * debian/rules.d/tarball.mk: Add an update-from-upstream-git glibc target.
   * debian/patches/git-updates.diff: Updates to current release/2.19/master.
+  * debian/sysdeps/arm64.mk: Enable IFUNC, now that binutils can support it.
 
   [ Aurelien Jarno ]
   * debian/debhelper.in/libc.preinst: remove check for sparc32 kernel, the

Modified: glibc-package/branches/eglibc-2.19/debian/sysdeps/arm64.mk
===
--- glibc-package/branches/eglibc-2.19/debian/sysdeps/arm64.mk  2014-03-23 
17:59:34 UTC (rev 6002)
+++ glibc-package/branches/eglibc-2.19/debian/sysdeps/arm64.mk  2014-03-24 
02:58:55 UTC (rev 6003)
@@ -1,4 +1,2 @@
 libc_add-ons = ports nptl $(add-ons)
-
-# No --enable-multi-arch until binutils patches catch up:
-extra_config_options =
+extra_config_options = --enable-multi-arch


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wrv6f-0005qn...@moszumanska.debian.org



r6004 - in glibc-package/branches/eglibc-2.19/debian: . patches patches/locale

2014-03-23 Thread Adam Conrad
Author: adconrad
Date: 2014-03-24 03:59:50 + (Mon, 24 Mar 2014)
New Revision: 6004

Added:
   
glibc-package/branches/eglibc-2.19/debian/patches/locale/submitted-XDR-revert.diff
Modified:
   glibc-package/branches/eglibc-2.19/debian/changelog
   glibc-package/branches/eglibc-2.19/debian/patches/series
Log:
debian/patches/locale/submitted-XDR-revert.diff: Return the XDR currency
to locale/iso-4217.def because localedata/locales/i18n needs to have it.

Modified: glibc-package/branches/eglibc-2.19/debian/changelog
===
--- glibc-package/branches/eglibc-2.19/debian/changelog 2014-03-24 02:58:55 UTC 
(rev 6003)
+++ glibc-package/branches/eglibc-2.19/debian/changelog 2014-03-24 03:59:50 UTC 
(rev 6004)
@@ -42,6 +42,8 @@
   * debian/rules.d/tarball.mk: Add an update-from-upstream-git glibc target.
   * debian/patches/git-updates.diff: Updates to current release/2.19/master.
   * debian/sysdeps/arm64.mk: Enable IFUNC, now that binutils can support it.
+  * debian/patches/locale/submitted-XDR-revert.diff: Return the XDR currency
+to locale/iso-4217.def because localedata/locales/i18n needs to have it.
 
   [ Aurelien Jarno ]
   * debian/debhelper.in/libc.preinst: remove check for sparc32 kernel, the

Added: 
glibc-package/branches/eglibc-2.19/debian/patches/locale/submitted-XDR-revert.diff
===
--- 
glibc-package/branches/eglibc-2.19/debian/patches/locale/submitted-XDR-revert.diff
  (rev 0)
+++ 
glibc-package/branches/eglibc-2.19/debian/patches/locale/submitted-XDR-revert.diff
  2014-03-24 03:59:50 UTC (rev 6004)
@@ -0,0 +1,12 @@
+diff --git a/locale/iso-4217.def b/locale/iso-4217.def
+index bcc170b..414f69b 100644
+--- a/locale/iso-4217.def
 b/locale/iso-4217.def
+@@ -162,6 +162,7 @@ DEFINE_INT_CURR(VUV) /* Vanuatu Vatu  */
+ DEFINE_INT_CURR(WST)/* Samoa Tala  */
+ DEFINE_INT_CURR(XAF)/* Central African Franc (United 
Republic of Cameroon, Central African Republic, Chad, Congo, Gabon)  */
+ DEFINE_INT_CURR(XCD)/* East Caribbean Dollar (Antiqua, 
Dominica, Grenada, Montserrat, St. Kitts-Nevis-Anguilla, Saint Lucia, Saint 
Vincent and the Grenadines)  */
++DEFINE_INT_CURR(XDR)/* International Monetary Fund  */
+ DEFINE_INT_CURR(XOF)/* West African Franc (Benin, Ivory 
Coast, Niger, Senegal, Togo, Upper Volta)  */
+ DEFINE_INT_CURR(XPF)/* French polynesia, New Caledonia, 
Wallis and Futuna Islands  */
+ DEFINE_INT_CURR(YER)/* Yemeni Rial  */

Modified: glibc-package/branches/eglibc-2.19/debian/patches/series
===
--- glibc-package/branches/eglibc-2.19/debian/patches/series2014-03-24 
02:58:55 UTC (rev 6003)
+++ glibc-package/branches/eglibc-2.19/debian/patches/series2014-03-24 
03:59:50 UTC (rev 6004)
@@ -7,6 +7,7 @@
 locale/locale-print-LANGUAGE.diff
 locale/LC_IDENTIFICATION-optional-fields.diff
 locale/LC_COLLATE-keywords-ordering.diff
+locale/submitted-XDR-revert.diff
 localedata/local-all-no-archive.diff
 localedata/sort-UTF8-first.diff
 localedata/supported.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wrw3c-0006qx...@moszumanska.debian.org



r6005 - in glibc-package/branches/eglibc-2.19/debian: . patches/powerpc

2014-03-23 Thread Adam Conrad
Author: adconrad
Date: 2014-03-24 04:14:31 + (Mon, 24 Mar 2014)
New Revision: 6005

Added:
   
glibc-package/branches/eglibc-2.19/debian/patches/powerpc/cvs-bzero-static-ppc32.diff
   
glibc-package/branches/eglibc-2.19/debian/patches/powerpc/cvs-bzero-static-ppc64.diff
Modified:
   glibc-package/branches/eglibc-2.19/debian/changelog
Log:
* debian/patches/powerpc/cvs-bzero-static-ppc64.diff: Fixes an issue where
  __bzero/bzero are defined incorrectly when doing static builds on ppc64.
* debian/patches/powerpc/cvs-bzero-static-ppc32.diff: 32-bit fix for same.

Modified: glibc-package/branches/eglibc-2.19/debian/changelog
===
--- glibc-package/branches/eglibc-2.19/debian/changelog 2014-03-24 03:59:50 UTC 
(rev 6004)
+++ glibc-package/branches/eglibc-2.19/debian/changelog 2014-03-24 04:14:31 UTC 
(rev 6005)
@@ -44,6 +44,9 @@
   * debian/sysdeps/arm64.mk: Enable IFUNC, now that binutils can support it.
   * debian/patches/locale/submitted-XDR-revert.diff: Return the XDR currency
 to locale/iso-4217.def because localedata/locales/i18n needs to have it.
+  * debian/patches/powerpc/cvs-bzero-static-ppc64.diff: Fixes an issue where
+__bzero/bzero are defined incorrectly when doing static builds on ppc64.
+  * debian/patches/powerpc/cvs-bzero-static-ppc32.diff: 32-bit fix for same.
 
   [ Aurelien Jarno ]
   * debian/debhelper.in/libc.preinst: remove check for sparc32 kernel, the

Added: 
glibc-package/branches/eglibc-2.19/debian/patches/powerpc/cvs-bzero-static-ppc32.diff
===
--- 
glibc-package/branches/eglibc-2.19/debian/patches/powerpc/cvs-bzero-static-ppc32.diff
   (rev 0)
+++ 
glibc-package/branches/eglibc-2.19/debian/patches/powerpc/cvs-bzero-static-ppc32.diff
   2014-03-24 04:14:31 UTC (rev 6005)
@@ -0,0 +1,59 @@
+commit dd3946c615184e1957a0cb09352cac72be5d6d5b
+Author: Adhemerval Zanella azane...@linux.vnet.ibm.com
+Date:   Wed Mar 12 08:55:50 2014 -0500
+
+PowerPC: Fix bzero definition for static libc for PPC32
+
+This patch fixes an issue for powerpc32-fpu static build which fails
+with an 'bzero' undefined reference. This patch adds bzero ifunc selector
+for static builds and fixes the '__bzero_ppc' reference to default
+memset symbol (since static memset build does not provide ifunc
+selector).
+
+Fixes BZ#16689.
+
+2014-03-12  Adhemerval Zanella  azane...@linux.vnet.ibm.com
+
+   [BZ #16689]
+   * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
+   (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
+   static build.
+   * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
+   selector for static builds.
+
+diff --git a/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S 
b/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
+index 7a7cca9..80a2dc5 100644
+--- a/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
 b/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
+@@ -19,8 +19,17 @@
+ 
+ #include sysdep.h
+ 
++/* memset ifunc selector is not built for static and memset@local
++   for shared builds makes the linker point the call to the ifunc
++   selector.  */
++#ifdef SHARED
++# define MEMSET __memset_ppc
++#else
++# define MEMSET memset
++#endif
++
+ ENTRY (__bzero_ppc)
+ mr  r5,r4
+ li  r4,0
+-b   __memset_ppc@local
++b   MEMSET@local
+ END (__bzero_ppc)
+diff --git a/sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c 
b/sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c
+index 2a6298a..baaa6b4 100644
+--- a/sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c
 b/sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c
+@@ -17,7 +17,7 @@
+http://www.gnu.org/licenses/.  */
+ 
+ /* Define multiple versions only for definition in libc.  */
+-#if defined SHARED  !defined NOT_IN_libc
++#ifndef NOT_IN_libc
+ # include string.h
+ # include strings.h
+ # include init-arch.h

Added: 
glibc-package/branches/eglibc-2.19/debian/patches/powerpc/cvs-bzero-static-ppc64.diff
===
--- 
glibc-package/branches/eglibc-2.19/debian/patches/powerpc/cvs-bzero-static-ppc64.diff
   (rev 0)
+++ 
glibc-package/branches/eglibc-2.19/debian/patches/powerpc/cvs-bzero-static-ppc64.diff
   2014-03-24 04:14:31 UTC (rev 6005)
@@ -0,0 +1,58 @@
+commit 4facea473059914983b7da8dd654c06b8e3dcc41
+Author: Adhemerval Zanella azane...@linux.vnet.ibm.com
+Date:   Mon Mar 10 15:26:20 2014 -0500
+
+PowerPC: Fix bzero definition for static libc for PPC64
+
+This patch fixes an issue for powerpc64[le] static build where __bzero
+is definied in multiple places (memset-ppc64.o and bzero.o). It is now
+defined only in bzero.o and memset-ppc64.o only defined __bzero_ppc for
+both dynamic and 

r6006 - glibc-package/branches/eglibc-2.19/debian/patches

2014-03-23 Thread Adam Conrad
Author: adconrad
Date: 2014-03-24 05:21:25 + (Mon, 24 Mar 2014)
New Revision: 6006

Modified:
   glibc-package/branches/eglibc-2.19/debian/patches/series
Log:
Actually apply the patches from the last commit

Modified: glibc-package/branches/eglibc-2.19/debian/patches/series
===
--- glibc-package/branches/eglibc-2.19/debian/patches/series2014-03-24 
04:14:31 UTC (rev 6005)
+++ glibc-package/branches/eglibc-2.19/debian/patches/series2014-03-24 
05:21:25 UTC (rev 6006)
@@ -161,6 +161,8 @@
 mips/submitted-rld_map.diff
 
 powerpc/local-math-logb.diff
+powerpc/cvs-bzero-static-ppc64.diff
+powerpc/cvs-bzero-static-ppc32.diff
 
 s390/submitted-nexttowardf.diff
 


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wrxk9-0001ce...@moszumanska.debian.org