Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock vigor; it fixes a heap overflow in the best possible way, by no longer building the affected code and letting libc take care of it instead. (I've had the Vcs-Browser change staged for ages, and it didn't seem worth moving off to a different branch.) diff --git a/debian/changelog b/debian/changelog index 1a213b4..9c70f3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +vigor (0.016-24) unstable; urgency=medium + + * Update Vcs-Browser URL for alioth cgit. + * Use libc's regex routines rather than the bundled ones, to avoid needing + to apply security patches independently (closes: #778409). + + -- Colin Watson <[email protected]> Sat, 14 Feb 2015 21:17:07 +0000 + vigor (0.016-23) unstable; urgency=low * Add a header to debian/patches/client-side-fonts.patch. diff --git a/debian/control b/debian/control index 4a5dc15..30f88de 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9~), dh-autoreconf, autotool Standards-Version: 3.5.7 Homepage: http://vigor.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/users/cjwatson/vigor.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/cjwatson/vigor.git +Vcs-Browser: http://anonscm.debian.org/cgit/users/cjwatson/vigor.git/ Package: vigor Architecture: any diff --git a/debian/rules b/debian/rules index 8eea6eb..d1c64c9 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ override_dh_autoreconf: dh_autoreconf debian/rules -- autoreconf override_dh_auto_configure: - dh_auto_configure -- --with-x --enable-db --enable-re + dh_auto_configure -- --with-x --enable-db ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) override_dh_auto_build: unblock vigor/0.016-24 Thanks, -- Colin Watson [[email protected]] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

