[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, lenny, updated. debian/2.0.dfsg1-4+lenny1

Faidon Liambotis paravoid at debian.org
Tue Oct 13 23:42:26 UTC 2009


The following commit has been merged in the lenny branch:
commit ef63ff1a9aee98316c60660c800d58a6fed9993b
Author: Faidon Liambotis <paravoid at debian.org>
Date:   Thu Oct 8 12:07:48 2009 +0000

    Security NMU: rebuild against opensaml2 2.0-2+lenny1
    
    * Non-maintainer upload.
    * Rebuild against opensaml2 2.0-2+lenny1, which includes a fix for a security
      vulnerability in a header that is included here.
    * Run make install with NOKEYGEN=1 and stop rm-ing generated certificates.
      Fixes FTBFS.

diff --git a/debian/changelog b/debian/changelog
index a54b567..ff3111e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+shibboleth-sp2 (2.0.dfsg1-4+lenny1) stable-security; urgency=high
+
+  * Non-maintainer upload.
+  * Rebuild against opensaml2 2.0-2+lenny1, which includes a fix for a security
+    vulnerability in a header that is included here.
+  * Run make install with NOKEYGEN=1 and stop rm-ing generated certificates.
+    Fixes FTBFS.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Thu, 08 Oct 2009 12:07:32 +0000
+
 shibboleth-sp2 (2.0.dfsg1-4) unstable; urgency=low
 
   [ Ferenc Wagner ]
diff --git a/debian/control b/debian/control
index bcdf78c..69e2909 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Shib Team <pkg-shibboleth-devel at lists.alioth.debian.org>
 Uploaders: Russ Allbery <rra at debian.org>, Ferenc Wagner <wferi at niif.hu>
 Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake,
- libtool, apache2-threaded-dev, doxygen, liblog4cpp5-dev, libsaml2-dev,
+ libtool, apache2-threaded-dev, doxygen, liblog4cpp5-dev, libsaml2-dev (>= 2.0-2+lenny1),
  libssl-dev, libxerces-c2-dev, libxml-security-c-dev (>= 1.4),
  libxmltooling-dev, opensaml2-schemas, unixodbc-dev, xmltooling-schemas
 Standards-Version: 3.8.0
diff --git a/debian/rules b/debian/rules
index 33508ac..200a84f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,13 +82,12 @@ install-stamp:
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+	$(MAKE) NOKEYGEN=1 DESTDIR=$(CURDIR)/debian/tmp install
 	rm -r $(CURDIR)/debian/tmp/usr/share/doc/shibboleth
 	rm $(CURDIR)/debian/tmp/etc/shibboleth/*.dist
 	rm $(CURDIR)/debian/tmp/etc/shibboleth/*.config
 	rm $(CURDIR)/debian/tmp/etc/shibboleth/shibd-osx.plist
 	rm $(CURDIR)/debian/tmp/etc/shibboleth/shibd-redhat
-	rm $(CURDIR)/debian/tmp/etc/shibboleth/sp-*.pem
 	chmod +x $(CURDIR)/debian/tmp/etc/shibboleth/keygen.sh
 	mv $(CURDIR)/debian/tmp/etc/shibboleth/keygen.sh \
 	    $(CURDIR)/debian/tmp/usr/sbin/shib-keygen

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list