Bug#918455: ETA for upload?

2019-02-05 Thread Helge Kreutzmann
Hello Aurelien,
this German Debconf translation bug has been marked pending for for
almost a month now. As the freeze is rapdily approaching I would like
to enquire if (and wehn) an upload for the forthcoming stable is
intended.

Thanks!

Greetings

  Helge
-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/


signature.asc
Description: Digital signature


[Git][glibc-team/glibc][sid] 2 commits: debian/patches/any/git-libio-stdout-putc.diff: fix puts and putchar output...

2019-02-05 Thread Aurelien Jarno
Aurelien Jarno pushed to branch sid at GNU Libc Maintainers / glibc


Commits:
80bf3b8b by Aurelien Jarno at 2019-02-05T18:55:19Z
debian/patches/any/git-libio-stdout-putc.diff: fix puts and putchar output with 
change stdout pointer.  Closes: #761300.

- - - - -
76aa4cbf by Aurelien Jarno at 2019-02-05T18:55:19Z
debhelper.in/locales.bug-presubj: drop obsolete file, the dependency mechanism 
for locales has been changes a lot of time ago.

- - - - -


5 changed files:

- debian/changelog
- − debian/debhelper.in/locales.bug-presubj
- + debian/patches/any/git-libio-stdout-putc.diff
- debian/patches/series
- debian/rules


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/compare/93c923f3ec4ea754d70fd76cf8bd5a0c33b26a9c...76aa4cbf69427af2620c787048a0fc1b250b7d02

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/compare/93c923f3ec4ea754d70fd76cf8bd5a0c33b26a9c...76aa4cbf69427af2620c787048a0fc1b250b7d02
You're receiving this email because of your account on salsa.debian.org.


[Git][glibc-team/glibc][sid] releasing package glibc version 2.28-6

2019-02-05 Thread Aurelien Jarno
Aurelien Jarno pushed to branch sid at GNU Libc Maintainers / glibc


Commits:
d6442395 by Aurelien Jarno at 2019-02-05T18:55:47Z
releasing package glibc version 2.28-6

- - - - -


1 changed file:

- debian/changelog


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/commit/d6442395e428b674a964701d5d501f1a91543898

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/commit/d6442395e428b674a964701d5d501f1a91543898
You're receiving this email because of your account on salsa.debian.org.


[Git][glibc-team/glibc] Pushed new tag debian/2.28-6

2019-02-05 Thread Aurelien Jarno
Aurelien Jarno pushed new tag debian/2.28-6 at GNU Libc Maintainers / glibc

-- 
View it on GitLab: https://salsa.debian.org/glibc-team/glibc/tree/debian/2.28-6
You're receiving this email because of your account on salsa.debian.org.


Processing of glibc_2.28-6_source.changes

2019-02-05 Thread Debian FTP Masters
glibc_2.28-6_source.changes uploaded successfully to localhost
along with the files:
  glibc_2.28-6.dsc
  glibc_2.28-6.debian.tar.xz
  glibc_2.28-6_source.buildinfo

Greetings,

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



Bug#761300: marked as done (glibc: puts, putchar and others not use stdout)

2019-02-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Feb 2019 19:37:58 +
with message-id 
and subject line Bug#761300: fixed in glibc 2.28-6
has caused the Debian Bug report #761300,
regarding glibc: puts, putchar and others not use stdout
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.)


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


Package: libc6
Version: 2.13-38+rpi2+deb7u3
Severity: normal

Dear Maintainer,

   * What led up to the situation?

Redirecting stdout in C code does not work for printf("%c",'x')
I ssh into the system.  I want to redirect all output to stdout to
the local terminal.  This works as expected for everything except
when printing a single character.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

  FILE *display_fp;
  if ((display_fp = fopen("/dev/tty1","r+")) == NULL) {
 perror("Open /dev/tty1");
 return -1;
  }
  stdout = display_fp;

Then,

printf("%s","asdfasdf"); /* output to /dev/tty1 */
printf("%c",'x'); /* output to original terminal */

   * What was the outcome of this action?

All the output except for the "%c" case went to /dev/tty1.  The
output in the "%c" case went to the ssh terminal

   * What outcome did you expect instead?

I expected all the output to go to /dev/tty1



-- System Information:
Debian Release: 7.6
Architecture: armhf (armv6l)

Kernel: Linux 3.12.22+ (PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: L

C_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6 depends on:
ii  libc-bin  2.13-38+rpi2+deb7u3
ii  libgcc1   1:4.7.2-5+rpi1

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0]  1.5.49
pn  glibc-doc  
ii  locales2.13-38+rpi2+deb7u3

-- debconf information:
  glibc/upgrade: true
  glibc/restart-services:
* libraries/restart-without-asking: true
  glibc/disable-screensaver:
  glibc/restart-failed:
--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.28-6

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 761...@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: Tue, 05 Feb 2019 19:55:42 +0100
Source: glibc
Architecture: source
Version: 2.28-6
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 761300 908928 920047 921165
Changes:
 glibc (2.28-6) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/git-AT_EMPTY_PATH.diff: New patch, fixes qt's
 file size query.
   * debian/patches/hurd-i386/git-altstack.diff: New patch, fixes altstack
 initial state.
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix a buffer overflow in string/memory functions on x32 (CVE-2019-6488).
 - Reject IP addresses with trailing characters (CVE-2016-10739).  Closes:
   #920047.
 - Fix wrong return value for memcmp on amd64 and x32 due to mishandling
   of most significant bit (CVE-2019-7309).
   * Update Russian debconf translation, by Lev Lamberov.  Closes:
 #921165.
   * debian/patches/any/local-ldso-disable-hwcap.diff: only check for
 /etc/ld.so.nohwcap on alpha, hurd-i386 and i386. Based on a patch from
 Josh Triplett.  Closes: #908928.
   * debian/patches/any/git-libio-stdout-putc.diff: fix puts and putchar output
 with change stdout pointer.  Closes: #761300.
   * debhelper.in/locales.bug-presubj: drop obsolete file, the dependency
 mechanism for locales has been changes a lot of time ago.
Checksums-Sha1:
 c09451059d222a7b4615af2f5547437d570f9025 8885 glibc_2.28-6.dsc
 e32156b4d0791ec0af883685e726f618160c1284 873424 glibc_2.28-6.debian.tar.xz
 455f82ecf3fe6c42c28048462e3ee74da2b2ed5c 7303 glibc_2.28-6_source.buildinfo
Checksums-Sha256:
 469d2e7c196f3be89ec55f8cf28a5d8d0ef2

Bug#908928: marked as done (Most architectures do not need to check /etc/ld.so.nohwcap)

2019-02-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Feb 2019 19:37:58 +
with message-id 
and subject line Bug#908928: fixed in glibc 2.28-6
has caused the Debian Bug report #908928,
regarding Most architectures do not need to check /etc/ld.so.nohwcap
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.)


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

Debian's glibc includes a Debian-specific patch that makes the dynamic
linker check for the existence of /etc/ld.so.nohwcap (multiple times)
before loading a shared library, and disable loading of libraries in
hwcap paths (optimized libraries) if found. This gets created in the
libc6 (or equivalent) package preinst, and removed by the various libc
packages' postinsts once all glibc packages have been upgraded to
identical versions.

However, only two architectures have hwcap-based libc packages: i386
(which has libc6-xen), and alpha (which has libc6.1-alphaev67). Other
architectures don't have any such packages, but still spend time
checking for /etc/ld.so.nohwcap on every dynamic library load.

I measured the impact of this, by running a defconfig kernel build under
strace. These access syscalls took an average of 17us per call, and
comprised 125453 (0.66%) of the 19069475 syscalls during the build.
Overall, they added an estimated 2.1s to the build.

The attached patch makes the check for /etc/ld.so.nohwcap conditional
based on architecture, and only includes it on i386 and alpha. This
removes the overhead from all other architectures.

Note that if any future architecture ever needed to add such libraries
(and we don't have a better mechanism to handle this at that time), we
can easily add the check on that architecture.

- Josh Triplett
diff --git a/debian/patches/any/local-ldso-disable-hwcap.diff b/debian/patches/any/local-ldso-disable-hwcap.diff
index 933032ec..dccbfe6a 100644
--- a/debian/patches/any/local-ldso-disable-hwcap.diff
+++ b/debian/patches/any/local-ldso-disable-hwcap.diff
@@ -24,7 +24,7 @@
 
  #include 
  #include 
-@@ -44,6 +46,7 @@
+@@ -43,6 +46,7 @@
size_t cnt = platform != NULL;
size_t n, m;
size_t total;
@@ -32,10 +32,11 @@
struct r_strlenpair *result;
struct r_strlenpair *rp;
char *cp;
-@@ -113,8 +116,22 @@
+@@ -124,8 +128,24 @@
/* For TLS enabled builds always add 'tls'.  */
++cnt;
  
++#ifdef NEED_LD_SO_NOHWCAP
 +  if (__access_noerrno ("/etc/ld.so.nohwcap", F_OK) == 0)
 +{
 +  /* If hwcap is disabled, we only have the base directory to search.  */
@@ -49,6 +50,7 @@
 +  *sz = 1;
 +  return result;
 +}
++#endif
 +
/* Create temporary data structure to generate result table.  */
 -  struct r_strlenpair temp[cnt];
@@ -56,14 +58,16 @@
m = 0;
  #ifdef NEED_DL_SYSINFO_DSO
if (dsocaps != NULL)
-@@ -199,8 +216,11 @@
+@@ -210,8 +230,13 @@
*sz = 1 << cnt;
result = (struct r_strlenpair *) malloc (*sz * sizeof (*result) + total);
if (result == NULL)
 -_dl_signal_error (ENOMEM, NULL, NULL,
 -		  N_("cannot create capability list"));
 +{
++#ifdef NEED_LD_SO_NOHWCAP
 +no_memory:
++#endif
 +  _dl_signal_error (ENOMEM, NULL, NULL,
 +		 	N_("cannot create capability list"));
 +}
@@ -82,7 +86,7 @@
  
  #ifndef _DL_PLATFORMS_COUNT
  # define _DL_PLATFORMS_COUNT 0
-@@ -248,6 +250,7 @@
+@@ -246,6 +249,7 @@
if (cache_new != (void *) -1)
  {
uint64_t platform;
@@ -90,17 +94,19 @@
  
/* This is where the strings start.  */
cache_data = (const char *) cache_new;
-@@ -261,6 +264,9 @@
+@@ -259,6 +263,11 @@
  
uint64_t hwcap_mask = GET_HWCAP_MASK();
  
++#ifdef NEED_LD_SO_NOHWCAP
 +  if (__access_noerrno ("/etc/ld.so.nohwcap", F_OK) == 0)
 +	disable_hwcap = 1;
++#endif
 +
  #define _DL_HWCAP_TLS_MASK (1LL << 63)
uint64_t hwcap_exclude = ~((GLRO(dl_hwcap) & hwcap_mask)
   | _DL_HWCAP_PLATFORM | _DL_HWCAP_TLS_MASK);
-@@ -271,6 +277,8 @@
+@@ -269,6 +278,8 @@
  	continue;			  \
if (GLRO(dl_osversion) && lib->osversion > GLRO(dl_osversion))	  \
  	continue;			  \
@@ -109,3 +115,25 @@
if (_DL_PLATFORMS_COUNT		  \
  	  && (lib->hwcap & _DL_HWCAP_PLATFORM) != 0			  \
  	  && (lib->hwcap & _DL_HWCAP_PLATFORM) != platform)		  \
+--- a/sysdeps/alpha/ldsodefs.h
 b/sysdeps/alpha/ldsodefs.h
+@@ -37,6 +37,8 @@ struct La_alpha_retval;
+   struct La_alpha_retval *,		\
+   const char *);
+
++#define NEED_LD_SO_NOHWCAP
++
+ #include_next 
+
+ #endif
+-

Bug#920047: marked as done (glibc: CVE-2016-10739: getaddrinfo should reject IP addresses with trailing characters)

2019-02-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Feb 2019 19:37:58 +
with message-id 
and subject line Bug#920047: fixed in glibc 2.28-6
has caused the Debian Bug report #920047,
regarding glibc: CVE-2016-10739: getaddrinfo should reject IP addresses with 
trailing characters
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.)


-- 
920047: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920047
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: glibc
Version: 2.28-5--src
Severity: normal
Tags: patch security upstream
Forwarded: https://sourceware.org/bugzilla/show_bug.cgi?id=20018
Control: found -1 2.24-11+deb9u3
Control: found -1 2.24-11

Hi,

The following vulnerability was published for glibc.

CVE-2016-10739[0]:
| In the GNU C Library (aka glibc or libc6) through 2.28, the getaddrinfo
| function would successfully parse a string that contained an IPv4
| address followed by whitespace and arbitrary characters, which could
| lead applications to incorrectly assume that it had parsed a valid
| string, without the possibility of embedded HTTP headers or other
| potentially dangerous substrings.

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-2016-10739
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10739
[1] https://sourceware.org/bugzilla/show_bug.cgi?id=20018

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore
--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.28-6

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 920...@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: Tue, 05 Feb 2019 19:55:42 +0100
Source: glibc
Architecture: source
Version: 2.28-6
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 761300 908928 920047 921165
Changes:
 glibc (2.28-6) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/git-AT_EMPTY_PATH.diff: New patch, fixes qt's
 file size query.
   * debian/patches/hurd-i386/git-altstack.diff: New patch, fixes altstack
 initial state.
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix a buffer overflow in string/memory functions on x32 (CVE-2019-6488).
 - Reject IP addresses with trailing characters (CVE-2016-10739).  Closes:
   #920047.
 - Fix wrong return value for memcmp on amd64 and x32 due to mishandling
   of most significant bit (CVE-2019-7309).
   * Update Russian debconf translation, by Lev Lamberov.  Closes:
 #921165.
   * debian/patches/any/local-ldso-disable-hwcap.diff: only check for
 /etc/ld.so.nohwcap on alpha, hurd-i386 and i386. Based on a patch from
 Josh Triplett.  Closes: #908928.
   * debian/patches/any/git-libio-stdout-putc.diff: fix puts and putchar output
 with change stdout pointer.  Closes: #761300.
   * debhelper.in/locales.bug-presubj: drop obsolete file, the dependency
 mechanism for locales has been changes a lot of time ago.
Checksums-Sha1:
 c09451059d222a7b4615af2f5547437d570f9025 8885 glibc_2.28-6.dsc
 e32156b4d0791ec0af883685e726f618160c1284 873424 glibc_2.28-6.debian.tar.xz
 455f82ecf3fe6c42c28048462e3ee74da2b2ed5c 7303 glibc_2.28-6_source.buildinfo
Checksums-Sha256:
 469d2e7c196f3be89ec55f8cf28a5d8d0ef276ac227be063f782d1b9f85a65a8 8885 
glibc_2.28-6.dsc
 e94e20f890cd3e1b3bcb9e5dc3cc4725b91e9101a8a93c2588b506f73b688924 873424 
glibc_2.28-6.debian.tar.xz
 a1dacf4de9985443c1e80d9332e2e8bea963abbfcffa1b30e33cf637c8b05bf3 7303 
glibc_2.28-6_source.buildinfo
Files:
 9ef64b9ffb224bb9f67441398348154b 8885 libs required glibc_2.28-6.dsc
 fea4aa332e15e9acbe37484470e9e47f 873424 libs required 
glibc_2.28-6.debian.tar.xz
 f219b499b86ca6b5dc46f30347b7f828 7303 libs required 
glibc_2.28-6

Bug#921165: marked as done (glibc: [INTL:ru] Updated Russian translation of debconf template)

2019-02-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Feb 2019 19:37:58 +
with message-id 
and subject line Bug#921165: fixed in glibc 2.28-6
has caused the Debian Bug report #921165,
regarding glibc: [INTL:ru] Updated Russian translation of debconf template
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.)


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

Dear Maintainer,

please find attached the updated Russian translation of debconf template for 
glibc.

With regards,
Lev Lamberov


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

Kernel: Linux 4.19.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), 
LANGUAGE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
# translation of ru.po to Russian
# Translation of glibc debconf .po to Russian
# This file is distributed under the same license as the eglibc package.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
#
# Yuri Kozlov , 2006.
# Sergey Alyoshin , 2007, 2008.
# Yuri Kozlov , 2009, 2011.
# Lev Lamberov , 2019.
msgid ""
msgstr ""
"Project-Id-Version: eglibc 2.13-23\n"
"Report-Msgid-Bugs-To: gl...@packages.debian.org\n"
"POT-Creation-Date: 2017-08-26 13:35+0200\n"
"PO-Revision-Date: 2019-01-30 19:31+0500\n"
"Last-Translator: Lev Lamberov \n"
"Language-Team: Russian \n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.1\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#. Type: multiselect
#. Choices
#: ../debhelper.in/locales.templates:1001
msgid "All locales"
msgstr "Все локали"

#. Type: multiselect
#. Description
#: ../debhelper.in/locales.templates:1002
msgid "Locales to be generated:"
msgstr "Локали, которые будут созданы:"

#. 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 ""
"Локаль — это инфраструктура для поддержки в системе нескольких языков; она "
"позволяет пользователю настроить язык сообщений, страну, алфавит, порядок "
"сортировки и т. п."

#. 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 ""
"Выберите создаваемые локали. Кодировка локали UTF-8 должна быть выбрана по "
"умолчанию, особенно при новой установке. Другие кодировки локали могут быть "
"полезны для обратной совместимости со старыми системами и программами."

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

#. Type: select
#. Description
#: ../debhelper.in/locales.templates:2002
msgid "Default locale for the system environment:"
msgstr "Локаль по умолчанию в системном окружении:"

#. 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 ""
"Многие пакеты в Debian используют локали для отображения сообщений на языке "
"пользователя. Вы можете выбрать из созданных локалей системную локаль по "
"умолчанию."

#. 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 ""
"Эта настройка устанавливает язык по умолчанию для всей системы. Если это "
"многопользовательская система, где не все пользователи говорят на выбранном "
"языке по умолчанию, то у них возникнут трудности."

#. Type: boolean
#. Description
#: ../debhelper.in/libc.templates:1001
msgid "Do you want to upgrade glibc now?"
msgstr "Хотите выполнить обновление glibc сейчас?"

#. Type: boolean
#. Description
#: ../debhelper.in/libc.templates:1001
msgi

glibc_2.28-6_source.changes ACCEPTED into unstable

2019-02-05 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Feb 2019 19:55:42 +0100
Source: glibc
Architecture: source
Version: 2.28-6
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 761300 908928 920047 921165
Changes:
 glibc (2.28-6) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/git-AT_EMPTY_PATH.diff: New patch, fixes qt's
 file size query.
   * debian/patches/hurd-i386/git-altstack.diff: New patch, fixes altstack
 initial state.
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix a buffer overflow in string/memory functions on x32 (CVE-2019-6488).
 - Reject IP addresses with trailing characters (CVE-2016-10739).  Closes:
   #920047.
 - Fix wrong return value for memcmp on amd64 and x32 due to mishandling
   of most significant bit (CVE-2019-7309).
   * Update Russian debconf translation, by Lev Lamberov.  Closes:
 #921165.
   * debian/patches/any/local-ldso-disable-hwcap.diff: only check for
 /etc/ld.so.nohwcap on alpha, hurd-i386 and i386. Based on a patch from
 Josh Triplett.  Closes: #908928.
   * debian/patches/any/git-libio-stdout-putc.diff: fix puts and putchar output
 with change stdout pointer.  Closes: #761300.
   * debhelper.in/locales.bug-presubj: drop obsolete file, the dependency
 mechanism for locales has been changes a lot of time ago.
Checksums-Sha1:
 c09451059d222a7b4615af2f5547437d570f9025 8885 glibc_2.28-6.dsc
 e32156b4d0791ec0af883685e726f618160c1284 873424 glibc_2.28-6.debian.tar.xz
 455f82ecf3fe6c42c28048462e3ee74da2b2ed5c 7303 glibc_2.28-6_source.buildinfo
Checksums-Sha256:
 469d2e7c196f3be89ec55f8cf28a5d8d0ef276ac227be063f782d1b9f85a65a8 8885 
glibc_2.28-6.dsc
 e94e20f890cd3e1b3bcb9e5dc3cc4725b91e9101a8a93c2588b506f73b688924 873424 
glibc_2.28-6.debian.tar.xz
 a1dacf4de9985443c1e80d9332e2e8bea963abbfcffa1b30e33cf637c8b05bf3 7303 
glibc_2.28-6_source.buildinfo
Files:
 9ef64b9ffb224bb9f67441398348154b 8885 libs required glibc_2.28-6.dsc
 fea4aa332e15e9acbe37484470e9e47f 873424 libs required 
glibc_2.28-6.debian.tar.xz
 f219b499b86ca6b5dc46f30347b7f828 7303 libs required 
glibc_2.28-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlxZ3MMACgkQE4jA+Jno
M2sE7A//T/b1hPRFPGVg3a2kC9WQjpiFjlh0mk2uqYLrNtQ1HVvwHNwl3kMxns28
GWI5TDZNhxulkTAn5xR6PDlRzC1MDcKVq94WTTHvFvLmJWoWb6awr9vnkZ9wo6wh
hS916WJYqZ3Wy27j5uJyz9LWT9q6IBPstnuNmOyame6Koj21R2iCiAD9qvhFUbVL
d7Iug017+P9zKAoriThy2dICGGrRZkpxmIaz5MNmW9jOrtSoZ6gDh1haNY5WMFrU
hbajwiTdoEXeolx69baDwtsl+Wh4vySGxhBz245QHJTyNUaxblOwT1ECAWAtQ3u9
QBcLsR+WFH+h1DJYbbZezkGa1/pXuq6NPv35FP4p831HO3oYOX6LmaVvC7rgwWcf
FgYyy6TpqwkZb3FUJ27gpmRvarw00GWH7pqtvzK3V4VUQa55hC8agLM/eCFgYLJv
oG0WEgI6y/Qfac0dL3J2FYk9IITneLg2qpxcMaPUOEzcCnhmW8+4xKcI+M7LbOsD
XlNzad1ZB91aiwWLc+ruLKdhp/HU0NSJhiThCybHn7bJRrGi3qjY3Mi0LxY8VqcT
wdSMCqu71FEqooa2Qryl0Z42PhjThf41lLFh2ADAjXhvhKz+fC3Zqmghd2epW2LV
OcjyzefmwMkk4IVPKDP2zSSdJMvpxH6pqwjx+LUFK20bmRQN1q0=
=0o+S
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



[Git][glibc-team/glibc][sid] debian/patches/hurd-i386/local-no-bootstrap-fs-access.diff: Refresh

2019-02-05 Thread Samuel Thibault
Samuel Thibault pushed to branch sid at GNU Libc Maintainers / glibc


Commits:
186d7ec2 by Samuel Thibault at 2019-02-05T21:09:25Z
debian/patches/hurd-i386/local-no-bootstrap-fs-access.diff: Refresh

- - - - -


2 changed files:

- debian/changelog
- debian/patches/hurd-i386/local-no-bootstrap-fs-access.diff


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/commit/186d7ec2a113e4643eca2904cf20994f588599c4

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/commit/186d7ec2a113e4643eca2904cf20994f588599c4
You're receiving this email because of your account on salsa.debian.org.