pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel git: updated to 2.17.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b18c990d254
branches:  trunk
changeset: 308707:1b18c990d254
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 30 06:40:43 2018 +0000

description:
git: updated to 2.17.1

Git v2.17.1:

Fixes:

 * This release contains the same fixes made in the v2.13.7 version of
   Git, covering CVE-2018-11233 and 11235, and forward-ported to
   v2.14.4, v2.15.2 and v2.16.4 releases.  See release notes to
   v2.13.7 for details.

 * In addition to the above fixes, this release has support on the
   server side to reject pushes to repositories that attempt to create
   such problematic .gitmodules file etc. as tracked contents, to help
   hosting sites protect their customers by preventing malicious
   contents from spreading.

diffstat:

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

diffs (45 lines):

diff -r 9f288cd44b7c -r 1b18c990d254 devel/git-base/Makefile
--- a/devel/git-base/Makefile   Wed May 30 02:26:26 2018 +0000
+++ b/devel/git-base/Makefile   Wed May 30 06:40:43 2018 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2018/04/29 21:31:32 adam Exp $
+# $NetBSD: Makefile,v 1.57 2018/05/30 06:40:43 adam Exp $
 
 .include "../../devel/git/Makefile.common"
 
 PKGNAME=       git-base-${GIT_VERSION}
-PKGREVISION=   2
 COMMENT=       GIT Tree History Storage Tool (base package)
 
 CONFLICTS+=            scmgit-base-[0-9]*
diff -r 9f288cd44b7c -r 1b18c990d254 devel/git-base/distinfo
--- a/devel/git-base/distinfo   Wed May 30 02:26:26 2018 +0000
+++ b/devel/git-base/distinfo   Wed May 30 06:40:43 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.80 2018/04/14 06:18:24 adam Exp $
+$NetBSD: distinfo,v 1.81 2018/05/30 06:40:43 adam Exp $
 
-SHA1 (git-2.17.0.tar.xz) = f0d4139af75bfdbe306387358b2e40eb541ccc06
-RMD160 (git-2.17.0.tar.xz) = d419c1d8cb9aaf976853ae088e8b1a72cb5ddd38
-SHA512 (git-2.17.0.tar.xz) = dab1c1d5d384b36720abc049a66ba60631e17958b214cfbec467be7adc02e82190e5282554da71797892c16bfe52d65b6244a281f504385083125bcb98ec7ee9
-Size (git-2.17.0.tar.xz) = 5011556 bytes
+SHA1 (git-2.17.1.tar.xz) = cdc8ba409643f6fe19b1bf0653d60f3aac0485f3
+RMD160 (git-2.17.1.tar.xz) = 8b0e973822ca721d9189ce13b7baf49677f98efb
+SHA512 (git-2.17.1.tar.xz) = 77c27569d40fbae1842130baa0cdda674a02e384631bd8fb1f2ddf67ce372dd4903b2ce6b4283a4ae506cdedd5daa55baa2afe6a6689528511e24e4beb864960
+Size (git-2.17.1.tar.xz) = 5015484 bytes
 SHA1 (patch-Makefile) = c053b0ba6a84a2bb745a7ea60ed519c84cc3fb22
 SHA1 (patch-ac) = e5d2112d158fe493a89b244a10d2e4b998a23d98
 SHA1 (patch-af) = 06460f220b4703a1ff98809006ec1aed5017bb23
diff -r 9f288cd44b7c -r 1b18c990d254 devel/git/Makefile.version
--- a/devel/git/Makefile.version        Wed May 30 02:26:26 2018 +0000
+++ b/devel/git/Makefile.version        Wed May 30 06:40:43 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.version,v 1.70 2018/04/11 19:39:34 adam Exp $
+# $NetBSD: Makefile.version,v 1.71 2018/05/30 06:40:43 adam Exp $
 #
 # used by devel/git/Makefile.common
 # used by devel/git-cvs/Makefile
 # used by devel/git-svn/Makefile
 
-GIT_VERSION=   2.17.0
+GIT_VERSION=   2.17.1



Home | Main Index | Thread Index | Old Index