[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 02/02: Merge tag 'debian/2.24-17' into glibc-2.25



This is an automated email from the git hooks/post-receive script.

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

commit e499737c3d989cc7cfa57784a06d8bcd9a693f0b
Merge: d504c8d 082a386
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Aug 26 11:13:23 2017 +0200

    Merge tag 'debian/2.24-17' into glibc-2.25
    
    tagging package glibc version debian/2.24-17

 debian/changelog                                   | 13 +++++
 debian/patches/any/submitted-intl-tstgettext.diff  | 59 ++++++++++++++++++++++
 .../unsubmitted-clock_t_centiseconds.diff          | 22 +-------
 debian/patches/series                              |  1 +
 4 files changed, 74 insertions(+), 21 deletions(-)

diff --cc debian/changelog
index b9d4eb2,537ca41..ace1f0a
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,118 -1,16 +1,131 @@@
 +glibc (2.25-0experimental2) UNRELEASED; urgency=medium
 +
 +  [ Aurelien Jarno ]
 +  * Do not try to install NPTL GDB pretty-printers on non-Linux.
 +  * debian/control.in/main: build-depends on autotools-dev.
 +  * debian/rules, debian/rules.d/build.mk: update/restore config.guess and
 +    config.sub on configure/clean.
 +  * debian/debhelper.in/libc-dev{-alt,}.install: install libm*.a to also
 +    installed the versioned static library on architectures with mvec support.
 +    Closes: #872852.
 +  * debian/patches/git-updates.diff: update from upstream stable branch.
 +
 + -- Aurelien Jarno <aurel32@debian.org>  Sun, 20 Aug 2017 19:05:48 +0200
 +
 +glibc (2.25-0experimental1) experimental; urgency=medium
 +
 +  [ Samuel Thibault ]
 +  * patches/hurd-i386/submitted-net.diff: rebased.
 +  * patches/hurd-i386/tg-tls.diff: update.
 +  * patches/hurd-i386/submitted-malloc-setstate.diff: update.
 +  * patches/hurd-i386/submitted-shm_open_pthread.diff: new patch.
 +  * patches/hurd-i386/cvs-libc_init_secure.diff: new patch.
 +  * patches/hurd-i386/cvs-libpthread.diff: update.
 +  * patches/hurd-i386/git-__inet6_scopeid_pton.diff: new patch from upstream.
 +  * patches/hurd-i386/tg2.25-tls.diff: new patch.
 +  * patches/hurd-i386/local-nocheck-installed-headers.diff: New patch to
 +    disable checking hurd and mach headers for standards, they are not.
 +  * patches/hurd-i386/submitted-net.diff: Disable installing if_ppp.h, it just
 +    does not work without OS-specific ppp_defs.h.
 +  * testsuite-xfail-debian.mk: update for hurd-i386.
 +
 +  [ Aurelien Jarno ]
 +  * debian/patches/git-updates.diff: update from upstream stable branch:
 +    - Reduce EDNS payload size to 1200 bytes (CVE-2017-12132). Closes:
 +      #870650.
 +    - debian/patches/hppa/local-fptr-table-size.diff: upstreamed.
 +    - debian/patches/hppa/local-shmlba.diff: upstreamed.
 +    - debian/patches/hppa/submitted-gmon-start.diff: partially upstreamed.
 +    - debian/patches/hppa/submitted-dladdr.diff: upstreamed.
 +    - debian/patches/hppa/local-stack-grows-up.diff: upstreamed.
 +    - debian/patches/hppa/submitted-setcontext.diff: upstreamed.
 +    - debian/patches/hppa/submitted-sysdeps-cancel.diff: upstreamed.
 +    - debian/patches/hppa/submitted-longjmp.diff: upstreamed.
 +  * debian/patches/kfreebsd/local-sysdeps.diff, local-fbtl.diff:
 +    update to revision 6171 (from glibc-bsd).
 +  * testsuite-xfail-debian.mk: update for kfreebsd-i386.
 +  * debian/patches/any/local-bits-sigstack.diff: new patch to fix
 +    <bits/sigstack.h> on Hurd and kFreeBSD.
 +  * debian/control.in/main: Build-Depends on python3 when running the
 +    testsuite.
 +  * debian/rules.d/build.mk, debian/debhelper.in/libc-dev.install,
 +    debian/debhelper.in/libc-dev-alt.install: install the NPTL GDB
 +    pretty-printer python macros in the libc6-dev and libc6-*-dev packages.
 +    Closes: #868247.
 +  * debian/debhelper.in/libc-dev-alt.{preinst,postinst}: remove, used to
 +    handle the multiarch transition.
 +  * debian/debhelper.in/libc.{preinst,postinst}: remove code not needed
 +    since jessie.
 +  * debian/patches/mips/submitted-syscalls5-7-unbound-stack.diff: new
 +    patch to fix unbounded stack allocation in O32 syscalls with 5 to 7
 +    arguments, causing nptl/tst-rwlock15 to fail on mips and mipsel.
 +  * debian/control.in/main,debian/compat: switch to debhelper 10.
 +
 +  [ John David Anglin ]
 +  * debian/patches/any/submitted-resolv-unaligned.diff: new patch to fix
 +    misaligned accesses in res_query.c to fields in HEADER struct (closes:
 +    #827703).
 +
 + -- Aurelien Jarno <aurel32@debian.org>  Sun, 20 Aug 2017 19:02:51 +0200
 +
 +glibc (2.25-0experimental0) experimental; urgency=medium
 +
 +  * New upstream release:
 +    - debian/control: regenerate.
 +    - debian/symbols.wildcard: update for 2.25.
 +    - debian/patches/git-updates.diff: update from upstream stable branch.
 +    - debian/patches/alpha/local-string-functions.diff: rebased.
 +    - debian/patches/alpha/submitted-fegetenv-namespace.diff: upstreamed.
 +    - debian/patches/amd64/local-blacklist-for-Intel-TSX.diff: upstreamed.
 +    - debian/patches/hppa/cvs-atomic-machine.diff: upstreamed.
 +    - debian/patches/hurd-i386/tg-tls.diff: rebased.
 +    - debian/patches/hurd-i386/tg-tls-threadvar.diff: rebased.
 +    - debian/patches/hurd-i386/tg-hurdsig-fixes-2.diff: rebased.
 +    - debian/patches/hurd-i386/unsubmitted-NO_HIDDEN.diff: rebased.
 +    - debian/patches/hurd-i386/cvs-check-local-headers.diff: upstreamed.
 +    - debian/patches/hurd-i386/tg-faccessat.diff: rebased and reworked.
 +    - debian/patches/hurd-i386/tg-gsync-libc.diff: rebased.
 +    - debian/patches/hurd-i386/git-recvmsg.diff: upstreamed.
 +    - debian/patches/hurd-i386/cvs-adjtime-NULL.diff: upstreamed.
 +    - debian/patches/hurd-i386/cvs-mallocfork.diff: upstreamed.
 +    - debian/patches/hurd-i386/cvs-hurd_signal.h_c++.diff: upstreamed.
 +    - debian/patches/i386/cvs-cpuid-level2.diff: upstreamed.
 +    - debian/patches/kfreebsd/submitted-auxv.diff: rebased.
 +    - debian/patches/sparc/cvs-test-strncmp.diff: upstreamed.
 +    - debian/patches/any/local-rtlddir-cross.diff: rebased.
 +    - debian/patches/any/local-asserth-decls.diff: rebased.
 +    - debian/patches/any/submitted-longdouble.diff: dropped, obsolete.
 +    - debian/patches/any/local-disable-libnss-db.diff: rebased.
 +    - debian/patches/any/local-revert-bz13979.diff: rebased.
 +    - debian/patches/any/submitted-dlopen-noload.diff: upstreamed.
 +    - debian/patches/any/cvs-malloc-hardening.diff: rebased.
 +  * debian/testsuite-xfail-debian.mk: mark a few resolv related tests as
 +    XFAIL, as they fail due to local-dynamic-resolvconf.diff, which
 +    automatically reload a changed /etc/resolv.conf file. A better version
 +    of this patch has been merged in glibc 2.26, but is not easily
 +    backportable.
 +  * debian/testsuite-xfail-debian.mk: mark tst-strfrom and tst-strfrom-locale
 +    as XFAIL on mips*, they are due to corner case bugs in the FPU. Give more
 +    details about each issue.
 +  * debian/testsuite-xfail-debian.mk: mark test-double, test-idouble,
 +    test-ifloat and test-ildouble as XFAIL on s390x, they are due to a bug in
 +    GCC 6 (fixed in GCC 7) and not a regression from 2.24.
 +
 + -- Aurelien Jarno <aurel32@debian.org>  Wed, 02 Aug 2017 18:54:56 +0200
 +
+ glibc (2.24-17) unstable; urgency=medium
+ 
+   [ Samuel Thibault ]
+   * patches/hurd-i386/unsubmitted-clock_t_centiseconds.diff: Drop clock() part
+     from patch, it always uses CLOCKS_PER_SEC which is always 1000000. Should
+     fix ffmpeg build.  Closes: Bug#872556.
+ 
+   [ Aurelien Jarno ]
+   * debian/patches/any/submitted-intl-tstgettext.diff: new patch to fix the
+     intl/tst-gettext with newer gettext versions.  Closes: #873097.
+ 
+  -- Aurelien Jarno <aurel32@debian.org>  Sat, 26 Aug 2017 11:09:24 +0200
+ 
  glibc (2.24-16) unstable; urgency=medium
  
    [ Aurelien Jarno ]
diff --cc debian/patches/series
index 6a1ea0b,6b23294..9a3f867
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -202,7 -217,7 +202,8 @@@ any/local-ldconfig-ignore-ld.so.dif
  any/local-dynamic-resolvconf.diff
  any/local-libpic.diff
  any/local-bootstrap-headers.diff
 -any/submitted-dlopen-noload.diff
  any/submitted-unicode-9.0.0.diff
  any/cvs-malloc-hardening.diff
 +any/local-bits-sigstack.diff
 +any/submitted-resolv-unaligned.diff
+ any/submitted-intl-tstgettext.diff

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


Reply to: