Path to this page:
./
security/openssl,
Secure Socket Layer and cryptographic library
Branch: CURRENT,
Version: 1.1.1i,
Package name: openssl-1.1.1i,
Maintainer: pkgsrc-usersThe OpenSSL Project is a collaborative effort to develop a
robust, commercial-grade, full-featured, and Open Source
toolkit implementing the Secure Sockets Layer (SSL v2/v3)
and Transport Layer Security (TLS v1) protocols as well as
a full-strength general purpose cryptography library. The
project is managed by a worldwide community of volunteers
that use the Internet to communicate, plan, and develop the
OpenSSL toolkit and its related documentation.
MESSAGE.SunOS [+/-]===========================================================================
$NetBSD: MESSAGE.SunOS,v 1.1 2011/01/20 16:25:21 tez Exp $
openssl may dump core on SunOS due to a bug in the Solaris linker which
erroneously pads .init segment with zeros [instead of nops]. Since the
bug is triggered at initialization, it can be seen with a simple test like
'openssl version'.
Some versions of gcc already contain a workaround, and the linker may be
fixed in some release. If you see the problem, there are details and a
fix for gcc at http://www.openssl.org/~appro/values.c which solves the
problem.
See also http://gnats.netbsd.org/43939
===========================================================================
Required to build:[
pkgtools/cwrappers]
Package options: idea, md2, mdc2, rc5, threads
Master sites:
SHA1: eb684ba4ed31fe2c48062aead75233ecd36882a6
RMD160: 95a45fa7c2240dde179e8f8028f998bfa5177cc3
Filesize: 9578.463 KB
Version history: (Expand)
- (2020-12-08) Updated to version: openssl-1.1.1i
- (2020-09-30) Updated to version: openssl-1.1.1h
- (2020-09-01) Updated to version: openssl-1.1.1gnb3
- (2020-07-13) Updated to version: openssl-1.1.1gnb2
- (2020-04-30) Updated to version: openssl-1.1.1gnb1
- (2020-04-21) Updated to version: openssl-1.1.1g
CVS history: (Expand)
2020-12-08 19:54:17 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
openssl: update to 1.1.1i.
Major changes between OpenSSL 1.1.1h and OpenSSL 1.1.1i [8 Dec 2020]
o Fixed NULL pointer deref in GENERAL_NAME_cmp (CVE-2020-1971)
|
2020-10-13 09:37:29 by Maya Rashish | Files touched by this commit (1) |
Log message:
openssl: add -lrt for the benefit of Solaris 10.
PR pkg/55688
PR pkg/54958
|
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.
|