Commit graph

29 commits

Author SHA1 Message Date
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wiz
9bd737fe76 Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
wiz
786d49f368 Updated gitolite to 3.6.6.
2016-09-08  v3.6.6  simple but important fix for a future perl deprecation
                    (perl will be removing "." from @INC in 5.24)

                    'perms' now requires a '-c' to activate batch mode
                    (should not affect interactive use but check your scripts
                    perhaps?)

                    gitolite setup now accepts a '-m' option to supply a
                    custom message (useful when it is used by a script)

From Harry Waddell in PR 52293.
2017-06-12 08:24:37 +00:00
wiz
2b0a009d0e Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
ryoon
562f130731 Update to 3.6.5
Changelog:
2016-02-20  v3.6.5  allow creator check to be bypassed during mirroring

                    handle new style ssh fingerprinting correctly (thanks to
                    Robin Johnson)

                    allow pre-auto-gc as a repo-specific hook

                    optimise mirror pushes for heavily used repos

                    create-with-reference trigger: on repo creation, setup
                    objects/info/alternates for a server side alternate object
                    store.

                    'mirror status all all' prints a list of repos that have
                    *some* error, which is arguably more useful for further
                    action/processing

                    allow incrementally adding more repo-specific hooks
2016-07-05 18:49:23 +00:00
ryoon
a0cc83eb9c Update to 3.6.4
Changelog:
2015-11-01  v3.6.4  a ref-create bug in wild repos was fixed

                    some contrib code related to AD integration, and to
                    redmine user aliases

                    teach Alias.pm a few new tricks

                    remove a race condition in 'create' command that affected
                    the 'default roles' setting

                    make 'who-pushed' more efficient (local push logs, and
                    'tip search')

                    'gitolite query-rc' learns '-d' ('--dump') option
2016-02-07 07:37:56 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
ryoon
48892e1c70 Update to 3.6.3
* Use GITHUB framework.

Changelog:
2015-04-26  v3.6.3  allow limited use of 'git config' using the new 'config'
                    command

                    accept openssh 6.8's new fingerprint output format

                    (finally!) allow limited symlinks within ~/repositories;
                    see commit 8e36230 for details

                    perms command now lists available roles

                    minor backward compat breakage: 'perms -l repo' no longer
                    works; see 'perms -h' for new usage

                    allow gitolite-shell to be used as $SHELL (experts only;
                    no support, no docs; see commit 9cd1e37 for details)

                    help with 'git push --signed' using a post-receive hook to
                    adopt push certs into 'refs/push-certs'; for details see
                    contrib/hooks/repo-specific/save-push-signatures

                    new 'transparent proxy' feature for git repos; see
                    src/lib/Gitolite/Triggers/TProxy.pm for details
2015-04-30 00:18:23 +00:00
ryoon
d11da6ed87 Update yo 3.6.2
Changelog:
2014-11-10  v3.6.2  disable ../ everywhere (see mailing list thread for
                    details)

                    VREF/NAME_NC -- like VREF/NAME but for new commits only.
                    Details within src/VREF/NAME_NC.

                    allow gitolite.conf to be tested locally; details within
                    contrib/utils/gitolite-local
2014-11-29 03:23:01 +00:00
ryoon
334360092d Update to 3.6.1
* Improve MESSAGE

Changelog:
2014-06-22  v3.6.1  experimental rc format convertor for "<= 3.3" users who
                    have already upgraded the *code* to ">= v3.4".  Program is
                    in contrib/utils.

                    giving shell access to a few users got a lot easier (see
                    comments in the rc file).

                    allow logging to syslog as well (see comments in the rc
                    file)

                    new 'motd' command

                    redis caching redone and now in core; see
                    http://gitolite.com/gitolite/cache.html

2014-05-09  v3.6    (cool stuff) the access command can now help you debug
                    your rules / understand how a specific access decision was
                    arrived at.

                    mirroring: since mirroring is asynchronous (by default
                    anyway), when a 'git push --mirror' fails, you may not
                    know it unless you look in the log file on the server.
                    Now gitolite captures the info and -- if the word 'fatal'
                    appears anywhere within it, it saves the entire output and
                    prints it to STDERR for anyone who reads or writes the
                    repo on the *master* server, until the error condition
                    clears up.

                    mirroring: allow 'nosync' slaves -- no attempt to
                    automatically push to these slaves will be made.  Instead,
                    you have to manually (or via cron, etc) trigger pushes.

                    (backward compat breakage) the old v2 syntax for
                    specifying gitweb owner and description is no longer
                    supported.

                    macros now allow strings as arguments (thanks to Jason
                    Donenfeld for the idea/problem).

                    the 'info' command can print in JSON format if asked to.

                    repo-specific hooks: now you can specify more than one,
                    and gitolite runs all of them in sequence.

                    new trigger 'expand-deny-messages' to show more details
                    when access is denied.

                    git-annex support is finally in master, yaaay!

                    new 'readme' command, modelled after 'desc'.  Apparently
                    gitweb can use a README.html file in the *bare* repo
                    directory -- who knew!

2013-10-14  v3.5.3  catch undefined groupnames (when possible)

                    mirroring: async push to slaves

                    (some portability fixes)

                    (a couple of contrib scripts - querying IPA based LDAP
                    servers for group membership, and user key management)

                    allow groups in subconf files (this *may* slow down
                    compilation in extreme cases)

                    make adding repo-specific hooks easier (see cust.mkd or
                    cust.html online for docs)

                    smart http now supports git 1.8.2 and above (which changed
                    the protocol requirements a wee bit)
2014-07-12 04:56:09 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
18a46154bf Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
bsiegert
11eb68bbc8 Fix a common mistake in many different packages: POSIX says that when using
pax -rw, the destination directory must exist. pax in NetBSD creates it if
not, pax in MirBSD complains. I read through all pkgsrc Makefiles that use
pax and added an entry to INSTALLATION_DIRS, or an INSTALL_DATA_DIR
invocation.

I did not test all the changes but they should be fairly safe. If you notice
any breakage because of this change, please contact me.
2013-10-18 11:41:17 +00:00
ryoon
e1576d4777 Update to 3.5.2
Changelog:
2013-07-10  v3.5.2  allow ENV vars to be set from repo options, for use in
                    triggers and hooks

                    bug-fix: the new set-default-roles feature was being
                    invoked on every run of "perms" and overriding it!
2013-09-26 21:05:29 +00:00
wiz
6ba0de1f29 Finish git rename from scmgit to git. 2013-09-09 14:07:58 +00:00
ryoon
b017236082 Update to 3.5.1
Changelog:
2013-03-24  v3.5    (2 minor backward compat breakages)
                    1.  'DEFAULT_ROLE_PERMS' replaced by per repo
                        'default.roles' option
                    2.  'gitolite list-memberships' now requires a '-r' or a
                        '-u' flag

                    new 'gitolite owns' command (thanks to Kevin Pulo)
2013-06-11 13:37:20 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
ryoon
9b000bb7ca One more PERL5 SUBST.
Ride previous revbump.
2013-03-16 16:11:16 +00:00
ryoon
ca52e0989a * Remove unused SUBST_*.
* Whitespaces to tabs.
2013-03-16 16:02:06 +00:00
ryoon
26168bd6ae Bump PKGREVISION.
* Fix perl's path in hook files.
  Fix functionality on unprivileged bootstrap pkgsrc environment.
2013-03-16 15:56:17 +00:00
ryoon
266c7e6535 Update to 3.4
Changelog:
2013-03-05  v3.4    new rc file format makes it much easier to enable specific
                    features
2013-03-14 18:55:02 +00:00
ryoon
bfd1c9ea3c 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!!!
2013-03-02 23:41:07 +00:00
ryoon
840cff39bf * Fix typo in MESSAGE.
* Remove obsolete patches and regen distinfo.
2013-01-31 11:12:51 +00:00
ryoon
434beedeaa Update to 3.04
* Update MESSAGE.

Changelog:
* Re-written from scratch, this is gilolite g3.
2013-01-25 21:04:02 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
minskim
0c4d6cea30 Derive gitolite's PKGNAME from its DISTNAME. 2012-02-13 17:14:13 +00:00
ryoon
b8af25aba0 Import gitolite-2.2 as devel/gitolite
Gitolite is an SSH-based gatekeeper providing access control for
a server that hosts many git repositories. Without gitolite, each
developer needing to push to one of the repositories hosted would
need a user account on that server; gitolite lets you do that just
using SSH public keys tied to a single, common, user that hosts
all the repositories.

Gitolite can restrict who can read (clone/fetch) from or write
(push) to a repository, and who can push to what branch or tag -
an important issue in corporate environments. Other features include:

* access control by branch-name or by modified file/directory;
* per-developer "personal namespace" prefixes;
* simple but powerful configuration file syntax (with validation);
* config files (and authority for maintaining them) can be split;
* easy integration with gitweb;
* comprehensive logging;
* easy migration from gitosis.
2011-11-20 19:11:49 +00:00