Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
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
archivers updated archivers/lzo to 2.0.8 2014-06-29 13:38:53 +00:00
audio Bump PKGREVISION 2014-07-02 14:02:38 +00:00
benchmarks Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
biology DB_File was first released with perl 5 2014-06-02 12:51:38 +00:00
bootstrap Use check_compiler=yes on Darwin, fixes bootstrap with newer XCode that 2014-07-11 17:29:21 +00:00
cad Work around build problem seen only in pbulk (remains unclear why). 2014-06-28 21:05:11 +00:00
chat Stop defining _XOPEN_SOURCE past 600 on SunOS. 2014-07-09 10:30:11 +00:00
comms Update to Asterisk 1.8.28.2: this fixes multiple vulnerabilities and 2014-07-02 03:20:43 +00:00
converters Include sys/time.h for utimes(). From PR 48965 by SUNAGAWA Keiki. 2014-07-06 18:50:20 +00:00
cross Make types (size_t and ptrdiff_t), predefines and link specs the same 2014-07-05 09:03:49 +00:00
databases No flags past the first argument, please. 2014-07-09 14:31:32 +00:00
devel Update to 3.6.1 2014-07-12 04:56:09 +00:00
distfiles
doc Updated emulators/qemu to 2.0.0nb4. 2014-07-11 19:16:40 +00:00
editors Fix broken patch file in previous commit. 2014-07-10 02:25:10 +00:00
emulators Fix qemu bug 1335444 aka PR pkg/48071. Patches from Kirill Batuzov, 2014-07-11 19:15:08 +00:00
filesystems Upgrade to OpenAFS 1.6.9 2014-06-12 23:44:04 +00:00
finance Update trytond modules using py-trytond/Makefile.common while adding 2014-06-25 06:03:36 +00:00
fonts FreeBSD's unzip doesn't handle the distfile. 2014-06-26 20:32:25 +00:00
games Recursive revbump for textproc/tinyxml update. 2014-07-08 14:59:40 +00:00
geography Recursive revbump for textproc/tinyxml update. 2014-07-08 14:59:40 +00:00
graphics Switched to CMake; removed gimp dependency. 2014-07-10 13:41:48 +00:00
ham (Upstream update 3.21.79 to 3.21.82) 2014-06-15 14:27:43 +00:00
inputmethod Reset PKGREVISION 2014-06-17 13:16:09 +00:00
lang Don't use "-pe", it breaks unprivileged builds on FreeBSD, use "-pp" instead. 2014-07-07 20:01:47 +00:00
licenses Add cc-by-nd-v3.0-license based on 2014-06-08 09:33:12 +00:00
mail Update ruby-actionmailer32 to 3.2.19. 2014-07-06 07:42:15 +00:00
math +py-intervals 2014-07-05 19:34:12 +00:00
mbone Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
meta-pkgs +ruby-shoulda 2014-07-05 12:25:31 +00:00
misc Pass in paths to X11, fixes build on systems where it is installed 2014-07-11 16:55:17 +00:00
mk Generate a correct error message, instead of referring to a variable 2014-07-04 21:20:52 +00:00
multimedia Various fixes for SunOS support. 2014-07-10 17:00:21 +00:00
net Avoid "error: call of overloaded <func> is ambiguous". Fixes SunOS. 2014-07-11 20:06:20 +00:00
news Fix termcap handling: always use -ltermcap and use termcap.bl3.mk. Should 2014-06-29 19:03:30 +00:00
packages
parallel Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
pkgtools Add LIBTOOL_REQD. Bump version. 2014-06-25 17:51:55 +00:00
print sort 2014-07-10 15:38:17 +00:00
regress Do not use a naked "make", instead use TEST_MAKE. Now it fails differently. 2014-06-21 16:34:13 +00:00
security Add dependency on p5-Term-ReadLine-Perl. Either that or 2014-07-05 05:17:27 +00:00
shells Add used-by lines. pkglint fixes. 2014-07-03 15:00:41 +00:00
sysutils Fix ftsynth.h include. Fixes at least the Linux build. 2014-07-11 10:58:43 +00:00
templates
textproc Update to 0.0.12: 2014-07-11 09:52:42 +00:00
time Use tail -n +2 instead of tail +2 to work around broken Linux userlands. 2014-06-29 19:12:51 +00:00
wm Patch a pair of missing error checks. PKGREVISION -> 6 2014-06-24 06:28:02 +00:00
www update to bozohttpd 20140708. changes include minor bug fixes, .svg 2014-07-08 14:17:15 +00:00
x11 add missing libX11 buildlink; PKGREVISION -> 9. 2014-06-29 06:07:30 +00:00
Makefile Remove old bulk build code. Use pbulk. 2014-06-02 10:24:05 +00:00
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.