Update to 1.9.20
Changelog: Version 1.6.20 (04 Jan 2013, from /branches/1.6.x) http://svn.apache.org/repos/asf/subversion/tags/1.6.20 User-visible changes - Client- and server-side bugfixes: * Fix typos in pt_BR, es and zh_TW translations (r1402417) - Server-side bugfixes: * add Vary: header to GET responses to improve cacheability (r1390653) * fix fs_fs to cleanup after failed rep transmission (r1403964, et al) * fix an assert with SVNAutoVersioning in mod_dav_svn (issue #4231) Version 1.6.19 (10 Sep 2012, from /branches/1.6.x) http://svn.apache.org/repos/asf/subversion/tags/1.6.19 - Client-side bugfixes: * handle missing svn:date reported by svnserve gracefully (r1306111) - Server-side bugfixes: * fix possible server hang if a hook script fails to start (r1330410) * fix write-through proxy commit regression introduced in 1.6.17 (r1088602) * partial sync drops properties when converting to adds (issue #4184) - Developer-visible changes: * fix the testsuite to avoid FAILs on APR hash order (r1230714, et al) Version 1.6.18 (29 Mar 2012, from /branches/1.6.x) http://svn.apache.org/repos/asf/subversion/tags/1.6.18 User-visible changes: * reject invalid svn:mergeinfo at commit time over DAV (issue #3953) * fix reintegrate merge regression introduced in 1.6.13 (issue #3957) * make the stderr output of the post-commit hook XML-safe (r893478) * fix a rare source of FSFS corruption (r1240752) * plug a memory leak in the bdb backend (r1205726) * server-side performance fix for "log -g" (r1152282) * fix description of svndumpfilter's --targets option (r1151911) * fix datastream corruption during resumed transfer in ra_serf (r1154733) * fix a crash in ra_svn SASL authentication (r1166555, -678) * fix potential corruption on 32-bit FSFS with large files (r1230212) * make website links point to subversion.apache.org (r896893, -901, r915036) * fix non-fatal FSFS corruption bug with concurrent commits (issue #4129) Developer-visible changes: * fix sqlite distfile retrieval in get-deps.sh (r1134734) * fix swig-py memory leak (r1235264, -296, -302, -736) * allow passing --with-jdk to gen-make.py on Windows (r966167)
This commit is contained in:
parent
640dd30b86
commit
1c91edb47f
4 changed files with 264 additions and 265 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.45 2012/10/03 21:55:55 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2013/01/20 12:29:51 ryoon Exp $
|
||||
|
||||
PKGNAME= subversion-${SVNVER}
|
||||
PKGREVISION= 1
|
||||
COMMENT= Version control system, meta-package
|
||||
|
||||
META_PACKAGE= # empty
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.version,v 1.58 2011/06/03 13:26:50 taca Exp $
|
||||
# $NetBSD: Makefile.version,v 1.59 2013/01/20 12:29:51 ryoon Exp $
|
||||
|
||||
# When updating subversion, all packages are updated at the same time
|
||||
# to have a consistent set of packages. A particularly tricky aspect
|
||||
|
@ -7,5 +7,5 @@
|
|||
# changing the version.
|
||||
|
||||
.if !defined(SVNVER)
|
||||
SVNVER= 1.6.17
|
||||
SVNVER= 1.6.20
|
||||
.endif
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.80 2012/03/11 03:38:52 markd Exp $
|
||||
$NetBSD: distinfo,v 1.81 2013/01/20 12:29:51 ryoon Exp $
|
||||
|
||||
SHA1 (subversion-1.6.17.tar.gz) = 2ddf55622f0a742d8474feaa69596b2f7c4f1084
|
||||
RMD160 (subversion-1.6.17.tar.gz) = 521fa8e4d1ff916695bf8771336b2d7f11dbf458
|
||||
Size (subversion-1.6.17.tar.gz) = 7531891 bytes
|
||||
SHA1 (subversion-1.6.20.tar.gz) = 215083e6fc367b46fa76be82841115a32f0a5766
|
||||
RMD160 (subversion-1.6.20.tar.gz) = 3857eab430a2f7ffec6cd839fdbd6f149746ec3e
|
||||
Size (subversion-1.6.20.tar.gz) = 7538241 bytes
|
||||
SHA1 (patch-ad) = ae54d77447c2ef746bca21f755aa7c255c9521b9
|
||||
SHA1 (patch-ae) = bbf076d3e94fb877cfebe55747575dbc4f026119
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue