Subject: CVS commit: pkgsrc/devel
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/06/2005 17:35:18
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Sep  6 17:35:18 UTC 2005

Modified Files:
	pkgsrc/devel/p5-subversion: Makefile
	pkgsrc/devel/subversion: Makefile.version distinfo
	pkgsrc/devel/subversion/files: build-outputs.mk
	pkgsrc/devel/subversion/patches: patch-ag patch-aj

Log Message:
Update the following Subversion packages to version 1.2.3:

        devel/p5-subversion             devel/subversion
        devel/py-subversion             devel/subversion-base
        devel/ruby-subversion           www/ap2-subversion

Update approved by package maintainer epg@NetBSD.org.  Changes from
version 1.2.1 include:

Version 1.2.3
(19 August 2005, from /branches/1.2.x)
http://svn.collab.net/repos/svn/tags/1.2.3

 User-visible-changes:
  - Client:
    * fixed: 'svn status -u' fails against pre-1.2 mod_dav_svn (r15359, r15423)
    * fixed: 'svn export' segfault (r15516)
    * fixed: 'svn merge' memory leak (r15233)
    * fixed: horrible rename-tracing performance against 1.0 servers (r15315)
    * fixed: 'svn cat' over file:// -- small leak  (r15253)
    * fixed: crash with "svn lock" and authentication (r15703)
    * improvements to 'svnmerge' utility (r14008,-458,-587,-632, r15329,-340)
    * translation updates for French, German, Polish, Norwegian, Swedish,
      Korean

  - Server:
    * fixed: mod_authz_svn being overly restrictive (r15463)
    * fixed: fsfs directory caching bug (r15705, r15742)

  - Both:
    * fixed: crash when >50 options passed to any commandline app (r15251)
    * fixed: memory leak in character translation handle caching (r15379,-398)

Developer-visible-changes:
* fixed: crash when calling svn_client_(un)lock with no targets (r15734)
* rhel-4 RPM bugfix for python bindings (r15616)
* missing #include in SWIG bindings (r15683)
* javahl bindings:
      - fixed: JNI library loading bug (r15552)
      - fixed: JNI stack-name cut and paste error (r15337)
      - fixed: crash when revisions have no dates (r15737)
* perl bindings:
      - now compatible with SWIG 1.3.25 (r15248)
      - allow SVN::Pool to be used as pool parameter (r15450)
      - make SVN::Delta::Editor friendlier for debugging (r15609)
      - fixed: wrap svn_ra_stat properly (r15713)
      - fixed: bug in SVN::Core::Stream's read function (r15698, r15700)
* ruby bindings:
      - now compatible with SWIG 1.3.25 (r14980, r15361)


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/devel/p5-subversion/Makefile
cvs rdiff -r1.30 -r1.31 pkgsrc/devel/subversion/Makefile.version
cvs rdiff -r1.47 -r1.48 pkgsrc/devel/subversion/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/subversion/files/build-outputs.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/subversion/patches/patch-ag
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/subversion/patches/patch-aj

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