diff options
author | schmonz <schmonz> | 2009-04-07 03:04:25 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2009-04-07 03:04:25 +0000 |
commit | 947de1d2774fc8523c2d07ad276cf797ccbd426a (patch) | |
tree | ce30c4ff7a12009f563496ebb5d04d8047b3cf13 | |
parent | 0c59d994f545dade8db3f593f58f0858b2ea7d0f (diff) | |
download | pkgsrc-947de1d2774fc8523c2d07ad276cf797ccbd426a.tar.gz |
Update to 0.95. From the changelog:
- Added a "lookaside" mode to cvm-qmail, to assist with proper chaining
to cvm-vmailmgr or other modules.
- Fixed failure in cvm-qmail when virtualdomains did not exist.
- Fixed client.h symlink to point to v2client.h to match the library.
- Fixed cvm-vmailmgr to fail with OUTOFSCOPE=1 when the virtual password
table file does not exist, instead of failing with an I/O error.
This should improve its ability to chain with other modules.
- Added cvm-sqlite from Wayne Marshall
-rw-r--r-- | security/cvm/Makefile | 4 | ||||
-rw-r--r-- | security/cvm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/cvm/Makefile b/security/cvm/Makefile index 6c54bf2ecd7..344ddfbf82d 100644 --- a/security/cvm/Makefile +++ b/security/cvm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2008/04/13 06:51:19 schmonz Exp $ +# $NetBSD: Makefile,v 1.14 2009/04/07 03:04:25 schmonz Exp $ # -DISTNAME= cvm-0.90 +DISTNAME= cvm-0.95 CATEGORIES= security MASTER_SITES= ${HOMEPAGE} diff --git a/security/cvm/distinfo b/security/cvm/distinfo index e702f30199a..2f85cbbb8f6 100644 --- a/security/cvm/distinfo +++ b/security/cvm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2008/04/13 06:51:19 schmonz Exp $ +$NetBSD: distinfo,v 1.8 2009/04/07 03:04:25 schmonz Exp $ -SHA1 (cvm-0.90.tar.gz) = 659c0bc349460cf19442b0bcdc06fad439d57491 -RMD160 (cvm-0.90.tar.gz) = a05d45e5cb9db1553813bf63c7adc0c313e5be16 -Size (cvm-0.90.tar.gz) = 99732 bytes +SHA1 (cvm-0.95.tar.gz) = 9c7de9dcda7404b44c36bb04c9ce654929d00504 +RMD160 (cvm-0.95.tar.gz) = 87e865e022d0b24c489547d1e6a4369924e174ba +Size (cvm-0.95.tar.gz) = 125493 bytes SHA1 (patch-aa) = 49ed0270a0ecde312dd68acc9e9a6f1e87b672f6 |