Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-12-19 | Mark package as broken until security problems described in PR pkg/14850 | tron | 1 | -1/+3 | |
are fixed. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -5/+9 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -14/+12 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-04 | turn KERBEROS into a binary switch | assar | 1 | -2/+2 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-29 | Add automatic ${VARIABLE} handling for MESSAGE files. | wiz | 2 | -8/+9 | |
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs. | |||||
2000-08-06 | Make this build under NetBSD newer than 1.5. | tron | 3 | -7/+28 | |
2000-07-27 | Regenerate files/md5 because MD5 for radius-3.6B-skey.tar.gz has changed. | jlam | 1 | -2/+2 | |
Also remove old file from ftp.netbsd.org. Closes PR#10334. | |||||
2000-04-11 | The FTP and SKEY patches have changed. | soren | 1 | -3/+3 | |
2000-02-29 | Make Kerberos IV support compile. I still think that <krb.h> should | kim | 3 | -16/+35 | |
not have prototypes for {afs,mit}_string_to_key(), but this was easier to fix without unknown side effects. | |||||
2000-02-29 | The SKEY patch distribution seems to have changed. | kim | 1 | -2/+2 | |
I think it is just a more recent version of logdaemon, which is not used on NetBSD. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-05 | Make this package build again. Fixes PR pkg/8891 by Damon Brodie. | tron | 3 | -23/+38 | |
1999-11-27 | sync w/ master site, still needs more work (see PR 8891, left open for ↵ | hubertf | 1 | -4/+4 | |
someone else to fix) | |||||
1999-11-23 | fixed bad md5 checksum for radius.3.6B-skey.tar.gz | windsor | 1 | -2/+2 | |
1999-09-14 | Change how Kerberos support is enabled in pkgsrc. | kim | 1 | -5/+3 | |
Quick guide for compiling packages: - set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf Quick guide for configuring Kerberos support in a package Makefile: - test for KERBEROS value and enable the appropriate version with CONFIGURE_ARGS or other means and set USE_KERBEROS=yes - make sure to disable Kerberos support otherwise (especially if using configure, which might automatically detect it) - BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk when USE_KERBEROS=yes is set | |||||
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -1/+3 | |
displayed using the -B option to pkg_info(1). Add USE_KERBEROS4 to BUILD_DEFS | |||||
1999-07-23 | Don't use soon-to-be-removed "${NO_WRKSUBDIR}". | tron | 1 | -2/+2 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+7 | |
1999-07-07 | Correct MD5 checksum. They now match what is on the master sites and on | tron | 1 | -3/+3 | |
"ftp.netbsd.org". | |||||
1999-07-06 | Correct md5 checksum for radius/radius.3.6B-skey.tar.gz. | agc | 1 | -2/+2 | |
Fixes PR 7917 by Koji Kondo. | |||||
1999-06-14 | Update the MD5 to match the new sources at www.mr.net/~bradley/... | bad | 1 | -3/+3 | |
Fixes PR 7726. | |||||
1999-05-03 | Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifies | tv | 1 | -3/+3 | |
use of krb4 _or_ a compatible subsystem. (MAKE_ was only used by this option; USE_ is used by many.) Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled. | |||||
1999-04-24 | Explain how to setup configuration files. | tron | 2 | -2/+9 | |
1999-04-24 | Compile correct default for configuration directory path into binaries. | tron | 2 | -15/+64 | |
1999-04-24 | Simplify handling of included patch files. | tron | 1 | -7/+4 | |
1999-04-24 | Remove unused "post-extract" target. | tron | 1 | -6/+1 | |
1999-04-24 | Use "INSTALL_TARGET" instead of custom "do-install" target and make sure | tron | 2 | -33/+13 | |
that installing the package second time will work. | |||||
1999-04-24 | Comment out broken Kerberos IV support for now. | tron | 1 | -8/+9 | |
1999-04-24 | Handle extraction of unpacked tar archives much simpler. | tron | 1 | -11/+9 | |
1999-04-24 | Fix problem between radius server and BinTec routers. | tron | 1 | -0/+20 | |
1999-04-24 | Correct MD5 checksums. | tron | 1 | -2/+2 | |
1999-03-22 | Add a note about my hopes for maintaining a single radius server. | kim | 1 | -1/+7 | |
1999-03-22 | Merit AAA RADIUS server | kim | 9 | -0/+258 | |