Bugfix update to git-1.8.0.3
OK benoit@ (maintainer)
This commit is contained in:
parent
c055655be2
commit
dc6e734779
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.86 2012/11/30 21:16:30 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.87 2013/01/01 18:35:42 dcoppa Exp $
|
||||
|
||||
COMMENT-main = GIT - Tree History Storage Tool
|
||||
COMMENT-svn = GIT - subversion interoperability tools
|
||||
COMMENT-x11 = GIT - graphical tools
|
||||
|
||||
V = 1.8.0.1
|
||||
V = 1.8.0.3
|
||||
DISTNAME = git-${V}
|
||||
PKGNAME-main = ${DISTNAME}
|
||||
PKGNAME-svn = git-svn-${V}
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (git-1.8.0.1.tar.gz) = doGRaS8ovJ3OCrWIJHjTCyIKVzOhKtVx6tyD+ggiwuo=
|
||||
SHA256 (git-manpages-1.8.0.1.tar.gz) = me1av+2/xmNy3Rxi4BjOFNsq2D3+iY7KmYfAPLau860=
|
||||
SIZE (git-1.8.0.1.tar.gz) = 4229599
|
||||
SIZE (git-manpages-1.8.0.1.tar.gz) = 523444
|
||||
SHA256 (git-1.8.0.3.tar.gz) = SNjA6EW0cETB9dPJsnlxRXJ2Rr+d41qwE2aVhE1j/3M=
|
||||
SHA256 (git-manpages-1.8.0.3.tar.gz) = y/ePUUHv6HvgKZmSa1iVUaCS2iWMjk57cy1fubl4cN4=
|
||||
SIZE (git-1.8.0.3.tar.gz) = 4235284
|
||||
SIZE (git-manpages-1.8.0.3.tar.gz) = 526222
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-gitweb_gitweb_perl,v 1.19 2012/11/30 21:16:30 pascal Exp $
|
||||
$OpenBSD: patch-gitweb_gitweb_perl,v 1.20 2013/01/01 18:35:42 dcoppa Exp $
|
||||
|
||||
This prevents the following error: '-T and -B not implemented on filehandles'
|
||||
|
||||
--- gitweb/gitweb.perl.orig Sun Oct 21 23:32:15 2012
|
||||
+++ gitweb/gitweb.perl Fri Nov 23 23:48:58 2012
|
||||
@@ -6893,7 +6893,7 @@ sub git_blob_plain {
|
||||
--- gitweb/gitweb.perl.orig Fri Dec 28 01:32:43 2012
|
||||
+++ gitweb/gitweb.perl Sun Dec 30 13:43:13 2012
|
||||
@@ -6892,7 +6892,7 @@ sub git_blob_plain {
|
||||
$expires = "+1d";
|
||||
}
|
||||
|
||||
@ -13,7 +13,7 @@ This prevents the following error: '-T and -B not implemented on filehandles'
|
||||
or die_error(500, "Open git-cat-file blob '$hash' failed");
|
||||
|
||||
# content-type (can include charset)
|
||||
@@ -6955,7 +6955,7 @@ sub git_blob {
|
||||
@@ -6954,7 +6954,7 @@ sub git_blob {
|
||||
}
|
||||
|
||||
my $have_blame = gitweb_check_feature('blame');
|
||||
|
Loading…
Reference in New Issue
Block a user