./security/openssl, Secure Socket Layer and cryptographic library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q3, Version: 1.1.1i, Package name: openssl-1.1.1i, Maintainer: pkgsrc-users

The 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.



Package options: idea, md2, mdc2, rc5, threads

Master sites:

SHA1: eb684ba4ed31fe2c48062aead75233ecd36882a6
RMD160: 95a45fa7c2240dde179e8f8028f998bfa5177cc3
Filesize: 9578.463 KB

Version history: (Expand)


CVS history: (Expand)


   2020-12-11 09:50:56 by Benny Siegert | Files touched by this commit (5) | Package updated
Log message:
Pullup ticket #6384 - requested by wiz
security/openssl: security fix

Revisions pulled up:
- security/openssl/Makefile                                     1.264-1.266
- security/openssl/PLIST                                        1.7
- security/openssl/distinfo                                     1.146-1.147
- security/openssl/patches/patch-Configurations_10-main.conf    deleted
- security/openssl/patches/patch-crypto_rand_rand__unix.c       deleted

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Sep 30 09:25:31 UTC 2020

   Modified Files:
   	pkgsrc/security/openssl: Makefile PLIST distinfo
   Removed Files:
   	pkgsrc/security/openssl/patches: patch-crypto_rand_rand__unix.c

   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

---
   Module Name:	pkgsrc
   Committed By:	maya
   Date:		Tue Oct 13 07:37:29 UTC 2020

   Modified Files:
   	pkgsrc/security/openssl: Makefile

   Log message:
   openssl: add -lrt for the benefit of Solaris 10.

   PR pkg/55688
   PR pkg/54958

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Dec  8 18:54:17 UTC 2020

   Modified Files:
   	pkgsrc/security/openssl: Makefile distinfo
   Removed Files:
   	pkgsrc/security/openssl/patches: patch-Configurations_10-main.conf

   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-03 21:28:58 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #6328 - requested by martin
security/openssl: sparc64 build fix

Revisions pulled up:
- security/openssl/distinfo                                     1.145
- security/openssl/patches/patch-Configurations_unix-Makefile.tmpl 1.3

---
   Module Name:	pkgsrc
   Committed By:	martin
   Date:		Tue Sep 29 05:45:04 UTC 2020

   Modified Files:
   	pkgsrc/security/openssl: distinfo
   	pkgsrc/security/openssl/patches:
   	    patch-Configurations_unix-Makefile.tmpl

   Log message:
   Fix the build on sparc64 (and other architectures that use m4 to generate
   asm files).