Processed: [bts-link] source package glibc

2019-04-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package glibc
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> # https://bts-link-team.pages.debian.net/bts-link/
> #
> user debian-bts-l...@lists.debian.org
Setting user to debian-bts-l...@lists.debian.org (was 
debian-bts-l...@lists.debian.org).
> # remote status report for #913929 (http://bugs.debian.org/913929)
> # Bug title: pldd never stops
> #  * http://sourceware.org/bugzilla/show_bug.cgi?id=18035
> #  * remote status changed: NEW -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 913929 + fixed-upstream
Bug #913929 [libc-bin] pldd never stops
Added tag(s) fixed-upstream.
> usertags 913929 - status-NEW
Usertags were: status-NEW.
Usertags are now: .
> usertags 913929 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
> thanks
Stopping processing here.

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



[bts-link] source package glibc

2019-04-25 Thread debian-bts-link
#
# bts-link upstream status pull for source package glibc
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
# https://bts-link-team.pages.debian.net/bts-link/
#

user debian-bts-l...@lists.debian.org

# remote status report for #913929 (http://bugs.debian.org/913929)
# Bug title: pldd never stops
#  * http://sourceware.org/bugzilla/show_bug.cgi?id=18035
#  * remote status changed: NEW -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
#  * closed upstream
tags 913929 + fixed-upstream
usertags 913929 - status-NEW
usertags 913929 + status-RESOLVED resolution-FIXED

thanks



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

2019-04-25 Thread Aurelien Jarno


Aurelien Jarno pushed to branch sid at GNU Libc Maintainers / glibc


Commits:
6990f0cc by Aurelien Jarno at 2019-04-25T19:12:12Z
releasing package glibc version 2.28-9

- - - - -


1 changed file:

- debian/changelog


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

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



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

2019-04-25 Thread Aurelien Jarno


Aurelien Jarno pushed new tag debian/2.28-9 at GNU Libc Maintainers / glibc

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



Bug#927914: marked as done (glibc: deal with Japanese new era "令和 (Reiwa)")

2019-04-25 Thread Debian Bug Tracking System
Your message dated Thu, 25 Apr 2019 22:49:48 +
with message-id 
and subject line Bug#927914: fixed in glibc 2.28-9
has caused the Debian Bug report #927914,
regarding glibc: deal with Japanese new era "令和 (Reiwa)"
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.)


-- 
927914: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927914
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: glibc
tags: l10n, patch

Hi,

 To deal with Japanese new era "令和 (Reiwa)" (from 1st May), please
 add attached patch that is taken from upstream(*)

 It should be applied to stretch as well.

 (*) 
https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=7423da211d1490d9fc76c2f0ce49e5dd90ea9bcc;hp=4aeff335ca19286ee2382d8eba794ae5fd49281a


-- 
Regards,

 Hideki Yamane henrich @ debian.org/iijmio-mail.jp
>From 3a660291290fd6e65db1f17fbfff67fa4ef2bc99 Mon Sep 17 00:00:00 2001
From: Hideki Yamane 
Date: Thu, 25 Apr 2019 10:33:00 +0900
Subject: [PATCH] add localedata/locale-ja_JP-reiwa_era.diff

---
 .../localedata/locale-ja_JP-reiwa_era.diff| 30 +++
 debian/patches/series |  1 +
 2 files changed, 31 insertions(+)
 create mode 100644 debian/patches/localedata/locale-ja_JP-reiwa_era.diff

diff --git a/debian/patches/localedata/locale-ja_JP-reiwa_era.diff b/debian/patches/localedata/locale-ja_JP-reiwa_era.diff
new file mode 100644
index ..141ee8a4
--- /dev/null
+++ b/debian/patches/localedata/locale-ja_JP-reiwa_era.diff
@@ -0,0 +1,30 @@
+Index: glibc/NEWS
+===
+--- glibc.orig/NEWS
 glibc/NEWS
+@@ -7,6 +7,10 @@ using `glibc' in the "product" field.
+ 
+ Version 2.28.1
+ 
++Major new features:
++
++* The entry for the new Japanese era has been added for ja_JP locale.
++
+ Deprecated and removed features, and other changes affecting compatibility:
+ 
+ * For powercp64le ABI, Transactional Lock Elision is now enabled iff kernel
+Index: glibc/localedata/locales/ja_JP
+===
+--- glibc.orig/localedata/locales/ja_JP
 glibc/localedata/locales/ja_JP
+@@ -14946,7 +14946,9 @@ am_pm	"";""
+ 
+ t_fmt_ampm "%p%I%M%S"
+ 
+-era	"+:2:1990//01//01:+*::%EC%Ey";/
++era	"+:2:2020//01//01:+*::%EC%Ey";/
++	"+:1:2019//05//01:2019//12//31::%EC";/
++	"+:2:1990//01//01:2019//04//30::%EC%Ey";/
+ 	"+:1:1989//01//08:1989//12//31::%EC";/
+ 	"+:2:1927//01//01:1989//01//07::%EC%Ey";/
+ 	"+:1:1926//12//25:1926//12//31::%EC";/
diff --git a/debian/patches/series b/debian/patches/series
index 461d8245..d75630cb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -20,6 +20,7 @@ localedata/submitted-en_AU-date_fmt.diff
 localedata/submitted-es_MX-decimal_point.diff
 localedata/submitted-it_IT-thousands_sep.diff
 localedata/git-en_US-date_fmt.diff
+localedata/locale-ja_JP-reiwa_era.diff
 
 alpha/local-gcc4.1.diff
 alpha/submitted-dl-support.diff
-- 
2.20.1

--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.28-9

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 927...@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: Thu, 25 Apr 2019 21:12:03 +0200
Source: glibc
Architecture: source
Version: 2.28-9
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 924612 927914
Changes:
 glibc (2.28-9) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix heap-based buffer over-read in regular-expression matching
   (CVE-2019-9169).  Closes: #924612.
 - Add entry for the new Japanese era to the ja_JP locale.  Closes:
   #927914.
 .
   [ Adam Conrad ]
   * debian/patches/arm/unsubmitted-ldso-abi-check.diff: Fix rtld segv in
 dl_open() introduced via merge with upstream at 2.28 (LP: #1821677)
Checksums-Sha1:
 

Bug#924612: marked as done (CVE-2019-9169)

2019-04-25 Thread Debian Bug Tracking System
Your message dated Thu, 25 Apr 2019 22:49:47 +
with message-id 
and subject line Bug#924612: fixed in glibc 2.28-9
has caused the Debian Bug report #924612,
regarding CVE-2019-9169
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.)


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

Please see
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34140
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34142
https://sourceware.org/bugzilla/show_bug.cgi?id=24114
https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=583dd860d5b833037175247230a328f0050dbfe9

Cheers,
Moritz

--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.28-9

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 924...@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: Thu, 25 Apr 2019 21:12:03 +0200
Source: glibc
Architecture: source
Version: 2.28-9
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 924612 927914
Changes:
 glibc (2.28-9) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix heap-based buffer over-read in regular-expression matching
   (CVE-2019-9169).  Closes: #924612.
 - Add entry for the new Japanese era to the ja_JP locale.  Closes:
   #927914.
 .
   [ Adam Conrad ]
   * debian/patches/arm/unsubmitted-ldso-abi-check.diff: Fix rtld segv in
 dl_open() introduced via merge with upstream at 2.28 (LP: #1821677)
Checksums-Sha1:
 7833db1fb71e76fca664ab85378d3782ecdfb5a1 8885 glibc_2.28-9.dsc
 a79f40a76ee667d33d972884341b90ca75b8116e 882956 glibc_2.28-9.debian.tar.xz
 475f4fd5058d96c297e2ead57c9d42acd20f30ba 7241 glibc_2.28-9_source.buildinfo
Checksums-Sha256:
 e8abfd8e99890e93324c6c0ec1b4a093b0bde628151848bf5d26114eb1f11376 8885 
glibc_2.28-9.dsc
 59908f806fe0eddd6929705d3a493e6b96aa5dcb2f0e6e824aae57040adafbd8 882956 
glibc_2.28-9.debian.tar.xz
 bc2668920175c17ccc0daf7039a06c2e44942f5fd2fc4eaf97a741e7140b5829 7241 
glibc_2.28-9_source.buildinfo
Files:
 b6a4f9e6e8a061fc45c63dae4ff296f2 8885 libs required glibc_2.28-9.dsc
 ab58421e5d02853af6901659a921d808 882956 libs required 
glibc_2.28-9.debian.tar.xz
 af3dd21b0d7110f77ed3501f89d92c5f 7241 libs required 
glibc_2.28-9_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlzCMggACgkQE4jA+Jno
M2su0g//eQz8QjgERLm0617Q06rvoTTtQz03UKdCw8ebhSIXoliW7TOe+OFGwn9/
Kq6cm/rZXETDApIDQs0eegBT5CrlmvWPPLjgTwscJks8azddY6EL5qr/jo9G155Y
7nuv90WRUbbIrcPx9aTpzk2vBhUKYfxDKug5ORdRg18d6NIg+Dp4/bpUPhewB5in
WDaQ8pEWK8vK1wZiHnijAlAsX8erJCcVFyb1hUpBfTeE7B9L/7CSrR3fxwXMq/Xx
14F6kiGBohwmhgGIOviiMfapFq94K9c57MtTK67uRIsiZ5FGPddgW5f9j4pBujFK
TZEFjk9J8bg0C3vm8FDnoFCSIbf8BX40FYPaT5PZznErHq2X7U+CFFSZk9jqcFCC
AeSMCWBbydhGzh1UKTGnw/L0Zd82GDYr/1JvFEJ6u4g3lFBo0bFDZ18UZGz4jGk5
HYv3WgCAZMwWXN4XV95T/QA+g9pl1rQb05ORTQ3w5QHp9cDrESu87vx2ycDdg9Ar
xfdeepw+vDIcIZFULUGCoLkx465idJHPT3ccEpXqagC5qtqvJYc13C/XB4OqdROD
a7ErW/x5ZOvFyY+ngG5eCyL0Ts62IJzBqBSe+ze32ZooML0LS7nGFTBaLv3Luoyi
axSyZYu7JyMjpWPdmRlWO2+xJ1aejNeAs8X5GOENfeBeWaKXAOU=
=vSUV
-END PGP SIGNATURE End Message ---


Processing of glibc_2.28-9_source.changes

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

Greetings,

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



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

2019-04-25 Thread Aurelien Jarno


Aurelien Jarno pushed to branch sid at GNU Libc Maintainers / glibc


Commits:
05b7d594 by Aurelien Jarno at 2019-04-25T19:10:50Z
debian/patches/git-updates.diff: update from upstream stable branch:

* debian/patches/git-updates.diff: update from upstream stable branch:
  - Add entry for the new Japanese era to the ja_JP locale.  Closes: #927914.

- - - - -


2 changed files:

- debian/changelog
- debian/patches/git-updates.diff


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

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



Processed: Bug #927914 in glibc marked as pending

2019-04-25 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #927914 [glibc] glibc: deal with Japanese new era "令和 (Reiwa)"
Added tag(s) pending.

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



glibc_2.28-9_source.changes ACCEPTED into unstable

2019-04-25 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 25 Apr 2019 21:12:03 +0200
Source: glibc
Architecture: source
Version: 2.28-9
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 924612 927914
Changes:
 glibc (2.28-9) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix heap-based buffer over-read in regular-expression matching
   (CVE-2019-9169).  Closes: #924612.
 - Add entry for the new Japanese era to the ja_JP locale.  Closes:
   #927914.
 .
   [ Adam Conrad ]
   * debian/patches/arm/unsubmitted-ldso-abi-check.diff: Fix rtld segv in
 dl_open() introduced via merge with upstream at 2.28 (LP: #1821677)
Checksums-Sha1:
 7833db1fb71e76fca664ab85378d3782ecdfb5a1 8885 glibc_2.28-9.dsc
 a79f40a76ee667d33d972884341b90ca75b8116e 882956 glibc_2.28-9.debian.tar.xz
 475f4fd5058d96c297e2ead57c9d42acd20f30ba 7241 glibc_2.28-9_source.buildinfo
Checksums-Sha256:
 e8abfd8e99890e93324c6c0ec1b4a093b0bde628151848bf5d26114eb1f11376 8885 
glibc_2.28-9.dsc
 59908f806fe0eddd6929705d3a493e6b96aa5dcb2f0e6e824aae57040adafbd8 882956 
glibc_2.28-9.debian.tar.xz
 bc2668920175c17ccc0daf7039a06c2e44942f5fd2fc4eaf97a741e7140b5829 7241 
glibc_2.28-9_source.buildinfo
Files:
 b6a4f9e6e8a061fc45c63dae4ff296f2 8885 libs required glibc_2.28-9.dsc
 ab58421e5d02853af6901659a921d808 882956 libs required 
glibc_2.28-9.debian.tar.xz
 af3dd21b0d7110f77ed3501f89d92c5f 7241 libs required 
glibc_2.28-9_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlzCMggACgkQE4jA+Jno
M2su0g//eQz8QjgERLm0617Q06rvoTTtQz03UKdCw8ebhSIXoliW7TOe+OFGwn9/
Kq6cm/rZXETDApIDQs0eegBT5CrlmvWPPLjgTwscJks8azddY6EL5qr/jo9G155Y
7nuv90WRUbbIrcPx9aTpzk2vBhUKYfxDKug5ORdRg18d6NIg+Dp4/bpUPhewB5in
WDaQ8pEWK8vK1wZiHnijAlAsX8erJCcVFyb1hUpBfTeE7B9L/7CSrR3fxwXMq/Xx
14F6kiGBohwmhgGIOviiMfapFq94K9c57MtTK67uRIsiZ5FGPddgW5f9j4pBujFK
TZEFjk9J8bg0C3vm8FDnoFCSIbf8BX40FYPaT5PZznErHq2X7U+CFFSZk9jqcFCC
AeSMCWBbydhGzh1UKTGnw/L0Zd82GDYr/1JvFEJ6u4g3lFBo0bFDZ18UZGz4jGk5
HYv3WgCAZMwWXN4XV95T/QA+g9pl1rQb05ORTQ3w5QHp9cDrESu87vx2ycDdg9Ar
xfdeepw+vDIcIZFULUGCoLkx465idJHPT3ccEpXqagC5qtqvJYc13C/XB4OqdROD
a7ErW/x5ZOvFyY+ngG5eCyL0Ts62IJzBqBSe+ze32ZooML0LS7nGFTBaLv3Luoyi
axSyZYu7JyMjpWPdmRlWO2+xJ1aejNeAs8X5GOENfeBeWaKXAOU=
=vSUV
-END PGP SIGNATURE-


Thank you for your contribution to Debian.