diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2023-01-11 15:42:47 +0100 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2023-01-11 15:46:40 +0100 |
commit | a9e71595d93377de9af87a999cd128f3f43069e5 (patch) | |
tree | fc3348cb6203bb4014db27d295a76b1b1fd64f76 /devel | |
parent | lang/go118: Update to 1.18.10 (diff) |
shibboleth-sp: Update to 3.4.1
A patch release of the Service Provider, V3.4.1, is now available. This
release fixes a couple of small bugs and adds a warning requested by one
of our member organizations in the absence of the redirectLimit setting,
which leads to SPs being abused as open redirectors.
Notably, this release includes an update to the xmltooling library that
hardens the code base against the sorts of attacks reported against the
IdP in the recent advisory. The SP is, as far as can be determined, not
impacted directly by that vulnerability, but this is a precautionary
change.
Release notes: https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2065335693/ReleaseNotes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xmltooling/Makefile | 4 | ||||
-rw-r--r-- | devel/xmltooling/distinfo | 6 | ||||
-rw-r--r-- | devel/xmltooling/pkg-plist | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile index 806c868c887b..c720e11ea982 100644 --- a/devel/xmltooling/Makefile +++ b/devel/xmltooling/Makefile @@ -1,7 +1,7 @@ PORTNAME= xmltooling -PORTVERSION= 3.2.2 +PORTVERSION= 3.2.3 CATEGORIES= devel security -MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/3.2.1/ +MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/latest/ MAINTAINER= girgen@FreeBSD.org COMMENT= Low level XML support for SAML diff --git a/devel/xmltooling/distinfo b/devel/xmltooling/distinfo index ba07463117ea..b1eca39b21a7 100644 --- a/devel/xmltooling/distinfo +++ b/devel/xmltooling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667482615 -SHA256 (xmltooling-3.2.2.tar.bz2) = d31bebd5f783464c541f9bca8656a8730e1de8574ff77e92c72aae3dc8ee4174 -SIZE (xmltooling-3.2.2.tar.bz2) = 618792 +TIMESTAMP = 1673425920 +SHA256 (xmltooling-3.2.3.tar.bz2) = 95b8296ffb1facd86eaa9f24d4a895a7c55a3cd838450b4d20bc1651fdf45132 +SIZE (xmltooling-3.2.3.tar.bz2) = 620767 diff --git a/devel/xmltooling/pkg-plist b/devel/xmltooling/pkg-plist index be1e12dc70aa..1fa90ff93e2a 100644 --- a/devel/xmltooling/pkg-plist +++ b/devel/xmltooling/pkg-plist @@ -87,10 +87,10 @@ include/xmltooling/validation/ValidatorSuite.h include/xmltooling/version.h lib/libxmltooling-lite.so lib/libxmltooling-lite.so.10 -lib/libxmltooling-lite.so.10.0.2 +lib/libxmltooling-lite.so.10.0.3 lib/libxmltooling.so lib/libxmltooling.so.10 -lib/libxmltooling.so.10.0.2 +lib/libxmltooling.so.10.0.3 libdata/pkgconfig/xmltooling-lite.pc libdata/pkgconfig/xmltooling.pc share/xml/xmltooling/catalog.xml |