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

Bug#778622: wheezy-pu: package vigor/0.016-19+deb7u1



Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian.org@packages.debian.org
Usertags: pu

I'd like to upload the following patch to stable-proposed-updates to fix
#778409, which the security team doesn't think warrants a DSA (and
honestly I'd have to agree).  Would this be OK?  It matches 0.016-24 in
unstable.

diff --git a/debian/changelog b/debian/changelog
index 6cf06c7..0d2ae40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+vigor (0.016-19+deb7u1) stable; urgency=medium
+
+  * Use libc's regex routines rather than the bundled ones, to avoid needing
+    to apply security patches independently (closes: #778409).
+
+ -- Colin Watson <cjwatson@debian.org>  Sat, 14 Feb 2015 22:06:36 +0000
+
 vigor (0.016-19) unstable; urgency=low
 
   * Drop manual and not-very-useful 'debian/rules configure' target.
diff --git a/debian/rules b/debian/rules
index 28c3dda..eb30d7f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_CPPFLAGS_MAINT_APPEND := -I/usr/include/tcl8.5
 	dh $@ --sourcedirectory=build
 
 override_dh_auto_configure:
-	dh_auto_configure -- --with-x --enable-db --enable-re
+	dh_auto_configure -- --with-x --enable-db
 
 override_dh_clean:
 	# This is in the upstream tarball, so shouldn't be removed.

Thanks,

-- 
Colin Watson                                       [cjwatson@debian.org]


Reply to: