diff options
author | recht <recht@pkgsrc.org> | 2004-04-16 11:40:38 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-16 11:40:38 +0000 |
commit | d4e467b054276402853368d2bca2c8378033d669 (patch) | |
tree | 918842aa0304eb86de7691c1470ab6d16af9a42b | |
parent | 6a1c8aab8b0fb6127c02b15a258d74406f719246 (diff) | |
download | pkgsrc-d4e467b054276402853368d2bca2c8378033d669.tar.gz |
update to 0.22.1
Changes in release cadaver 0.22.1, 14 April 2004 (PGP signature)
* Restore DASL/DeltaV support (GRASE team).
* Fix to only use netrc on first attempt at authentication.
* Update to neon 0.24.5:
o SECURITY (CVE CAN-2004-0179): fix for format string
vulnerabilities
Changes in release cadaver 0.22.0, 10 September 2003 (PGP signature)
* Fix build on BSD platforms, or if using bundled expat library.
* Fixes for some URI encoding issues.
* Update to neon 0.24.1:
o only support PKCS#12-encoded client certs, using
the "client-cert" option.
* Support --with-libs argument to configure.
* (Drop DASL/DeltaV support temporarily).
-rw-r--r-- | www/cadaver/Makefile | 5 | ||||
-rw-r--r-- | www/cadaver/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 10d3d36e69f..41a0c3569ea 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2004/03/26 02:27:56 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2004/04/16 11:40:38 recht Exp $ -DISTNAME= cadaver-0.21.0 -PKGREVISION= 5 +DISTNAME= cadaver-0.22.1 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ diff --git a/www/cadaver/distinfo b/www/cadaver/distinfo index 7377b0b5e22..1f3336ad1c1 100644 --- a/www/cadaver/distinfo +++ b/www/cadaver/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/02/14 16:59:54 wiz Exp $ +$NetBSD: distinfo,v 1.6 2004/04/16 11:40:38 recht Exp $ -SHA1 (cadaver-0.21.0.tar.gz) = 032cb5695878c251669fa60e78e29cbbd667e55f -Size (cadaver-0.21.0.tar.gz) = 434400 bytes +SHA1 (cadaver-0.22.1.tar.gz) = dabfc2cf88684b7939dd33d59e10b491c347993f +Size (cadaver-0.22.1.tar.gz) = 441126 bytes |