Bug#812403: libc6: remalloc(x, malloc_usage_size(x)) should not cause x to change.

2016-01-23 Thread Perry Lorier
Package: libc6
Severity: normal
Tags: upstream

Dear Maintainer,

I believe that realloc(x, malloc_usage_size(x)) should possibly extend
the size of the allocation of x, but not move it in memory.  glibc
appears to return a new block of memory for this idiom when the block is
already "large", presumably when it has changed to the mmap() allocator.
This idiom is potentially useful when doing things like allocating a
buffer that is "big enough" (might as well use the malloc overhead for
useful work, rather than wasting it).

Demonstration program:
#include 

int main(int argc, char *argv[])
{
for(size_t i = 2; i < 1; i = i + (i>>1)) {
void *x = malloc(i);
size_t s = malloc_usable_size(x);
printf("malloc(%zd)=%p malloc_usable_size(%p)=%zd (%zd spare) ",
i, x, x, s, s - i);
void *y = realloc(x, s);
printf("realloc(%p, %zd)=%p %s\n", x, s, y,
x == y ? "(ok)" : "(not ok)");
free(y);
}
}

Expected result: "(ok)" at the end of each line.
Actual result: "(not ok)" on all of the larger lines.

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



squeeze update of eglibc?

2016-01-23 Thread Thorsten Alteholz

Hello dear maintainer(s),

the Debian LTS team would like to fix the security issues which are
currently open in the Squeeze version of eglibc:
https://security-tracker.debian.org/tracker/CVE-2014-9761
https://security-tracker.debian.org/tracker/CVE-2015-8776
https://security-tracker.debian.org/tracker/CVE-2015-8778
https://security-tracker.debian.org/tracker/CVE-2015-8779

Would you like to take care of this yourself?

If yes, please follow the workflow we have defined here:
http://wiki.debian.org/LTS/Development

If that workflow is a burden to you, feel free to just prepare an
updated source package and send it to debian-...@lists.debian.org
(via a debdiff, or with an URL pointing to the source package,
or even with a pointer to your packaging repository), and the members
of the LTS team will take care of the rest. Indicate clearly whether you
have tested the updated package or not.

If you don't want to take care of this update, it's not a problem, we
will do our best with your package. Just let us know whether you would
like to review and/or test the updated package before it gets released.

Thank you very much.

Thorsten Alteholz,
  on behalf of the Debian LTS team.

PS: A member of the LTS team might start working on this update at
any point in time. You can verify whether someone is registered
on this update in this file:
https://anonscm.debian.org/viewvc/secure-testing/data/dla-needed.txt?view=markup




[glibc] branch sid updated (74bef2c -> 9e41d9d)

2016-01-23 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  74bef2c   Fix  wrong assertion in pthread_mutex_unlock()
  adds  46e2752   releasing package glibc version 2.21-7
   new  9e41d9d   New changelog entry

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 | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

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



glibc_2.21-7_source.changes ACCEPTED into unstable

2016-01-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 24 Jan 2016 00:21:18 +0100
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-i686 libc6-xen libc0.1-i686 libc6.1-alphaev67 
libnss-dns-udeb libnss-files-udeb
Architecture: source
Version: 2.21-7
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-i686 - GNU C Library: Shared libraries [i686 optimized]
 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-i686 - GNU C Library: Shared libraries [i686 optimized]
 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)
 libnss-dns-udeb - GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - GNU C Library: NSS helper for files - 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
Closes: 800900 808143 809636 809741 809776 810053 810322 812351
Changes:
 glibc (2.21-7) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * patches/localedata/cvs-bg_BG-t_fmt.diff: new patch from upstream to
 use 

Processing of glibc_2.21-7_source.changes

2016-01-23 Thread Debian FTP Masters
glibc_2.21-7_source.changes uploaded successfully to localhost
along with the files:
  glibc_2.21-7.dsc
  glibc_2.21-7.debian.tar.xz

Greetings,

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



Processed: fixed 812445 in 2.21-7

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

> fixed 812445 2.21-7
Bug #812445 [src:glibc] glibc: CVE-2015-8776: Segmentation fault caused by 
passing out-of-range data to strftime()
The source 'glibc' and version '2.21-7' do not appear to match any binary 
packages
Marked as fixed in versions glibc/2.21-7.
> thanks
Stopping processing here.

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



Processed: Bug#810322 marked as pending

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

> tag 810322 pending
Bug #810322 {Done: Aurelien Jarno } [libc6] libc6:amd64: 
Unexpected asseration in pthread_mutex_unlock()
Added tag(s) pending.
> thanks
Stopping processing here.

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



[glibc] 01/01: New changelog entry

2016-01-23 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 9e41d9ddedf8862fb37091df2a3d3ffcd6d39c4f
Author: Aurelien Jarno 
Date:   Sun Jan 24 00:32:27 2016 +0100

New changelog entry
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a0295f2..ceb4f48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+glibc (2.21-8) UNRELEASED; urgency=medium
+
+  * 
+
+ -- Aurelien Jarno   Sun, 24 Jan 2016 00:32:22 +0100
+
 glibc (2.21-7) unstable; urgency=medium
 
   [ Aurelien Jarno ]

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



Bug#812445: glibc: CVE-2015-8776: Segmentation fault caused by passing out-of-range data to strftime()

2016-01-23 Thread Salvatore Bonaccorso
Source: glibc
Version: 2.19-18
Severity: important
Tags: security upstream
Forwarded: https://sourceware.org/bugzilla/show_bug.cgi?id=18985

Hi,

the following vulnerability was published for glibc.

CVE-2015-8776[0]:
Passing out of range data to strftime() causes a segfault

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities & Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2015-8776
[1] https://sourceware.org/bugzilla/show_bug.cgi?id=18985

Regards,
Salvatore



Bug#812455: glibc: CVE-2015-8779: Unbounded stack allocation in catopen function

2016-01-23 Thread Salvatore Bonaccorso
Source: glibc
Version: 2.19-18
Severity: important
Tags: security upstream
Forwarded: https://sourceware.org/bugzilla/show_bug.cgi?id=17905

Hi,

the following vulnerability was published for glibc.

CVE-2015-8779[0]:
catopen() Multiple unbounded stack allocations

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities & Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2015-8779
[1] https://sourceware.org/bugzilla/show_bug.cgi?id=17905

Regards,
Salvatore



[glibc] annotated tag debian/2.21-7 created (now 64d3020)

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

aurel32 pushed a change to annotated tag debian/2.21-7
in repository glibc.

at  64d3020   (tag)
   tagging  46e27525dd169fad7ad2601e208db999d2c4e334 (commit)
  replaces  debian/2.21-6
 tagged by  Aurelien Jarno
on  Sun Jan 24 00:22:03 2016 +0100

- Log -
tagging package glibc version debian/2.21-7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJWpAsbAAoJELqceAYd3YybvAMP/3Y7tJhZ5ATCVnit57IOyWN9
Lfpm89KmVV8FdM4zbIGLh90gUu+4eVz9fCD6eHpsUUCi/LQuP7Dek8z6nwkLo3X4
jMye5sp9qSHnCuLcvT4XyTJUTN9q8O5MBJ/Zr6rWl4qFctgxdjd0BWMfFwsdE/Js
rU6zag2u23NpBMQ8G1nJo9BSp6IyYy2A/0bYaiGO8mTk7tXILKSHXL0kCugv20be
DqApuT8yuUTWdzWQw2OO6BSbSvCmEYdpQ2G9sSk1/xl+NgfvczelYVpG4JpCjxAc
c6mH1SML9b0KteuTVdZG8M05qa/fHZWwsjPzLduFRLojx/Shf5z7W9ing9Qzi4S/
1JCfxjuqNC9vrpMpLgIQJ+996RbTMwA3J7WBzXvwLPSwhkpEg8ogbQeqyyovEuix
7Xr2dXUtDx5/Hsb8zYloCBh5hHu4FKQuVZgsqd8rpcNaoXrJw1/BCIN6QUPVBTKI
u3eNo0vBr/Y4UOO8B1vYC1AgXTX84BWn8YM2xyi/smdyo7AHUQnAkDS7Y8sTcISL
xK4V2/bl/UHGEk/Uadti4N9Me9J1uAhLXSrcBc3J+szoiy6xLp1aSyu5Q1tGhgpo
iJr0cTm9k9LXbOvY4VRDiDG86CDvoLBNEaxhj/aQeK4krKhfc1ppcTn+lL1+E65A
H+c2yWbokBd4zj1iyxhA
=8fN5
-END PGP SIGNATURE-

Aurelien Jarno (12):
  New changelog entry
  patches/localedata/cvs-bg_BG-t_fmt.diff: new patch from upstream to
  Update French debconf translation, by Christian Perrier.  Closes:
  Update Brazilian Portuguese debconf translation, by Adriano Rafael
  patches/hppa/cvs-update-mman.h.diff: new patch from upstream to add huge
  patches/hppa/submitted-dladdr.diff: new patch from John David Anglin to
  sysdeps/armel.mk, sysdeps/armhf.mk: re-enable IFUNC support now that
  debian/control.in/main: update Vcs-* fields to point to the new git 
repository.
  Update Dutch debconf translation, by Frans Spiesschaert.  Closes: #812351.
  Update from upstream stable branch
  Fix  wrong assertion in pthread_mutex_unlock()
  releasing package glibc version 2.21-7

Samuel Thibault (2):
  * patches/hurd-i386/cvs-libpthread-sigstate.diff: New patch to fix 
spurious
  * patches/hurd-i386/cvs-raise-longjump.diff: New patch to fix longjump 
from

---

This annotated tag includes the following new commits:

   new  46e2752   releasing package glibc version 2.21-7

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.


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



[glibc] 01/02: Remove ldconfig wrapper, new debhelper versions use the trigger directly

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

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

commit cafff52ac961fd04d4243b42b27526a6b77cd3ec
Author: Aurelien Jarno 
Date:   Fri Jan 22 22:31:51 2016 +0100

Remove ldconfig wrapper, new debhelper versions use the trigger directly
---
 debian/changelog   |  4 
 debian/debhelper.in/libc-bin.lintian-overrides |  5 +
 debian/debhelper.in/libc-bin.postinst  |  2 --
 debian/local/sbin/ldconfig | 16 
 debian/rules.d/debhelper.mk|  7 ---
 5 files changed, 5 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4fa5628..cdec51f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -59,6 +59,10 @@ glibc (2.22-0experimental2) UNRELEASED; urgency=medium
 XC-Package-Type into Package-Type.
   * debian/control.in/libc: drop conflicts on prelink (<= 0.0.20090311-1) as
 we don't support Lenny to Stretch upgrades.
+  * debian/debhelper.in/libc-bin.{postinst,lintian-overrides},
+debian/rules.d/debhelper.mk, debian/local/sbin/ldconfig: remove ldconfig
+wrapper as new debhelper versions use the trigger instead of an explicit
+call to ldconfig.
 
  -- Aurelien Jarno   Thu, 10 Dec 2015 23:41:13 +0100
 
diff --git a/debian/debhelper.in/libc-bin.lintian-overrides 
b/debian/debhelper.in/libc-bin.lintian-overrides
index f2ba6f5..3c52c43 100644
--- a/debian/debhelper.in/libc-bin.lintian-overrides
+++ b/debian/debhelper.in/libc-bin.lintian-overrides
@@ -1,15 +1,12 @@
 # ldconfig must be executable even when the libc is not configured, and
 # thus must be linked statically
-libc-bin: statically-linked-binary sbin/ldconfig.real
+libc-bin: statically-linked-binary sbin/ldconfig
 
 # pt_chown must be setuid root and in /usr/lib, otherwise non-root users
 # won't be able to login
 libc-bin: setuid-binary usr/lib/pt_chown 4755 root/root
 libc-bin: sharedobject-in-library-directory-missing-soname usr/lib/pt_chown
 
-# ldconfig.real doesn't have a manpage, since it's just ldconfig renamed
-libc-bin: binary-without-manpage sbin/ldconfig.real
-
 # these manpages have been moved to the manpages package
 libc-bin: binary-without-manpage sbin/ldconfig
 libc-bin: binary-without-manpage usr/bin/getent
diff --git a/debian/debhelper.in/libc-bin.postinst 
b/debian/debhelper.in/libc-bin.postinst
index 9d804b4..8b10d45 100644
--- a/debian/debhelper.in/libc-bin.postinst
+++ b/debian/debhelper.in/libc-bin.postinst
@@ -13,8 +13,6 @@ if [ "$1" = "configure" ] && [ "$2" = "" ] ; then
 fi
 
 if [ "$1" = "triggered" ]; then
-  LDCONFIG_NOTRIGGER=y
-  export LDCONFIG_NOTRIGGER
   ldconfig || ldconfig --verbose
   exit 0
 fi
diff --git a/debian/local/sbin/ldconfig b/debian/local/sbin/ldconfig
deleted file mode 100644
index 6ccdf0c..000
--- a/debian/local/sbin/ldconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-if  test $# = 0\
-&& test x"$LDCONFIG_NOTRIGGER" = x \
- && test x"$DPKG_MAINTSCRIPT_PACKAGE" != x \
- && dpkg-trigger --check-supported 2>/dev/null
-then
-   if dpkg-trigger --no-await ldconfig; then
-   if test x"$LDCONFIG_TRIGGER_DEBUG" != x; then
-   echo "ldconfig: wrapper deferring update (trigger 
activated)"
-   fi
-   exit 0
-   fi  
-fi
-
-exec /sbin/ldconfig.real "$@"
diff --git a/debian/rules.d/debhelper.mk b/debian/rules.d/debhelper.mk
index ac16814..6f33ed8 100644
--- a/debian/rules.d/debhelper.mk
+++ b/debian/rules.d/debhelper.mk
@@ -31,13 +31,6 @@ $(patsubst 
%,$(stamp)binaryinst_%,$(DEB_ARCH_REGULAR_PACKAGES) $(DEB_INDEP_REGUL
dh_link -p$(curpass)
dh_bugfiles -p$(curpass)
 
-   if test "$(curpass)" = "libc-bin"; then \
- mv debian/$(curpass)/sbin/ldconfig\
-   debian/$(curpass)/sbin/ldconfig.real;   \
- install -m755 -o0 -g0 debian/local/sbin/ldconfig  \
-   debian/$(curpass)/sbin/ldconfig;\
-   fi
-
# when you want to install extra packages, use extra_pkg_install.
$(call xx,extra_pkg_install)
 

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



Bug#809636: marked as done (glibc: [INTL:fr] French debconf templates translation update)

2016-01-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Jan 2016 23:34:54 +
with message-id 
and subject line Bug#809636: fixed in glibc 2.21-7
has caused the Debian Bug report #809636,
regarding glibc: [INTL:fr] French debconf templates translation update
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
809636: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809636
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: glibc
Version: N/A
Severity: wishlist
Tags: patch l10n

Please find attached the french debconf templates update, proofread by the
debian-l10n-french mailing list contributors.



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

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
# Translation of glibc debconf templates to French
# Copyright (C) 2005-2009 Debian French l10n team 
# This file is distributed under the same license as the glibc package.
#
# Translators:
# Denis Barbier 2001-2006.
# Christian Perrier , 2007, 2008, 2009, 2011, 2015.
msgid ""
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: gl...@packages.debian.org\n"
"POT-Creation-Date: 2015-12-07 14:56+0100\n"
"PO-Revision-Date: 2015-12-17 06:47+0100\n"
"Last-Translator: Christian Perrier \n"
"Language-Team: French \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 2.0\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. Type: multiselect
#. Choices
#: ../debhelper.in/locales.templates:1001
msgid "All locales"
msgstr "Tous les choix possibles"

#. Type: multiselect
#. Description
#: ../debhelper.in/locales.templates:1002
msgid "Locales to be generated:"
msgstr "Jeux de paramètres régionaux à créer :"

#. Type: multiselect
#. Description
#: ../debhelper.in/locales.templates:1002
msgid ""
"Locales are a framework to switch between multiple languages and allow users "
"to use their language, country, characters, collation order, etc."
msgstr ""
"Les jeux de paramètres régionaux (aussi appelés « locales ») permettent de "
"gérer des langues multiples et offrent aux utilisateurs la possibilité de "
"choisir la langue, le pays, le jeu de caractères, l'ordre de tri, etc."

#. Type: multiselect
#. Description
#: ../debhelper.in/locales.templates:1002
msgid ""
"Please choose which locales to generate. UTF-8 locales should be chosen by "
"default, particularly for new installations. Other character sets may be "
"useful for backwards compatibility with older systems and software."
msgstr ""
"Veuillez choisir les paramètres régionaux à créer. Des paramètres régionaux "
"utilisant l'encodage UTF-8 devraient être le choix par défaut, notamment "
"pour de nouvelles installations. Les autres jeux de caractères peuvent être "
"utiles pour conserver la compatibilité avec d'anciens systèmes ou logiciels."

#. Type: select
#. Choices
#: ../debhelper.in/locales.templates:2001
msgid "None"
msgstr "Aucun"

#. Type: select
#. Description
#: ../debhelper.in/locales.templates:2002
msgid "Default locale for the system environment:"
msgstr "Jeu de paramètres régionaux actif par défaut :"

#. Type: select
#. Description
#: ../debhelper.in/locales.templates:2002
msgid ""
"Many packages in Debian use locales to display text in the correct language "
"for the user. You can choose a default locale for the system from the "
"generated locales."
msgstr ""
"De nombreux paquets utilisent le mécanisme de localisation pour afficher les "
"messages destinés aux utilisateurs dans la langue adéquate. Vous pouvez "
"changer la valeur par défaut de l'ensemble du système pour utiliser un des "
"jeux de paramètres régionaux qui seront créés."

#. Type: select
#. Description
#: ../debhelper.in/locales.templates:2002
msgid ""
"This will select the default language for the entire system. If this system "
"is a multi-user system where not all users are able to speak the default "
"language, they will experience difficulties."
msgstr ""
"Veuillez noter que cette valeur modifiera la langue utilisée par le système. "
"Si l'environnement est multi-utilisateurs et que certains utilisateurs ne "
"parlent pas votre langue, ils risquent d'avoir des difficultés."

#. Type: boolean
#. 

Bug#810053: marked as done (glibc: Fix dladdr and nss Bug#791537 on hppa)

2016-01-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Jan 2016 23:34:54 +
with message-id 
and subject line Bug#810053: fixed in glibc 2.21-7
has caused the Debian Bug report #810053,
regarding glibc: Fix dladdr and nss Bug#791537 on hppa
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
810053: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: glibc
Version: 2.21-6
Severity: normal
Tags: patch

Dear Maintainer,

The attached patch resolves nss Bug#791537.  See:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791537

A small testcase was developed to demonstrate the problem and a
glibc bug report was filed:
https://sourceware.org/bugzilla/show_bug.cgi?id=19415

A glibc patch was submitted here:
https://sourceware.org/ml/libc-alpha/2016-01/msg5.html

The submitted patch was backported to 2.21 and has been tested locally
for several days with no observed regressions in behavior.  nss now will
build successfully.

The submitted patch can be imported to 2.21 but it must be refreshed due
to minor file differences.  The attached change is the version tested on
2.21.

I would greatly appreciate your applying change in the next glibc update.

Thanks,
Dave

-- System Information:
Debian Release: stretch/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 3.18.25+ (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_CA.utf8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.21-7

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 810...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno  (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 24 Jan 2016 00:21:18 +0100
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-i686 libc6-xen libc0.1-i686 libc6.1-alphaev67 
libnss-dns-udeb libnss-files-udeb
Architecture: source
Version: 2.21-7
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-i686 - GNU C Library: Shared libraries [i686 optimized]
 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 

Bug#809776: marked as done (glibc: Please add patch to support HUGE PAGES on hppa)

2016-01-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Jan 2016 23:34:54 +
with message-id 
and subject line Bug#809776: fixed in glibc 2.21-7
has caused the Debian Bug report #809776,
regarding glibc: Please add patch to support HUGE PAGES on hppa
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
809776: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809776
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: glibc
Version: 2.21-6
Tags: patch

Can you please add this patch:
https://sourceware.org/bugzilla/attachment.cgi?id=8811
to the next upload of debian glibc?
It adds some defines for HUGE PAGE support for the hppa/parisc
architecture, and it has been accepted upstream and committed
into glibc master for 2.22.

References:
* glibc bugzilla entry (with patch and upstream commit):
https://sourceware.org/bugzilla/show_bug.cgi?id=19285

Thanks,
Helge
--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.21-7

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 809...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno  (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 24 Jan 2016 00:21:18 +0100
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-i686 libc6-xen libc0.1-i686 libc6.1-alphaev67 
libnss-dns-udeb libnss-files-udeb
Architecture: source
Version: 2.21-7
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-i686 - GNU C Library: Shared libraries [i686 optimized]
 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 

Bug#810322: marked as done (libc6:amd64: Unexpected asseration in pthread_mutex_unlock())

2016-01-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Jan 2016 23:34:54 +
with message-id 
and subject line Bug#810322: fixed in glibc 2.21-7
has caused the Debian Bug report #810322,
regarding libc6:amd64: Unexpected asseration in pthread_mutex_unlock()
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
810322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810322
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libc6
Version: 2.19-18+deb8u1
Severity: normal

Dear Maintainer,

when starting the iked from ike package the folloowing assertion occurs:

iked: pthread_mutex_unlock.c:87: __pthread_mutex_unlock_usercnt: Assertion 
`type == PTHREAD_MUTEX_ERRORCHECK_NP' failed.

I have analyzed the problem and figured out that I can reproduce the problem 
with
the following piece of code:

#include 
#include 

int main(int argc, char* argv[])
{
  pthread_mutex_t mutex;
  pthread_mutexattr_t attr;
  struct timespec ts;

  pthread_mutexattr_init(  );
  pthread_mutexattr_settype( , PTHREAD_MUTEX_ERRORCHECK );
  pthread_mutex_init( ,  );

  clock_gettime( CLOCK_REALTIME,  );
  ts.tv_sec += 3;
  pthread_mutex_timedlock( ,  );
  pthread_mutex_unlock();
  return 0;
}

The problem does not occur with any other type of mutex.
Looking into the libc6 source code i figured out that the following happens:

1) pthread_mutex_timedlock() sets the PTHREAD_MUTEX_ELISION_NP flag through 
   FORCE_ELISION macro, which changes mutex->__data.__kind from 0x2 to 0x102
   (pthread_mutex_timedlock.c:93)

2) pthread_mutex_unlock() asserts the mutex->__data.__kind
   to be 0x2 (pthread_mutex_unlock.c:87)

In my opinion the assertation in pthread_mutex_unlock in line 87 is wrong. 
It is:

  assert (type == PTHREAD_MUTEX_ERRORCHECK_NP);

but should be:

  assert (PTHREAD_MUTEX_TYPE(type) == PTHREAD_MUTEX_ERRORCHECK_NP);

as it is in the lines above also.

This problem also causes 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756316
As workaround, the mutex type PTHREAD_MUTEX_ERRORCHECK can be replaced by
PTHREAD_MUTEX_NORMAL in applications at the cost of less application
error checking.

-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.3-proton (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libc6:amd64 depends on:
ii  libgcc1  1:4.9.2-10

libc6:amd64 recommends no packages.

Versions of packages libc6:amd64 suggests:
ii  debconf [debconf-2.0]  1.5.56
pn  glibc-doc  
ii  locales2.19-18+deb8u1

-- debconf information excluded
--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.21-7

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 810...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno  (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 24 Jan 2016 00:21:18 +0100
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-i686 libc6-xen libc0.1-i686 libc6.1-alphaev67 
libnss-dns-udeb libnss-files-udeb
Architecture: source
Version: 2.21-7
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 

Bug#812441: glibc: CVE-2015-8778: Integer overflow in hcreate and hcreate_r

2016-01-23 Thread Salvatore Bonaccorso
Source: glibc
Version: 2.19-18
Severity: important
Tags: security upstream
Forwarded: https://sourceware.org/bugzilla/show_bug.cgi?id=18240

Hi,

the following vulnerability was published for glibc.

CVE-2015-8778[0]:
Integer overflow in hcreate and hcreate_r

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities & Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2015-8778
[1] https://sourceware.org/bugzilla/show_bug.cgi?id=18240

Regards,
Salvatore



Bug#800900: marked as done (hurd-i386: changeset from r6489 breaks SIGBUS handling)

2016-01-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Jan 2016 23:34:54 +
with message-id 
and subject line Bug#800900: fixed in glibc 2.21-7
has caused the Debian Bug report #800900,
regarding hurd-i386: changeset from r6489 breaks SIGBUS handling
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
800900: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800900
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libc0.3
Version: 2.19-22
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

hdf5 recently started to FTBFS on hurd-i386 [1] with no source code
change since the last successful build.

[1] 


The error message says:
LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo -Wl,-z,relro |  \
sed -e 's/-L/:/g' -e 's/ //g'`"   \
 ./H5detect > H5Tinit.c  ||   \
(test $HDF5_Make_Ignore && echo "*** Error ignored") ||  \
(rm -f H5Tinit.c ; exit 1)
/bin/bash: line 4: 15290 Bus error   
LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo -Wl,-z,relro |  
sed -e 's/-L/:/g' -e 's/ //g'`" ./H5detect > H5Tinit.c
make[3]: *** [H5Tinit.c] Error 1

The Bus error comes from the H5detect execution. Normally the bus error
signal is intercepted by an ad'hoc handler set by H5detect, but that
doesn't work anymore. See H5detect.c after line 63 [2].

[2] 

I think the cause of this bus error is the upgrade of glibc from
2.19-19 to 2.19-22 because building with libc0.3 from glibc 2.19-19 is
successful.

Using bisection on a porterbox I've found out that the guilty commit is
r6489 [3].

[3] 

Unfortunately I'm not able to go further understanding the problem.

Could you please revert r6489 or help me fixing H5detect.c in case you
think it's broken?

Many thanks in advance,

_g.

- -- System Information:
Debian Release: stretch/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJWEWZ3AAoJEO/obGx//s+Dk3UIAIiDSGV7C70Y4G9IMdzwVowQ
vtdxl01WZCnK703mbU8MF7JNTyjI6UTSY/E1nMd3M5eUk2a4liAdhW3TSH4Orbgv
zTdCX7eMrM/2HQl/zPPh4Jb9gIc5qyWhDuyeT83obdc5POl9ElJR1gP0tXsX5GcL
DzRz+a6aa7ZDp+oeqYwDt2gUg+JFiVrpBtvjjwj4F0uq9BHCu7t8cjyi05kJ1cOU
ImieCqGd3JL5pIo3T2eOV4HTGDrbEO4Ugdzt7JhuTAx3kz2JxzjjGdjY4dBLCSjv
4miOajCmOwDhW24quBxoMAFMMeBwyLBGnZjHx0jLS3/4HfoQlHgpV1TaiFpopkc=
=i+My
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.21-7

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 800...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno  (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 24 Jan 2016 00:21:18 +0100
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-i686 libc6-xen libc0.1-i686 

Bug#812351: marked as done (glibc: [INTL:nl] Dutch translation of debconf messages)

2016-01-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Jan 2016 23:34:55 +
with message-id 
and subject line Bug#812351: fixed in glibc 2.21-7
has caused the Debian Bug report #812351,
regarding glibc: [INTL:nl] Dutch translation of debconf messages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
812351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812351
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
 

Package: glibc 
Severity: wishlist 
Tags: l10n patch 
 

Dear Maintainer, 
 
== 
Please find attached the Dutch translation of glibc debconf messages. 
It has been submitted for review to the debian-l10n-dutch mailing list. 
Please add it to your next package revision. 
It should be put as debian/po/nl.po in your package build tree. 
=== 

-- 
Cheers,
Frans

===
http://home.base.be/vt6362833/



nl.po.gz
Description: application/gzip


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.21-7

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 812...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno  (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 24 Jan 2016 00:21:18 +0100
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-i686 libc6-xen libc0.1-i686 libc6.1-alphaev67 
libnss-dns-udeb libnss-files-udeb
Architecture: source
Version: 2.21-7
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-i686 - GNU C Library: Shared libraries [i686 optimized]
 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 

Bug#809741: marked as done (glibc: [INTL:pt_BR] Brazilian Portuguese debconf templates translation)

2016-01-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Jan 2016 23:34:54 +
with message-id 
and subject line Bug#809741: fixed in glibc 2.21-7
has caused the Debian Bug report #809741,
regarding glibc: [INTL:pt_BR] Brazilian Portuguese debconf templates translation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
809741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809741
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: glibc
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.


pt_BR.po.gz
Description: application/gzip


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.21-7

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 809...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno  (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 24 Jan 2016 00:21:18 +0100
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-i686 libc6-xen libc0.1-i686 libc6.1-alphaev67 
libnss-dns-udeb libnss-files-udeb
Architecture: source
Version: 2.21-7
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-i686 - GNU C Library: Shared libraries [i686 optimized]
 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
 

Bug#808143: marked as done (bg_BG locale should use colon as time separator, not comma)

2016-01-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Jan 2016 23:34:54 +
with message-id 
and subject line Bug#808143: fixed in glibc 2.21-7
has caused the Debian Bug report #808143,
regarding bg_BG locale should use colon as time separator, not comma
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
808143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808143
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: locales
Version: 2.21-4
Severity: normal
Tags: upstream patch

The time format specified in the bg_BG locale is:

 $ locale -k t_fmt t_fmt_ampm date_fmt
 t_fmt="%k,%M,%S"
 t_fmt_ampm="%l,%M,%S"
 date_fmt="%a %b %e %H:%M:%S %Z %Y"

t_fmt[_ampm] should use colons instead of commas, like date_fmt already does.

An example of the badly formatted time can be seen in empathy chat windows when 
using 'Boxes' or 'Planet GNOME' themes.

Trivial patch attached.

-- dam

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages locales depends on:
ii  debconf [debconf-2.0]  1.5.58
ii  libc-bin   2.21-4
ii  libc-l10n  2.21-4

locales recommends no packages.

locales suggests no packages.

-- debconf information:
* locales/default_environment_locale: bg_BG.UTF-8
* locales/locales_to_be_generated: bg_BG.UTF-8 UTF-8
>From bf384da5916495f08207f61d48a3e7bb4bfea36e Mon Sep 17 00:00:00 2001
From: Damyan Ivanov 
Date: Wed, 16 Dec 2015 12:40:21 +
Subject: [PATCH] Fix time separator in bg_BG locale

Use colons instead of commas
---
 localedata/locales/bg_BG | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/localedata/locales/bg_BG b/localedata/locales/bg_BG
index 74e5ad4..ed12e25 100644
--- a/localedata/locales/bg_BG
+++ b/localedata/locales/bg_BG
@@ -185,9 +185,9 @@ LC_TIME
 d_t_fmt"/
 "
 d_fmt  ""
-t_fmt  ""
+t_fmt  ""
 am_pm  "";""
-t_fmt_ampm ""
+t_fmt_ampm ""
 date_fmt   "/
 /
 "
-- 
2.6.4

--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.21-7

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 808...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno  (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 24 Jan 2016 00:21:18 +0100
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-i686 libc6-xen libc0.1-i686 libc6.1-alphaev67 
libnss-dns-udeb libnss-files-udeb
Architecture: source
Version: 2.21-7
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