[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.4.3+dfsg-5-17-g7b47b27
Russ Allbery
rra at debian.org
Fri May 31 00:48:01 UTC 2013
The following commit has been merged in the master branch:
commit 686e14eb622bb5bad5c8a002bea96d5abfb148ce
Author: Russ Allbery <rra at debian.org>
Date: Thu May 30 17:36:17 2013 -0700
Use log4shib and bump package dependencies
* Use log4shib instead of log4cpp.
* Force build dependencies and package dependencies on xml-security-c
1.7 or later, xmltooling 1.5 or later, and opensaml2 2.5 or later to
ensure everything is consistent.
diff --git a/debian/changelog b/debian/changelog
index 40dbcd9..c04582c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,10 @@ shibboleth-sp2 (2.5.1+dfsg-1) UNRELEASED; urgency=low
handled more smoothly.
- SP initialization now fails if an external session cache is
configured but cannot be opened.
+ * Use log4shib instead of log4cpp.
+ * Force build dependencies and package dependencies on xml-security-c
+ 1.7 or later, xmltooling 1.5 or later, and opensaml2 2.5 or later to
+ ensure everything is consistent.
* Remove the (undefined) warn_log destination from the default
native.logger configuration file, restoring consistency with the
Debian modification to log to syslog. Since all native logs go to
diff --git a/debian/control b/debian/control
index 12ec594..1449898 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ 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>,
Faidon Liambotis <paravoid at debian.org>
Build-Depends: debhelper (>= 9), apache2-dev (>> 2.4.4), dh-apache2,
- dh-autoreconf, doxygen, graphviz, liblog4cpp5-dev,
- libmemcached-dev (>= 1.0), libsaml2-dev (>= 2.4), libssl-dev, libtool,
- libxerces-c-dev, libxml-security-c-dev (>= 1.6),
- libxmltooling-dev (>= 1.4), opensaml2-schemas, pkg-config, unixodbc-dev,
+ dh-autoreconf, doxygen, graphviz, liblog4shib-dev,
+ libmemcached-dev (>= 1.0), libsaml2-dev (>= 2.5), libssl-dev, libtool,
+ libxerces-c-dev, libxml-security-c-dev (>= 1.7),
+ libxmltooling-dev (>= 1.5), opensaml2-schemas, pkg-config, unixodbc-dev,
xmltooling-schemas
Standards-Version: 3.9.2
Homepage: http://shibboleth.internet2.edu/
@@ -38,8 +38,8 @@ Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}, opensaml2-schemas (>= 2.4),
- shibboleth-sp2-schemas (>= 2.4), xmltooling-schemas (>= 1.4)
+Depends: ${shlibs:Depends}, ${misc:Depends}, opensaml2-schemas (>= 2.5),
+ shibboleth-sp2-schemas (>= 2.5), xmltooling-schemas (>= 1.5)
Description: Federated web single sign-on system (runtime)
The Shibboleth System is a standards based software package for web
single sign-on across or within organizational boundaries. It supports
@@ -54,7 +54,7 @@ Package: libshibsp-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libshibsp5 (= ${binary:Version}),
- libsaml2-dev (>= 2.4), libxerces-c-dev, libxmltooling-dev (>= 1.4)
+ libsaml2-dev (>= 2.5), libxerces-c-dev, libxmltooling-dev (>= 1.5)
Suggests: libshib2-doc (= ${source:Version})
Description: Federated web single sign-on system (development)
The Shibboleth System is a standards based software package for web
--
Debian packaging for the 2.0 Apache Shibboleth SP
More information about the Pkg-shibboleth-devel
mailing list