diff --git a/security/shibboleth-idp/Makefile b/security/shibboleth-idp/Makefile index 72fca3a32fa8..8545da958e35 100644 --- a/security/shibboleth-idp/Makefile +++ b/security/shibboleth-idp/Makefile @@ -1,74 +1,74 @@ PORTNAME= shibboleth -PORTVERSION= 5.1.5 +PORTVERSION= 5.1.6 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/identity-provider/${PORTVERSION}/ \ http://shibboleth.net/downloads/identity-provider/latest5/${PORTVERSION}/ \ http://shibboleth.net/downloads/identity-provider/archive/${PORTVERSION}/ \ https://repo1.maven.org/maven2/ch/qos/logback/logback-core/${LOGBACKVER}/:logback_core \ https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/${LOGBACKVER}/:logback_classic PKGNAMESUFFIX= -idp DISTFILES= shibboleth-identity-provider-${PORTVERSION}.tar.gz \ logback-classic-${LOGBACKVER}.jar:logback_classic \ logback-core-${LOGBACKVER}.jar:logback_core EXTRACT_ONLY= shibboleth-identity-provider-${PORTVERSION}.tar.gz MAINTAINER= zi@FreeBSD.org COMMENT= Shibboleth Identity Provider (Internet2) WWW= https://www.shibboleth.net/products/ LICENSE= APACHE20 BUILD_DEPENDS= jetty12>=0:www/jetty12 RUN_DEPENDS= bash:shells/bash \ jetty12>=0:www/jetty12 USE_RC_SUBR= shibboleth-idp CPE_VENDOR= shibboleth WRKSRC= ${WRKDIR}/shibboleth-identity-provider-${PORTVERSION} NO_ARCH= yes NO_BUILD= yes LOGBACKVER= 1.5.6 -SHIBVER= 9.1.5 -SPRINGVER1= 6.2.9 +SHIBVER= 9.1.6 +SPRINGVER1= 6.2.10 SPRINGVER2= 3.0.1 -MMVER= 1.14.9 +MMVER= 1.14.10 SHIBUSER= shibd SHIBGROUP= shibd LOGDIR= /var/log/${PORTNAME} RUNDIR= /var/run/${PORTNAME} USERS= ${SHIBUSER} GROUPS= ${SHIBGROUP} SUB_FILES= shibboleth jetty-pid.xml SUB_LIST+= SHIBUSER=${SHIBUSER} SHIBGROUP=${SHIBGROUP} \ RUNDIR=${RUNDIR} LOGDIR=${LOGDIR} PLIST_SUB+= SHIBUSER=${SHIBUSER} SHIBGROUP=${SHIBGROUP} \ RUNDIR=${RUNDIR} LOGDIR=${LOGDIR} SHIBVER=${SHIBVER} \ SPRINGVER1=${SPRINGVER1} SPRINGVER2=${SPRINGVER2} \ MMVER=${MMVER} LOGBACKVER=${LOGBACKVER} \ PORTVERSION=${PORTVERSION} do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${ETCDIR} @${MKDIR} ${STAGEDIR}${LOGDIR} ${STAGEDIR}${RUNDIR} @${MKDIR} ${STAGEDIR}${WWWDIR}/lib/logging @${MKDIR} ${STAGEDIR}${WWWDIR}/jsp @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for dir in conf credentials etc modules resources start.d webapps/ROOT @${MKDIR} ${STAGEDIR}${WWWDIR}/${dir} .endfor (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) (cd ${FILESDIR}/jetty-base && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) @${FIND} ${STAGEDIR}${DATADIR} -type f -name '*.sh' -exec ${CHMOD} +x {} \; .for jar in logback-classic-${LOGBACKVER}.jar logback-core-${LOGBACKVER}.jar ${INSTALL_DATA} ${DISTDIR}/${jar} ${STAGEDIR}${WWWDIR}/lib/logging .endfor ${INSTALL_DATA} ${WRKDIR}/jetty-pid.xml ${STAGEDIR}${WWWDIR}/etc ${INSTALL_DATA} ${WRKDIR}/shibboleth ${STAGEDIR}${ETCDIR}/shibboleth-idp ${INSTALL_DATA} ${FILESDIR}/index.html ${STAGEDIR}${EXAMPLESDIR}/index.html ${INSTALL_SCRIPT} ${FILESDIR}/shibboleth-idp.sh ${STAGEDIR}${PREFIX}/sbin .include diff --git a/security/shibboleth-idp/distinfo b/security/shibboleth-idp/distinfo index 58901a444952..aa5b77653c49 100644 --- a/security/shibboleth-idp/distinfo +++ b/security/shibboleth-idp/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1755099081 -SHA256 (shibboleth-identity-provider-5.1.5.tar.gz) = 618b8cb5c3bc4921822f4e86b9cfdea538c50b925d5d3efd050152272559c150 -SIZE (shibboleth-identity-provider-5.1.5.tar.gz) = 44718961 +TIMESTAMP = 1756211518 +SHA256 (shibboleth-identity-provider-5.1.6.tar.gz) = 6c195cfa88df0cdfb2fa8ef0f788ae977c4e14b8ac8f4e679aa74e5b6f844810 +SIZE (shibboleth-identity-provider-5.1.6.tar.gz) = 44719800 SHA256 (logback-classic-1.5.6.jar) = 6115c6cac5ed1d9db810d14f2f7f4dd6a9f21f0acbba8016e4daaca2ba0f5eb8 SIZE (logback-classic-1.5.6.jar) = 293697 SHA256 (logback-core-1.5.6.jar) = 898c7d120199f37e1acc8118d97ab15a4d02b0e72e27ba9f05843cb374e160c6 SIZE (logback-core-1.5.6.jar) = 609942