Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Eric Gillespie <epg@netbsd.org>
List: pkgsrc-changes
Date: 01/25/2007 18:15:49
Module Name:	pkgsrc
Committed By:	epg
Date:		Thu Jan 25 18:15:49 UTC 2007

Modified Files:
	pkgsrc/devel/subversion: Makefile.common Makefile.version distinfo
	pkgsrc/devel/subversion-base: Makefile PLIST buildlink3.mk options.mk
	pkgsrc/www/ap2-subversion: Makefile

Log Message:
Version 1.4.3
(18 January 2007, from /branches/1.4.x)
http://svn.collab.net/repos/svn/tags/1.4.3

 pkgsrc changes:
  - Add new 'serf' option to PKG_OPTIONS.subversion to use serf for
    the DAV (http) network transport instead of neon.

 User-visible-changes:
  - Client:
    * fixed: crash using automatic auth protocols with Neon 0.26 (r22440, -61)
    * fixed: svn_load_dirs.pl cannot import file names containing '@' (r22203)
    * fixed: error when committing replaced directories (r22991, -8)
    * fixed: inability to change file perms due to existing file perms (r23018)
    * include newest version of svn-graph.pl (r22969)

  - Server:
    * fixed: incorrectly reporting authz circular dependencies (issue #2684)
    * fixed: potential filesystem memory leak in commit finalisation (r22729)

  - Client and Server:
    * fixed: crash in character translation, particularly on Windows (r22417)
    * fixed: potential string corruption when resizing string buffers (r22689)
    * translation updates for Korean, Spanish, Italian, Simplified Chinese,
          and Japanese (fixing issues #2649 and #2681)

Developer-visible-changes:
* support Neon 0.26.2 (issue #2666)
* update (experimental) ra_serf repository access module for DAV (r22872)
* Windows installer improvements (r21516, r22155, r22224)
* fixed: svn_{ra,repos}_replay() doesn't send checksums (r22346, -51, -52)
* fixed: error when calling svn_repos_replay2() with a txn root (r22609)
* fixed: Solaris packaging script broken (issue #2669)
* javahl bindings:
    - fixed: auth cache is created in the current directory (r22780)
    - fixed: SVNAdmin's setLog() method always fails (r22387)
    - fixed: target dependency order in generated build scripts (r22209)
* SWIG/perl bindings:
    - fixed: ra_do_{update,switch,status} work with Perl delta editors (r22311)
    - fixed: memory leak when calling methods on a Perl commit editor (r22332)


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/devel/subversion/Makefile.common
cvs rdiff -r1.37 -r1.38 pkgsrc/devel/subversion/Makefile.version
cvs rdiff -r1.57 -r1.58 pkgsrc/devel/subversion/distinfo
cvs rdiff -r1.41 -r1.42 pkgsrc/devel/subversion-base/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/devel/subversion-base/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/subversion-base/buildlink3.mk
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/subversion-base/options.mk
cvs rdiff -r1.26 -r1.27 pkgsrc/www/ap2-subversion/Makefile

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