diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2015-07-23 13:21:05 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2015-07-23 13:21:05 +0000 |
commit | 43e9362f36046d2944e3188c31e1945ead61caf2 (patch) | |
tree | a0355b5c25a6e2caf452710ed13c57da6b9a2f13 /security/shibboleth2-sp | |
parent | 64cbb61a0a8395faff66d901866c550407162fbb (diff) | |
download | ports-43e9362f36046d2944e3188c31e1945ead61caf2.tar.gz ports-43e9362f36046d2944e3188c31e1945ead61caf2.zip |
Notes
Diffstat (limited to 'security/shibboleth2-sp')
-rw-r--r-- | security/shibboleth2-sp/Makefile | 4 | ||||
-rw-r--r-- | security/shibboleth2-sp/distinfo | 4 | ||||
-rw-r--r-- | security/shibboleth2-sp/files/patch-shibboleth-spec | 10 | ||||
-rw-r--r-- | security/shibboleth2-sp/pkg-plist | 5 |
4 files changed, 12 insertions, 11 deletions
diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index b94e6fb745b4..abe23bdc6921 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shibboleth-sp -PORTVERSION= 2.5.4 +PORTVERSION= 2.5.5 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ @@ -26,6 +26,8 @@ GROUPS= shibd USE_APACHE= 22+ USE_OPENSSL= yes +INSTALL_TARGET= install-strip + .include <bsd.port.pre.mk> .if ${APACHE_VERSION} == 22 diff --git a/security/shibboleth2-sp/distinfo b/security/shibboleth2-sp/distinfo index ab471b6a31ac..142a465f15e5 100644 --- a/security/shibboleth2-sp/distinfo +++ b/security/shibboleth2-sp/distinfo @@ -1,2 +1,2 @@ -SHA256 (shibboleth-sp-2.5.4.tar.gz) = be0adfb324d1831e55b2ce281c7f8bd27bb9bdd65f1d0e9d8019e4cde1ceb6bb -SIZE (shibboleth-sp-2.5.4.tar.gz) = 993532 +SHA256 (shibboleth-sp-2.5.5.tar.gz) = 30da36e0bba2ce4606a9effc37c05cd110dafdd6d3141468c4aa0f57ce4d96ce +SIZE (shibboleth-sp-2.5.5.tar.gz) = 1003433 diff --git a/security/shibboleth2-sp/files/patch-shibboleth-spec b/security/shibboleth2-sp/files/patch-shibboleth-spec index 5c9b249e5858..b0c0feae05f0 100644 --- a/security/shibboleth2-sp/files/patch-shibboleth-spec +++ b/security/shibboleth2-sp/files/patch-shibboleth-spec @@ -1,6 +1,6 @@ ---- shibboleth.spec.in.orig 2013-06-16 21:43:47.000000000 +0200 -+++ shibboleth.spec.in 2013-07-29 14:42:22.887422969 +0200 -@@ -59,7 +59,7 @@ +--- shibboleth.spec.in.orig 2015-07-20 21:31:32.000000000 +0200 ++++ shibboleth.spec.in 2015-07-22 17:45:15.000000000 +0200 +@@ -71,7 +71,7 @@ %if "%{_vendor}" == "suse" %define pkgdocdir %{_docdir}/shibboleth %else @@ -9,7 +9,7 @@ %endif %description -@@ -203,14 +203,6 @@ +@@ -275,14 +275,6 @@ /sbin/ldconfig %endif @@ -18,7 +18,7 @@ -if [ -f sp-key.pem ] ; then - %{__chown} %{runuser}:%{runuser} sp-key.pem sp-cert.pem 2>/dev/null || : -else -- sh ./keygen.sh -b -u %{runuser} -g %{runuser} +- /bin/sh ./keygen.sh -b -u %{runuser} -g %{runuser} -fi - # Fix ownership of log files (even on new installs, if they're left from an older one). diff --git a/security/shibboleth2-sp/pkg-plist b/security/shibboleth2-sp/pkg-plist index 13e029f36cc9..0774c52273dd 100644 --- a/security/shibboleth2-sp/pkg-plist +++ b/security/shibboleth2-sp/pkg-plist @@ -136,7 +136,7 @@ include/shibsp/util/PropertySet.h include/shibsp/util/SPConstants.h include/shibsp/util/TemplateParameters.h include/shibsp/version.h -lib/libshibsp.so.6.0.4 +lib/libshibsp.so.6.0.5 lib/libshibsp.so.6 lib/libshibsp.so lib/shibboleth/adfs.so @@ -146,7 +146,7 @@ lib/shibboleth/plugins-lite.so lib/shibboleth/plugins.so %%WITH_APACHE_22%%lib/shibboleth/mod_shib_22.so %%WITH_APACHE_24%%lib/shibboleth/mod_shib_24.so -lib/libshibsp-lite.so.6.0.4 +lib/libshibsp-lite.so.6.0.5 lib/libshibsp-lite.so.6 lib/libshibsp-lite.so sbin/shibd @@ -170,7 +170,6 @@ share/doc/shibboleth/OPENSSL.LICENSE share/doc/shibboleth/README.txt share/doc/shibboleth/RELEASE.txt share/doc/shibboleth/main.css -@dir share/doc/shibboleth/api @dir share/doc/shibboleth @dir lib/shibboleth @dir share/xml/shibboleth |