Commit graph

13 commits

Author SHA1 Message Date
ryoon
db7c765962 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
047a7f787e 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
d0f12c7d30 One more PERL5 SUBST.
Ride previous revbump.
2013-03-16 16:11:16 +00:00
ryoon
d7683a23c0 * Remove unused SUBST_*.
* Whitespaces to tabs.
2013-03-16 16:02:06 +00:00
ryoon
771856f551 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
38adee418d 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
2fbc5d1dc6 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
30cd80b17e * Fix typo in MESSAGE.
* Remove obsolete patches and regen distinfo.
2013-01-31 11:12:51 +00:00
ryoon
e59422b18a Update to 3.04
* Update MESSAGE.

Changelog:
* Re-written from scratch, this is gilolite g3.
2013-01-25 21:04:02 +00:00
asau
1685739ccc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
3184463075 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
5435d4c935 Derive gitolite's PKGNAME from its DISTNAME. 2012-02-13 17:14:13 +00:00
ryoon
68670dc137 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