pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gitolite
Module Name: pkgsrc
Committed By: nikita
Date: Wed Apr 5 10:13:24 UTC 2023
Modified Files:
pkgsrc/devel/gitolite: Makefile PLIST distinfo
Log Message:
gitolite: update to version 3.6.12
Changelog:
2020-08-04 v3.6.12 mirroring terminoligy changes
install script can now modify #! lines when using a custom
perl executable
'config' user command allows for config values with spaces
in them
finally added notes in "t/README" on testing http mode and
mirroring, with pre-build helpers for Fedora and Manjaro
...plus various bug fixes
2019-01-08 v3.6.11 fix security issue in 'rsync' (bundle helper); see commit
5df2b81 for more
2018-09-30 v3.6.10 fix up boo-boo caused by previous release; see mails on
list for details
2018-08-07 v3.6.9 prevent racy access to repos in process of migration to
gitolite
'info' learns new '-p' option to show only physical repos
(as opposed to wild repos)
2018-07-12 v3.6.8 fix bug when deleting *all* hooks for a repo
allow trailing slashes in repo names
make pre-receive hook driver bail on non-zero exit of a
pre-receive hook
allow templates in gitolite.conf (new feature)
various optimiations
2017-07-02 v3.6.7 allow repo-specific hooks to be organised into
subdirectories, and allow the multi-hook driver to be
placed in some other location of your choice
allow simple test code to be embedded within the
gitolite.conf file; see contrib/utils/testconf for how.
(This goes on the client side, not on the server)
allow syslog "facility" to be changed, from the default of
'local0'
allow @group names in config values to be expanded; it is
replaced with a space separated list of members
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/gitolite/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/gitolite/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/gitolite/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gitolite/Makefile
diff -u pkgsrc/devel/gitolite/Makefile:1.30 pkgsrc/devel/gitolite/Makefile:1.31
--- pkgsrc/devel/gitolite/Makefile:1.30 Tue Jun 28 11:31:43 2022
+++ pkgsrc/devel/gitolite/Makefile Wed Apr 5 10:13:24 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2022/06/28 11:31:43 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2023/04/05 10:13:24 nikita Exp $
-GLVER= 3.6.6
+GLVER= 3.6.12
DISTNAME= gitolite-${GLVER}
-PKGREVISION= 5
CATEGORIES= devel net
MASTER_SITES= ${MASTER_SITE_GITHUB:=sitaramc/}
GITHUB_PROJECT= gitolite
Index: pkgsrc/devel/gitolite/PLIST
diff -u pkgsrc/devel/gitolite/PLIST:1.9 pkgsrc/devel/gitolite/PLIST:1.10
--- pkgsrc/devel/gitolite/PLIST:1.9 Tue Jul 5 18:49:23 2016
+++ pkgsrc/devel/gitolite/PLIST Wed Apr 5 10:13:24 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2016/07/05 18:49:23 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/04/05 10:13:24 nikita Exp $
bin/gitolite
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Cache.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Common.pm
@@ -42,6 +42,7 @@ libexec/gitolite/commands/access
libexec/gitolite/commands/config
libexec/gitolite/commands/create
libexec/gitolite/commands/creator
+libexec/gitolite/commands/compile-template-data
libexec/gitolite/commands/desc
libexec/gitolite/commands/fork
libexec/gitolite/commands/git-annex-shell
@@ -53,6 +54,7 @@ libexec/gitolite/commands/list-dangling-
libexec/gitolite/commands/lock
libexec/gitolite/commands/mirror
libexec/gitolite/commands/motd
+libexec/gitolite/commands/newbranch
libexec/gitolite/commands/option
libexec/gitolite/commands/owns
libexec/gitolite/commands/perms
Index: pkgsrc/devel/gitolite/distinfo
diff -u pkgsrc/devel/gitolite/distinfo:1.16 pkgsrc/devel/gitolite/distinfo:1.17
--- pkgsrc/devel/gitolite/distinfo:1.16 Tue Oct 26 10:14:42 2021
+++ pkgsrc/devel/gitolite/distinfo Wed Apr 5 10:13:24 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:14:42 nia Exp $
+$NetBSD: distinfo,v 1.17 2023/04/05 10:13:24 nikita Exp $
-BLAKE2s (gitolite-3.6.6.tar.gz) = a85edadd9059e0b92254cb10b71ccbd00a82946093c9863d6e1e2669bdc2fc01
-SHA512 (gitolite-3.6.6.tar.gz) = 1529330ed2afa315fcb650c55d515e5d4b61921f46b4d763a759537434492959f100d2219ab7673e568d46f397a25a45d4388fe3827ea988333fc8719820f8bc
-Size (gitolite-3.6.6.tar.gz) = 183469 bytes
+BLAKE2s (gitolite-3.6.12.tar.gz) = 21b930159b32accb9397c354981e4562f701f37701d665bfd82779741d66b021
+SHA512 (gitolite-3.6.12.tar.gz) = f6a7f4daf8a6f73db823a95cd677c1c436e04a05460a239b5844468cf0f3e6f8da1b1cd86d98c84bb8e80e5ca446c9afd0ca221cce622398c0d0a3ce18062c22
+Size (gitolite-3.6.12.tar.gz) = 203704 bytes
Home |
Main Index |
Thread Index |
Old Index