summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-03-02 23:41:07 +0000
committerryoon <ryoon@pkgsrc.org>2013-03-02 23:41:07 +0000
commit2fbc5d1dc6693f817e6e655eebf509c2b93ad107 (patch)
tree29d8b79fbce159aec1fe807a60b25a7d8d0323bd /devel
parente09b524d57d4afdbcc46b72d6ac0243a15ec6a25 (diff)
downloadpkgsrc-2fbc5d1dc6693f817e6e655eebf509c2b93ad107.tar.gz
Update to 3.3
Changelog: 2012-12-29 v3.3 bug fix: gl-perms propagation to slaves broke sometime after v3.2 (so if you're only picking up tagged releases you're OK) the "D" command now allows rm/unlock to be totally disabled new trigger: update-gitweb-daemon-from-options; another way to update gitweb and daemon access lists new 'create' command for explicit wild repo creation, and new AutoCreate trigger to control auto-creation allow simple macros in conf file 2012-11-14 v3.2 major efficiency boost for large setups optional support for multi-line pubkeys; see src/triggers/post-compile/ssh-authkeys-split bug fix for not creating gl-conf when repo para has only config lines and no access rules new 'bg' trigger command to put long jobs started from a trigger into background %GL_REPO and %GL_CREATOR now work for 'option's also test suite now much more BSD friendly 2012-10-05 v3.1 (security) fix path traversal on wild repos new %GL_CREATOR variable for git-config lines rsync command to create and send bundles automagically migrated 'who-pushed' logical expressions on refexes!!!
Diffstat (limited to 'devel')
-rw-r--r--devel/gitolite/Makefile12
-rw-r--r--devel/gitolite/PLIST13
-rw-r--r--devel/gitolite/distinfo8
3 files changed, 23 insertions, 10 deletions
diff --git a/devel/gitolite/Makefile b/devel/gitolite/Makefile
index b063c2bd99a..2986228d701 100644
--- a/devel/gitolite/Makefile
+++ b/devel/gitolite/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2013/01/25 21:04:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2013/03/02 23:41:07 ryoon Exp $
#
-DISTNAME= gitolite-3.04
+GLVER= 3.3
+DISTNAME= gitolite-${GLVER}
CATEGORIES= devel net
-MASTER_SITES= -https://github.com/sitaramc/gitolite/archive/v3.04.tar.gz
+MASTER_SITES= -https://github.com/sitaramc/gitolite/archive/v${GLVER}.tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sitaramc/gitolite/wiki
@@ -22,8 +23,9 @@ FETCH_USING= curl
NO_BUILD= yes
REPLACE_PERL= src/lib/* src/VREF/* src/triggers/* src/triggers/*/* \
- src/commands/* src/gitolite*
-REPLACE_SH= src/VREF/* src/triggers/*
+ src/commands/* src/gitolite* src/lib/Gitolite/Test/*
+REPLACE_SH= src/VREF/* src/triggers/* src/triggers/post-compile/* \
+ src/commands/*
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= pre-configure
diff --git a/devel/gitolite/PLIST b/devel/gitolite/PLIST
index a5e5d742190..353133d6af3 100644
--- a/devel/gitolite/PLIST
+++ b/devel/gitolite/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2013/01/25 21:04:02 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2013/03/02 23:41:07 ryoon Exp $
bin/gitolite
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Common.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Conf.pm
@@ -15,8 +15,10 @@ ${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Test.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Test/Tsh.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/Alias.pm
+${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/AutoCreate.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/CpuTime.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/Mirroring.pm
+${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/RefexExpr.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/RepoUmask.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/Shell.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/Writable.pm
@@ -28,8 +30,10 @@ libexec/gitolite/VREF/MERGE-CHECK
libexec/gitolite/VREF/VOTES
libexec/gitolite/VREF/lock
libexec/gitolite/VREF/partial-copy
+libexec/gitolite/VREF/refex-expr
libexec/gitolite/commands/D
libexec/gitolite/commands/access
+libexec/gitolite/commands/create
libexec/gitolite/commands/creator
libexec/gitolite/commands/desc
libexec/gitolite/commands/fork
@@ -43,22 +47,29 @@ libexec/gitolite/commands/mirror
libexec/gitolite/commands/perms
libexec/gitolite/commands/print-default-rc
libexec/gitolite/commands/push
+libexec/gitolite/commands/rsync
libexec/gitolite/commands/sshkeys-lint
libexec/gitolite/commands/sskm
libexec/gitolite/commands/sudo
libexec/gitolite/commands/svnserve
libexec/gitolite/commands/symbolic-ref
+libexec/gitolite/commands/who-pushed
libexec/gitolite/commands/writable
libexec/gitolite/gitolite
libexec/gitolite/gitolite-shell
libexec/gitolite/syntactic-sugar/continuation-lines
libexec/gitolite/syntactic-sugar/keysubdirs-as-groups
+libexec/gitolite/syntactic-sugar/macros
+libexec/gitolite/triggers/bg
libexec/gitolite/triggers/partial-copy
libexec/gitolite/triggers/post-compile/ssh-authkeys
libexec/gitolite/triggers/post-compile/ssh-authkeys-shell-users
+libexec/gitolite/triggers/post-compile/ssh-authkeys-split
+libexec/gitolite/triggers/post-compile/update-description-file
libexec/gitolite/triggers/post-compile/update-git-configs
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/upstream
share/gitolite
diff --git a/devel/gitolite/distinfo b/devel/gitolite/distinfo
index 2e2ed5c0ca3..50aafd247a8 100644
--- a/devel/gitolite/distinfo
+++ b/devel/gitolite/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/01/31 11:12:52 ryoon Exp $
+$NetBSD: distinfo,v 1.4 2013/03/02 23:41:07 ryoon Exp $
-SHA1 (gitolite-3.04.tar.gz) = 6248e3afc0603104d9110148a49fff99538ee93c
-RMD160 (gitolite-3.04.tar.gz) = f7ee414c334ae6feed76c8da347280c5a5407943
-Size (gitolite-3.04.tar.gz) = 113916 bytes
+SHA1 (gitolite-3.3.tar.gz) = 36e860d37d12c5523b6cdfa6980da9811d8e5ed3
+RMD160 (gitolite-3.3.tar.gz) = 8ef6c4e36b7a9609c4118d6806c73458f16746fa
+Size (gitolite-3.3.tar.gz) = 123163 bytes