pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Git v2.13.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/b9e207f56de3
branches: trunk
changeset: 366114:b9e207f56de3
user: adam <adam%pkgsrc.org@localhost>
date: Thu Aug 03 07:45:18 2017 +0000
description:
Git v2.13.4:
* Update the character width tables.
* A recent update broke an alias that contained an uppercase letter,
which has been fixed.
* On Cygwin, similar to Windows, "git push //server/share/repository"
ought to mean a repository on a network share that can be accessed
locally, but this did not work correctly due to stripping the double
slashes at the beginning.
* The progress meter did not give a useful output when we haven't had
0.5 seconds to measure the throughput during the interval. Instead
show the overall throughput rate at the end, which is a much more
useful number.
* We run an early part of "git gc" that deals with refs before
daemonising (and not under lock) even when running a background
auto-gc, which caused multiple gc processes attempting to run the
early part at the same time. This is now prevented by running the
early part also under the GC lock.
diffstat:
devel/git-base/distinfo | 10 +++++-----
devel/git/Makefile.version | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (31 lines):
diff -r a76061be30f8 -r b9e207f56de3 devel/git-base/distinfo
--- a/devel/git-base/distinfo Thu Aug 03 07:44:11 2017 +0000
+++ b/devel/git-base/distinfo Thu Aug 03 07:45:18 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.67 2017/07/13 06:55:19 adam Exp $
+$NetBSD: distinfo,v 1.68 2017/08/03 07:45:18 adam Exp $
-SHA1 (git-2.13.3.tar.xz) = a3916b3fa5a09ad7e478f4d78265b0ca1916d55d
-RMD160 (git-2.13.3.tar.xz) = c205f6c627baeebac333199ea123c3ed807872d4
-SHA512 (git-2.13.3.tar.xz) = 8a8db4d675c9d8d0e834620c5c7ce7937edd7f4bf1d8a176e1218e5773960e2635c48cb931dfe206b237e2da8371e521acf9c2776847605bea13f8a7304c9f9b
-Size (git-2.13.3.tar.xz) = 4754532 bytes
+SHA1 (git-2.13.4.tar.xz) = 699fa4c1aa7dfa99dd367346266871bc1bf1fd89
+RMD160 (git-2.13.4.tar.xz) = 617a4cff4df14ccab3a846d196a23c6ed40821a9
+SHA512 (git-2.13.4.tar.xz) = dbe6c08a6cb4931f0d1c16dabc23595c8e328a397552817ceb29cb1bf38f546e3a6ec9943db06e3adb39b15772f9e79e94c08fb4cd1f1807663602cb132983f5
+Size (git-2.13.4.tar.xz) = 4755472 bytes
SHA1 (patch-aa) = a58f3c2f45c1fbafd751d10b9ef34e6c9afc2c6f
SHA1 (patch-ac) = e5d2112d158fe493a89b244a10d2e4b998a23d98
SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca
diff -r a76061be30f8 -r b9e207f56de3 devel/git/Makefile.version
--- a/devel/git/Makefile.version Thu Aug 03 07:44:11 2017 +0000
+++ b/devel/git/Makefile.version Thu Aug 03 07:45:18 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.version,v 1.58 2017/07/13 06:55:19 adam Exp $
+# $NetBSD: Makefile.version,v 1.59 2017/08/03 07:45:18 adam Exp $
#
# used by devel/git/Makefile.common
# used by devel/git-cvs/Makefile
# used by devel/git-svn/Makefile
-GIT_VERSION= 2.13.3
+GIT_VERSION= 2.13.4
Home |
Main Index |
Thread Index |
Old Index