From 7306e1779997feb64f62152de047d30c90373bc9 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Tue, 29 Dec 2009 23:06:18 +0100 Subject: [PATCH] git: updated to 1.6.6. --- git/.footprint | 6 +++++- git/.md5sum | 4 ++-- git/Pkgfile | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/git/.footprint b/git/.footprint index 905e47bac..16c87a32c 100644 --- a/git/.footprint +++ b/git/.footprint @@ -50,7 +50,6 @@ drwxr-xr-x root/root usr/lib/git-core/ -rwxr-xr-x root/root usr/lib/git-core/git-fast-export -rwxr-xr-x root/root usr/lib/git-core/git-fast-import -rwxr-xr-x root/root usr/lib/git-core/git-fetch --rwxr-xr-x root/root usr/lib/git-core/git-fetch--tool -rwxr-xr-x root/root usr/lib/git-core/git-fetch-pack -rwxr-xr-x root/root usr/lib/git-core/git-filter-branch -rwxr-xr-x root/root usr/lib/git-core/git-fmt-merge-msg @@ -65,6 +64,7 @@ drwxr-xr-x root/root usr/lib/git-core/ -rwxr-xr-x root/root usr/lib/git-core/git-gui--askpass -rwxr-xr-x root/root usr/lib/git-core/git-hash-object -rwxr-xr-x root/root usr/lib/git-core/git-help +-rwxr-xr-x root/root usr/lib/git-core/git-http-backend -rwxr-xr-x root/root usr/lib/git-core/git-http-fetch -rwxr-xr-x root/root usr/lib/git-core/git-http-push -rwxr-xr-x root/root usr/lib/git-core/git-imap-send @@ -96,6 +96,7 @@ drwxr-xr-x root/root usr/lib/git-core/ -rwxr-xr-x root/root usr/lib/git-core/git-mktree -rwxr-xr-x root/root usr/lib/git-core/git-mv -rwxr-xr-x root/root usr/lib/git-core/git-name-rev +-rwxr-xr-x root/root usr/lib/git-core/git-notes -rwxr-xr-x root/root usr/lib/git-core/git-pack-objects -rwxr-xr-x root/root usr/lib/git-core/git-pack-redundant -rwxr-xr-x root/root usr/lib/git-core/git-pack-refs @@ -218,6 +219,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-gui.1.gz -rw-r--r-- root/root usr/man/man1/git-hash-object.1.gz -rw-r--r-- root/root usr/man/man1/git-help.1.gz +-rw-r--r-- root/root usr/man/man1/git-http-backend.1.gz -rw-r--r-- root/root usr/man/man1/git-http-fetch.1.gz -rw-r--r-- root/root usr/man/man1/git-http-push.1.gz -rw-r--r-- root/root usr/man/man1/git-imap-send.1.gz @@ -244,6 +246,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-mktree.1.gz -rw-r--r-- root/root usr/man/man1/git-mv.1.gz -rw-r--r-- root/root usr/man/man1/git-name-rev.1.gz +-rw-r--r-- root/root usr/man/man1/git-notes.1.gz -rw-r--r-- root/root usr/man/man1/git-pack-objects.1.gz -rw-r--r-- root/root usr/man/man1/git-pack-redundant.1.gz -rw-r--r-- root/root usr/man/man1/git-pack-refs.1.gz @@ -370,6 +373,7 @@ drwxr-xr-x root/root usr/share/git-gui/lib/ -rw-r--r-- root/root usr/share/git-gui/lib/mergetool.tcl drwxr-xr-x root/root usr/share/git-gui/lib/msgs/ -rw-r--r-- root/root usr/share/git-gui/lib/msgs/de.msg +-rw-r--r-- root/root usr/share/git-gui/lib/msgs/el.msg -rw-r--r-- root/root usr/share/git-gui/lib/msgs/fr.msg -rw-r--r-- root/root usr/share/git-gui/lib/msgs/hu.msg -rw-r--r-- root/root usr/share/git-gui/lib/msgs/it.msg diff --git a/git/.md5sum b/git/.md5sum index 596c2c5eb..828d233d3 100644 --- a/git/.md5sum +++ b/git/.md5sum @@ -1,2 +1,2 @@ -0c2eb426cf596755d6d57a83c9a78be7 git-1.6.5.7.tar.bz2 -bafa2e4b914df994ede6a5b401018ef5 git-manpages-1.6.5.7.tar.bz2 +25e4bcdc528b3ffadc6e59908a513881 git-1.6.6.tar.bz2 +2f31c767576fa693b5b45244a022fdd3 git-manpages-1.6.6.tar.bz2 diff --git a/git/Pkgfile b/git/Pkgfile index 81d4a1355..930f8d3cf 100644 --- a/git/Pkgfile +++ b/git/Pkgfile @@ -5,7 +5,7 @@ # Nice to have: tk name=git -version=1.6.5.7 +version=1.6.6 release=1 source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2)