Date: Thu, 8 Jul 2021 08:26:49 GMT From: Palle Girgensohn <girgen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ddb9b3294533 - main - security/shibboleth-sp: update to 3.2.3 Message-ID: <202107080826.1688Qnku036352@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddb9b3294533ce1833d5cdc38307d6fd7c8022ce commit ddb9b3294533ce1833d5cdc38307d6fd7c8022ce Author: Palle Girgensohn <girgen@FreeBSD.org> AuthorDate: 2021-07-08 07:38:02 +0000 Commit: Palle Girgensohn <girgen@FreeBSD.org> CommitDate: 2021-07-08 08:26:04 +0000 security/shibboleth-sp: update to 3.2.3 A regression in the RequestMap feature causing random crashes on some systems was identified, necessitating this patch update. Most uses of this feature tend to be on Windows, so that's the primary platform affected but the bug was generic if the feature were to be used on other systems. It isn't easily exploitable by specific requests, so it's a borderline sort of denial of service risk and the Shibboleth project chose not to do an advisory, and anybody affected won't need much incentive to get the patch anyway. --- security/shibboleth-sp/Makefile | 2 +- security/shibboleth-sp/distinfo | 6 +++--- security/shibboleth-sp/pkg-plist | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/shibboleth-sp/Makefile b/security/shibboleth-sp/Makefile index fe8a495afcff..91e5c370759c 100644 --- a/security/shibboleth-sp/Makefile +++ b/security/shibboleth-sp/Makefile @@ -1,7 +1,7 @@ # Created by: Janos Mohacsi <janos.mohacsi@bsd.hu> PORTNAME= shibboleth-sp -PORTVERSION= 3.2.2 +PORTVERSION= 3.2.3 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ diff --git a/security/shibboleth-sp/distinfo b/security/shibboleth-sp/distinfo index ef9bd0881c4a..244f6907330d 100644 --- a/security/shibboleth-sp/distinfo +++ b/security/shibboleth-sp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619424965 -SHA256 (shibboleth-sp-3.2.2.tar.bz2) = e5db65b39cd3f078ff683c792558aa549d46ffc627a70faf3ef4637b2892e767 -SIZE (shibboleth-sp-3.2.2.tar.bz2) = 816128 +TIMESTAMP = 1625698242 +SHA256 (shibboleth-sp-3.2.3.tar.bz2) = a02b441c09dc766ca65b78fe631277a17c5eb2f0a441b035cdb6a4720fb94024 +SIZE (shibboleth-sp-3.2.3.tar.bz2) = 816239 diff --git a/security/shibboleth-sp/pkg-plist b/security/shibboleth-sp/pkg-plist index d1fd2aeab2ac..9ba94335e778 100644 --- a/security/shibboleth-sp/pkg-plist +++ b/security/shibboleth-sp/pkg-plist @@ -92,7 +92,7 @@ include/shibsp/util/TemplateParameters.h include/shibsp/version.h lib/libshibsp.so lib/libshibsp.so.10 -lib/libshibsp.so.10.0.1 +lib/libshibsp.so.10.0.2 lib/shibboleth/adfs.so lib/shibboleth/adfs-lite.so %%MEMCACHED%%lib/shibboleth/memcache-store.so @@ -104,7 +104,7 @@ lib/shibboleth/plugins.so %%FASTCGI%%lib/shibboleth/shibresponder lib/libshibsp-lite.so lib/libshibsp-lite.so.10 -lib/libshibsp-lite.so.10.0.1 +lib/libshibsp-lite.so.10.0.2 libdata/pkgconfig/shibsp-lite.pc libdata/pkgconfig/shibsp.pc sbin/shibd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107080826.1688Qnku036352>