svn commit: r374458 - in head/security: arirang axTLS botan110 create-cert gcipher pam_jail pam_krb5-rh pkesh py-SecretStorage py-oauthlib qtkeychain scamp sshguard

Mark Felder feld at FreeBSD.org
Wed Dec 10 14:04:28 UTC 2014


Author: feld
Date: Wed Dec 10 14:04:23 2014
New Revision: 374458
URL: https://svnweb.freebsd.org/changeset/ports/374458
QAT: https://qat.redports.org/buildarchive/r374458/

Log:
  Update "BSD" license in security category

Modified:
  head/security/arirang/Makefile
  head/security/axTLS/Makefile
  head/security/botan110/Makefile
  head/security/create-cert/Makefile
  head/security/gcipher/Makefile
  head/security/pam_jail/Makefile
  head/security/pam_krb5-rh/Makefile
  head/security/pkesh/Makefile
  head/security/py-SecretStorage/Makefile
  head/security/py-oauthlib/Makefile
  head/security/qtkeychain/Makefile
  head/security/scamp/Makefile
  head/security/sshguard/Makefile

Modified: head/security/arirang/Makefile
==============================================================================
--- head/security/arirang/Makefile	Wed Dec 10 13:58:57 2014	(r374457)
+++ head/security/arirang/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR=	UNIX/cgi-scanners
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Powerful webserver security scanner for network
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes

Modified: head/security/axTLS/Makefile
==============================================================================
--- head/security/axTLS/Makefile	Wed Dec 10 13:58:57 2014	(r374457)
+++ head/security/axTLS/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR=	${PORTNAME:tl}/${POR
 MAINTAINER=	umq at ueo.co.jp
 COMMENT=	SSL/TLS client/server library implementation
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 OPTIONS_DEFINE=	COMPAT_OPENSSL HTTPD TLSWRAP X509 PERL DOCS DEBUG TEST
 OPTIONS_SINGLE=	MODE PROT

Modified: head/security/botan110/Makefile
==============================================================================
--- head/security/botan110/Makefile	Wed Dec 10 13:58:57 2014	(r374457)
+++ head/security/botan110/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
@@ -12,7 +12,7 @@ EXTRACT_SUFX=	.tbz
 MAINTAINER=	lapo at lapo.it
 COMMENT=	Portable, easy to use, and efficient C++ crypto library
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/doc/license.txt
 
 LATEST_LINK=	botan${PKGNAMESUFFIX}

Modified: head/security/create-cert/Makefile
==============================================================================
--- head/security/create-cert/Makefile	Wed Dec 10 13:58:57 2014	(r374457)
+++ head/security/create-cert/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
@@ -9,7 +9,7 @@ MASTER_SITES=	ftp://ee.lbl.gov/
 MAINTAINER=	leres at ee.lbl.gov
 COMMENT=	Create openssl client key and certificates
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 PLIST_FILES=	sbin/create-cert \
 		man/man8/create-cert.8.gz

Modified: head/security/gcipher/Makefile
==============================================================================
--- head/security/gcipher/Makefile	Wed Dec 10 13:58:57 2014	(r374457)
+++ head/security/gcipher/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple encryption tool
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 USE_GNOME=	pygnome2
 USES=		python

Modified: head/security/pam_jail/Makefile
==============================================================================
--- head/security/pam_jail/Makefile	Wed Dec 10 13:58:57 2014	(r374457)
+++ head/security/pam_jail/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.triades.net/dow
 MAINTAINER=	damien.bobillot_pam_jail at m4x.org
 COMMENT=	PAM module dropping users in jails after login
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 SUB_FILES=	pkg-message
 PLIST_FILES=	lib/pam_jail.so lib/pam_jail.so.1 man/man8/pam_jail.8.gz

Modified: head/security/pam_krb5-rh/Makefile
==============================================================================
--- head/security/pam_krb5-rh/Makefile	Wed Dec 10 13:58:57 2014	(r374457)
+++ head/security/pam_krb5-rh/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
@@ -12,7 +12,7 @@ PKGNAMESUFFIX=	-rh
 MAINTAINER=	zi at FreeBSD.org
 COMMENT=	The Red Hat Pluggable Authentication Module for Kerberos 5
 
-LICENSE=	LGPL21 BSD
+LICENSE=	LGPL21 BSD3CLAUSE
 LICENSE_COMB=	dual
 
 CONFLICTS=	pam_krb5-4.*

Modified: head/security/pkesh/Makefile
==============================================================================
--- head/security/pkesh/Makefile	Wed Dec 10 13:58:57 2014	(r374457)
+++ head/security/pkesh/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.daemonology.net
 MAINTAINER=	cperciva at FreeBSD.org
 COMMENT=	Public Key Encryption SHell script
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 NO_BUILD=	yes
 NO_INSTALL=	yes

Modified: head/security/py-SecretStorage/Makefile
==============================================================================
--- head/security/py-SecretStorage/Makefile	Wed Dec 10 13:58:57 2014	(r374457)
+++ head/security/py-SecretStorage/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	douglas at douglasthrift.net
 COMMENT=	Store passwords using the SecretService DBus API
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:${PORTSDIR}/devel/py-dbus
 

Modified: head/security/py-oauthlib/Makefile
==============================================================================
--- head/security/py-oauthlib/Makefile	Wed Dec 10 13:58:57 2014	(r374457)
+++ head/security/py-oauthlib/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	RFC-compliant Python implementation of OAuth
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
 TEST_DEPENDS=	nosetests:${PORTSDIR}/devel/py-nose \

Modified: head/security/qtkeychain/Makefile
==============================================================================
--- head/security/qtkeychain/Makefile	Wed Dec 10 13:58:57 2014	(r374457)
+++ head/security/qtkeychain/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
@@ -7,7 +7,7 @@ CATEGORIES=	security
 MAINTAINER=	6yearold at gmail.com
 COMMENT=	Platform independent Qt API for storing passwords
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GITHUB=	yes

Modified: head/security/scamp/Makefile
==============================================================================
--- head/security/scamp/Makefile	Wed Dec 10 13:58:57 2014	(r374457)
+++ head/security/scamp/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	gerard at seibercom.net
 COMMENT=	Download & Install additional definition files for Clamav
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	bash>=4.2.42:${PORTSDIR}/shells/bash \
 		clamav>=0.97.8:${PORTSDIR}/security/clamav \

Modified: head/security/sshguard/Makefile
==============================================================================
--- head/security/sshguard/Makefile	Wed Dec 10 13:58:57 2014	(r374457)
+++ head/security/sshguard/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sshguard
 PORTVERSION=	1.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	security
 MASTER_SITES=	SF/sshguard/sshguard/sshguard-${PORTVERSION}
 


More information about the svn-ports-head mailing list