Bug 151183 - [patch] port devel/subversion update to version 1.6.13
Summary: [patch] port devel/subversion update to version 1.6.13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-04 00:00 UTC by Olli Hauer
Modified: 2010-10-13 13:50 UTC (History)
1 user (show)

See Also:


Attachments
patch_subversion.txt (2.09 KB, text/plain)
2010-10-04 00:00 UTC, Olli Hauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2010-10-04 00:00:12 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-04 00:00:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-13 13:44:06 UTC
lev         2010-10-13 12:44:01 UTC

  FreeBSD ports repository

  Modified files:
    devel/subversion     Makefile.common distinfo 
    devel/subversion-freebsd Makefile 
  Log:
    Update to latest version 1.6.13
  
  PR:             ports/151183, ports/151184
  
  Revision  Changes    Path
  1.139     +2 -2      ports/devel/subversion-freebsd/Makefile
  1.39      +3 -3      ports/devel/subversion/Makefile.common
  1.75      +3 -3      ports/devel/subversion/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Lev A. Serebryakov freebsd_committer freebsd_triage 2010-10-13 13:44:42 UTC
State Changed
From-To: open->closed

committed, thanks!