[cpp-sp] 16/40: Tighten dependencies for the 2.2 release
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:42:37 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.2.1+dfsg-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=e077895a94ab2eb64e88a8106d37deec980d0308
commit e077895a94ab2eb64e88a8106d37deec980d0308
Author: Russ Allbery <rra at debian.org>
AuthorDate: Fri Aug 21 11:25:41 2009 -0700
Tighten dependencies for the 2.2 release
* Tighten build dependencies and schema package dependencies on
opensaml2 and xmltooling.
---
debian/changelog | 2 ++
debian/control | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index eb123d7..1e36768 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ shibboleth-sp2 (2.2.1+dfsg-1) UNRELEASED; urgency=low
- Fix generated metadata DiscoveryResponse.
- Fix handling of unsigned responses with encryption.
- Fix handling of InProcess property.
+ * Tighten build dependencies and schema package dependencies on
+ opensaml2 and xmltooling.
* Dynamically determine the Debian and upstream package versions for
get-orig-source from debian/changelog.
* Update libapache2-mod-shib2's README.Debian for changes to the
diff --git a/debian/control b/debian/control
index 7b719bb..ce65754 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ 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 (>= 2.1), libssl-dev, libxerces-c2-dev,
- libxml-security-c-dev (>= 1.4), libxmltooling-dev (>= 1.1),
+ libsaml2-dev (>= 2.2), libssl-dev, libxerces-c2-dev,
+ libxml-security-c-dev (>= 1.4), libxmltooling-dev (>= 1.2),
opensaml2-schemas, unixodbc-dev, xmltooling-schemas
Standards-Version: 3.8.0
Homepage: http://shibboleth.internet2.edu/
@@ -33,8 +33,8 @@ Description: Federated web single sign-on system (Apache module)
Package: libshibsp2
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, opensaml2-schemas (>= 2.1),
- shibboleth-sp2-schemas (>= 2.1), xmltooling-schemas (>= 1.1)
+Depends: ${shlibs:Depends}, opensaml2-schemas (>= 2.2),
+ shibboleth-sp2-schemas (>= 2.2), xmltooling-schemas (>= 1.2)
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list