Subject: CVS commit: pkgsrc/www/ap-dav
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 03/06/2002 17:35:08
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Mar  6 15:35:07 UTC 2002

Modified Files:
	pkgsrc/www/ap-dav: Makefile PLIST distinfo
	pkgsrc/www/ap-dav/patches: patch-aa patch-ab
Added Files:
	pkgsrc/www/ap-dav/patches: patch-ad
Removed Files:
	pkgsrc/www/ap-dav/patches: patch-ac

Log Message:
Update www/ap-dav to 1.0.3.  Major bugfixes and changes from
version 1.0.2 include:

  * ignore Depth: Infinity for non-collection resources in a PROPFIND;
    this prevents a bogus error when someone has not used the
    "DAVDepthInfinity On" directive
  * fix for Web Folders not recognizing the last-modified date in
    PROPFIND responses (Joe Orton)
  * tweak to also allow recognition of the creationdate
  * fix copying of collection properties during a Depth:0 operation
    (Keith Wannamaker)
  * return 507 (Insufficient Space) for quota errors (on Linux, at
    least) (Joe)
  * fix moving/copying of a collection over a non-collection (found by
    Joe's interop testing tool)
  * LOCK with a missing intermediate collection now returns a standard
    409 (Conflict) response rather than 500 (Internal Server Error)
    (Keith, reported by Dan Brotsky)
  * fix problems with empty URIs in xmlns attributes (fixes from Joe
    and Greg, reported by Julian Reschke)


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/www/ap-dav/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/www/ap-dav/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/www/ap-dav/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/www/ap-dav/patches/patch-aa \
    pkgsrc/www/ap-dav/patches/patch-ab
cvs rdiff -r1.1 -r0 pkgsrc/www/ap-dav/patches/patch-ac
cvs rdiff -r0 -r1.1 pkgsrc/www/ap-dav/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.