2020-09-30 11:25:31 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
openssl: update to 1.1.1h.
Major changes between OpenSSL 1.1.1g and OpenSSL 1.1.1h [22 Sep 2020]
o Disallow explicit curve parameters in verifications chains when
X509_V_FLAG_X509_STRICT is used
o Enable 'MinProtocol' and 'MaxProtocol' to configure both TLS and DTLS
contexts
o Oracle Developer Studio will start reporting deprecation warnings
|
2020-09-29 07:45:04 by Martin Husemann | Files touched by this commit (2) |
Log message:
Fix the build on sparc64 (and other architectures that use m4 to generate
asm files).
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-07-22 22:41:30 by Sijmen J. Mulder | Files touched by this commit (3) |
Log message:
security/openssl: Make compatible with Apple Silicon
|
2020-07-13 13:35:54 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
openssl: Fix c_rehash manual page entry.
Previously after the openssl-* renames it ended up as a dangling symlink,
causing "pkg_admin check" failures. Bump PKGREVISION.
|
2020-07-10 12:04:55 by Hauke Fath | Files touched by this commit (3) |
Log message:
Unbreak security/openssl build on pre-v9 Darwin.
(1) There is no {get,make,set}context support before Darwin 9
(2) Instead of failing the build on makedepend(8) malfunction, have
make(1) ignore its return value - which used to be the default for
previous OpenSSL versions.
|
2020-05-23 12:32:06 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
openssl: Unbreak Darwin installs after --libdir change.
Adding --libdir seems innocuous enough, but due to OpenSSL's crazy complicated
build system actually results in LIBDIR becoming unset, which trickles down to
the Darwin -install_name being wrong. This broke the 'openssl' command and
thus many many dependencies.
Switch to $(libdir) instead which appears to still be set correctly.
|
2020-05-21 12:41:36 by Nia Alarie | Files touched by this commit (1) |
Log message:
openssl: Pass explicit libdir
Some linuxes have /lib64. pkgsrc should never use /lib64.
Pointed out by sobukus on freenode
|
2020-04-30 13:21:58 by Nia Alarie | Files touched by this commit (3) |
Log message:
openssl: Fix KERN_ARND usage on NetBSD.
XXX upstream
|
2020-04-21 15:35:59 by Sevan Janiyan | Files touched by this commit (1) |
Log message:
new manual in 1.1.1g
|