[cpp-sp] 01/03: Revert "Require experimental xmltooling and libsaml for matching C++11 strings"

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:48:55 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-3
in repository cpp-sp.

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

commit fa3baffc0ab5a212f9ed8c189548b942c8aaa78c
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Sat Sep 3 08:20:39 2016 +0200

    Revert "Require experimental xmltooling and libsaml for matching C++11 strings"
    
    This reverts commit 04424d9e0c1329017c3a1d67f439ed93425e5969.
    
    Our recently uploaded dependencies (xmltooling_1.6.0-2 and opensaml2_2.6.0-3)
    were compiled with the same compiler (GCC-6, because the default has already
    changed in unstable) that's going to compile us.
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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