diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-02-03 07:06:12 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-02-03 07:06:12 +0000 |
commit | b58b70153b6bbf9a6f624a542735791e4850f886 (patch) | |
tree | 06e497cae30de1ce06a114addb8f09790c4e73d4 /security | |
parent | 0e403371d03ab2ebc971bbb676a3b9633791eff6 (diff) | |
download | pkgsrc-b58b70153b6bbf9a6f624a542735791e4850f886.tar.gz |
Update to 0.96. From the changelog:
- Added support for checking permissions in cvm-qmail. See discussion
of $CVM_QMAIL_CHECK_PERMS in cvm-qmail.html
- Added support for I/O timeouts for cvm-local modules.
- Fixed the SQLite module to copy the row data.
- Fixed cvm-qmail dieing if control/locals is missing.
pkgsrc changes: set LICENSE and support DESTDIR.
Diffstat (limited to 'security')
-rw-r--r-- | security/cvm/Makefile | 8 | ||||
-rw-r--r-- | security/cvm/distinfo | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/security/cvm/Makefile b/security/cvm/Makefile index fe3755a73ce..a4374bbeb5e 100644 --- a/security/cvm/Makefile +++ b/security/cvm/Makefile @@ -1,13 +1,16 @@ -# $NetBSD: Makefile,v 1.15 2009/06/30 00:07:22 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2010/02/03 07:06:12 schmonz Exp $ # -DISTNAME= cvm-0.95 +DISTNAME= cvm-0.96 CATEGORIES= security MASTER_SITES= ${HOMEPAGE} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://untroubled.org/cvm/ COMMENT= Credential Validation Modules +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no @@ -15,6 +18,7 @@ DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools DJB_RESTRICTED= NO DJB_MAKE_TARGETS= NO +INSTALL_ENV+= install_prefix=${DESTDIR:Q} USE_LIBTOOL= yes diff --git a/security/cvm/distinfo b/security/cvm/distinfo index 2f85cbbb8f6..a284ab73419 100644 --- a/security/cvm/distinfo +++ b/security/cvm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2009/04/07 03:04:25 schmonz Exp $ +$NetBSD: distinfo,v 1.9 2010/02/03 07:06:12 schmonz Exp $ -SHA1 (cvm-0.95.tar.gz) = 9c7de9dcda7404b44c36bb04c9ce654929d00504 -RMD160 (cvm-0.95.tar.gz) = 87e865e022d0b24c489547d1e6a4369924e174ba -Size (cvm-0.95.tar.gz) = 125493 bytes +SHA1 (cvm-0.96.tar.gz) = fb5cde8a88b932ff1e10363449a691e9383e1149 +RMD160 (cvm-0.96.tar.gz) = 059c4e4d859d6ba2f0dc24da94a85213ae128cb1 +Size (cvm-0.96.tar.gz) = 127999 bytes SHA1 (patch-aa) = 49ed0270a0ecde312dd68acc9e9a6f1e87b672f6 |