ports/151183: [patch] port devel/subversion update to version 1.6.13

Olli Hauer ohauer at FreeBSD.org
Sun Oct 3 23:00:13 UTC 2010


>Number:         151183
>Category:       ports
>Synopsis:       [patch] port devel/subversion update to version 1.6.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 03 23:00:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer <ohauer at FreeBSD.org>
>Release:        FreeBSD 7.3/8.1 i386
>Organization:
>Environment:


>Description:
- Update subversion to 1.6.13
- Fix for CVE-2010-3315 
  http://subversion.apache.org/security/CVE-2010-3315-advisory.txt
- Remove subversion-devel from CONFLICTS, this port was removed ~19 months ago

>From Changelist:
 http://svn.apache.org/repos/asf/subversion/tags/1.6.13/CHANGES

Version 1.6.13
(01 Oct 2010, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.13

  User-visible changes:
   * don't drop properties during foreign-repo merges (issue #3623)
   * improve auto-props failure error message (r961970)
   * improve error message for 403 status with ra_neon (r876615)
   * don't allow 'merge --reintegrate' for 2-url merges (r959004)
   * improve handling of missing fsfs.conf during hotcopy (r980811, -1449)
   * escape unsafe characters in a URL during export (issue #3683)
   * don't leak stale locks in FSFS (r959760)
   * better detect broken working copies during update over ra_neon (r979045)
   * fsfs: make rev files read-only (r981921)
   * properly canonicalize a URL (r984928, -31)
   * fix wc corruption with 'commit --depth=empty' (issue #3700)
   * permissions fixes when doing reintegrate merges (related to issue #3242)
   * fix mergeinfo miscalculation during 2-url merges (issue #3648)
   * fix error transmission problems in svnserve (r997457, -66)
   * fixed: record-only merges create self-referential mergeinfo (issue #3646)
   * fixed: 'SVNPathAuthz short_circuit' unsolicited read access (issue #3695)
   * make 'svnmucc propset' handle existing and non-existing URLs (r1000607)
   * add new 'propsetf' subcommand to svnmucc (r1000612)
   * emit a warning about copied dirs during ci with limited depth (r1002094)

  Developer-visible changes:
   * make ruby bindings compatible with Ruby 1.9 (r957507)
   * use the repos verify API in JavaHL (r948916)
   * teach ra_serf to parse md5 checksums with update editors (r979429)
   * let ra_serf work with current serf releases (r879757, r880320, r943796)

>How-To-Repeat:
>Fix:

--- patch_subversion.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/subversion/Makefile,v
retrieving revision 1.134
diff -u -r1.134 Makefile
--- Makefile	3 Jun 2010 02:49:22 -0000	1.134
+++ Makefile	3 Oct 2010 22:08:15 -0000
@@ -7,7 +7,7 @@
 MAINTAINER=	lev at freebsd.org
 COMMENT=	Version control system
 
-CONFLICTS?=	subversion-devel-[0-9]* subversion-freebsd-[0-9]*
+CONFLICTS?=	subversion-freebsd-[0-9]*
 
 USE_RC_SUBR=	svnserve
 
Index: Makefile.common
===================================================================
RCS file: /home/pcvs/ports/devel/subversion/Makefile.common,v
retrieving revision 1.38
diff -u -r1.38 Makefile.common
--- Makefile.common	30 Jul 2010 22:14:46 -0000	1.38
+++ Makefile.common	3 Oct 2010 22:08:15 -0000
@@ -5,8 +5,8 @@
 # $FreeBSD: ports/devel/subversion/Makefile.common,v 1.38 2010/07/30 22:14:46 mezz Exp $
 
 PORTNAME=	subversion
-PORTVERSION=	1.6.12
-PORTREVISION?=	1
+PORTVERSION=	1.6.13
+#PORTREVISION?=	1
 CATEGORIES+=	devel
 MASTER_SITES=	http://subversion.tigris.org/downloads/:main \
 		http://svnbook.red-bean.com/en/1.5/:book
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/subversion/distinfo,v
retrieving revision 1.74
diff -u -r1.74 distinfo
--- distinfo	7 Jul 2010 14:42:53 -0000	1.74
+++ distinfo	3 Oct 2010 22:08:15 -0000
@@ -1,6 +1,6 @@
-MD5 (subversion/subversion-1.6.12.tar.bz2) = a4b1d0d7f3a4587c59da9c1acf9dedd0
-SHA256 (subversion/subversion-1.6.12.tar.bz2) = 8ebf17fb173ff9c482a72deaaf756c3ca595c99da15fc8f1f8f4310609284c8f
-SIZE (subversion/subversion-1.6.12.tar.bz2) = 5476628
+MD5 (subversion/subversion-1.6.13.tar.bz2) = 7ae1c827689f21cf975804005be30aeb
+SHA256 (subversion/subversion-1.6.13.tar.bz2) = 3a30327bdb04109f369586196ee4a6993cdab2cfa85c3134549f02c229bf0d15
+SIZE (subversion/subversion-1.6.13.tar.bz2) = 5513370
 MD5 (subversion/svn-book-html.tar.bz2) = b5c8723bf2951e93bc468441ebc71011
 SHA256 (subversion/svn-book-html.tar.bz2) = 5c4788e1f225b3186db5979b071fcc4c9543bfb5916cd62e003eea4507b8c8cb
 SIZE (subversion/svn-book-html.tar.bz2) = 406484
--- patch_subversion.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list