mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/opensaml: Update to 3.3.1
Bump dependent shibboleth-sp port. Security: 0b43fac4-005d-11f0-a540-6cc21735f730
This commit is contained in:
parent
928bd4f5b6
commit
fcca9459a4
4 changed files with 10 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= opensaml
|
||||
PORTVERSION= 3.3.0
|
||||
PORTVERSION= 3.3.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/
|
||||
|
||||
|
@ -12,6 +12,8 @@ LICENSE= APACHE20
|
|||
BUILD_DEPENDS= boost-libs>=0:devel/boost-libs
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||
liblog4shib.so:devel/log4shib \
|
||||
libxml-security-c.so:security/apache-xml-security-c \
|
||||
libxerces-c.so:textproc/xerces-c3 \
|
||||
libxmltooling.so:devel/xmltooling
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -23,6 +25,8 @@ USE_LDCONFIG= yes
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \
|
||||
${WRKSRC}/doc/Makefile.in
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1729173073
|
||||
SHA256 (opensaml-3.3.0.tar.bz2) = 99ee5091a20783c85aca9c6827a2ea4eb8da8b47c4985f99366a989815d89ce8
|
||||
SIZE (opensaml-3.3.0.tar.bz2) = 614178
|
||||
TIMESTAMP = 1741904397
|
||||
SHA256 (opensaml-3.3.1.tar.bz2) = d8e24e070fc6bb80682632ca32c8569a9f3ef170ba57e3b82818322e75b6a37e
|
||||
SIZE (opensaml-3.3.1.tar.bz2) = 615161
|
||||
|
|
|
@ -45,7 +45,7 @@ include/saml/util/SAMLConstants.h
|
|||
include/saml/version.h
|
||||
lib/libsaml.so
|
||||
lib/libsaml.so.13
|
||||
lib/libsaml.so.13.0.0
|
||||
lib/libsaml.so.13.0.1
|
||||
libdata/pkgconfig/opensaml.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= shibboleth-sp
|
||||
PORTVERSION= 3.5.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security www
|
||||
MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue