summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim>2010-10-11 20:46:20 +0000
committerminskim <minskim>2010-10-11 20:46:20 +0000
commit496dba229057552e22f6f3f8bd3ecccdb892a29b (patch)
treee01d972088bd407e68b8252baacffa1cf904ccfd /devel
parent3f5e96f5fa289573c97b353342c129d998eb416b (diff)
downloadpkgsrc-496dba229057552e22f6f3f8bd3ecccdb892a29b.tar.gz
Update scmgit to 1.7.0.7.
This fixes http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2542. Changes since 1.7.0.5: * "git diff --stat" used "int" to count the size of differences, which could result in overflowing. * "git rev-list --abbrev-commit" defaulted to 40-byte abbreviations, unlike newer tools in the git toolset. * "make NO_CURL=NoThanks install" was broken. * An overlong line after ".gitdir: " in a git file caused out of bounds access to an array on the stack. * "git config --path conf.var" to attempt to expand a variable conf.var that uses "~/" short-hand segfaulted when $HOME environment variable was not set.
Diffstat (limited to 'devel')
-rw-r--r--devel/scmgit-base/Makefile3
-rw-r--r--devel/scmgit-base/distinfo8
-rw-r--r--devel/scmgit/Makefile.version4
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile
index 7399bc27491..5c6d968bd98 100644
--- a/devel/scmgit-base/Makefile
+++ b/devel/scmgit-base/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2010/08/21 16:34:48 seb Exp $
+# $NetBSD: Makefile,v 1.26 2010/10/11 20:46:21 minskim Exp $
#
.include "../../devel/scmgit/Makefile.common"
PKGNAME= scmgit-base-${GIT_VERSION}
-PKGREVISION= 1
COMMENT= GIT Tree History Storage Tool (base package)
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/devel/scmgit-base/distinfo b/devel/scmgit-base/distinfo
index 86f09772562..2ecd8b8b921 100644
--- a/devel/scmgit-base/distinfo
+++ b/devel/scmgit-base/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2010/04/28 22:01:43 morr Exp $
+$NetBSD: distinfo,v 1.27 2010/10/11 20:46:21 minskim Exp $
-SHA1 (git-1.7.0.5.tar.gz) = 3ac6cd9971c6682df12442ba2b5f79e54311583a
-RMD160 (git-1.7.0.5.tar.gz) = 6b2e294fa3d327ed0e0c61fb7532e75f35fcc4f4
-Size (git-1.7.0.5.tar.gz) = 2951641 bytes
+SHA1 (git-1.7.0.7.tar.gz) = 1fdbf77c5bf7a5b9be8388085165bab99d1dd686
+RMD160 (git-1.7.0.7.tar.gz) = 9a768fac1a4786991df4970252a05a57a620819d
+Size (git-1.7.0.7.tar.gz) = 2953355 bytes
SHA1 (patch-aa) = 8356e00a82567ecad200b61daa91a453755407dd
SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091
SHA1 (patch-ae) = 06ea26658a986dc702c1c2c04c1a27f0a01e4dce
diff --git a/devel/scmgit/Makefile.version b/devel/scmgit/Makefile.version
index b1b30c55066..41905f9eff4 100644
--- a/devel/scmgit/Makefile.version
+++ b/devel/scmgit/Makefile.version
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.14 2010/04/28 22:01:43 morr Exp $
+# $NetBSD: Makefile.version,v 1.15 2010/10/11 20:46:20 minskim Exp $
#
-GIT_VERSION= 1.7.0.5
+GIT_VERSION= 1.7.0.7