svn commit: r558176 - in head/security: opensaml shibboleth-sp
Palle Girgensohn
girgen at FreeBSD.org
Tue Dec 15 20:01:43 UTC 2020
Author: girgen
Date: Tue Dec 15 20:01:41 2020
New Revision: 558176
URL: https://svnweb.freebsd.org/changeset/ports/558176
Log:
Upgrade Shibboleth and OpenSAML to 3.2.0
Release notes: https://wiki.shibboleth.net/confluence/display/SP3/ReleaseNotes#ReleaseNotes-3.2.0(December14,2020)
Modified:
head/security/opensaml/Makefile
head/security/opensaml/distinfo
head/security/opensaml/pkg-plist
head/security/shibboleth-sp/Makefile
head/security/shibboleth-sp/distinfo
head/security/shibboleth-sp/pkg-plist
Modified: head/security/opensaml/Makefile
==============================================================================
--- head/security/opensaml/Makefile Tue Dec 15 19:04:27 2020 (r558175)
+++ head/security/opensaml/Makefile Tue Dec 15 20:01:41 2020 (r558176)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= opensaml
-PORTVERSION= 3.1.0
+PORTVERSION= 3.2.0
CATEGORIES= security
MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/
Modified: head/security/opensaml/distinfo
==============================================================================
--- head/security/opensaml/distinfo Tue Dec 15 19:04:27 2020 (r558175)
+++ head/security/opensaml/distinfo Tue Dec 15 20:01:41 2020 (r558176)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586814004
-SHA256 (opensaml-3.1.0.tar.bz2) = 7b632d2cf6556b213e80ec1473b5298dbfa17f665cb3911f933c4ad5fe2983b0
-SIZE (opensaml-3.1.0.tar.bz2) = 586961
+TIMESTAMP = 1608049839
+SHA256 (opensaml-3.2.0.tar.bz2) = 8c3ba09febcb622f930731f8766e57b3c154987e8807380a4228fbf90e6e1441
+SIZE (opensaml-3.2.0.tar.bz2) = 589626
Modified: head/security/opensaml/pkg-plist
==============================================================================
--- head/security/opensaml/pkg-plist Tue Dec 15 19:04:27 2020 (r558175)
+++ head/security/opensaml/pkg-plist Tue Dec 15 20:01:41 2020 (r558176)
@@ -44,8 +44,8 @@ include/saml/util/CommonDomainCookie.h
include/saml/util/SAMLConstants.h
include/saml/version.h
lib/libsaml.so
-lib/libsaml.so.11
-lib/libsaml.so.11.0.0
+lib/libsaml.so.12
+lib/libsaml.so.12.0.0
libdata/pkgconfig/opensaml.pc
%%PORTDOCS%%%%DOCSDIR%%/README.txt
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
Modified: head/security/shibboleth-sp/Makefile
==============================================================================
--- head/security/shibboleth-sp/Makefile Tue Dec 15 19:04:27 2020 (r558175)
+++ head/security/shibboleth-sp/Makefile Tue Dec 15 20:01:41 2020 (r558176)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= shibboleth-sp
-PORTVERSION= 3.1.0
+PORTVERSION= 3.2.0
CATEGORIES= security www
MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/
Modified: head/security/shibboleth-sp/distinfo
==============================================================================
--- head/security/shibboleth-sp/distinfo Tue Dec 15 19:04:27 2020 (r558175)
+++ head/security/shibboleth-sp/distinfo Tue Dec 15 20:01:41 2020 (r558176)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586802479
-SHA256 (shibboleth-sp-3.1.0.tar.bz2) = 40dfedbb0f8e604ed4b6d606143de7980b4f8c13fc4682375ace94f8ac194654
-SIZE (shibboleth-sp-3.1.0.tar.bz2) = 809498
+TIMESTAMP = 1608049753
+SHA256 (shibboleth-sp-3.2.0.tar.bz2) = 639939ee8a7bfc3790e10be92695b35465cd9c89e83a1005c4667ca3d7d66fea
+SIZE (shibboleth-sp-3.2.0.tar.bz2) = 811380
Modified: head/security/shibboleth-sp/pkg-plist
==============================================================================
--- head/security/shibboleth-sp/pkg-plist Tue Dec 15 19:04:27 2020 (r558175)
+++ head/security/shibboleth-sp/pkg-plist Tue Dec 15 20:01:41 2020 (r558176)
@@ -91,8 +91,8 @@ include/shibsp/util/SPConstants.h
include/shibsp/util/TemplateParameters.h
include/shibsp/version.h
lib/libshibsp.so
-lib/libshibsp.so.9
-lib/libshibsp.so.9.0.0
+lib/libshibsp.so.10
+lib/libshibsp.so.10.0.0
lib/shibboleth/adfs.so
lib/shibboleth/adfs-lite.so
%%MEMCACHED%%lib/shibboleth/memcache-store.so
@@ -103,8 +103,8 @@ lib/shibboleth/plugins.so
%%FASTCGI%%lib/shibboleth/shibauthorizer
%%FASTCGI%%lib/shibboleth/shibresponder
lib/libshibsp-lite.so
-lib/libshibsp-lite.so.8
-lib/libshibsp-lite.so.8.0.5
+lib/libshibsp-lite.so.10
+lib/libshibsp-lite.so.10.0.0
libdata/pkgconfig/shibsp-lite.pc
libdata/pkgconfig/shibsp.pc
sbin/shibd
More information about the svn-ports-head
mailing list