update to gitolite-3.5.3.1
(while the .1 release contains a security fix, the security issue was only introduced with 3.5.3 release which we didn't have in ports.)
This commit is contained in:
parent
5b33c71da1
commit
c1a5392dac
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/08/06 18:07:56 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2013/10/23 08:15:17 jasper Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
COMMENT= secure hosting of Git repositories
|
||||
|
||||
VERSION= 3.5.2
|
||||
VERSION= 3.5.3.1
|
||||
DISTNAME= gitolite-${VERSION}
|
||||
CATEGORIES= sysutils devel
|
||||
|
||||
|
@ -1,2 +1,4 @@
|
||||
SHA256 (gitolite-3.5.2.tar.gz) = zGie6ivKIA6jYn9LtGiLW2zs4zAFWrNH6mZOHYQEX3k=
|
||||
SIZE (gitolite-3.5.2.tar.gz) = 131361
|
||||
MD5 (gitolite-3.5.3.1.tar.gz) = FwrNZYsJry7ejFSch9Z/iQ==
|
||||
RMD160 (gitolite-3.5.3.1.tar.gz) = BArJ7rwjQkBuVORKZdCWioCaz4M=
|
||||
SHA256 (gitolite-3.5.3.1.tar.gz) = aIt/D5N5Kuh8bBXZupuioWwFo99IEzWeE6QPnr41rFg=
|
||||
SIZE (gitolite-3.5.3.1.tar.gz) = 148133
|
||||
|
@ -1,16 +1,20 @@
|
||||
$OpenBSD: patch-install,v 1.1.1.1 2013/04/22 06:48:25 jasper Exp $
|
||||
--- install.orig Wed Mar 27 23:22:56 2013
|
||||
+++ install Mon Apr 22 08:46:21 2013
|
||||
@@ -61,11 +61,11 @@ for my $d ($ln, $to) {
|
||||
$OpenBSD: patch-install,v 1.2 2013/10/23 08:15:17 jasper Exp $
|
||||
--- install.orig Wed Oct 23 10:11:42 2013
|
||||
+++ install Wed Oct 23 10:12:34 2013
|
||||
@@ -61,7 +61,7 @@ for my $d ($ln, $to) {
|
||||
}
|
||||
|
||||
chdir($ENV{GL_BINDIR});
|
||||
-my $version = `git describe --tags --long --dirty=-dt`;
|
||||
-my $version = `git describe --tags --long --dirty=-dt 2>/dev/null`;
|
||||
+my $version = "${VERSION}";
|
||||
unless ($version =~ /^v\d/) {
|
||||
print STDERR "git describe failed; cannot deduce version number\n";
|
||||
$version = "(unknown)";
|
||||
@@ -69,7 +69,7 @@ unless ($version =~ /^v\d/) {
|
||||
|
||||
if ($to) {
|
||||
_mkdir($to);
|
||||
- system("cp -a * $to");
|
||||
- system("cp -RpP * $to");
|
||||
+ system("umask 022 && pax -rw . $to");
|
||||
_print( "$to/VERSION", $version );
|
||||
} elsif ($ln) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/22 06:48:25 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2013/10/23 08:15:17 jasper Exp $
|
||||
bin/gitolite
|
||||
libexec/gitolite/
|
||||
libexec/gitolite/VERSION
|
||||
@ -86,6 +86,7 @@ libexec/gitolite/triggers/post-compile/update-git-daemon-access-list
|
||||
libexec/gitolite/triggers/post-compile/update-gitweb-access-list
|
||||
libexec/gitolite/triggers/post-compile/update-gitweb-daemon-from-options
|
||||
libexec/gitolite/triggers/renice
|
||||
libexec/gitolite/triggers/repo-specific-hooks
|
||||
libexec/gitolite/triggers/set-default-roles
|
||||
libexec/gitolite/triggers/upstream
|
||||
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||
|
Loading…
x
Reference in New Issue
Block a user