diff options
author | girgen <girgen@FreeBSD.org> | 2013-06-05 01:29:21 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2013-06-05 01:29:21 +0800 |
commit | dfffa9ba08ae5dd8420e809f76f67132090755de (patch) | |
tree | 4b402459887dd978d82326c7033b384c026b386b /security/apache-xml-security-c/Makefile | |
parent | d0a9e72d4679a0e8452432997102c4337ae88339 (diff) | |
download | freebsd-ports-gnome-dfffa9ba08ae5dd8420e809f76f67132090755de.tar.gz freebsd-ports-gnome-dfffa9ba08ae5dd8420e809f76f67132090755de.tar.zst freebsd-ports-gnome-dfffa9ba08ae5dd8420e809f76f67132090755de.zip |
Update Shibboleth-sp and its tool chain to 2.5.1.
Note that from 2.5, shibd is run as the user shibd. The port tries to fix the
key file ownership but if you have changed the file name of the key from the
default sp-key.pem, make sure you chown your key file(s) to user shibd.
Also, take maintainership of the entire tool chain (approved by all previous
maintainers).
Incorporates the ideas suggested by Craig Leres [177668], making sure that the
ssl key is not added to the package.
PR: 177668, 178694
Diffstat (limited to 'security/apache-xml-security-c/Makefile')
-rw-r--r-- | security/apache-xml-security-c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile index 777649bdaad1..40ad919c9afd 100644 --- a/security/apache-xml-security-c/Makefile +++ b/security/apache-xml-security-c/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= xml-security-c -PORTVERSION= 1.6.1 +PORTVERSION= 1.7.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR=santuario/c-library PKGNAMEPREFIX= apache- -MAINTAINER= jmohacsi@bsd.hu +MAINTAINER= girgen@FreeBSD.org COMMENT= Apache XML security libraries - C++ version LICENSE= AL2 |