This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch glibc-2.23 in repository glibc.
commit 392dc43375d4b68ad0f2db7f33b6f7b74639b864 Merge: 9f2704a 88bba15 Author: Aurelien Jarno <[email protected]> Date: Sun Mar 13 00:20:56 2016 +0100 Merge branch 'sid' into glibc-2.23 debian/changelog | 17 +++++++++++++ debian/control | 10 ++++---- debian/patches/any/submitted-dlopen-noload.diff | 33 +++++++++++++++++++++++++ debian/patches/localedata/locale-C.diff | 10 +++++--- debian/patches/series | 1 + debian/rules.d/control.mk | 2 +- debian/sysdeps/powerpcspe.mk | 3 +++ debian/sysdeps/sh4.mk | 5 ++++ 8 files changed, 71 insertions(+), 10 deletions(-) diff --cc debian/changelog index e7976c8,b884797..a569f16 --- a/debian/changelog +++ b/debian/changelog @@@ -1,68 -1,20 +1,85 @@@ +glibc (2.23-0experimental0) UNRELEASED; urgency=medium + + [ Aurelien Jarno ] + * New upstream release: version 2.23, with git updates up to 2016-03-12: + - debian/patches/localedata/locale-ku_TR.diff: rebased. + - debian/patches/localedata/fix-lang.diff: upstreamed. + - debian/patches/localedata/first_weekday.diff: rebased. + - debian/patches/localedata/locale-nb_NO.diff: upstreamed. + - debian/patches/localedata/cvs-bg_BG-t_fmt.diff: upstreamed. + - debian/patches/alpha/local-string-functions.diff: rebased. + - debian/patches/amd64/local-blacklist-for-Intel-TSX.diff: rebased. + - debian/patches/arm/local-ioperm.diff: dropped. + - debian/patches/hppa/cvs-allocatestack-stacktop.diff: upstreamed. + - debian/patches/hppa/local-pthread_spin_unlock.diff: upstreamed. + - debian/patches/hppa/submitted-mathdef.diff: upstreamed. + - debian/patches/hppa/cvs-update-mman.h.diff: upstreamed. + - debian/patches/hppa/submitted-dladdr.diff: upstreamed. + - debian/patches/hurd-i386/local-enable-ldconfig.diff: rebased. + - debian/patches/hurd-i386/tg-tls.diff: rebased. + - debian/patches/hurd-i386/tg-tls-threadvar.diff: rebased. + - debian/patches/hurd-i386/tg-hurdsig-fixes.diff: rebased. + - debian/patches/hurd-i386/tg-hurdsig-global-dispositions.diff: rebased. + - debian/patches/hurd-i386/unsubmitted-gnumach.defs.diff: rebased. + - debian/patches/hurd-i386/submitted-fork_port_leak.diff: upstreamed. + - debian/patches/hurd-i386/tg-libc_getspecific.diff: rebased. + - debian/patches/hurd-i386/cvs-libpthread-libc-lockP.diff: upstreamed. + - debian/patches/hurd-i386/tg-mmap32th_bit.diff: upstreamed. + - debian/patches/hurd-i386/tg-sysheaders.diff: upstreamed. + - debian/patches/hurd-i386/cvs-bootstrap.diff: upstreamed. + - debian/patches/hurd-i386/cvs-cache-mach_host_self.diff: upstreamed. + - debian/patches/hurd-i386/cvs-csu_crt0.diff: upstreamed. + - debian/patches/hurd-i386/cvs-s_scalbn.diff: upstreamed. + - debian/patches/hurd-i386/local-mach_print.diff: rebased. + - debian/patches/hurd-i386/cvs-hidden.diff: rebased. + - debian/patches/hurd-i386/cvs-O_DIRECTORY.diff: upstreamed. + - debian/patches/hurd-i386/cvs-raise-longjump.diff: upstreamed. + - debian/patches/i386/local-i386-ulps.diff: dropped. + - debian/patches/kfreebsd/local-scripts.diff: rebased. + - debian/patches/m68k/submitted-gcc34-seccomment.diff: rebased. + - debian/patches/mips/cvs-testsuite-o32-fp.diff: upstreamed. + - debian/patches/powerpc/local-powerpc8xx-dcbz.diff: rebased. + - debian/patches/sh4/local-fpscr_values.diff: rebased. + - debian/patches/any/local-bindresvport_blacklist.diff: rebased. + - debian/patches/any/local-libgcc-compat-main.diff: rebased. + - debian/patches/any/local-libgcc-compat-abilists.diff: rebased. + - debian/patches/any/local-mktemp.diff: upstreamed. + - debian/patches/any/cvs-stdio-lock.diff: upstreamed. + - debian/patches/any/local-tcsetaddr.diff: rebased. + - debian/patches/any/local-tst-mktime2.diff: rebased. + - debian/patches/any/submitted-nis-netgrp.diff: upstreamed. + - debian/patches/any/submitted-longdouble.diff: rebased. + - debian/patches/any/local-dynamic-resolvconf.diff: rebased. + - debian/patches/any/local-static-dlopen-search-path.diff: upstreamed. + - debian/patches/any/local-math-logb.diff: upstreamed. + - debian/patches/any/cvs-gawk-gensub.diff: upstreamed. + - debian/patches/any/cvs-grantpt-namespace.diff: upstreamed. + - debian/patches/any/cvs-grantpt-pty-owner.diff: upstreamed. + - debian/patches/any/cvs-bits-libc-stdio-lock.diff: upstreamed. + - debian/patches/any/submitted-hle-checking-mutex.diff: upstreamed. + - debian/{control,symbols.wildcards,copyright}: Updated strings for 2.23. + * debian/testsuite-xfail-debian.mk (powerpc) mark tst-malloc-thread-fail + test as xfail, it is a known issue and not a regression. + + -- Aurelien Jarno <[email protected]> Sat, 12 Mar 2016 12:00:31 +0100 + + glibc (2.22-3) unstable; urgency=medium + + * Update from upstream stable branch: + - Fix linking shared objects that use libmvec.so functions. Closes: + #817879. + * debian/sysdeps/sh4.mk: build with -fno-delete-null-pointer-checks to + workaround a missing SH4 specific __builtin_trap implementation in GCC. + * debian/patches/localedata/locale-C.diff: fix LC_TIME week and d_t_fmt + fields in C.UTF-8 locale. Closes: #817895. + * debian/sysdeps/powerpcspe.mk: pass --without-fp to the configure script + on powerpcspe. Closes: #817926. + * debian/rules.d/control.mk: add nios2 architecture. Closes: #817944. + * debian/patches/any/submitted-dlopen-noload.diff: new patch to fix a crash + in dlopen() with RTLD_NOLOAD. Closes: #817900. + + -- Aurelien Jarno <[email protected]> Sat, 12 Mar 2016 22:40:15 +0100 + glibc (2.22-2) unstable; urgency=medium [ Aurelien Jarno ] diff --cc debian/patches/series index 515eeb2,b48365b..2b8c3ac --- a/debian/patches/series +++ b/debian/patches/series @@@ -206,3 -234,11 +206,4 @@@ any/local-dynamic-resolvconf.dif any/local-libpic.diff any/local-bootstrap-headers.diff any/submitted-argp-attribute.diff -any/local-static-dlopen-search-path.diff -any/local-math-logb.diff -any/cvs-gawk-gensub.diff -any/cvs-grantpt-namespace.diff -any/cvs-grantpt-pty-owner.diff -any/cvs-bits-libc-stdio-lock.diff -any/submitted-hle-checking-mutex.diff + any/submitted-dlopen-noload.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

