diff options
author | obache <obache@pkgsrc.org> | 2012-09-15 15:03:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-09-15 15:03:21 +0000 |
commit | 7c38d37fd93a430d94c5d60d88cdfcd3d7b9a929 (patch) | |
tree | 9310ac445c0a6b99c186cf345ff4a40fe7a0c756 /security | |
parent | 304a8ea050ce4601c92f9156252560dd517bde9b (diff) | |
download | pkgsrc-7c38d37fd93a430d94c5d60d88cdfcd3d7b9a929.tar.gz |
Recursive bump from mysql51-client library changed to use openssl.
Diffstat (limited to 'security')
-rw-r--r-- | security/base/Makefile | 4 | ||||
-rw-r--r-- | security/cy2-sql/Makefile | 4 | ||||
-rw-r--r-- | security/libpreludedb-mysql/Makefile | 4 | ||||
-rw-r--r-- | security/pam-mysql/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index 2f796e61d71..48bcf6a56eb 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2012/04/14 16:25:11 adam Exp $ +# $NetBSD: Makefile,v 1.29 2012/09/15 15:03:25 obache Exp $ # DISTNAME= base-1.4.3.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=secureideas/} diff --git a/security/cy2-sql/Makefile b/security/cy2-sql/Makefile index 76bf36b6064..965ef7390f6 100644 --- a/security/cy2-sql/Makefile +++ b/security/cy2-sql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2012/04/27 12:32:01 obache Exp $ +# $NetBSD: Makefile,v 1.19 2012/09/15 15:03:25 obache Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-sql/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Cyrus SASL SQL authentication plugin SASL_PLUGIN= yes diff --git a/security/libpreludedb-mysql/Makefile b/security/libpreludedb-mysql/Makefile index 4912b689f6b..86e92e78760 100644 --- a/security/libpreludedb-mysql/Makefile +++ b/security/libpreludedb-mysql/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2011/04/22 13:44:35 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/15 15:03:25 obache Exp $ # PKGNAME= libpreludedb-mysql-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= MySQL plugin for LibPreludeDB PKG_DESTDIR_SUPPORT= user-destdir diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index ff935459559..d86ebe35d70 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2010/09/30 10:49:14 obache Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/15 15:03:25 obache Exp $ DISTNAME= pam_mysql-0.7RC1 PKGNAME= ${DISTNAME:S/_/-/:S/RC/rc/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pam-mysql/} |