[cpp-sp] 03/34: Fix watch file for the new version mangling

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:43:09 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.3+dfsg-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=eea70e5dabf844008e065b7eed802ed0859d7540

commit eea70e5dabf844008e065b7eed802ed0859d7540
Author: Russ Allbery <rra at debian.org>
AuthorDate: Tue Nov 10 14:58:03 2009 -0800

    Fix watch file for the new version mangling
---
 debian/changelog | 1 +
 debian/watch     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fb94486..8a252eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ shibboleth-sp2 (2.3+dfsg-1) UNRELEASED; urgency=low
       abused for script injection and other cross-site scripting attacks.
       The complete fix also requires newer xmltooling and opensaml2
       packages.  (Closes: #555608, CVE-2009-3300)
+  * Fix watch file for the new version mangling.
 
   [ Ferenc Wagner ]
   * Run shibd as non-root.
diff --git a/debian/watch b/debian/watch
index cd40f10..12dfb23 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
-opts=dversionmangle=s/\.dfsg\d+$// \
+opts=dversionmangle=s/\+dfsg\d*$// \
     http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/(2[\d.]+)/ \
     shibboleth-(?:sp-)?([\d.]+)\.tar\.gz

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list