This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch glibc-2.26 in repository glibc.
commit e6fb9e8c5d8aed3ee7bb169010bbc050e463ab95 Author: Aurelien Jarno <[email protected]> Date: Sun Nov 19 11:30:47 2017 +0100 debian/rules, debian/control.in/main: build with GCC 7. --- debian/changelog | 1 + debian/control | 3 +-- debian/control.in/main | 3 +-- debian/rules | 2 +- debian/tests/control | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 85369f5..f1e3796 100644 --- a/debian/changelog +++ b/debian/changelog @@ -108,6 +108,7 @@ glibc (2.26-0experimental0) UNRELEASED; urgency=medium #879501. - Fix memory leak in glob with GLOB_TILDE (CVE-2017-15671). Closes: #879500. + * debian/rules, debian/control.in/main: build with GCC 7. -- Adam Conrad <[email protected]> Sat, 02 Sep 2017 12:15:10 -0600 diff --git a/debian/control b/debian/control index 158ccae..6cb9fc0 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,7 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file, hurd-dev (>= 1:0.5.git20140320~) [hurd-i386] <!stage1> | libihash-dev [hurd-i386] <!stage1>, kfreebsd-kernel-headers [kfreebsd-any], binutils (>= 2.21), - g++-6, g++-6-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc ppc64 s390x sparc sparc64 x32], - g++-6 (>= 6.1.1-1~) [hurd-i386 i386 kfreebsd-i386], + g++-7, g++-7-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc ppc64 s390x sparc sparc64 x32], python3:native <!nocheck>, libc-bin (>= 2.26) <cross> Build-Depends-Indep: perl, po-debconf (>= 1.0) diff --git a/debian/control.in/main b/debian/control.in/main index c007645..de85ad9 100644 --- a/debian/control.in/main +++ b/debian/control.in/main @@ -10,8 +10,7 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file, hurd-dev (>= 1:0.5.git20140320~) [hurd-i386] <!stage1> | libihash-dev [hurd-i386] <!stage1>, kfreebsd-kernel-headers [kfreebsd-any], binutils (>= 2.21), - g++-6, g++-6-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc ppc64 s390x sparc sparc64 x32], - g++-6 (>= 6.1.1-1~) [hurd-i386 i386 kfreebsd-i386], + g++-7, g++-7-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc ppc64 s390x sparc sparc64 x32], python3:native <!nocheck>, libc-bin (>= @GLIBC_VERSION@) <cross> Build-Depends-Indep: perl, po-debconf (>= 1.0) diff --git a/debian/rules b/debian/rules index 62109c4..a59aa31 100755 --- a/debian/rules +++ b/debian/rules @@ -95,7 +95,7 @@ mvec = no BASE_CC = gcc BASE_CXX = g++ BASE_MIG = mig -DEB_GCC_VERSION ?= -6 +DEB_GCC_VERSION ?= -7 RUN_TESTSUITE = yes diff --git a/debian/tests/control b/debian/tests/control index fe692c3..150b8c4 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: rebuild -Depends: @builddeps@, fakeroot, binutils, linux-libc-dev [linux-any], gcc-6 +Depends: @builddeps@, fakeroot, binutils, linux-libc-dev [linux-any], gcc-7 Restrictions: allow-stderr -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

