Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to a new snapshot from the OpenBSD 2.6 branch dated 20041207 | Simon L. B. Nielsen | 2004-12-14 | 1 | -23/+29 |
| | | | | | | | | | | | | | | which, among many other things, fixes the know security vulnerabilities. - Remove some notes about tracking NetBSD, since the port does not do that anymore. - Remove out-of-date information from pkg-descr. - Take maintainership. Approved by: nectar Notes: svn path=/head/; revision=123999 | ||||
* | - Fix the "duplicate script for target <...> ignored" warnings on -current | Alexander Leidinger | 2003-09-10 | 1 | -0/+25 |
caused by ${WRKSRC}/Makefile. - Fix the "extra tokens at end of #else directive" warnings in ${WRKSRC}/sysdep/freebsd/sysdep-os.h on -current. - Fix some format strings in ${WRKSRC}/conf.c and ${WRKSRC}/sa.c for 64 bit systems (obtained from NetBSD). - Move the delta patching ${WRKSRC}/Makefile from patch-ab (priviously patching ${WRKSRC}/samples/Makefile and ${WRKSRC}/Makefile) to patch-aa (patching ${WRKSRC}/Makefile). - Build and install certpatch(8), a quite usefull tool to add subjectAltName identities to X.509 certificates. Submitted by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=88906 |