[glibc] branch jessie updated (b2ed506 -> 6d94ae7)

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch jessie
in repository glibc.

  from  b2ed506   Update from upstream stable branch:
   new  6d94ae7   Update from upstream stable branch

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog|   2 +
 debian/patches/git-updates.diff | 646 +++-
 2 files changed, 641 insertions(+), 7 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] branch sid updated (efe6e23 -> 239f3f8)

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch sid
in repository glibc.

  from  efe6e23   releasing package glibc version 2.22-9
   new  239f3f8   debian/control.in/main: build-depends on dpkg (>= 1.18.7) 
instead of dpkg-dev (>= 1.18.7) as the cputable file is in dpkg, not dpkg-dev. 
Closes: #824127.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 9 +
 debian/control.in/main | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



Processed: Bug#824127 marked as pending

2016-05-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 824127 pending
Bug #824127 [src:glibc] glibc: Should build-depend on dpkg (>= 1.18.7) on 
any-i386
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
824127: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824127
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#824127: glibc: Should build-depend on dpkg (>= 1.18.7) on any-i386

2016-05-12 Thread Aurelien Jarno
On 2016-05-12 17:28, Sven Joachim wrote:
> Source: glibc
> Version: 2.22-8
> Severity: normal
> 
> Bug #759495 redux: the cputable file is shipped by dpkg, not by
> dpkg-dev, so build-depending on dpkg-dev (>= 1.18.7) does not achieve
> anything.
> 
> While the build dependency on a recent g++-5 ensures that the right
> compiler is used (i586-linux-gnu is a symlink to i686-linux-gnu), when
> building with dpkg 1.18.4 I see lines with
> "…-I../sysdeps/unix/sysv/linux/i386/i586…" in the build log, which seems
> to imply that memcpy and friends don't get optimized for i686.

That's indeed a real issue. Fortunately the chroots on the buildds have
already been upgraded so the packages on the mirrors are correctly
compiled for i686.

We'll fix that in the next upload, but we won't do an upload only for
that.

Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net



[glibc] 01/01: debian/control.in/main: build-depends on dpkg (>= 1.18.7) instead of dpkg-dev (>= 1.18.7) as the cputable file is in dpkg, not dpkg-dev. Closes: #824127.

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit 239f3f82d00991868fdab5c893107a3a0472b441
Author: Aurelien Jarno 
Date:   Thu May 12 18:08:00 2016 +0200

debian/control.in/main: build-depends on dpkg (>= 1.18.7) instead of 
dpkg-dev (>= 1.18.7) as the cputable file is in dpkg, not dpkg-dev. Closes: 
#824127.
---
 debian/changelog   | 9 +
 debian/control.in/main | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 970fec2..61ff4bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+glibc (2.22-10) UNRELEASED; urgency=medium
+
+  [ Aurelien Jarno ]
+  * debian/control.in/main: build-depends on dpkg (>= 1.18.7) instead of
+dpkg-dev (>= 1.18.7) as the cputable file is in dpkg, not dpkg-dev.
+Closes: #824127.
+
+ -- Aurelien Jarno   Thu, 12 May 2016 18:06:35 +0200
+
 glibc (2.22-9) unstable; urgency=medium
 
   [ Samuel Thibault ]
diff --git a/debian/control.in/main b/debian/control.in/main
index 3f48c88..7acc1ba 100644
--- a/debian/control.in/main
+++ b/debian/control.in/main
@@ -1,7 +1,7 @@
 Source: glibc
 Section: libs
 Priority: required
-Build-Depends: gettext, dpkg-dev (>= 1.18.7), xz-utils, file, quilt,
+Build-Depends: gettext, dpkg (>= 1.18.7), xz-utils, file, quilt,
  autoconf, gawk, debhelper (>= 9.20141010), rdfind, symlinks, netbase,
  linux-libc-dev (>= 3.9) [linux-any],
  libaudit-dev [linux-any], libcap-dev [linux-any], libselinux-dev [linux-any],

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



Bug#824127: glibc: Should build-depend on dpkg (>= 1.18.7) on any-i386

2016-05-12 Thread Sven Joachim
Source: glibc
Version: 2.22-8
Severity: normal

Bug #759495 redux: the cputable file is shipped by dpkg, not by
dpkg-dev, so build-depending on dpkg-dev (>= 1.18.7) does not achieve
anything.

While the build dependency on a recent g++-5 ensures that the right
compiler is used (i586-linux-gnu is a symlink to i686-linux-gnu), when
building with dpkg 1.18.4 I see lines with
"…-I../sysdeps/unix/sysv/linux/i386/i586…" in the build log, which seems
to imply that memcpy and friends don't get optimized for i686.


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)



[glibc] branch glibc-2.23 updated (beb7272 -> 2fa7564)

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch glibc-2.23
in repository glibc.

  from  beb7272   Merge branch 'sid' into glibc-2.23
   new  2fa7564   debian/patches/git-updates.diff: update from upstream 
stable branch.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog |5 +-
 debian/patches/git-updates.diff  | 4199 +-
 debian/patches/hurd-i386/cvs-libpthread.so.diff  |   24 -
 debian/patches/hurd-i386/tg-hurdsig-fixes-2.diff |4 +-
 debian/patches/series|1 -
 5 files changed, 4186 insertions(+), 47 deletions(-)
 delete mode 100644 debian/patches/hurd-i386/cvs-libpthread.so.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 01/01: debian/patches/git-updates.diff: update from upstream stable branch.

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch glibc-2.23
in repository glibc.

commit 2fa7564c0b9bb1d1d3c416e6fd045e90c918a177
Author: Aurelien Jarno 
Date:   Thu May 12 14:45:29 2016 +0200

debian/patches/git-updates.diff: update from upstream stable branch.
---
 debian/changelog |5 +-
 debian/patches/git-updates.diff  | 4199 +-
 debian/patches/hurd-i386/cvs-libpthread.so.diff  |   24 -
 debian/patches/hurd-i386/tg-hurdsig-fixes-2.diff |4 +-
 debian/patches/series|1 -
 5 files changed, 4186 insertions(+), 47 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ceb2c2..246a5fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 glibc (2.23-0experimental3) UNRELEASED; urgency=medium
 
-  * 
+  [ Aurelien Jarno ]
+  * debian/patches/git-updates.diff: update from upstream stable branch:
+- debian/patches/hurd-i386/tg-hurdsig-fixes-2.diff: refresh.
+- debian/patches/hurd-i386/cvs-libpthread.so.diff: drop, upstreamed.
 
  -- Aurelien Jarno   Thu, 14 Apr 2016 15:08:27 +0200
 
diff --git a/debian/patches/git-updates.diff b/debian/patches/git-updates.diff
index 01579a4..d5b2b77 100644
--- a/debian/patches/git-updates.diff
+++ b/debian/patches/git-updates.diff
@@ -1,10 +1,320 @@
 GIT update of git://sourceware.org/git/glibc.git/release/2.23/master from 
glibc-2.23
 
 diff --git a/ChangeLog b/ChangeLog
-index 2e4afb7..4a0461d 100644
+index 2e4afb7..47f0b8a 100644
 --- a/ChangeLog
 +++ b/ChangeLog
-@@ -1,5 +1,170 @@
+@@ -1,5 +1,480 @@
++2016-04-14  Stefan Liebler  
++
++  * stdio-common/printf_fp.c (__printf_fp_l):
++  Rename ___printf_fp_l to __printf_fp_l and
++  remove strong alias. Use libc_hidden_def instead
++  of ldbl_hidden_def macro.
++
++2016-04-29  Florian Weimer  
++
++  [BZ #20010]
++  CVE-2016-3706
++  * sysdeps/posix/getaddrinfo.c
++  (convert_hostent_to_gaih_addrtuple): New function.
++  (gethosts): Call convert_hostent_to_gaih_addrtuple.
++  (gaih_inet): Use convert_hostent_to_gaih_addrtuple to convert
++  AF_INET data.
++
++2016-03-07  Florian Weimer  
++
++  [BZ #19610]
++  * elf/ldconfig.c (opt_link): Update comment.
++  (options): Update help string for option -X.
++  (search_dir): Unlink stale symbolic link only if updating symbolic
++  links.
++  * elf/tst-ldconfig-X.sh: New file.
++  * elf/Makefile (tests-special): Add tst-ldconfig-X.out.
++  (tst-ldconfig-X.out): New rule to run tst-ldconfig-X.sh.
++
++2016-05-04  Florian Weimer  
++
++  [BZ #19779]
++  CVE-2016-1234
++  Avoid copying names of directory entries.
++  * posix/glob.c (DIRENT_MUST_BE, DIRENT_MIGHT_BE_SYMLINK)
++  (DIRENT_MIGHT_BE_DIR, CONVERT_D_INO, CONVERT_D_TYPE)
++  (CONVERT_DIRENT_DIRENT64, REAL_DIR_ENTRY): Remove macros.
++  (struct readdir_result): New type.
++  (D_TYPE_TO_RESULT, D_INO_TO_RESULT, READDIR_RESULT_INITIALIZER)
++  (GL_READDIR): New macros.
++  (readdir_result_might_be_symlink, readdir_result_might_be_dir)
++  (convert_dirent, convert_dirent64): New functions.
++  (glob_in_dir): Use struct readdir_result.  Call convert_dirent or
++  convert_dirent64.  Adjust references to the readdir result.
++  * sysdeps/unix/sysv/linux/i386/glob64.c:
++  (convert_dirent, GL_READDIR): Redefine for second file inclusion.
++  * posix/bug-glob2.c (LONG_NAME): Define.
++  (filesystem): Add LONG_NAME.
++  (my_DIR): Increase the size of room_for_dirent.
++
++2016-04-29  Florian Weimer  
++
++  glob: Simplify and document the interface for the GLOB_ALTDIRFUNC
++  callback function gl_readdir.
++  * posix/glob.c (NAMELEN, CONVERT_D_NAMLEN): Remove.
++  (CONVERT_DIRENT_DIRENT64): Use strcpy instead of memcpy.
++  (glob_in_dir): Remove len.  Use strdup instead of malloc and
++  memcpy to copy the name.
++  * manual/pattern.texi (Calling Glob): Document requirements for
++  implementations of the gl_readdir callback function.
++  * manual/examples/mkdirent.c: New example.
++  * posix/bug-glob2.c (my_readdir): Set d_ino to 1 unconditionally,
++  per the manual guidance.
++  * posix/tst-gnuglob.c (my_readdir): Likewise.
++
++2016-04-04  Florian Weimer  
++
++  [BZ #19633]
++  Use specified locale for number formatting in strfmon_l.
++  * locale/localeinfo.h (__nl_lookup, _nl_lookup_wstr)
++  (__nl_lookup_word): New inline functions.
++  * include/printf.h (__print_fp_l): Declare.
++  * stdio-common/printf_fp.c (___printf_fp_l): Renamed from
++  ___printf_fp.  Add locale argument.  Replace _NL_CURRENT with
++  _nl_lookup and _NL_CURRENT_WORD 

[glibc] branch glibc-2.23 updated (158369b -> beb7272)

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch glibc-2.23
in repository glibc.

  from  158369b   Merge branch 'sid' into glibc-2.23
  adds  f00ebcf   hurd: fix gprof timing
  adds  b8beb98   patches/kfreebsd/local-sysdeps.diff: update to revision 
6015 (from glibc-bsd) to fix FTBFS.
  adds  c58385b   hurd: Fix IPV6_*PKT* macros.
  adds  60f76a5   Continue cherry-picking upstream fix for RFC3542 vs 
RFC2292
  adds  1148270   patches/arm/unsubmitted-ldconfig-cache-abi.diff: apply 
fix from Steve McIntyre to fix an armhf ABI detection crash in ldconfig on 
arm64. Closes: #822489.
  adds  44bcc8b   patches/kfreebsd/local-sysdeps.diff: update to revision 
6032 (from glibc-bsd) to fix FTBFS. Closes: #822143.
  adds  ff72556   Update from upstream stable branch.
  adds  384bcf1   debian/control.in/main: upgrade breaks on binutils. This 
is plainly wrong though, glibc should not be a special case: either we don't 
support partial upgrades or we do that for all libraries. With that let's hope 
people will stop reporting bugs, sigh.  Closes: #819165.
  adds  652d502   debian/rules: drop outdated comment
  adds  faff299   debian/rules: remove dead code
  adds  c51fffd   Drop libc*-i686 packages as GCC now defaults to i686:
  adds  c3fd688   debian/control.in/libc: Force i686 variants off the 
system on upgrade.
  adds  8ae8318   depend on recent dpkg-dev instead of converting i586 into 
i686
  adds  8751936   patches/kfreebsd/local-sysdeps.diff: update to revision 
6051 (from glibc-bsd) to provide PT_FOLLOW_FORK in sys/ptrace.h. Closes: 
#823387.
  adds  068ed58   Update from upstream stable branch:
  adds  a44ff0c   releasing package glibc version 2.22-8
  adds  7b2816e   hurd-i386/cvs-libpthread.so.diff: Fix building malloc 
tests
  adds  c504fff   debian/testsuite-xfail-debian.mk: drop check on i586 
flavours.
  adds  30b6283   debian/patches/kfreebsd/local-tst-malloc-backtrace.diff: 
drop, obsoleted by hurd-i386/cvs-libpthread.so.diff.
  adds  3713733   debian/testsuite-xfail-debian.mk: Update LFS tests.
  adds  752fff4   patches/arm/unsubmitted-ldconfig-cache-abi.diff: 
correctly apply patch. Really fix #822489.
  adds  31df57d   control.in/main: Bump Standards-Version to 3.9.8 (no 
changes).
  adds  efe6e23   releasing package glibc version 2.22-9
   new  beb7272   Merge branch 'sid' into glibc-2.23

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   |  54 
 debian/control |  83 
 debian/control.in/libc |  10 +-
 debian/control.in/main |   5 +-
 debian/control.in/opt  |  38 --
 .../arm/unsubmitted-ldconfig-cache-abi.diff|   4 +-
 debian/patches/hurd-i386/cvs-IPV6_PKTINFO.diff | 103 ++
 debian/patches/hurd-i386/cvs-gprof-tick.diff   |  22 +++
 debian/patches/i386/submitted-i686-timing.diff | 149 -
 debian/patches/kfreebsd/local-sysdeps.diff |  59 
 debian/patches/series  |   3 +-
 debian/rules   |  14 +-
 debian/sysdeps/hurd-i386.mk|  13 --
 debian/sysdeps/i386.mk |  12 --
 debian/sysdeps/kfreebsd-i386.mk|  11 --
 debian/testsuite-xfail-debian.mk   |   9 +-
 16 files changed, 262 insertions(+), 327 deletions(-)
 create mode 100644 debian/patches/hurd-i386/cvs-IPV6_PKTINFO.diff
 create mode 100644 debian/patches/hurd-i386/cvs-gprof-tick.diff
 delete mode 100644 debian/patches/i386/submitted-i686-timing.diff
 delete mode 100644 debian/sysdeps/kfreebsd-i386.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 01/01: Merge branch 'sid' into glibc-2.23

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch glibc-2.23
in repository glibc.

commit beb727253aab3c3597b7afb4a68374d7d351f54d
Merge: 158369b efe6e23
Author: Aurelien Jarno 
Date:   Thu May 12 13:01:04 2016 +0200

Merge branch 'sid' into glibc-2.23

 debian/changelog   |  54 
 debian/control |  83 
 debian/control.in/libc |  10 +-
 debian/control.in/main |   5 +-
 debian/control.in/opt  |  38 --
 .../arm/unsubmitted-ldconfig-cache-abi.diff|   4 +-
 debian/patches/hurd-i386/cvs-IPV6_PKTINFO.diff | 103 ++
 debian/patches/hurd-i386/cvs-gprof-tick.diff   |  22 +++
 debian/patches/i386/submitted-i686-timing.diff | 149 -
 debian/patches/kfreebsd/local-sysdeps.diff |  59 
 debian/patches/series  |   3 +-
 debian/rules   |  14 +-
 debian/sysdeps/hurd-i386.mk|  13 --
 debian/sysdeps/i386.mk |  12 --
 debian/sysdeps/kfreebsd-i386.mk|  11 --
 debian/testsuite-xfail-debian.mk   |   9 +-
 16 files changed, 262 insertions(+), 327 deletions(-)

diff --cc debian/changelog
index 4152409,970fec2..8ceb2c2
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,153 -1,57 +1,207 @@@
 +glibc (2.23-0experimental3) UNRELEASED; urgency=medium
 +
 +  * 
 +
 + -- Aurelien Jarno   Thu, 14 Apr 2016 15:08:27 +0200
 +
 +glibc (2.23-0experimental2) experimental; urgency=medium
 +
 +  [ Aurelien Jarno ]
 +  * debian/patches/git-updates.diff: update from upstream stable branch.
 +  * patches/kfreebsd/local-fbtl.diff: update to revision 5973 (from
 +glibc-bsd).
 +  * debian/rules, debian/rules.d/build.mk: rename localedir into complocaledir
 +following upstream change.
 +  * debian/patches/local-allocalim-header.diff: drop, obsolete.
 +  * debian/patches/any/local-no-pagesize.diff: drop, obsolete.
 +
 +  [ Adam Conrad ]
 +  * debian/testsuite-xfail-debian.mk: Also allow tst-malloc-thread-fail to
 +fail where we've already done so for test-xfail-tst-malloc-thread-exit.
 +
 + -- Aurelien Jarno   Thu, 14 Apr 2016 14:20:30 +0200
 +
 +glibc (2.23-0experimental1) experimental; urgency=medium
 +
 +  [ Aurelien Jarno ]
 +  * debian/patches/git-updates.diff: update from upstream stable branch.
 +  * debian/testsuite-xfail-debian.mk (powerpc) really mark
 +tst-malloc-thread-exit as xfail.
 +  * debian/testsuite-xfail-debian.mk (ppc64) mark tst-malloc-thread-exit
 +test as xfail, it is a known issue and not a regression.
 +  * patches/kfreebsd/local-fbtl.diff: update to revision 5969 (from
 +glibc-bsd).
 +  * debian/patches/kfreebsd/local-tst-malloc-fbtl.diff: drop, obsoleted by
 +hurd-i386/cvs-libpthread.so.diff.
 +  * debian/patches/kfreebsd/local-tst-unique.diff: disable tst-unique* on
 +GNU/kFreeBSD, as they are not supported by the FreeBSD ELF OSABI.
 +  * debian/patches/alpha/submitted-fts64.diff: new patch to fix the new fts64
 +function on alpha.
 +
 +  [ Samuel Thibault ]
 +  * hurd-i386/cvs-libpthread.diff: More updates to glibc-2.23.
 +  * hurd-i386/cvs-openat.diff: Fix __openat prototype.
 +  * hurd-i386/cvs-gai_sigqueue.diff: Fix gai_sigqueue prototype.
 +  * hurd-i386/cvs-aio_sigqueue.diff: Fix aio_sigqueue prototype.
 +  * hurd-i386/cvs-libpthread.diff: Separate 2.23 changes to...
 +  * hurd-i386/cvs-libpthread-2.23.diff: ... separate patch.
 +  * hurd-i386/cvs-libpthread.so.diff: Fix building malloc tests.
 +  * testsuite-xfail-debian.mk: Skip test which just overflows memory.
 +  * hurd-i386/cvs-pt-kill.diff: Fix pthread_kill locking.
 +  * hurd-i386/cvs-open.diff: Fix __open in ld.so, thus fixing dlopen().
 +  * hurd-i386/cvs-c++-types.diff: Add expected c++-types.data.
 +  * hurd-i386/local-ihash-use.diff: Note that libpthread uses ihash.h.
 +  * testsuite-xfail-debian.mk: Add failing new tests. Disable the problematic
 +test-lfs test.
 +  * hurd-i386/local-versions.diff: New patch to fix symbol version.
 +
 +  [ Adam Conrad ]
 +  * debian/patches/any/cvs-tst-malloc-thread-exit.diff: Backport fix from
 +upstream to make tst-malloc-thread-exit use fewer system resources.
 +  * debian/debhelper.in/locales.config: Make default_environment_locale
 +get preseeded correctly both with and without /etc/default/locale.
 +  * debian/control.in/i386: Remove list of Breaks that predate oldstable.
 +  * debian/control.in/*: Drop long obsolete file overlap Breaks/Replaces.
 +
 + -- Aurelien Jarno   Thu, 24 Mar 2016 00:21:05 +0100
 +
 +glibc (2.23-0experimental0) experimental; urgency=medium
 +
 +  [ Aurelien Jarno ]
 +  * New upstream release: version 2.23, with git updates 

glibc_2.22-9_source.changes ACCEPTED into unstable

2016-05-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 12 May 2016 12:55:01 +0200
Source: glibc
Binary: libc-bin libc-dev-bin libc-l10n glibc-doc glibc-source locales 
locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-pic 
libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc 
libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 
libc6-dev-ppc64 libc6-mips32 libc6-dev-mips32 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-x32 
libc6-dev-x32 libc6-xen libc6.1-alphaev67
Architecture: source
Version: 2.22-9
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 glibc-doc  - GNU C Library: Documentation
 glibc-source - GNU C Library: sources
 libc-bin   - GNU C Library: Binaries
 libc-dev-bin - GNU C Library: Development binaries
 libc-l10n  - GNU C Library: localization files
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips32 - GNU C Library: o32 Development Libraries for MIPS
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390 - GNU C Library: 32bit Development Libraries for IBM zSeries
 libc6-dev-sparc - GNU C Library: 32bit Development Libraries for SPARC
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-dev-x32 - GNU C Library: X32 ABI Development Libraries for AMD64
 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64
 libc6-mips32 - GNU C Library: o32 Shared libraries for MIPS
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-s390 - GNU C Library: 32bit Shared libraries for IBM zSeries
 libc6-sparc - GNU C Library: 32bit Shared libraries for SPARC
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-x32  - GNU C Library: X32 ABI Shared libraries for AMD64
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: detached debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 multiarch-support - Transitional package to ensure multiarch compatibility
 nscd   - GNU C Library: Name Service Cache Daemon
Changes:
 glibc (2.22-9) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * hurd-i386/cvs-libpthread.so.diff: Fix building malloc tests.
   * debian/testsuite-xfail-debian.mk: Update LFS tests.
 .
   [ Aurelien Jarno ]
   * debian/testsuite-xfail-debian.mk: drop check on i586 flavours.
   * debian/patches/kfreebsd/local-tst-malloc-backtrace.diff: drop, obsoleted
 by hurd-i386/cvs-libpthread.so.diff.
   * debian/patches/arm/unsubmitted-ldconfig-cache-abi.diff: correctly apply
 patch. Really fix #822489.
   * control.in/main: Bump 

Processing of glibc_2.22-9_source.changes

2016-05-12 Thread Debian FTP Masters
glibc_2.22-9_source.changes uploaded successfully to localhost
along with the files:
  glibc_2.22-9.dsc
  glibc_2.22-9.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



[glibc] branch sid updated (752fff4 -> efe6e23)

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch sid
in repository glibc.

  from  752fff4   patches/arm/unsubmitted-ldconfig-cache-abi.diff: 
correctly apply patch. Really fix #822489.
   new  31df57d   control.in/main: Bump Standards-Version to 3.9.8 (no 
changes).
   new  efe6e23   releasing package glibc version 2.22-9

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 5 +++--
 debian/control | 2 +-
 debian/control.in/main | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] annotated tag debian/2.22-9 created (now 89a702c)

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to annotated tag debian/2.22-9
in repository glibc.

at  89a702c   (tag)
   tagging  efe6e237c73cbcfb6cdc1f5a99195e35f9f26a96 (commit)
  replaces  debian/2.22-8
 tagged by  Aurelien Jarno
on  Thu May 12 12:55:02 2016 +0200

- Log -
tagging package glibc version debian/2.22-9
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJXNGEGAAoJELqceAYd3YybCG4QAJ0HECpoqGunQez7pqyBKqN3
rrMFRmhJqHIg/Ke3EvQ3M8pWpDux9K07dpqoGkiZn1ZxbuFKyLRz5OH9NYXbTOzB
M2HYyoZW9Mis6ZGyUsR0fI8trdxcXCvYdln7MlH866wehfOKta1q2ZtD5gu4yazs
RRsLchp3b88FumkFhKdfnbWfyPzdbs4xprQJX3zyxrseLv4w3vr4uy5QWr7Mr4bs
7h3cbIK6aiy3D4zp2YJKCj4qBMGeN0QXM9kN9t+NA9A+/UEaVfGNBhu6Xk4aLzXK
5ISmSUKAPaHMbpRpx0JHrREw+Q/xzeXev2gYkpdfw2TXRZSTqHnFR2rjCSiy0fIG
rlJE5W9hN6k1hmBLjhaCT1l/zqs2J1YCP4XmKwIZiUJv/Zr2CJPqoFpSyo8+hdFv
e24zNZd1PbkINtvdq4EFohR9Sl3OYfvXJDR2ZEuSRUDx94pWVAQdvQ7xZ8NVvr0J
teke3z8njmdB9aJPfk5mMLluPqs3+D5LjcQOplOELP0mRouaCevcez+/4JG8W9U+
rI6TJQ4Fefc4Qdq8vsIJCAIVj16HCoGLgYh+32NEB/heaOk+xtIJfq4OGpmRuBJd
nZ2HLmoxL1J8pb4mbcn9we9152ykramMYdrFAoRU4+4NKBsOzqj9A1DX6gvZOsJZ
IrQSKx8znowShRw7KU/9
=Z+xi
-END PGP SIGNATURE-

Aurelien Jarno (5):
  debian/testsuite-xfail-debian.mk: drop check on i586 flavours.
  debian/patches/kfreebsd/local-tst-malloc-backtrace.diff: drop, obsoleted 
by hurd-i386/cvs-libpthread.so.diff.
  patches/arm/unsubmitted-ldconfig-cache-abi.diff: correctly apply patch. 
Really fix #822489.
  control.in/main: Bump Standards-Version to 3.9.8 (no changes).
  releasing package glibc version 2.22-9

Samuel Thibault (2):
  hurd-i386/cvs-libpthread.so.diff: Fix building malloc tests
  debian/testsuite-xfail-debian.mk: Update LFS tests.

---

This annotated tag includes the following new commits:

   new  31df57d   control.in/main: Bump Standards-Version to 3.9.8 (no 
changes).
   new  efe6e23   releasing package glibc version 2.22-9

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 01/02: control.in/main: Bump Standards-Version to 3.9.8 (no changes).

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit 31df57d0753689947bc50b4d9066b16a8eb0222c
Author: Aurelien Jarno 
Date:   Thu May 12 12:52:03 2016 +0200

control.in/main: Bump Standards-Version to 3.9.8 (no changes).
---
 debian/changelog   | 1 +
 debian/control | 2 +-
 debian/control.in/main | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1441452..f518cc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ glibc (2.22-9) UNRELEASED; urgency=medium
 by hurd-i386/cvs-libpthread.so.diff.
   * debian/patches/arm/unsubmitted-ldconfig-cache-abi.diff: correctly apply
 patch. Really fix #822489.
+  * control.in/main: Bump Standards-Version to 3.9.8 (no changes).
 
  -- Samuel Thibault   Thu, 12 May 2016 01:05:26 +0200
 
diff --git a/debian/control b/debian/control
index b7951ee..a6e1350 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: gettext, dpkg-dev (>= 1.18.7), xz-utils, file, 
quilt,
 Build-Depends-Indep: perl, po-debconf (>= 1.0)
 Maintainer: GNU Libc Maintainers 
 Uploaders: Clint Adams , Aurelien Jarno 
, Adam Conrad , Samuel Thibault 

-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-glibc/glibc.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-glibc/glibc.git
 Homepage: http://www.gnu.org/software/libc/libc.html
diff --git a/debian/control.in/main b/debian/control.in/main
index f026c54..3f48c88 100644
--- a/debian/control.in/main
+++ b/debian/control.in/main
@@ -16,7 +16,7 @@ Build-Depends: gettext, dpkg-dev (>= 1.18.7), xz-utils, file, 
quilt,
 Build-Depends-Indep: perl, po-debconf (>= 1.0)
 Maintainer: GNU Libc Maintainers 
 Uploaders: Clint Adams , Aurelien Jarno 
, Adam Conrad , Samuel Thibault 

-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-glibc/glibc.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-glibc/glibc.git
 Homepage: http://www.gnu.org/software/libc/libc.html

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 02/02: releasing package glibc version 2.22-9

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit efe6e237c73cbcfb6cdc1f5a99195e35f9f26a96
Author: Aurelien Jarno 
Date:   Thu May 12 12:55:02 2016 +0200

releasing package glibc version 2.22-9
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f518cc3..970fec2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-glibc (2.22-9) UNRELEASED; urgency=medium
+glibc (2.22-9) unstable; urgency=medium
 
   [ Samuel Thibault ]
   * hurd-i386/cvs-libpthread.so.diff: Fix building malloc tests.
@@ -12,7 +12,7 @@ glibc (2.22-9) UNRELEASED; urgency=medium
 patch. Really fix #822489.
   * control.in/main: Bump Standards-Version to 3.9.8 (no changes).
 
- -- Samuel Thibault   Thu, 12 May 2016 01:05:26 +0200
+ -- Aurelien Jarno   Thu, 12 May 2016 12:55:01 +0200
 
 glibc (2.22-8) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] branch sid updated (3713733 -> 752fff4)

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch sid
in repository glibc.

  from  3713733   debian/testsuite-xfail-debian.mk: Update LFS tests.
   new  752fff4   patches/arm/unsubmitted-ldconfig-cache-abi.diff: 
correctly apply patch. Really fix #822489.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 2 ++
 debian/patches/arm/unsubmitted-ldconfig-cache-abi.diff | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 01/01: patches/arm/unsubmitted-ldconfig-cache-abi.diff: correctly apply patch. Really fix #822489.

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit 752fff4cd69da7eb337e6785b31ba639cb4d2f4c
Author: Aurelien Jarno 
Date:   Thu May 12 09:06:58 2016 +0200

patches/arm/unsubmitted-ldconfig-cache-abi.diff: correctly apply patch. 
Really fix #822489.
---
 debian/changelog   | 2 ++
 debian/patches/arm/unsubmitted-ldconfig-cache-abi.diff | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6830395..1441452 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ glibc (2.22-9) UNRELEASED; urgency=medium
   * debian/testsuite-xfail-debian.mk: drop check on i586 flavours.
   * debian/patches/kfreebsd/local-tst-malloc-backtrace.diff: drop, obsoleted
 by hurd-i386/cvs-libpthread.so.diff.
+  * debian/patches/arm/unsubmitted-ldconfig-cache-abi.diff: correctly apply
+patch. Really fix #822489.
 
  -- Samuel Thibault   Thu, 12 May 2016 01:05:26 +0200
 
diff --git a/debian/patches/arm/unsubmitted-ldconfig-cache-abi.diff 
b/debian/patches/arm/unsubmitted-ldconfig-cache-abi.diff
index 35321eb..0a3f06a 100644
--- a/debian/patches/arm/unsubmitted-ldconfig-cache-abi.diff
+++ b/debian/patches/arm/unsubmitted-ldconfig-cache-abi.diff
@@ -40,8 +40,8 @@ index e767f9e..37483fc 100644
 +static int is_library_hf(const char *file_name, void *file_contents, size_t 
file_length)
 +{
 +  unsigned int i;
-+  Elf32(Ehdr) *ehdr = (Elf32(Ehdr) *) file_contents;
-+  Elf32(Shdr) *shdrs;
++  Elf32_Ehdr *ehdr = (Elf32_Ehdr *) file_contents;
++  Elf32_Shdr *shdrs;
 +
 +  shdrs = file_contents + ehdr->e_shoff;
 +  for (i = 0; i < ehdr->e_shnum; i++)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] branch sid updated (30b6283 -> 3713733)

2016-05-12 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script.

sthibault pushed a change to branch sid
in repository glibc.

  from  30b6283   debian/patches/kfreebsd/local-tst-malloc-backtrace.diff: 
drop, obsoleted by hurd-i386/cvs-libpthread.so.diff.
   new  3713733   debian/testsuite-xfail-debian.mk: Update LFS tests.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 1 +
 debian/testsuite-xfail-debian.mk | 3 +++
 2 files changed, 4 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 01/01: debian/testsuite-xfail-debian.mk: Update LFS tests.

2016-05-12 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch sid
in repository glibc.

commit 37137339b135117ebeaf29174070e93822c06de8
Author: Samuel Thibault 
Date:   Thu May 12 09:15:37 2016 +0200

debian/testsuite-xfail-debian.mk: Update LFS tests.
---
 debian/changelog | 1 +
 debian/testsuite-xfail-debian.mk | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5c76faa..6830395 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ glibc (2.22-9) UNRELEASED; urgency=medium
 
   [ Samuel Thibault ]
   * hurd-i386/cvs-libpthread.so.diff: Fix building malloc tests.
+  * debian/testsuite-xfail-debian.mk: Update LFS tests.
 
   [ Aurelien Jarno ]
   * debian/testsuite-xfail-debian.mk: drop check on i586 flavours.
diff --git a/debian/testsuite-xfail-debian.mk b/debian/testsuite-xfail-debian.mk
index 22e3447..2e67ff5 100644
--- a/debian/testsuite-xfail-debian.mk
+++ b/debian/testsuite-xfail-debian.mk
@@ -277,7 +277,10 @@ test-xfail-tst-vfork3-mem = yes
 
 # This generates GiBs of data instead of sparse files, putting build box on 
its knees
 tests-unsupported += test-lfs
+
+# Needs LFS support
 #test-xfail-test-lfs = yes
+test-xfail-tst-tzset = yes
 
 # happens seldomly
 test-xfail-tst-clock_nanosleep = yes

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] branch sid updated (7b2816e -> c504fff)

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch sid
in repository glibc.

  from  7b2816e   hurd-i386/cvs-libpthread.so.diff: Fix building malloc 
tests
   new  c504fff   debian/testsuite-xfail-debian.mk: drop check on i586 
flavours.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 
 debian/testsuite-xfail-debian.mk | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] branch sid updated (c504fff -> 30b6283)

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch sid
in repository glibc.

  from  c504fff   debian/testsuite-xfail-debian.mk: drop check on i586 
flavours.
   new  30b6283   debian/patches/kfreebsd/local-tst-malloc-backtrace.diff: 
drop, obsoleted by hurd-i386/cvs-libpthread.so.diff.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog|  2 ++
 debian/patches/kfreebsd/local-tst-malloc-backtrace.diff | 13 -
 debian/patches/series.kfreebsd-amd64|  1 -
 debian/patches/series.kfreebsd-i386 |  1 -
 4 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 debian/patches/kfreebsd/local-tst-malloc-backtrace.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 01/01: debian/patches/kfreebsd/local-tst-malloc-backtrace.diff: drop, obsoleted by hurd-i386/cvs-libpthread.so.diff.

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit 30b6283d335628e9dbb8e659c570b7d3f83a9b47
Author: Aurelien Jarno 
Date:   Thu May 12 08:58:40 2016 +0200

debian/patches/kfreebsd/local-tst-malloc-backtrace.diff: drop, obsoleted by 
hurd-i386/cvs-libpthread.so.diff.
---
 debian/changelog|  2 ++
 debian/patches/kfreebsd/local-tst-malloc-backtrace.diff | 13 -
 debian/patches/series.kfreebsd-amd64|  1 -
 debian/patches/series.kfreebsd-i386 |  1 -
 4 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d7b2d5a..5c76faa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ glibc (2.22-9) UNRELEASED; urgency=medium
 
   [ Aurelien Jarno ]
   * debian/testsuite-xfail-debian.mk: drop check on i586 flavours.
+  * debian/patches/kfreebsd/local-tst-malloc-backtrace.diff: drop, obsoleted
+by hurd-i386/cvs-libpthread.so.diff.
 
  -- Samuel Thibault   Thu, 12 May 2016 01:05:26 +0200
 
diff --git a/debian/patches/kfreebsd/local-tst-malloc-backtrace.diff 
b/debian/patches/kfreebsd/local-tst-malloc-backtrace.diff
deleted file mode 100644
index d48..000
--- a/debian/patches/kfreebsd/local-tst-malloc-backtrace.diff
+++ /dev/null
@@ -1,13 +0,0 @@
 a/malloc/Makefile
-+++ b/malloc/Makefile
-@@ -45,8 +45,8 @@ extra-libs-others = $(extra-libs)
- libmemusage-routines = memusage
- libmemusage-inhibit-o = $(filter-out .os,$(object-suffixes))
- 
--$(objpfx)tst-malloc-backtrace: $(common-objpfx)nptl/libpthread.so \
-- $(common-objpfx)nptl/libpthread_nonshared.a
-+$(objpfx)tst-malloc-backtrace: $(common-objpfx)fbtl/libpthread.so \
-+ $(common-objpfx)fbtl/libpthread_nonshared.a
- 
- # These should be removed by `make clean'.
- extra-objs = mcheck-init.o libmcheck.a
diff --git a/debian/patches/series.kfreebsd-amd64 
b/debian/patches/series.kfreebsd-amd64
index 8dd4b9b..54c50d0 100644
--- a/debian/patches/series.kfreebsd-amd64
+++ b/debian/patches/series.kfreebsd-amd64
@@ -3,4 +3,3 @@ kfreebsd/local-sys_queue_h.diff
 kfreebsd/local-undef-glibc.diff
 kfreebsd/local-initgroups-order.diff
 kfreebsd/local-tst-auxv.diff
-kfreebsd/local-tst-malloc-backtrace.diff
diff --git a/debian/patches/series.kfreebsd-i386 
b/debian/patches/series.kfreebsd-i386
index 8dd4b9b..54c50d0 100644
--- a/debian/patches/series.kfreebsd-i386
+++ b/debian/patches/series.kfreebsd-i386
@@ -3,4 +3,3 @@ kfreebsd/local-sys_queue_h.diff
 kfreebsd/local-undef-glibc.diff
 kfreebsd/local-initgroups-order.diff
 kfreebsd/local-tst-auxv.diff
-kfreebsd/local-tst-malloc-backtrace.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 01/01: debian/testsuite-xfail-debian.mk: drop check on i586 flavours.

2016-05-12 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit c504fff67a00fbb160bf621ae74f0ba93ee0a95f
Author: Aurelien Jarno 
Date:   Thu May 12 08:57:10 2016 +0200

debian/testsuite-xfail-debian.mk: drop check on i586 flavours.
---
 debian/changelog | 4 
 debian/testsuite-xfail-debian.mk | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 718f505..d7b2d5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 glibc (2.22-9) UNRELEASED; urgency=medium
 
+  [ Samuel Thibault ]
   * hurd-i386/cvs-libpthread.so.diff: Fix building malloc tests.
 
+  [ Aurelien Jarno ]
+  * debian/testsuite-xfail-debian.mk: drop check on i586 flavours.
+
  -- Samuel Thibault   Thu, 12 May 2016 01:05:26 +0200
 
 glibc (2.22-8) unstable; urgency=medium
diff --git a/debian/testsuite-xfail-debian.mk b/debian/testsuite-xfail-debian.mk
index 77fa5b1..22e3447 100644
--- a/debian/testsuite-xfail-debian.mk
+++ b/debian/testsuite-xfail-debian.mk
@@ -182,7 +182,7 @@ endif
 ##
 # hurd-i386 (including optimized flavours)
 ##
-ifneq (,$(filter $(config-machine)-$(config-os), i586-gnu-gnu-gnu 
i686-gnu-gnu-gnu))
+ifeq ($(config-machine)-$(config-os),i686-gnu-gnu-gnu)
 # sysdeps/mach/hurd/dl-sysdep.c's open_file does not support the linker
 # creating files.
 test-xfail-tst-null-argv = yes
@@ -796,7 +796,7 @@ endif
 ##
 # i386 (including optimized flavours)
 ##
-ifneq (,$(filter $(config-machine)-$(config-os), i586-linux-gnu 
i686-linux-gnu))
+ifeq ($(config-machine)-$(config-os),i686-linux-gnu)
 test-xfail-tst-backtrace6 = yes
 test-xfail-tst-mqueue5 = yes
 test-xfail-tst-waitid = yes
@@ -1063,7 +1063,7 @@ endif
 ##
 # kfreebsd-i386 (including optimized flavours)
 ##
-ifneq (,$(filter $(config-machine)-$(config-os), i586-kfreebsd-gnu 
i686-kfreebsd-gnu))
+ifeq ($(config-machine)-$(config-os),i686-kfreebsd-gnu)
 test-xfail-check-local-headers = yes
 test-xfail-tst-aio10 = yes
 test-xfail-tst-aio9 = yes

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git