aboutsummaryrefslogtreecommitdiff
path: root/net/gitolite/patches
Commit message (Collapse)AuthorAge
* gitolite: update to 3.6.13krant2024-02-07
| | | | | | | | - Use git for sources since no proper tarball is available - Switch package URL to HTTPS - Refresh the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* gitolite: Drop openssh dependencyDaniel F. Dickinson2019-01-27
| | | | | | | | | | | | | Current dropbear is sufficient for gitolite purposes, so don't require openssh (we don't do a dependency on either dropbear or openssh as they are not yet drop-in replacements in terms of packaging for the functions shared between them). To achieve tihs we also eliminate the dependency on ssh-keygen. Previously gitolite used ssh-keygen to generate fingerprints from OpenSSH keys to ensure non-duplication of keys when processing them to create / manage user ssh access to the git repositories. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* gitolite: Update to 3.6.8Daniel F. Dickinson2018-08-02
| | | | | | Update to newest release. We also drop a now unnecesary patch. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* net/gitolite: Add gitolite for git repo administration/access controlDaniel Dickinson2016-10-23
Adds gitolite package which is a handy administrative tool for managing shared git repositories. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>