[cpp-sp] 14/18: Require experimental xmltooling and libsaml for matching C++11 strings

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:48:45 EST 2018


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

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

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

commit 04424d9e0c1329017c3a1d67f439ed93425e5969
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Wed Aug 31 09:54:34 2016 +0200

    Require experimental xmltooling and libsaml for matching C++11 strings
    
    This change will be reverted during the transition into unstable, when
    xmltooling in unstable will have already been compiled with GCC 6 as well.
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index c197764..959b113 100644
--- a/debian/control
+++ b/debian/control
@@ -16,15 +16,15 @@ Build-Depends:
  libkrb5-dev,
  liblog4shib-dev,
  libmemcached-dev (>= 1.0),
- libsaml2-dev (>= 2.5),
+ libsaml2-dev (>= 2.6),
  libsystemd-dev [linux-any],
  libxerces-c-dev,
  libxml-security-c-dev (>= 1.7),
- libxmltooling-dev (>= 1.5),
- opensaml2-schemas,
+ libxmltooling-dev (>= 1.6),
+ opensaml2-schemas (>= 2.6),
  pkg-config,
  unixodbc-dev,
- xmltooling-schemas,
+ xmltooling-schemas (>= 1.6),
 Build-Depends-Indep:
  doxygen,
  graphviz,

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


More information about the commits mailing list