2008-01-04 23:08:10 by Roland Illig | Files touched by this commit (1) |
Log message:
Removed the special-case handling of PKG_SYSCONFDIR for NetBSD. Now the
configuration files are installed in the usual pkgsrc place, not in
/etc. PKGREVISION++
Ok'ed by jlam@.
|
2007-12-28 00:41:42 by Greg Troxel | Files touched by this commit (1) |
Log message:
Remove deprecated "fee-based commercial use" license for idea, mdc2,
rc5, and replace with {idea,mdc2,rc5}-nonlicense. Because pkgsrc does
not yet handle multiple licenses, set LICENSE to
openssl-patented-algorithms-nonlicense.
|
2007-10-21 19:52:53 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Full and proper fix for CVE-2007-5135
PKGREVISION++
|
2007-09-07 19:26:23 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Allow packages that use OpenSSL to specify that they need an OpenSSL
built with support for threads. This is done by adding the following
line to the package Makefile before the inclusion of openssl/buildlink3.mk:
USE_FEATURES.openssl= threads
The openssl/builtin.mk file is also adjusted to detect whether or not
the built-in OpenSSL was built with support for threads and the result
is used accordingly to determine whether or not a pkgsrc OpenSSL is
needed.
|
2007-08-04 16:29:44 by Tobias Nygren | Files touched by this commit (5) |
Log message:
Add a target configuration for Tru64 with gcc.
|
2007-07-18 15:11:15 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Compile OpenSSL with supports for threads. This allows an application
to register callbacks which implement locking primitive to make
OpenSSL thread-safe.
Bump package revision because of this change.
|
2007-05-30 10:54:31 by Roland Illig | Files touched by this commit (22) |
Log message:
Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
|
2007-05-03 16:23:42 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Fix typo in "SUBST_MESSAGE.dl".
|
2007-04-26 23:11:05 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Also link with the "dl" library when creating the shared libraries.
Another attempt to fix PR pkg/36086.
|
2007-04-24 16:10:37 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Use all necessary means to convince OpenSSL's "special" build system
to link with the "dl" library under Mac OS X if necessary.
This should finally fix PR pkg/36086.
|