summaryrefslogtreecommitdiff
path: root/www/cgit
AgeCommit message (Collapse)AuthorFilesLines
2020-03-31Udate to cgit-1.2.3roy3-37/+31
== ChangeLog v1.2.3 == 14 files changed, 183 insertions(+), 26 deletions(-) This patch updates us to git 2.25.1, augments our tests, adds support for lzip and zstd, and fixes a crash in when following logs. == ChangeLog v1.2.2 == 38 files changed, 264 insertions(+), 153 deletions(-) In terms of features, this release adds support for per-repository overrides of the enable-blame command, since git-blame can be expensive on huge repos. == ChangeLog v1.2.1 == 6 files changed, 465 insertions(+), 39 deletions(-) Notable Changes: * The authentication filters have been revamped, and a new one using file-based access lists has been added. * A bug fix for the cached rc file for the snapshot-prefix. * A fix for a critical directory traversal vulnerability, when `enable-http-clone=1` is not turned off, discovered by Jann Horn. This is pretty nasty and all users must update immediately. == ChangeLog v1.2 == 41 files changed, 1000 insertions(+), 497 deletions(-) Notable Changes: * Update to git 2.18. * Proper age sorting of repositories. * Print symlink content properly. * Numerous fixes to our cache system, addressing issues experienced on high- volume sites like kernel.org. * A new view for git-blame, showing the latest commit for each line of a given file. * Annotated tags are now printed in a slightly darker color. * The prefix for snapshots can now be controlled from the configuration file via repo.snapshot-prefix=, rather than only using the repo's basename. This is useful for serving, say, linux-4.17.7.tar.gz from a repository called linux-stable.git. * The snapshot tarball compression types now control which archives are allowed to be served, instead of merely controlling what was shown as a link on the webpage. This allows sitemasters to keep their cache size under control and also prohibit the use of expensive compression routines. * Signatures can now be added for snapshot tarballs through the use of git notes. Details are found in the cgitrc(5) man page: https://git.zx2c4.com/cgit/tree/cgitrc.5.txt?id=22583c4992852fff08559c35fde7bf6f673d1644#n770 * The extra-head-content= option was added for appending additional meta-tags to the <head> section, such as those required for the `go get` utility. * Numerous important bug fixes, crash fixes, memory leak fixes, and compiler fixes.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-1/+2
2017-08-01Follow some http -> https redirects.wiz1-3/+3
2017-04-21Don't overwrite CFLAGS/LDFLAGS. Needs libiconv.jperkin3-6/+25
2017-02-10Update to cgit-1.1.roy2-13/+12
Changes include: * Single-child trees are now elided into single links. Instead of having to click through depths of links, now a single link will to to the maximum point of depth. * Continuing our commitment to supporting kernel.org, we've adopted some of their style changes in our CSS, now allowing for colored even/odd table rows with a nice hover effect. * Snapshot name prettification is now consistent, so that the 'v' prefix stripping only occurs when it won't create any collisions. This is a slight change of behavior, but I imagine cases of folks relying on the old broken behavior are few and far between. * We now use Git 2.10.2 internally, which has brought with it numerous cleanups and a gradual shift away from 20 byte uchar arrays and toward the newer "object_id" structure.
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-1/+2
2016-01-31Update to 0.12ryoon2-13/+13
Changelog: == ChangeLog v0.12 == 49 files changed, 1073 insertions(+), 2145 deletions(-) Changes: * Uses internally Git 2.7.0. * Show remote refs in branch switcher combobox. * Add sample post-receive hook in /contrib. * Add HTML escaping to filters. * Add "enable-follow-links" option to have the log UI behave the same way as "git log --follow", as well as updating the diffand commit UIs. * Errors are now cached under the dynamic-ttl setting. * Simplified filters and converters. * Add "enable-html-serving" to turn on serving of HTML mimetypes from the /plain handler, to prevent against stored XSS. * /blob no longer takes a mimetype query string parameter. Bug fixes: * Always honor repo.hide and repo.ignore. * Ensure /about/ always has a trailing slash to keep other links consistent internally. * Unit test stability improvements. * Numerous internal cleanups. * Always send HTTP headers even on error messages. * Cleaner mimetype parsing. * Multiple resource leaks plugged. * Do not allow header injection. * Fix integer/buffer overflow. * Fix several crashes. * Return 404 when no repositories are found. == ChangeLog v0.11.2 == 22 files changed, 444 insertions(+), 92 deletions(-) Additions: * New sample filter: filters/gentoo-ldap-authentication.lua This filter shows how you might use lualdap for real authentication. Changes: * Uses internally Git 2.3.2 * No longer display blank links for submodules when there's no way of resolving the submodule location. Bug fixes: * Numerous code quality fixes from sparse * Take into account leading slashes when comptuing links * Set up environment variables before making clone urls == ChangeLog v0.11.1 == 10 files changed, 127 insertions(+), 113 deletions(-) Changes: * Uses internally Git 2.3.1 * Optimized commit and tag parsing * The sample simple-authentication.lua has been hardened Bug fixes: * When clicking on an owner in the index, use the right query string for searching * When filtering in the index, make the sorting links point to the same filtered page of results * Also, the same as above, but with pagination links * F_SETLK is now used to avoid creating stale lock files == ChangeLog v0.11.0 == 31 files changed, 328 insertions(+), 211 deletions(-) Features: * "stat-only" diff type, for kernel.org, where diff's can become huge * Show rel='vcs-git' on clone URL attributes * Add rel-vcs microformat links to HTML <head> section * Add "owner-filter" option, for filtering the owner column in the index * Snapshots now have HTTP ETags, for better caching * repo.hide and repo.ignore can now be specified for changing repository visibility Changes: * Rebased on Git 2.3.0 * Match more Markdown extensions * Tooltips now show absolute time for relative date markers * Use git's built-in ident line splitting algorithm instead * The patch output now matches git's format Bug fixes: * More constification * Documentation fixes * Libravatar now uses HTTPS correctly * Be sure README exists before displaying * Remove trailing slash when .git is removed from links
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+3
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 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-03-14wants to link with pthreadstnn1-1/+2
2015-03-13needs zlibtnn1-1/+2
2015-01-18bulk build wants opensslwiedi1-1/+2
2014-12-01Import cgit-0.10.2 as www/cgit, packaged by mstapelberg, rsmarples,wiz6-0/+156
ryoon in wip and updated and prepared for import by dillo. cgit is a cgi application implemented in C. It is non-forking, uses an internal cache to speed things up. Also, it features virtual URLs (unlike gitweb).