[glibc] branch sid updated (fa65418 -> 061007e)

2017-06-16 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  fa65418   debian/patches/git-updates.diff: update from upstream 
stable branch:
   new  061007e   debian/patches/hppa/submitted-longjmp.diff: new patch 
from Helge Deller to fix longjmp on hppa.  Closes: #858738.

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


Summary of changes:
 debian/changelog   |  2 ++
 debian/patches/hppa/submitted-longjmp.diff | 40 ++
 debian/patches/series  |  1 +
 3 files changed, 43 insertions(+)
 create mode 100644 debian/patches/hppa/submitted-longjmp.diff

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



[tzdata] branch sid updated (c4f67cd -> 5d19cc9)

2017-06-16 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch sid
in repository tzdata.

  from  c4f67cd   releasing package tzdata version 2017b-1
   new  5d19cc9   Update Dutch debconf translation, by Frans Spiesschaert.  
Closes: #861700.

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 | 8 
 debian/po/nl.po  | 6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)

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



[glibc] branch sid updated (c962de3 -> fa65418)

2017-06-16 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  c962de3   debian/patches/git-updates.diff: update from upstream 
stable branch:
   new  fa65418   debian/patches/git-updates.diff: update from upstream 
stable branch:

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


Summary of changes:
 debian/changelog|  1 +
 debian/patches/git-updates.diff | 57 +++--
 2 files changed, 56 insertions(+), 2 deletions(-)

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



Processed: Bug#858738 marked as pending

2017-06-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 858738 pending
Bug #858738 [libc6] libc6: [PATCH] Fix crash in __longjmp on hppa architecture 
(BZ #21049)
Added tag(s) pending.
> thanks
Stopping processing here.

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



[glibc] 01/01: debian/patches/hppa/submitted-longjmp.diff: new patch from Helge Deller to fix longjmp on hppa. Closes: #858738.

2017-06-16 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 061007e9e06e692132864f91ffee325ea0ae0171
Author: Aurelien Jarno 
Date:   Sat Jun 17 01:49:55 2017 +0200

debian/patches/hppa/submitted-longjmp.diff: new patch from Helge Deller to 
fix longjmp on hppa.  Closes: #858738.
---
 debian/changelog   |  2 ++
 debian/patches/hppa/submitted-longjmp.diff | 40 ++
 debian/patches/series  |  1 +
 3 files changed, 43 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 15c27af..b12ad39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ glibc (2.24-12) UNRELEASED; urgency=medium
   * debian/rules, debian/rules.d/build.mk: do not capture the build path
 when generating glibc-source tarball.  Closes: #861183.
   * debian/control.in/main: build-depends on gperf.  Closes: #847478.
+  * debian/patches/hppa/submitted-longjmp.diff: new patch from Helge Deller
+to fix longjmp on hppa.  Closes: #858738.
 
   [ John Paul Adrian Glaubitz ]
   * debian/sysdeps/sh3.mk: copy from sh4.mk.  Closes: #851867.
diff --git a/debian/patches/hppa/submitted-longjmp.diff 
b/debian/patches/hppa/submitted-longjmp.diff
new file mode 100644
index 000..56adcc0
--- /dev/null
+++ b/debian/patches/hppa/submitted-longjmp.diff
@@ -0,0 +1,40 @@
+2017-01-15  Helge Deller  
+
+   [BZ #21049]
+   * sysdeps/hppa/__longjmp.c (__longjmp): Move call to CHECK_SP up
+   to avoid clobbering r26.
+
+
+--- a/sysdeps/hppa/__longjmp.c
 b/sysdeps/hppa/__longjmp.c
+@@ -24,15 +24,16 @@
+ void
+ __longjmp (__jmp_buf env, int val)
+ {
++#ifdef CHECK_SP
++  CHECK_SP (env[0].__jmp_buf.__sp);
++#endif
++
++  {
+   /* We must use one of the non-callee saves registers
+  for env.  */
+   register unsigned long r26 asm ("r26") = (unsigned long)[0];
+   register unsigned long r25 asm ("r25") = (unsigned long)(val == 0 ? 1 : 
val);
+ 
+-#ifdef CHECK_SP
+-  CHECK_SP (env[0].__jmp_buf.__sp);
+-#endif
+-
+   asm volatile(
+   /* Set return value.  */
+   "copy   %0, %%r28\n\t"
+@@ -79,6 +80,8 @@ __longjmp (__jmp_buf env, int val)
+   : /* No outputs.  */
+   : "r" (r25), "r" (r26)
+   : /* No point in clobbers.  */ );
++  }
++
+   /* Avoid `volatile function does return' warnings.  */
+   for (;;);
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
index b72f8c9..0ae97ba 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -57,6 +57,7 @@ hppa/local-stack-grows-up.diff
 hppa/submitted-setcontext.diff
 hppa/submitted-sysdeps-cancel.diff
 hppa/cvs-atomic-machine.diff
+hppa/submitted-longjmp.diff
 
 hurd-i386/local-enable-ldconfig.diff
 hurd-i386/tg-context_functions.diff

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



Processed: Bug#855692 marked as pending

2017-06-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 855692 pending
Bug #855692 [src:glibc] glibc: Please backport patch to fix 64-bit atomics on 
m68k
Added tag(s) pending.
> thanks
Stopping processing here.

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



Processed: Bug#861700 marked as pending

2017-06-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 861700 pending
Bug #861700 [tzdata] tzdata: [INTL:nl] Dutch translation of debconf messages
Added tag(s) pending.
> thanks
Stopping processing here.

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



[tzdata] 01/01: Update Dutch debconf translation, by Frans Spiesschaert. Closes: #861700.

2017-06-16 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository tzdata.

commit 5d19cc973d9c840c9f0d45be3300341fd4bc9302
Author: Aurelien Jarno 
Date:   Sat Jun 17 01:41:01 2017 +0200

Update Dutch debconf translation, by Frans Spiesschaert.  Closes: #861700.
---
 debian/changelog | 8 
 debian/po/nl.po  | 6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d52f2f3..731a242 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tzdata (2017b-2) UNRELEASED; urgency=medium
+
+  [ Aurelien Jarno ]
+  * Update Dutch debconf translation, by Frans Spiesschaert.  Closes:
+#861700.
+
+ -- Aurelien Jarno   Sat, 17 Jun 2017 01:40:52 +0200
+
 tzdata (2017b-1) unstable; urgency=medium
 
   [ Aurelien Jarno ]
diff --git a/debian/po/nl.po b/debian/po/nl.po
index fd5ca1d..6929089 100644
--- a/debian/po/nl.po
+++ b/debian/po/nl.po
@@ -3,14 +3,14 @@
 # This file is distributed under the same license as the tzdata package.
 # Bart Cornelis , 2008.
 # Jeroen Schot , 2011.
-# Frans Spiesschaert , 2014, 2016.
+# Frans Spiesschaert , 2014, 2016, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: tzdata_2016j-2\n"
 "Report-Msgid-Bugs-To: tzd...@packages.debian.org\n"
 "POT-Creation-Date: 2017-03-04 01:52+0100\n"
-"PO-Revision-Date: 2016-12-09 17:01+0100\n"
+"PO-Revision-Date: 2017-04-16 22:46+0200\n"
 "Last-Translator: Frans Spiesschaert \n"
 "Language-Team: Debian Dutch l10n Team \n"
 "Language: nl\n"
@@ -1475,7 +1475,7 @@ msgstr "Puerto Rico"
 #. Translators: do not translate underscores. You can use spaces instead.
 #: ../tzdata.templates:3001
 msgid "Punta_Arenas"
-msgstr ""
+msgstr "Punta Arenas"
 
 #. Type: select
 #. Choices

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



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

2017-06-16 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 fa6541802eddc595465c357587efd6d8cbf8b96b
Author: Aurelien Jarno 
Date:   Sat Jun 17 01:36:52 2017 +0200

debian/patches/git-updates.diff: update from upstream stable branch:

* debian/patches/git-updates.diff: update from upstream stable branch:
  - Fix 64-bit atomics on m68k.  Closes: #855692.
---
 debian/changelog|  1 +
 debian/patches/git-updates.diff | 57 +++--
 2 files changed, 56 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2805e49..15c27af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ glibc (2.24-12) UNRELEASED; urgency=medium
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Drop patches/any/cvs-remove-pid-tid-cache-clone.diff (merged upstream).
 - Remove wrong assertion on parent PID in fork.
+- Fix 64-bit atomics on m68k.  Closes: #855692.
   * debian/debhelper.in/libc.templates: update the kernel 3.2 warning to
 mention that the support limitation comes from Debian and not from
 upstream.  Closes: #864720.
diff --git a/debian/patches/git-updates.diff b/debian/patches/git-updates.diff
index 45530a2..98aab80 100644
--- a/debian/patches/git-updates.diff
+++ b/debian/patches/git-updates.diff
@@ -1,10 +1,17 @@
 GIT update of git://sourceware.org/git/glibc.git/release/2.24/master from 
glibc-2.24
 
 diff --git a/ChangeLog b/ChangeLog
-index c44c926094..3d4f5f8350 100644
+index c44c926094..1795e284ef 100644
 --- a/ChangeLog
 +++ b/ChangeLog
-@@ -1,3 +1,521 @@
+@@ -1,3 +1,528 @@
++2017-02-01  Andreas Schwab  
++
++  * sysdeps/m68k/m680x0/m68020/atomic-machine.h
++  (__arch_compare_and_exchange_val_64_acq, atomic_exchange_acq)
++  (atomic_exchange_and_add, atomic_add): Add casts to 64 bit asm
++  operands.
++
 +2017-05-12  Florian Weimer  
 +
 +  [BZ #21386]
@@ -11240,6 +11247,52 @@ index e1707ab1c8..b01f712be2 100644
  TID   offsetof (struct pthread, tid) - TLS_PRE_TCB_SIZE
  MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads) - 
TLS_PRE_TCB_SIZE
  SYSINFO_OFFSEToffsetof (tcbhead_t, __private)
+diff --git a/sysdeps/m68k/m680x0/m68020/atomic-machine.h 
b/sysdeps/m68k/m680x0/m68020/atomic-machine.h
+index 24bc5c5ef7..65965cca9e 100644
+--- a/sysdeps/m68k/m680x0/m68020/atomic-machine.h
 b/sysdeps/m68k/m680x0/m68020/atomic-machine.h
+@@ -73,7 +73,7 @@ typedef uintmax_t uatomic_max_t;
+  __typeof (mem) __memp = (mem); \
+  __asm __volatile ("cas2%.l %0:%R0,%1:%R1,(%2):(%3)"\
+  : "=d" (__ret) \
+- : "d" (newval), "r" (__memp),  \
++ : "d" ((__typeof (*(mem))) (newval)), "r" (__memp),\
+"r" ((char *) __memp + 4), "0" (oldval)  \
+  : "memory");   \
+  __ret; })
+@@ -101,8 +101,9 @@ typedef uintmax_t uatomic_max_t;
+__asm __volatile ("1: cas2%.l %0:%R0,%1:%R1,(%2):(%3);"  \
+  "   jbne 1b"   \
+  : "=d" (__result)  \
+- : "d" (newvalue), "r" (__memp),\
+-   "r" ((char *) __memp + 4), "0" (__result)\
++ : "d" ((__typeof (*(mem))) (newvalue)),\
++   "r" (__memp), "r" ((char *) __memp + 4), \
++   "0" (__result)   \
+  : "memory");   \
+}\
+  __result; })
+@@ -144,7 +145,7 @@ typedef uintmax_t uatomic_max_t;
+  "   cas2%.l %0:%R0,%1:%R1,(%3):(%4);"  \
+  "   jbne 1b"   \
+  : "=d" (__result), "=" (__temp)  \
+- : "d" (value), "r" (__memp),   \
++ : "d" ((__typeof (*(mem))) (value)), "r" (__memp), \
+"r" ((char *) __memp + 4), "0" (__result)\
+  : "memory");   \
+}\
+@@ -175,8 +176,9 @@ typedef uintmax_t uatomic_max_t;
+ "   cas2%.l %0:%R0,%1:%R1,(%3):(%4);"   \
+ "   

[glibc] branch sid updated (4a50c4d -> c962de3)

2017-06-16 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  4a50c4d   debian/control.in/main: build-depends on gperf.  Closes: 
#847478.
   new  c962de3   debian/patches/git-updates.diff: update from upstream 
stable branch:

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


Summary of changes:
 debian/changelog   | 3 +
 .../any/cvs-remove-pid-tid-cache-clone.diff|  1902 
 debian/patches/git-updates.diff| 10787 ++-
 debian/patches/series  | 1 -
 4 files changed, 10585 insertions(+), 2108 deletions(-)
 delete mode 100644 debian/patches/any/cvs-remove-pid-tid-cache-clone.diff

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