| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=421681
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
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
Notes:
svn path=/head/; revision=409287
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove MASTER_SITES/LOCAL, they are not needed with GH
- fix VERSION
- make ssh-authkeys-split work with sh instead bash
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
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
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
Notes:
svn path=/head/; revision=408775
|
|
|
|
|
|
|
| |
- Switch to options helpers
Notes:
svn path=/head/; revision=407175
|
|
|
|
| |
Notes:
svn path=/head/; revision=406774
|
|
|
|
|
|
|
|
|
|
| |
- Add CPE info
- Fix whitespace
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=385732
|
|
|
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=385521
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
Notes:
svn path=/head/; revision=381618
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
Notes:
svn path=/head/; revision=373448
|
|
|
|
| |
Notes:
svn path=/head/; revision=371544
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=361866
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
https://github.com/sitaramc/gitolite/blob/v3.6.1/CHANGELOG
https://github.com/sitaramc/gitolite/compare/v3.6...v3.6.1
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=359397
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357277
|
|
|
|
|
|
|
|
|
| |
- New RUN_DEPENDS p5-JSON
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=355091
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/sitaramc/gitolite/blob/v3.5.3.1/CHANGELOG
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=354386
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=340549
|
|
|
|
|
|
|
|
|
|
|
| |
- Use GH mastersite
- Support stagedir
PR: ports/183371
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Notes:
svn path=/head/; revision=333782
|
|
|
|
|
|
|
| |
devel part 2)
Notes:
svn path=/head/; revision=327723
|
|
|
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=327380
|
|
|
|
|
|
|
|
| |
PR: ports/177430
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Notes:
svn path=/head/; revision=316471
|
|
|
|
|
|
|
|
| |
PR: ports/177430
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Notes:
svn path=/head/; revision=316461
|
|
|
|
|
|
|
|
|
| |
PR: 176789
Submitted by: William Grzybowski <william88@gmail.com>
Approved by: naintainer
Notes:
svn path=/head/; revision=314145
|
|
|
|
|
|
|
|
| |
PR: ports/175727
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Notes:
svn path=/head/; revision=312444
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
https://github.com/sitaramc/gitolite/blob/5f9789ed8ee519a5987e8fede7f3e65001f4f9c0/CHANGELOG
https://github.com/sitaramc/gitolite/compare/v3.1...v3.2
PR: ports/175243
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Notes:
svn path=/head/; revision=310331
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Document security issue in devel/gitolite
PR: ports/172565
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Reviewed by: eadler
Security: f94befcd-1289-11e2-a25e-525400272390
Feature safe: yes
Notes:
svn path=/head/; revision=305697
|
|
|
|
|
|
|
|
| |
PR: ports/170394
Submitted by: milki <milki@rescomp.berkeley.edu>
Notes:
svn path=/head/; revision=302129
|
|
|
|
|
|
|
|
| |
PR: ports/168378
Submitted by: Milki <milki@rescomp.berkeley.edu> (maintainer)
Notes:
svn path=/head/; revision=297894
|
|
|
|
|
|
|
| |
Submitted by: maintainer via email
Notes:
svn path=/head/; revision=296236
|
|
|
|
|
|
|
|
|
|
| |
- Register CONFLICTS with gitolite2 legacy port
PR: ports/167440
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Notes:
svn path=/head/; revision=296149
|
|
|
|
|
|
|
|
|
| |
Changes: https://raw.github.com/sitaramc/gitolite/pu/doc/CHANGELOG
PR: ports/165222
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Notes:
svn path=/head/; revision=291561
|
|
|
|
|
|
|
|
| |
PR: ports/165022
Submitted by: maintainer, milki at rescomp.berkeley.edu
Notes:
svn path=/head/; revision=291075
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
https://github.com/sitaramc/gitolite/blob/pu/doc/CHANGELOG
https://github.com/sitaramc/gitolite/compare/v2.1...v2.2
PR: ports/164809
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Notes:
svn path=/head/; revision=290475
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
https://groups.google.com/d/topic/gitolite/CzL4g1vuqbY/discussion
https://github.com/sitaramc/gitolite/compare/v2.0.3...v2.1
PR: ports/161147
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Notes:
svn path=/head/; revision=282663
|
|
|
|
|
|
|
|
| |
PR: ports/160940
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Notes:
svn path=/head/; revision=282299
|
|
Gitolite is an access control layer on top of git, which allows access control
down to the branch level, including specifying who can and cannot rewind a
given branch.
Gitolite lets you use a single user on a server to host many git repositories
and provide access to many developers, without having to give them real
userids on or shell access to the server. Authentication is most commonly done
using sshd, but you can also use httpd if you prefer.
Gitolite can restrict who can read from (clone/fetch) or write to (push) a
repository. It can also restrict who can push to what branch or tag, which is
very important in a corporate environment.
WWW: https://github.com/sitaramc/gitolite
PR: ports/159260
Submitted by: milki <milki at rescomp.berkeley.edu>
Notes:
svn path=/head/; revision=278544
|