2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
2005-12-28 00:40:04 by Jeremy C. Reed | Files touched by this commit (2) |
Log message:
Update patch to also use PKGMANDIR instead of "man" for the
MANDIR in the makefile.
|
2005-12-17 06:20:24 by Johnny C. Lam | Files touched by this commit (50) |
Log message:
Change my MAINTAINER email address to the one I've been using for
pkgsrc work.
|
2005-12-06 00:55:25 by Roland Illig | Files touched by this commit (413) |
Log message:
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-10-31 15:59:30 by Todd Vierling | Files touched by this commit (2) |
Log message:
Fix build on Interix; it seems % has special meaning in Configure now.
|
2005-10-15 08:29:58 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Update security/openssl from 0.9.7h to 0.9.7i. Changes from version
0.9.7h include fixing a shared library upgrade problem where openssl-0.9.7h
had a different ABI than previous 0.9.7 sub-revisions due to a changed
constant.
|
2005-10-12 04:20:10 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
If the native openssl-0.9.7d contains the security fixes pulled up to
the netbsd-2-0, netbsd-2, and netbsd-3-0 branches on 2005-10-11, then
for the purposes of satisfying dependencies, pretend it's openssl-0.9.7h.
|
2005-10-12 04:00:03 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Remove leading "-" from version number when matching the openssl-0.9.6g
from the netbsd-1-6 branch with the 20040401 fix.
|
2005-10-11 19:19:21 by Johnny C. Lam | Files touched by this commit (7) | |
Log message:
Update security/openssl to version 0.9.7h. This is a security
vulnerability triggered update due to CAN-2005-2969. Changes from
version 0.9.7f include:
o Fix SSL 2.0 Rollback, CAN-2005-2969
o Allow use of fixed-length exponent on DSA signing
o Default fixed-window RSA, DSA, DH private-key operations
o More compilation issues fixed.
o Adaptation to more modern Kerberos API.
o Enhanced or corrected configuration for Solaris64, Mingw and Cygwin.
o Enhanced x86_64 assembler BIGNUM module.
o More constification.
o Added processing of proxy certificates (RFC 3820).
|