Wed Apr 5 10:13:24 2023 UTC ()
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


(nikita)
diff -r1.30 -r1.31 pkgsrc/devel/gitolite/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/gitolite/PLIST
diff -r1.16 -r1.17 pkgsrc/devel/gitolite/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/devel/gitolite/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gitolite/Makefile 2022/06/28 11:31:43 1.30
+++ pkgsrc/devel/gitolite/Makefile 2023/04/05 10:13:24 1.31
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.30 2022/06/28 11:31:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2023/04/05 10:13:24 nikita Exp $
2 2
3GLVER= 3.6.6 3GLVER= 3.6.12
4DISTNAME= gitolite-${GLVER} 4DISTNAME= gitolite-${GLVER}
5PKGREVISION= 5 
6CATEGORIES= devel net 5CATEGORIES= devel net
7MASTER_SITES= ${MASTER_SITE_GITHUB:=sitaramc/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=sitaramc/}
8GITHUB_PROJECT= gitolite 7GITHUB_PROJECT= gitolite
9GITHUB_TAG= v${PKGVERSION_NOREV} 8GITHUB_TAG= v${PKGVERSION_NOREV}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= https://github.com/sitaramc/gitolite/wiki 11HOMEPAGE= https://github.com/sitaramc/gitolite/wiki
13COMMENT= Gitolite allows you to host Git repositories easily and securely 12COMMENT= Gitolite allows you to host Git repositories easily and securely
14LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
15 14
16DEPENDS+= git-base>=1.6.6:../../devel/git-base 15DEPENDS+= git-base>=1.6.6:../../devel/git-base
17 16
18USE_LANGUAGES= # none 17USE_LANGUAGES= # none

cvs diff -r1.9 -r1.10 pkgsrc/devel/gitolite/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/gitolite/PLIST 2016/07/05 18:49:23 1.9
+++ pkgsrc/devel/gitolite/PLIST 2023/04/05 10:13:24 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.9 2016/07/05 18:49:23 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.10 2023/04/05 10:13:24 nikita Exp $
2bin/gitolite 2bin/gitolite
3${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Cache.pm 3${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Cache.pm
4${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Common.pm 4${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Common.pm
5${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Conf.pm 5${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Conf.pm
6${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Conf/Explode.pm 6${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Conf/Explode.pm
7${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Conf/Load.pm 7${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Conf/Load.pm
8${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Conf/Store.pm 8${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Conf/Store.pm
9${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Conf/Sugar.pm 9${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Conf/Sugar.pm
10${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Easy.pm 10${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Easy.pm
11${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Hooks/PostUpdate.pm 11${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Hooks/PostUpdate.pm
12${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Hooks/Update.pm 12${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Hooks/Update.pm
13${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Rc.pm 13${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Rc.pm
14${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Setup.pm 14${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Setup.pm
@@ -32,37 +32,39 @@ libexec/gitolite/VREF/FILETYPE @@ -32,37 +32,39 @@ libexec/gitolite/VREF/FILETYPE
32libexec/gitolite/VREF/MAX_NEWBIN_SIZE 32libexec/gitolite/VREF/MAX_NEWBIN_SIZE
33libexec/gitolite/VREF/MERGE-CHECK 33libexec/gitolite/VREF/MERGE-CHECK
34libexec/gitolite/VREF/NAME_NC 34libexec/gitolite/VREF/NAME_NC
35libexec/gitolite/VREF/VOTES 35libexec/gitolite/VREF/VOTES
36libexec/gitolite/VREF/lock 36libexec/gitolite/VREF/lock
37libexec/gitolite/VREF/partial-copy 37libexec/gitolite/VREF/partial-copy
38libexec/gitolite/VREF/refex-expr 38libexec/gitolite/VREF/refex-expr
39libexec/gitolite/commands/1plus1 39libexec/gitolite/commands/1plus1
40libexec/gitolite/commands/D 40libexec/gitolite/commands/D
41libexec/gitolite/commands/access 41libexec/gitolite/commands/access
42libexec/gitolite/commands/config 42libexec/gitolite/commands/config
43libexec/gitolite/commands/create 43libexec/gitolite/commands/create
44libexec/gitolite/commands/creator 44libexec/gitolite/commands/creator
 45libexec/gitolite/commands/compile-template-data
45libexec/gitolite/commands/desc 46libexec/gitolite/commands/desc
46libexec/gitolite/commands/fork 47libexec/gitolite/commands/fork
47libexec/gitolite/commands/git-annex-shell 48libexec/gitolite/commands/git-annex-shell
48libexec/gitolite/commands/git-config 49libexec/gitolite/commands/git-config
49libexec/gitolite/commands/help 50libexec/gitolite/commands/help
50libexec/gitolite/commands/htpasswd 51libexec/gitolite/commands/htpasswd
51libexec/gitolite/commands/info 52libexec/gitolite/commands/info
52libexec/gitolite/commands/list-dangling-repos 53libexec/gitolite/commands/list-dangling-repos
53libexec/gitolite/commands/lock 54libexec/gitolite/commands/lock
54libexec/gitolite/commands/mirror 55libexec/gitolite/commands/mirror
55libexec/gitolite/commands/motd 56libexec/gitolite/commands/motd
 57libexec/gitolite/commands/newbranch
56libexec/gitolite/commands/option 58libexec/gitolite/commands/option
57libexec/gitolite/commands/owns 59libexec/gitolite/commands/owns
58libexec/gitolite/commands/perms 60libexec/gitolite/commands/perms
59libexec/gitolite/commands/print-default-rc 61libexec/gitolite/commands/print-default-rc
60libexec/gitolite/commands/push 62libexec/gitolite/commands/push
61libexec/gitolite/commands/readme 63libexec/gitolite/commands/readme
62libexec/gitolite/commands/rsync 64libexec/gitolite/commands/rsync
63libexec/gitolite/commands/sshkeys-lint 65libexec/gitolite/commands/sshkeys-lint
64libexec/gitolite/commands/sskm 66libexec/gitolite/commands/sskm
65libexec/gitolite/commands/sudo 67libexec/gitolite/commands/sudo
66libexec/gitolite/commands/svnserve 68libexec/gitolite/commands/svnserve
67libexec/gitolite/commands/symbolic-ref 69libexec/gitolite/commands/symbolic-ref
68libexec/gitolite/commands/who-pushed 70libexec/gitolite/commands/who-pushed

cvs diff -r1.16 -r1.17 pkgsrc/devel/gitolite/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/gitolite/distinfo 2021/10/26 10:14:42 1.16
+++ pkgsrc/devel/gitolite/distinfo 2023/04/05 10:13:24 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2021/10/26 10:14:42 nia Exp $ 1$NetBSD: distinfo,v 1.17 2023/04/05 10:13:24 nikita Exp $
2 2
3BLAKE2s (gitolite-3.6.6.tar.gz) = a85edadd9059e0b92254cb10b71ccbd00a82946093c9863d6e1e2669bdc2fc01 3BLAKE2s (gitolite-3.6.12.tar.gz) = 21b930159b32accb9397c354981e4562f701f37701d665bfd82779741d66b021
4SHA512 (gitolite-3.6.6.tar.gz) = 1529330ed2afa315fcb650c55d515e5d4b61921f46b4d763a759537434492959f100d2219ab7673e568d46f397a25a45d4388fe3827ea988333fc8719820f8bc 4SHA512 (gitolite-3.6.12.tar.gz) = f6a7f4daf8a6f73db823a95cd677c1c436e04a05460a239b5844468cf0f3e6f8da1b1cd86d98c84bb8e80e5ca446c9afd0ca221cce622398c0d0a3ce18062c22
5Size (gitolite-3.6.6.tar.gz) = 183469 bytes 5Size (gitolite-3.6.12.tar.gz) = 203704 bytes