[glibc] branch glibc-2.27 updated (216d845 -> 77e7343)
This is an automated email from the git hooks/post-receive script. sthibault pushed a change to branch glibc-2.27 in repository glibc. from 216d845 Add glibc 2.26 _hurd_exec_paths compatibility symbol for now. new 77e7343 hurd: Actually add 2.26 compatibility _hurd_exec_paths symbol 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/patches/hurd-i386/local-exec_filename.diff | 45 --- 1 file changed, 24 insertions(+), 21 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git
[glibc] branch glibc-2.27 updated (6e3eeed -> 216d845)
This is an automated email from the git hooks/post-receive script. sthibault pushed a change to branch glibc-2.27 in repository glibc. from 6e3eeed releasing package glibc version 2.26.9000+20180108.401311cf-0experimental0 adds 8a416f2 debian/testsuite-xfail-debian.mk: the Loongson 3 FPU bug also applies to mips64el. adds 48c20f9 debian/patches/hurd-i386/submitted-malloc-setstate.diff: Disable for now adds 75e0d7f hurd: Use upstream-commited exec_paths patches new d60383e Merge branch 'sid' of ssh://git.debian.org/git/pkg-glibc/glibc into glibc-2.27 new 216d845 Add glibc 2.26 _hurd_exec_paths compatibility symbol for now. The 2 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 | 31 ++ debian/control | 4 +- debian/control.in/main | 4 +- debian/libc0.3.symbols.hurd-i386 | 4 + ...d-exec_filename.diff => git-exec_filename.diff} | 400 + debian/patches/hurd-i386/local-exec_filename.diff | 127 +++ debian/patches/hurd-i386/tg-io_select_timeout.diff | 6 +- debian/patches/series | 3 +- debian/patches/series.hurd-i386| 2 +- debian/testsuite-xfail-debian.mk | 5 + 10 files changed, 345 insertions(+), 241 deletions(-) rename debian/patches/hurd-i386/{submitted-exec_filename.diff => git-exec_filename.diff} (55%) create mode 100644 debian/patches/hurd-i386/local-exec_filename.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git
[glibc] 01/01: hurd: Actually add 2.26 compatibility _hurd_exec_paths symbol
This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch glibc-2.27 in repository glibc. commit 77e7343ab0220738c0445e388efae35e90441f5c Author: Samuel Thibault Date: Tue Jan 9 03:10:17 2018 +0100 hurd: Actually add 2.26 compatibility _hurd_exec_paths symbol --- debian/patches/hurd-i386/local-exec_filename.diff | 45 --- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/debian/patches/hurd-i386/local-exec_filename.diff b/debian/patches/hurd-i386/local-exec_filename.diff index 4c5e2a4..1123775 100644 --- a/debian/patches/hurd-i386/local-exec_filename.diff +++ b/debian/patches/hurd-i386/local-exec_filename.diff @@ -1,9 +1,14 @@ Keep compatibility with experimental implementation -Index: glibc-2.26/hurd/Makefile -=== glibc-2.26.orig/hurd/Makefile -+++ glibc-2.26/hurd/Makefile +--- + hurd/Makefile |4 ++-- + hurd/Versions |8 + hurd/hurdexec.c| 32 + sysdeps/mach/hurd/spawni.c | 13 + + 4 files changed, 55 insertions(+), 2 deletions(-) + +--- a/hurd/Makefile b/hurd/Makefile @@ -32,8 +32,8 @@ user-interfaces := $(addprefix hurd/,\ auth auth_request auth_reply startup \ process process_request \ @@ -15,11 +20,9 @@ Index: glibc-2.26/hurd/Makefile term tioctl socket ifsock \ login password pfinet \ ) -Index: glibc-2.26/hurd/Versions -=== glibc-2.26.orig/hurd/Versions -+++ glibc-2.26/hurd/Versions -@@ -140,6 +140,10 @@ libc { +--- a/hurd/Versions b/hurd/Versions +@@ -140,6 +140,14 @@ libc { _hurd_sigstate_unlock; _hurd_sigstate_delete; } @@ -27,13 +30,15 @@ Index: glibc-2.26/hurd/Versions +# "quasi-internal" functions +_hurd_exec_file_name; + } ++ GLIBC_2.26 { ++# "quasi-internal" functions ++_hurd_exec_paths; ++ } GLIBC_2.27 { # "quasi-internal" functions _hurd_exec_paths; -Index: glibc-2.26/hurd/hurdexec.c -=== glibc-2.26.orig/hurd/hurdexec.c -+++ glibc-2.26/hurd/hurdexec.c +--- a/hurd/hurdexec.c b/hurd/hurdexec.c @@ -25,9 +25,12 @@ #include #include @@ -94,10 +99,8 @@ Index: glibc-2.26/hurd/hurdexec.c + char *const argv[], + char *const envp[]); +versioned_symbol (libc, __hurd_exec_file_name, _hurd_exec_file_name, GLIBC_2_21); -Index: glibc-2.26/sysdeps/mach/hurd/spawni.c -=== glibc-2.26.orig/sysdeps/mach/hurd/spawni.c -+++ glibc-2.26/sysdeps/mach/hurd/spawni.c +--- a/sysdeps/mach/hurd/spawni.c b/sysdeps/mach/hurd/spawni.c @@ -30,6 +30,7 @@ #include #include @@ -106,10 +109,11 @@ Index: glibc-2.26/sysdeps/mach/hurd/spawni.c #include #include #include "spawn_int.h" -@@ -673,6 +674,18 @@ __spawni (pid_t *pid, const char *file, +@@ -657,6 +658,18 @@ __spawni (pid_t *pid, const char *file, + dtable, MACH_MSG_TYPE_COPY_SEND, dtablesize, ports, MACH_MSG_TYPE_COPY_SEND, _hurd_nports, ints, INIT_INT_MAX, - NULL, 0, NULL, 0); ++ NULL, 0, NULL, 0); + + /* Fallback for backwards compatibility. This can just be removed + when __file_exec goes away. */ @@ -121,7 +125,6 @@ Index: glibc-2.26/sysdeps/mach/hurd/spawni.c + dtable, MACH_MSG_TYPE_COPY_SEND, dtablesize, + ports, MACH_MSG_TYPE_COPY_SEND, _hurd_nports, + ints, INIT_INT_MAX, -+ NULL, 0, NULL, 0); + NULL, 0, NULL, 0); /* Fallback for backwards compatibility. This can just be removed - when __file_exec goes away. */ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git
[glibc] 02/02: Add glibc 2.26 _hurd_exec_paths compatibility symbol for now.
This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch glibc-2.27 in repository glibc. commit 216d84514455043ce95c6af3c583b096eaba08ad Author: Samuel Thibault Date: Tue Jan 9 02:51:44 2018 +0100 Add glibc 2.26 _hurd_exec_paths compatibility symbol for now. --- debian/changelog | 11 +++ debian/patches/hurd-i386/local-exec_filename.diff | 11 ++- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7c942d5..806c2a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +glibc (2.26.9000+20180108.401311cf-0experimental1) UNRELEASED; urgency=medium + + [ Samuel Thibault ] + * debian/patches/hurd-i386/local-exec_filename.diff: Add glibc 2.26 +_hurd_exec_paths compatibility symbol for now. + + [ Aurelien Jarno ] + * + + -- Aurelien Jarno Mon, 08 Jan 2018 23:27:20 +0100 + glibc (2.26.9000+20180108.401311cf-0experimental0) experimental; urgency=medium [ Samuel Thibault ] diff --git a/debian/patches/hurd-i386/local-exec_filename.diff b/debian/patches/hurd-i386/local-exec_filename.diff index fe110ed..4c5e2a4 100644 --- a/debian/patches/hurd-i386/local-exec_filename.diff +++ b/debian/patches/hurd-i386/local-exec_filename.diff @@ -19,19 +19,17 @@ Index: glibc-2.26/hurd/Versions === --- glibc-2.26.orig/hurd/Versions +++ glibc-2.26/hurd/Versions -@@ -140,7 +140,11 @@ libc { +@@ -140,6 +140,10 @@ libc { _hurd_sigstate_unlock; _hurd_sigstate_delete; } -- GLIBC_2.27 { + GLIBC_2.21 { +# "quasi-internal" functions +_hurd_exec_file_name; + } -+ GLIBC_2.26 { + GLIBC_2.27 { # "quasi-internal" functions _hurd_exec_paths; - } Index: glibc-2.26/hurd/hurdexec.c === --- glibc-2.26.orig/hurd/hurdexec.c @@ -83,10 +81,13 @@ Index: glibc-2.26/hurd/hurdexec.c err = __file_exec (file, task, flags, args, argslen, env, envlen, dtable, MACH_MSG_TYPE_COPY_SEND, dtablesize, -@@ -435,3 +458,9 @@ _hurd_exec_paths (task_t task, file_t fi +@@ -435,3 +458,12 @@ _hurd_exec_paths (task_t task, file_t fi free (env); return err; } ++#if SHLIB_COMPAT (libc, GLIBC_2_26, GLIBC_2_27) ++compat_symbol (libc, _hurd_exec_paths, _hurd_exec_paths, GLIBC_2_26); ++#endif +extern error_t _hurd_exec_file_name (task_t task, + file_t file, + const char *filename, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git
[glibc] 01/02: Merge branch 'sid' of ssh://git.debian.org/git/pkg-glibc/glibc into glibc-2.27
This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch glibc-2.27 in repository glibc. commit d60383e268ed79577f3f8043898534e1497888e9 Merge: 6e3eeed 75e0d7f Author: Samuel Thibault Date: Tue Jan 9 02:41:25 2018 +0100 Merge branch 'sid' of ssh://git.debian.org/git/pkg-glibc/glibc into glibc-2.27 debian/changelog | 20 ++ debian/control | 4 +- debian/control.in/main | 4 +- debian/libc0.3.symbols.hurd-i386 | 4 + ...d-exec_filename.diff => git-exec_filename.diff} | 400 + debian/patches/hurd-i386/local-exec_filename.diff | 126 +++ debian/patches/hurd-i386/tg-io_select_timeout.diff | 6 +- debian/patches/series | 3 +- debian/patches/series.hurd-i386| 2 +- debian/testsuite-xfail-debian.mk | 5 + 10 files changed, 333 insertions(+), 241 deletions(-) diff --cc debian/changelog index 8161615,7df43ba..7c942d5 --- a/debian/changelog +++ b/debian/changelog @@@ -1,135 -1,23 +1,155 @@@ +glibc (2.26.9000+20180108.401311cf-0experimental0) experimental; urgency=medium + + [ Samuel Thibault ] + * debian/sysdeps/hurd.mk: Do not add libpthread add-on since add-ons +mechanism is no more. + * debian/patches/hurd-i386/submitted-net.diff: rebased. + * debian/patches/hurd-i386/unsubmitted-prof-eintr.diff: rebased. + * debian/patches/hurd-i386/libpthread_build.diff: Add more Implies to fix +build. Drop deprecated internal_function. + * debian/patches/hurd-i386/libpthread_includes.diff: Move headers for +sysdeps to find them. + * debian/patches/hurd-i386/tg-gsync-libc.diff: Update. + * debian/testsuite-xfail-debian.mk: Update for hurd-i386. + + [ Aurelien Jarno ] + * New upstream snapshot from 20180108. + * debian/control.in/main: Update Vcs-Git to point to the 2.27 branch. + * debian/testsuite-xfail-debian.mk: update XFAILs for the mips*el Loongson 3 +FPU bug with the new tests. + * debian/testsuite-xfail-debian.mk: the arm kernel also pulled the new pkey +syscalls without real support, XFAIL the corresponding test. + * debian/testsuite-xfail-debian.mk: remove two math XFAIL on armel now that +GCC has been fixed. + * debian/testsuite-xfail-debian.mk: update XFAILs for the mips* Octeon 3 FPU +bug with the new tests. + * debian/testsuite-xfail-debian.mk: update XFAILs on alpha, add new math +tests only causing wrong exception flags, remove tests that have been +fixed in this release. + + -- Aurelien Jarno Mon, 08 Jan 2018 23:27:20 +0100 + +glibc (2.26.9000+20180105.a6d0afb5-0experimental0) experimental; urgency=medium + + * New upstream snapshot from 20180105: +- debian/patches/git-updates.diff: remove and disable. +- debian/patches/locale/preprocessor-collate-uli-sucks.diff: drop, + obsolete. +- debian/patches/locale/preprocessor-collate.diff: drop, obsolete. +- debian/patches/locale/LC_IDENTIFICATION-optional-fields.diff: rebased. +- debian/patches/locale/LC_COLLATE-keywords-ordering.diff: drop, obsolete. +- debian/patches/locale/local-all-no-archive.diff: rebased. +- debian/patches/localedata/sort-UTF8-first.diff: rebased. +- debian/patches/localedata/supported.diff: rebased. +- debian/patches/localedata/new-valencian-locale.diff: upstreamed. +- debian/patches/localedata/locale-ku_TR.diff: rebased. +- debian/patches/localedata/tl_PH-yesexpr.diff: upstreamed. +- debian/patches/localedata/fo_FO-date_fmt.diff: rebased. +- debian/patches/localedata/locales_CH.diff: rebased. +- debian/patches/localedata/locales-fr.diff: rebased. +- debian/patches/localedata/locale-en_DK.diff: rebased. +- debian/patches/localedata/locale-zh_TW.diff: rebased. +- debian/patches/localedata/tailor-iso14651_t1.diff: rebased, partly + upstreamed. +- debian/patches/localedata/locale-hsb_DE.diff: upstreamed. +- debian/patches/localedata/tailor-iso14651_t1-common.diff: drop, + obsolete. +- debian/patches/localedata/submitted-bz9725-locale-sv_SE.diff: rebased. +- debian/patches/localedata/locale-C.diff: add a LC_MONETARY section. +- debian/patches/localedata/submitted-en_AU-date_fmt.diff: rebased. +- debian/patches/localedata/submitted-es_MX-decimal_point.diff: rebased. +- debian/patches/localedata/submitted-it_IT-thousands_sep.diff: rebased. +- debian/patches/alpha/local-string-functions.diff: rebased. +- debian/patches/alpha/submitted-fminmax.diff: upstreamed. +- debian/patches/alpha/submitted-rlimit.diff: upstreamed. +- debian/patches/arm/git-arm64-memcmp.diff: upstreamed. +- debian/patches/hppa/local-elf-make-cflags.diff: upstreamed. +- debian/patches/hppa/submitted-gmon-start.diff: upstreamed. +- d
[glibc] branch sid updated (48c20f9 -> 75e0d7f)
This is an automated email from the git hooks/post-receive script. sthibault pushed a change to branch sid in repository glibc. from 48c20f9 debian/patches/hurd-i386/submitted-malloc-setstate.diff: Disable for now new 75e0d7f hurd: Use upstream-commited exec_paths patches 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/control | 4 +- debian/control.in/main | 4 +- debian/libc0.3.symbols.hurd-i386 | 4 + ...d-exec_filename.diff => git-exec_filename.diff} | 400 + debian/patches/hurd-i386/local-exec_filename.diff | 126 +++ debian/patches/hurd-i386/tg-io_select_timeout.diff | 6 +- debian/patches/series | 3 +- 8 files changed, 315 insertions(+), 240 deletions(-) rename debian/patches/hurd-i386/{submitted-exec_filename.diff => git-exec_filename.diff} (55%) create mode 100644 debian/patches/hurd-i386/local-exec_filename.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git
[glibc] 01/01: hurd: Use upstream-commited exec_paths patches
This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch sid in repository glibc. commit 75e0d7fd9ada54e6156fe31ce85baef6bcb79851 Author: Samuel Thibault Date: Tue Jan 9 00:41:07 2018 + hurd: Use upstream-commited exec_paths patches * debian/patches/hurd-i386/submitted-exec_filename.diff: Update submitted patch into commited git-exec_filename.diff. * debian/patches/hurd-i386/local-exec_filename.diff: New patch to keep compatibility with previous submission. * debian/patches/hurd-i386/tg-io_select_timeout.diff: Refresh. * debian/control: Bump hurd-dev build-dependency to get exec_paths RPC definitions. * debian/libc0.3.symbols.hurd-i386: Update accordingly. --- debian/changelog | 8 + debian/control | 4 +- debian/control.in/main | 4 +- debian/libc0.3.symbols.hurd-i386 | 4 + ...d-exec_filename.diff => git-exec_filename.diff} | 400 + debian/patches/hurd-i386/local-exec_filename.diff | 126 +++ debian/patches/hurd-i386/tg-io_select_timeout.diff | 6 +- debian/patches/series | 3 +- 8 files changed, 315 insertions(+), 240 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1062756..7df43ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,14 @@ glibc (2.26-3) UNRELEASED; urgency=medium [ Samuel Thibault ] * debian/patches/hurd-i386/submitted-malloc-setstate.diff: Disable for now, it actually introduces issues. + * debian/patches/hurd-i386/submitted-exec_filename.diff: Update submitted +patch into commited git-exec_filename.diff. + * debian/patches/hurd-i386/local-exec_filename.diff: New patch to keep +compatibility with previous submission. + * debian/patches/hurd-i386/tg-io_select_timeout.diff: Refresh. + * debian/control: Bump hurd-dev build-dependency to get exec_paths RPC +definitions. + * debian/libc0.3.symbols.hurd-i386: Update accordingly. -- Aurelien Jarno Sat, 06 Jan 2018 09:44:29 +0100 diff --git a/debian/control b/debian/control index 75f8aef..9dc2598 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file, linux-libc-dev (>= 3.9) [linux-any], libaudit-dev [linux-any], libcap-dev [linux-any], libselinux-dev [linux-any], mig (>= 1.5-3) [hurd-i386], gnumach-dev (>= 2:1.8+git20170102-1~) [hurd-i386], - hurd-dev (>= 1:0.9.git20171119-2~) [hurd-i386] | hurd-headers-dev [hurd-i386], - hurd-dev (>= 1:0.9.git20171119-2~) [hurd-i386] | libihash-dev [hurd-i386] , + hurd-dev (>= 1:0.9.git20171119-4~) [hurd-i386] | hurd-headers-dev [hurd-i386], + hurd-dev (>= 1:0.9.git20171119-4~) [hurd-i386] | libihash-dev [hurd-i386] , kfreebsd-kernel-headers [kfreebsd-any], binutils (>= 2.25), g++-7, g++-7-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 s390x sparc sparc64 x32], diff --git a/debian/control.in/main b/debian/control.in/main index 45b16b0..f0f3029 100644 --- a/debian/control.in/main +++ b/debian/control.in/main @@ -6,8 +6,8 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file, linux-libc-dev (>= 3.9) [linux-any], libaudit-dev [linux-any], libcap-dev [linux-any], libselinux-dev [linux-any], mig (>= 1.5-3) [hurd-i386], gnumach-dev (>= 2:1.8+git20170102-1~) [hurd-i386], - hurd-dev (>= 1:0.9.git20171119-2~) [hurd-i386] | hurd-headers-dev [hurd-i386], - hurd-dev (>= 1:0.9.git20171119-2~) [hurd-i386] | libihash-dev [hurd-i386] , + hurd-dev (>= 1:0.9.git20171119-4~) [hurd-i386] | hurd-headers-dev [hurd-i386], + hurd-dev (>= 1:0.9.git20171119-4~) [hurd-i386] | libihash-dev [hurd-i386] , kfreebsd-kernel-headers [kfreebsd-any], binutils (>= 2.25), g++-7, g++-7-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 s390x sparc sparc64 x32], diff --git a/debian/libc0.3.symbols.hurd-i386 b/debian/libc0.3.symbols.hurd-i386 index 84b7744..3e84791 100644 --- a/debian/libc0.3.symbols.hurd-i386 +++ b/debian/libc0.3.symbols.hurd-i386 @@ -85,6 +85,7 @@ libhurduser.so.0.3 #PACKAGE# #MINVER# __dir_unlink@Base 2.11 __exec_exec@Base 2.11 __exec_exec_file_name@Base 2.13-33~ + __exec_exec_paths@Base 2.26-3~ __exec_init@Base 2.11 __exec_setexecdata@Base 2.11 __exec_startup_get_info@Base 2.11 @@ -95,6 +96,7 @@ libhurduser.so.0.3 #PACKAGE# #MINVER# __file_chown@Base 2.11 __file_exec@Base 2.11 __file_exec_file_name@Base 2.13-33~ + __file_exec_paths@Base 2.26-3~ __file_get_fs_options@Base 2.11 __file_get_storage_info@Base 2.11 __file_get_translator@Base 2.11 @@ -454,6 +456,7 @@ libhurduser.so.0.3
glibc_2.26.9000+20180108.401311cf-0experimental0_source.changes ACCEPTED into experimental
/hurd-i386/libpthread_includes.diff: Move headers for sysdeps to find them. * debian/patches/hurd-i386/tg-gsync-libc.diff: Update. * debian/testsuite-xfail-debian.mk: Update for hurd-i386. . [ Aurelien Jarno ] * New upstream snapshot from 20180108. * debian/control.in/main: Update Vcs-Git to point to the 2.27 branch. * debian/testsuite-xfail-debian.mk: update XFAILs for the mips*el Loongson 3 FPU bug with the new tests. * debian/testsuite-xfail-debian.mk: the arm kernel also pulled the new pkey syscalls without real support, XFAIL the corresponding test. * debian/testsuite-xfail-debian.mk: remove two math XFAIL on armel now that GCC has been fixed. * debian/testsuite-xfail-debian.mk: update XFAILs for the mips* Octeon 3 FPU bug with the new tests. * debian/testsuite-xfail-debian.mk: update XFAILs on alpha, add new math tests only causing wrong exception flags, remove tests that have been fixed in this release. Checksums-Sha1: ba87075bdcebe88ddcccbfe8b8deba8cf4bf620e 9021 glibc_2.26.9000+20180108.401311cf-0experimental0.dsc d121a5bb932902e5bf221ff155d21ac9fcf2207c 15868372 glibc_2.26.9000+20180108.401311cf.orig.tar.xz 1d5b5cd1780e6e43b9420548ef21fc9189bcc5e3 901648 glibc_2.26.9000+20180108.401311cf-0experimental0.debian.tar.xz d1a54a6296b1db5ce424220f41423946e26b009d 7720 glibc_2.26.9000+20180108.401311cf-0experimental0_source.buildinfo Checksums-Sha256: 829ceb8ac26df8f8c770ac39761f5f04dcc26a6191c57093e9642c9b08ec4d88 9021 glibc_2.26.9000+20180108.401311cf-0experimental0.dsc 65cdb004071cc1d732c052d2646a9ba235804a004c9df85395e05009e4dd3998 15868372 glibc_2.26.9000+20180108.401311cf.orig.tar.xz 56ac192d9b65b097fc899bf3607049be997f822f19eae5c2c99f89aa03f23ea1 901648 glibc_2.26.9000+20180108.401311cf-0experimental0.debian.tar.xz 4e8687a6c85cc5f7e23b7e9c63373be0cb9bc35a59dba7933e58c3db5225a62e 7720 glibc_2.26.9000+20180108.401311cf-0experimental0_source.buildinfo Files: c5acee886184b431c8269b7a773be0e4 9021 libs required glibc_2.26.9000+20180108.401311cf-0experimental0.dsc ca4d85a705f0b2fa19c3b3b1a289fef9 15868372 libs required glibc_2.26.9000+20180108.401311cf.orig.tar.xz fbd9342080173c7eb8755ec45a13a8e2 901648 libs required glibc_2.26.9000+20180108.401311cf-0experimental0.debian.tar.xz 699e453dd8568f83a2f7db0c6783dce4 7720 libs required glibc_2.26.9000+20180108.401311cf-0experimental0_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEd0YmQqnvlP0Pdxltupx4Bh3djJsFAlpT9JkACgkQupx4Bh3d jJs53hAAuldgp/nu1yqknh1D57BP5v3FnOgb99Zi2wgUfS5yBb3a1csfytRHNyHe UJghAcPmmpwSOZ1b9Sfwk0p5+B2GUQvSWC3MSSBuKHCOkTfIEsSGnKDU6Gs9tZbL 2ie/aa9L2zjbDocf7P+1oKL1+i8VZ/xqd/F1qJzehL5gLfbd0wtYe9YYRF/zDKVB Xy9iCycFtkv9dTXE0IQzyDt7PN+K3n6eOBs8sYM+I1SsKUdGrhvCn8K9ihU81+Bu V38aKZb/EZNY3fKZH90HYtFpNeUONxIdkPnby9z0js9Ax3GH1q6PYqsVuKehFoWI nz4rZPbKuv69eYMlrnveLNdqFrvRcgh0tD4Ij8UJDXnGIOV3hrhdYDDleoeee4wE EIUbuVJ8C9QzLlMVyHHxyGgNoX1aY1WCf9hMhJLasLHr165xSPhOORHRSGsOx1/s CoH2kepYC6rQ/OKL1Oigqp6nX2FhUtB33/jr+0Tgerb6gRheZxoxlsYxroIGN1I4 LV81QzF1dwsbLgLQJuCpDZqRh1RZ2rFZuXVNwYGse/O25DF+neBUjtG0yOWkZL56 gPik7lmz9oQTgb8tei4+YVzOVXNMTAIGg8tHgPua8A/E3586E5IpK/Y/fxyhheZ2 uw8lNPADIjA218os5BT/I8Eo1PRykNkiipCHBmsPed6TOzAJG60= =y8N1 -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of glibc_2.26.9000+20180108.401311cf-0experimental0_source.changes
glibc_2.26.9000+20180108.401311cf-0experimental0_source.changes uploaded successfully to localhost along with the files: glibc_2.26.9000+20180108.401311cf-0experimental0.dsc glibc_2.26.9000+20180108.401311cf.orig.tar.xz glibc_2.26.9000+20180108.401311cf-0experimental0.debian.tar.xz glibc_2.26.9000+20180108.401311cf-0experimental0_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
[glibc] branch glibc-2.27 updated (761216c -> 6e3eeed)
This is an automated email from the git hooks/post-receive script. aurel32 pushed a change to branch glibc-2.27 in repository glibc. from 761216c New upstream snapshot from 20180108. new 6e3eeed releasing package glibc version 2.26.9000+20180108.401311cf-0experimental0 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git
[glibc] annotated tag debian/2.26.9000+20180108.401311cf-0experimental0 created (now b8a53af)
This is an automated email from the git hooks/post-receive script. aurel32 pushed a change to annotated tag debian/2.26.9000+20180108.401311cf-0experimental0 in repository glibc. at b8a53af (tag) tagging 6e3eeedb73a1543c116e4e71eace29afa74c8a72 (commit) replaces debian/2.26.9000+20180105.a6d0afb5-0experimental0 tagged by Aurelien Jarno on Mon Jan 8 23:27:25 2018 +0100 - Log - tagging package glibc version debian/2.26.9000+20180108.401311cf-0experimental0 -BEGIN PGP SIGNATURE- iQIzBAABCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlpT8E0ACgkQE4jA+Jno M2s5ww//dbCf6PJ3BzPBp3T1a710Lm5943yWyc9suyzYlZ6I9s8gMYM0bP/P0Qej wnRhzPKp4ehHvqRX2BfCSWHTlfbs3hVF2UX5P+UgwM4u8FQZxHQQ4FbsSFxgF/d0 h1kTmeb83na34AkAk5iI8B7BR0sINv1fd0bPa++xd0Qm6JC4Axam0TeA8w70U5RZ tbGIOXavc0wC8HgNqyvqUccx+3ZiQYpxXn49da8nN6ykFbnGB/avZgO3q9koNi2q /nsn2RfP6f0EvvbNAGzYFsKPkB5dy6ScV9qU4lW0VKuXBF7qQ2irsEd8MIEqQXLB nBr+OnSHbIrX5kI3e1maWM8N+NTzySXuTUPxmts6VvSgIg/r0ZTCvmIJkpGjC5PW HFCLYBOhuh3xEoVEpCA4fHCa6OeZIptCjaT4xTgUdNO1QLJKLiyq5Q33bkS9CqQo pH+5RD4K6ydhYhFCnBebA8DaOrZbpzQcFB4usrcYTaVq23adNelNVvWjISMQh5gE Fp4yE+yL0gcyCJbWPG/nVN5j3Ax+0sfmuDIW9XXiceG/xwOCqF+CU3H9FPdw6UT2 htuhADSPIuEvvRWJxO1D6ZOTzZeZjGY+anfCRO+o6gDwrtQiStjMZEv1P9JRTzFJ XAyb2w6OdO/BpaHY/tS0gOBauWclkDd+/vXuZOXZNU9QmSq4Lwo= =+yO/ -END PGP SIGNATURE- Aurelien Jarno (10): debian/control.in/main: Update Vcs-Git to point to the 2.27 branch. debian/testsuite-xfail-debian.mk: update XFAILs for the mips*el Loongson 3 FPU bug with the new tests. debian/testsuite-xfail-debian.mk: the arm kernel also pulled the new pkey syscalls without real support, XFAIL the corresponding test. debian/testsuite-xfail-debian.mk: remove two math XFAIL on armel now that GCC has been fixed. hurd: Fix build debian/testsuite-xfail-debian.mk: update XFAILs for the mips* Octeon 3 FPU bug with the new tests. debian/testsuite-xfail-debian.mk: update XFAILs on alpha, add new math tests only causing wrong exception flags, remove tests that have been fixed in this release. Fix hurd-i386/tg-gsync-libc.diff New upstream snapshot from 20180108. releasing package glibc version 2.26.9000+20180108.401311cf-0experimental0 Samuel Thibault (7): Rebase hurd-only patches hurd-i386/git-jmp_buf-macros.h.diff: New patch to fix build debian/testsuite-xfail-debian.mk: Update for hurd-i386 hurd-i386/git-pwritev.diff: Fix pwritev regression debian/testsuite-xfail-debian.mk: Update for hurd-i386 debian/patches/hurd-i386/tg-gsync-libc.diff: Update debian/testsuite-xfail-debian.mk: Update for hurd-i386 --- This annotated tag includes the following new commits: new 6e3eeed releasing package glibc version 2.26.9000+20180108.401311cf-0experimental0 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. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git
[glibc] 01/01: releasing package glibc version 2.26.9000+20180108.401311cf-0experimental0
This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch glibc-2.27 in repository glibc. commit 6e3eeedb73a1543c116e4e71eace29afa74c8a72 Author: Aurelien Jarno Date: Mon Jan 8 23:27:25 2018 +0100 releasing package glibc version 2.26.9000+20180108.401311cf-0experimental0 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 557b50e..8161615 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -glibc (2.26.9000+20180108.401311cf-0experimental0) UNRELEASED; urgency=medium +glibc (2.26.9000+20180108.401311cf-0experimental0) experimental; urgency=medium [ Samuel Thibault ] * debian/sysdeps/hurd.mk: Do not add libpthread add-on since add-ons @@ -27,7 +27,7 @@ glibc (2.26.9000+20180108.401311cf-0experimental0) UNRELEASED; urgency=medium tests only causing wrong exception flags, remove tests that have been fixed in this release. - -- Aurelien Jarno Fri, 05 Jan 2018 22:08:07 +0100 + -- Aurelien Jarno Mon, 08 Jan 2018 23:27:20 +0100 glibc (2.26.9000+20180105.a6d0afb5-0experimental0) experimental; urgency=medium -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git
[glibc] branch glibc-2.27 updated (e10d954 -> 761216c)
This is an automated email from the git hooks/post-receive script. aurel32 pushed a change to branch glibc-2.27 in repository glibc. from e10d954 debian/testsuite-xfail-debian.mk: Update for hurd-i386 new 3e94273 Fix hurd-i386/tg-gsync-libc.diff new 761216c New upstream snapshot from 20180108. The 2 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 | 13 +- debian/patches/hurd-i386/git-glob-PATH_MAX.diff| 22 debian/patches/hurd-i386/git-glob64.diff | 134 - debian/patches/hurd-i386/git-hidden-def.diff | 42 --- debian/patches/hurd-i386/git-jmp_buf-macros.h.diff | 20 --- .../hurd-i386/git-math-ulps-i386-update.diff | 90 -- debian/patches/hurd-i386/git-pwritev.diff | 26 debian/patches/hurd-i386/tg-gsync-libc.diff| 2 +- debian/patches/series | 6 - 9 files changed, 3 insertions(+), 352 deletions(-) delete mode 100644 debian/patches/hurd-i386/git-glob-PATH_MAX.diff delete mode 100644 debian/patches/hurd-i386/git-glob64.diff delete mode 100644 debian/patches/hurd-i386/git-hidden-def.diff delete mode 100644 debian/patches/hurd-i386/git-jmp_buf-macros.h.diff delete mode 100644 debian/patches/hurd-i386/git-math-ulps-i386-update.diff delete mode 100644 debian/patches/hurd-i386/git-pwritev.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git
[glibc] 01/02: Fix hurd-i386/tg-gsync-libc.diff
This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch glibc-2.27 in repository glibc. commit 3e942737feb214d9a27258931e6332fe1726eeeb Author: Aurelien Jarno Date: Mon Jan 8 21:31:50 2018 +0100 Fix hurd-i386/tg-gsync-libc.diff --- debian/patches/hurd-i386/tg-gsync-libc.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/hurd-i386/tg-gsync-libc.diff b/debian/patches/hurd-i386/tg-gsync-libc.diff index ab90d32..008a5e1 100644 --- a/debian/patches/hurd-i386/tg-gsync-libc.diff +++ b/debian/patches/hurd-i386/tg-gsync-libc.diff @@ -772,7 +772,7 @@ Index: glibc-2.26/sysdeps/mach/Makefile === --- glibc-2.26.orig/sysdeps/mach/Makefile +++ glibc-2.26/sysdeps/mach/Makefile -@@ -50,4 +50,23 @@ mach-before-compile: +@@ -50,4 +50,25 @@ mach-before-compile: before-compile += $(mach-before-compile) endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git
[glibc] 02/02: New upstream snapshot from 20180108.
This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch glibc-2.27 in repository glibc. commit 761216c7785e6d23a08f624696e9e2a3e3ba18a6 Author: Aurelien Jarno Date: Mon Jan 8 21:31:50 2018 +0100 New upstream snapshot from 20180108. --- debian/changelog | 13 +- debian/patches/hurd-i386/git-glob-PATH_MAX.diff| 22 debian/patches/hurd-i386/git-glob64.diff | 134 - debian/patches/hurd-i386/git-hidden-def.diff | 42 --- debian/patches/hurd-i386/git-jmp_buf-macros.h.diff | 20 --- .../hurd-i386/git-math-ulps-i386-update.diff | 90 -- debian/patches/hurd-i386/git-pwritev.diff | 26 debian/patches/series | 6 - 8 files changed, 2 insertions(+), 351 deletions(-) diff --git a/debian/changelog b/debian/changelog index 906458d..557b50e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,28 +1,19 @@ -glibc (2.26.9000+20180105.a6d0afb5-0experimental1) UNRELEASED; urgency=medium +glibc (2.26.9000+20180108.401311cf-0experimental0) UNRELEASED; urgency=medium [ Samuel Thibault ] * debian/sysdeps/hurd.mk: Do not add libpthread add-on since add-ons mechanism is no more. * debian/patches/hurd-i386/submitted-net.diff: rebased. * debian/patches/hurd-i386/unsubmitted-prof-eintr.diff: rebased. - * debian/patches/hurd-i386/git-jmp_buf-macros.h.diff: New patch to fix -build. * debian/patches/hurd-i386/libpthread_build.diff: Add more Implies to fix build. Drop deprecated internal_function. * debian/patches/hurd-i386/libpthread_includes.diff: Move headers for sysdeps to find them. - * debian/patches/hurd-i386/git-glob64.diff: Fix glob symlink compatibility -for GNU. - * debian/patches/hurd-i386/git-hidden-def.diff: Fix reference to rtld hidden -symbol. * debian/patches/hurd-i386/tg-gsync-libc.diff: Update. - * debian/patches/hurd-i386/git-math-ulps-i386-update.diff: Update ULPs. - * debian/patches/hurd-i386/git-glob-PATH_MAX.diff: Fix posix glob test hurd - build. * debian/testsuite-xfail-debian.mk: Update for hurd-i386. - * debian/patches/hurd-i386/git-pwritev.diff: Fix pwritev regression. [ Aurelien Jarno ] + * New upstream snapshot from 20180108. * debian/control.in/main: Update Vcs-Git to point to the 2.27 branch. * debian/testsuite-xfail-debian.mk: update XFAILs for the mips*el Loongson 3 FPU bug with the new tests. diff --git a/debian/patches/hurd-i386/git-glob-PATH_MAX.diff b/debian/patches/hurd-i386/git-glob-PATH_MAX.diff deleted file mode 100644 index beafa87..000 --- a/debian/patches/hurd-i386/git-glob-PATH_MAX.diff +++ /dev/null @@ -1,22 +0,0 @@ -commit 01c7e549b2b978e69d6509864d4d067c555cb81b -Author: Samuel Thibault -Date: Sat Jan 6 22:19:13 2018 +0100 - -hurd: Fix posix glob test - -* posix/tst-glob_symlinks.c [!PATH_MAX]: Define PATH_MAX macro. - -diff --git a/posix/tst-glob_symlinks.c b/posix/tst-glob_symlinks.c -index 0f3478d3d0..df3baa8757 100644 a/posix/tst-glob_symlinks.c -+++ b/posix/tst-glob_symlinks.c -@@ -57,6 +57,9 @@ create_link (const char *base, const char *fname, char *linkname, - add_temp_file (linkname); - } - -+#ifndef PATH_MAX -+# define PATH_MAX 1024 -+#endif - static char valid_link[PATH_MAX]; - static char dangling_link[PATH_MAX]; - static char dangling_dir[PATH_MAX]; diff --git a/debian/patches/hurd-i386/git-glob64.diff b/debian/patches/hurd-i386/git-glob64.diff deleted file mode 100644 index c53224a..000 --- a/debian/patches/hurd-i386/git-glob64.diff +++ /dev/null @@ -1,134 +0,0 @@ -commit f417d92c1714406b85d887c96736801498962ff5 -Author: Samuel Thibault -Date: Sat Jan 6 22:28:36 2018 +0100 - -hurd: Fix glob64 compatibility symbols - -This follows ccf970c7a ('posix: Add compat glob symbol to not follow -dangling symbols') by adding to gnu/ the same compatibility as for Linux. - -* sysdeps/gnu/glob64.c (__glob): Define macro instead of glob macro. -(__glob64): Define GLIBC_2_27 versioned symbol instead of glob64. -* sysdeps/gnu/glob-lstat-compat.c: New file. -* sysdeps/gnu/glob64-lstat-compat.c: New file. - -diff --git a/sysdeps/gnu/glob-lstat-compat.c b/sysdeps/gnu/glob-lstat-compat.c -new file mode 100644 -index 00..7cb52d4fee /dev/null -+++ b/sysdeps/gnu/glob-lstat-compat.c -@@ -0,0 +1,38 @@ -+/* Compat glob which does not use gl_lstat for GLOB_ALTDIRFUNC. -+ GNU version -+ Copyright (C) 2017-2018 Free Software Foundation, Inc. -+ This file is part of the GNU C Library. -+ -+ The GNU C Library is free software; you can redistribute it and/or -+ modify it under the terms of the GNU Lesser General Public -+ License as published by the Free Software Foundation; either -+ version 2.1 of the License, or (at your option) any later version. -+ -+ The GNU C