pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 3 07:45:18 UTC 2017
Modified Files:
pkgsrc/devel/git: Makefile.version
pkgsrc/devel/git-base: distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/git/Makefile.version
cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/git-base/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/git/Makefile.version
diff -u pkgsrc/devel/git/Makefile.version:1.58 pkgsrc/devel/git/Makefile.version:1.59
--- pkgsrc/devel/git/Makefile.version:1.58 Thu Jul 13 06:55:19 2017
+++ pkgsrc/devel/git/Makefile.version Thu Aug 3 07:45:18 2017
@@ -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
Index: pkgsrc/devel/git-base/distinfo
diff -u pkgsrc/devel/git-base/distinfo:1.67 pkgsrc/devel/git-base/distinfo:1.68
--- pkgsrc/devel/git-base/distinfo:1.67 Thu Jul 13 06:55:19 2017
+++ pkgsrc/devel/git-base/distinfo Thu Aug 3 07:45:18 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index