From 23dd0184d8fc08cc92724cb85152e46183458cd3 Mon Sep 17 00:00:00 2001 From: epg Date: Wed, 5 Apr 2006 01:42:00 +0000 Subject: Version 1.3.1 (25 March 2006, from /branches/1.3.x) http://svn.collab.net/repos/svn/tags/1.3.1 pkgsrc changes: - Remove patch-ae, now fixed upstream. User-visible-changes: - Client: * fixed: segfault moving unversioned files (issue #2436) * fixed: verbose list broken over ra_dav (issue #2442) * fixed: 'svn ci -m path_name' not requiring '--force-log' (r17956) * fixed: crash on mixed-case https URL scheme (r18042) * fixed: crash in status with ignored directories (r18291) * fixed: strip peg rev from default checkout directory (r18416) * fixed: diff crash with non-recursive checkout (r17231, 18539, -41) * fixed: 'svn ls' URL encoding bug with locks (r18665, -68) * fixed: unlock circumvents lock token check (r18691, -94) * fixed: repos-to-repos copy crash (r18451) * fixed: 'svnmerge' utility improvements (r18811) * translation updates for German, Swedish and Norwegian - Server: * fixed: set svn:date at the end of commit in fsfs (r18078) * fixed: don't wait for hook script background jobs (r18146) * fixed: mod_dav_svn should log the whole error chain (r18211) * fixed: uncomment section headers in repos config files (r18247, -50) * fixed: log scalability issues with many paths (r18395, -404) * fixed: better path input validation in mod_dav_svn (r18660) * fixed: assert in copy in fsfs and bdb (issue #2398) * fixed: RPM package bad interaction with NFS servers (issue #1456) - Both: * fixed: copyright years updated to include 2006 (r18021, -127) Developer-visible-changes: * fixed: missing #include (r18065) * fixed: allow building with Neon 0.25.5 (r18215) * fixed: error leaks (18196, -249) * javahl bindings: - fixed: compile error on Visual Studio 2005 (r18054, -55) * python bindings: - fixed: libsvn_swig_py link problem on Solaris 10 (r17910) - fixed: pool lifetime bug (r17992) - fixed: memory leak (r18230) - fixed: race condition during application pool initialization (r18721) * ruby bindings: - fixed: pool management issue (r17795, -811) - fixed: protect baton from garbage collection (r17627) - fixed: conversion bug (r17726, -925) - fixed: compile errors with SWIG 1.3.24 (r18456, -58) --- devel/p5-subversion/Makefile | 3 +-- devel/py-subversion/Makefile | 3 +-- devel/ruby-subversion/Makefile | 3 +-- devel/subversion-base/Makefile | 3 +-- devel/subversion/Makefile | 3 +-- devel/subversion/Makefile.version | 4 ++-- devel/subversion/distinfo | 9 ++++----- devel/subversion/patches/patch-ae | 13 ------------- www/ap2-subversion/Makefile | 3 +-- 9 files changed, 12 insertions(+), 32 deletions(-) delete mode 100644 devel/subversion/patches/patch-ae diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile index 80157f635ca..a39cf2b16eb 100644 --- a/devel/p5-subversion/Makefile +++ b/devel/p5-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2006/02/07 19:59:21 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2006/04/05 01:42:00 epg Exp $ PKGNAME= p5-subversion-${SVNVER} -PKGREVISION= 2 COMMENT= Perl bindings for Subversion PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/py-subversion/Makefile b/devel/py-subversion/Makefile index f32b44a3362..8129dada542 100644 --- a/devel/py-subversion/Makefile +++ b/devel/py-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2006/02/07 19:59:21 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2006/04/05 01:42:00 epg Exp $ PKGNAME= ${PYPKGPREFIX}-subversion-${SVNVER} -PKGREVISION= 2 COMMENT= Python bindings and tools for Subversion .include "../../devel/subversion/Makefile.common" diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile index b8cc8ef2e14..c3050c1d984 100644 --- a/devel/ruby-subversion/Makefile +++ b/devel/ruby-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2006/02/07 19:59:22 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/05 01:42:00 epg Exp $ PKGNAME= ${RUBY_PKGPREFIX}-subversion-${SVNVER} -PKGREVISION= 3 COMMENT= Ruby bindings for Subversion .include "../../devel/subversion/Makefile.common" diff --git a/devel/subversion-base/Makefile b/devel/subversion-base/Makefile index 34305cc8ab6..2328ea0f697 100644 --- a/devel/subversion-base/Makefile +++ b/devel/subversion-base/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2006/02/07 19:55:56 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2006/04/05 01:42:00 epg Exp $ PKGNAME= subversion-base-${SVNVER} -PKGREVISION= 2 COMMENT= Version control system, base programs and libraries PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 7974b9b82b2..dfd8d2694db 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2006/02/05 23:08:53 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2006/04/05 01:42:00 epg Exp $ PKGNAME= subversion-${SVNVER} -PKGREVISION= 2 COMMENT= Version control system, meta-package DEPENDS+= subversion-base-${SVNVER}{,nb[0-9]*}:../../devel/subversion-base diff --git a/devel/subversion/Makefile.version b/devel/subversion/Makefile.version index 13eb67774f0..a04e87fc43c 100644 --- a/devel/subversion/Makefile.version +++ b/devel/subversion/Makefile.version @@ -1,5 +1,5 @@ -# $NetBSD: Makefile.version,v 1.32 2006/01/02 21:13:45 epg Exp $ +# $NetBSD: Makefile.version,v 1.33 2006/04/05 01:42:00 epg Exp $ .if !defined(SVNVER) -SVNVER= 1.3.0 +SVNVER= 1.3.1 .endif diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo index 3112f64a38f..e52352ade40 100644 --- a/devel/subversion/distinfo +++ b/devel/subversion/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.50 2006/01/23 03:15:30 epg Exp $ +$NetBSD: distinfo,v 1.51 2006/04/05 01:42:00 epg Exp $ -SHA1 (subversion-1.3.0.tar.gz) = 98cb017844750d4ed26e2a811c581a644e3ad585 -RMD160 (subversion-1.3.0.tar.gz) = e00cc422636b74df8c8821c136e9eacb8caa42d4 -Size (subversion-1.3.0.tar.gz) = 8773294 bytes +SHA1 (subversion-1.3.1.tar.gz) = c718f90f9d12c8fe502b749f03cc2af421d39fcf +RMD160 (subversion-1.3.1.tar.gz) = d7603b495178bd7567cc40389200c8d0b0902fe1 +Size (subversion-1.3.1.tar.gz) = 8778545 bytes SHA1 (patch-ad) = e821ce2a450a2430c082e42bc22fe6e73931d746 -SHA1 (patch-ae) = a8f3d4160b01ea74f98eca3cd9452751a510b664 SHA1 (patch-ag) = dbcfe77867e5960df4518b998e94e9cfb9e144fa SHA1 (patch-ah) = 2ee769e649e52bfbcd3049b1a1b6b1cf2b4db8c8 SHA1 (patch-ai) = c06c40c94f0a227f3154aa0997d7a92fc6e43fee diff --git a/devel/subversion/patches/patch-ae b/devel/subversion/patches/patch-ae deleted file mode 100644 index cc130ece941..00000000000 --- a/devel/subversion/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.13 2006/01/23 03:15:30 epg Exp $ - ---- configure.orig 2006-01-22 20:47:02.000000000 -0500 -+++ configure -@@ -19879,7 +19879,7 @@ esac - - # Either a space-separated list of allowable Neon versions, or "any" to - # mean allow anything. --NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4" -+NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5" - NEON_LATEST_WORKING_VER=0.25.4 - NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz" - # Check whether --enable-neon-version-check or --disable-neon-version-check was given. diff --git a/www/ap2-subversion/Makefile b/www/ap2-subversion/Makefile index eb768f3c3b3..9a8b90139d9 100644 --- a/www/ap2-subversion/Makefile +++ b/www/ap2-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2006/02/07 19:58:07 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/05 01:42:00 epg Exp $ PKGNAME= ap2-subversion-${SVNVER} -PKGREVISION= 2 COMMENT= WebDAV server (Apache module) for Subversion .include "../../devel/subversion/Makefile.common" -- cgit v1.2.3