1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #34022 from jammerful/master

Update Shibboleth Service Provider Packages
This commit is contained in:
Orivej Desh 2018-01-19 23:24:31 +00:00 committed by GitHub
commit 2cd8b7eb6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "opensaml-cpp-${version}";
version = "2.6.0";
version = "2.6.1";
src = fetchgit {
url = "https://git.shibboleth.net/git/cpp-opensaml.git";
rev = "61193de29e4c9f1ccff7ed7e1f42c2748c62be77";
sha256 = "1jlxa1f2qn0kd15fzjqp80apxn42v47wg3mx1vk424m31rhi00xr";
rev = version;
sha256 = "0wjb6jyvh4hwpy1pvhh63i821746nqijysrd4vasbirkf4h6z7nx";
};
buildInputs = [ boost openssl log4shib xercesc xml-security-c xml-tooling-c zlib ];

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "shibboleth-sp-${version}";
version = "2.6.0";
version = "2.6.1";
src = fetchgit {
url = "https://git.shibboleth.net/git/cpp-sp.git";
rev = "9ebba5c3a16d03769f436e383e4c4cdaa33f5509";
sha256 = "1b5r4nd098lnjwr2g13f04ycqv5fvbrhpwg6fsdk8xy9cigvfzxj";
rev = version;
sha256 = "01q13p7gc0janjfml6zs46na8qnval8hc833fk2wrnmi4w9xw4fd";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "xml-tooling-c-${version}";
version = "1.6.0";
version = "1.6.3";
src = fetchgit {
url = "https://git.shibboleth.net/git/cpp-xmltooling.git";
rev = "db08101c3854518a59096be95ed6564838381744";
sha256 = "0rhzvxm4z3pm28kpk34hayhm12bjjms2kygv1z68vnz8ijzgcinq";
rev = version;
sha256 = "09z2pp3yy3kqx22vwgxyi3s0vlpdv9camw8dpi3q8piff6zxak3q";
};
buildInputs = [ boost curl openssl log4shib xercesc xml-security-c ];