pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel subversion: updated to 1.10.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ade0f08e077b
branches:  trunk
changeset: 314039:ade0f08e077b
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 16 11:13:41 2018 +0000

description:
subversion: updated to 1.10.3

Version 1.10.3

User-visible changes:
 - Minor new features and improvements:
   * Store the HTTPS client cert password

 - Client-side bugfixes:
   * Fix shelving when custom diff command is configured
   * Fix conflict resolver crashes
   * Fix conflict resolver endless scan in some cases
   * Fix "Accept incoming deletion" on locally deleted file
   * Fix "resolver adds unrelated moves to move target list"

 - Server-side bugfixes:
   * Reject bad PUT before CHECKOUT in v1 HTTP protocol
   * Let 'svnadmin recover' prune the rep-cache even if disabled

 - Client-side and server-side bugfixes:
   * Allow commands like 'svn ci --file X' to work when X is a FIFO

 - Other tool improvements and bugfixes:
   * 'svnadmin verify --keep-going --quiet' shows an error summary
   * Fix error in german translation for 'svn help merge'

Developer-visible changes:
 - General:
   * Python tests use the current python executable

diffstat:

 devel/p5-subversion/Makefile      |   3 +--
 devel/subversion/Makefile.version |   4 ++--
 devel/subversion/distinfo         |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r 7899742cfae6 -r ade0f08e077b devel/p5-subversion/Makefile
--- a/devel/p5-subversion/Makefile      Tue Oct 16 10:58:53 2018 +0000
+++ b/devel/p5-subversion/Makefile      Tue Oct 16 11:13:41 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.104 2018/08/22 09:44:58 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2018/10/16 11:13:41 adam Exp $
 
 PKGNAME=       p5-subversion-${SVNVER}
-PKGREVISION=   1
 COMMENT=       Perl bindings for Subversion
 
 .include "../../devel/subversion/Makefile.common"
diff -r 7899742cfae6 -r ade0f08e077b devel/subversion/Makefile.version
--- a/devel/subversion/Makefile.version Tue Oct 16 10:58:53 2018 +0000
+++ b/devel/subversion/Makefile.version Tue Oct 16 11:13:41 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.version,v 1.81 2018/08/18 15:55:13 adam Exp $
+# $NetBSD: Makefile.version,v 1.82 2018/10/16 11:13:41 adam 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.10.2
+SVNVER=                1.10.3
 .endif
diff -r 7899742cfae6 -r ade0f08e077b devel/subversion/distinfo
--- a/devel/subversion/distinfo Tue Oct 16 10:58:53 2018 +0000
+++ b/devel/subversion/distinfo Tue Oct 16 11:13:41 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.109 2018/08/18 15:55:13 adam Exp $
+$NetBSD: distinfo,v 1.110 2018/10/16 11:13:41 adam Exp $
 
-SHA1 (subversion-1.10.2.tar.bz2) = bc52ef2e671f821998ac9a5f7ebecbbcaaef83b8
-RMD160 (subversion-1.10.2.tar.bz2) = 0bbd621bb7c61f62c6072c65e3d26de4ce273a5d
-SHA512 (subversion-1.10.2.tar.bz2) = ccbe860ec93a198745e40620cb7e005a85797e344a99ddbc0e24c32ad846976eae35cf5b3d62ba5751b998f0d40bbebbba72f484d92c92693bbb2112c989b129
-Size (subversion-1.10.2.tar.bz2) = 8369762 bytes
+SHA1 (subversion-1.10.3.tar.bz2) = 7bbf350bf21901af46eb40028c50d7b6d0d4f9e0
+RMD160 (subversion-1.10.3.tar.bz2) = ee2d709e4c57fab8a95742f15a9058bca5006848
+SHA512 (subversion-1.10.3.tar.bz2) = e753c76be2c7a7d1e47ef70a417f33ad48a5076ddbe02062b478b0baf8ce063f101aab3a86895e33f6277f273917b87d8c07b002e3e4f9fe3a750a2f8142ef6d
+Size (subversion-1.10.3.tar.bz2) = 8374465 bytes
 SHA1 (patch-Makefile.in) = 49195cc867b393e90cc4658f3e7cfed5a22a26f8
 SHA1 (patch-subversion_bindings_swig_perl_native_Makefile.PL.in) = 3fadde312693f2a304cd7e348c66cbd373c57854
 SHA1 (patch-tools_dev_benchmarks_large__dirs_create__bigdir.sh) = ff19087ff4d348fdcf904eb52406f6b717fe444a



Home | Main Index | Thread Index | Old Index