pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssl openssl: update to 1.1.1i.
details: https://anonhg.NetBSD.org/pkgsrc/rev/888eaaa94d7f
branches: trunk
changeset: 443203:888eaaa94d7f
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Dec 08 18:54:17 2020 +0000
description:
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)
diffstat:
security/openssl/Makefile | 4 +-
security/openssl/distinfo | 11 +++---
security/openssl/patches/patch-Configurations_10-main.conf | 22 --------------
3 files changed, 7 insertions(+), 30 deletions(-)
diffs (57 lines):
diff -r e861c1315e34 -r 888eaaa94d7f security/openssl/Makefile
--- a/security/openssl/Makefile Tue Dec 08 17:05:44 2020 +0000
+++ b/security/openssl/Makefile Tue Dec 08 18:54:17 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.265 2020/10/13 07:37:29 maya Exp $
+# $NetBSD: Makefile,v 1.266 2020/12/08 18:54:17 wiz Exp $
-DISTNAME= openssl-1.1.1h
+DISTNAME= openssl-1.1.1i
CATEGORIES= security
MASTER_SITES= https://www.openssl.org/source/
diff -r e861c1315e34 -r 888eaaa94d7f security/openssl/distinfo
--- a/security/openssl/distinfo Tue Dec 08 17:05:44 2020 +0000
+++ b/security/openssl/distinfo Tue Dec 08 18:54:17 2020 +0000
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.146 2020/09/30 09:25:30 wiz Exp $
+$NetBSD: distinfo,v 1.147 2020/12/08 18:54:17 wiz Exp $
-SHA1 (openssl-1.1.1h.tar.gz) = 8d0d099e8973ec851368c8c775e05e1eadca1794
-RMD160 (openssl-1.1.1h.tar.gz) = a585a849499d12c1ea44bbdcc5fdecf47961989c
-SHA512 (openssl-1.1.1h.tar.gz) = da50fd99325841ed7a4367d9251c771ce505a443a73b327d8a46b2c6a7d2ea99e43551a164efc86f8743b22c2bdb0020bf24a9cbd445e9d68868b2dc1d34033a
-Size (openssl-1.1.1h.tar.gz) = 9810045 bytes
-SHA1 (patch-Configurations_10-main.conf) = d27643187e0b71041f47a9a7c7eec811f7539085
+SHA1 (openssl-1.1.1i.tar.gz) = eb684ba4ed31fe2c48062aead75233ecd36882a6
+RMD160 (openssl-1.1.1i.tar.gz) = 95a45fa7c2240dde179e8f8028f998bfa5177cc3
+SHA512 (openssl-1.1.1i.tar.gz) = fe12e0ab9e1688f24dd862ac633d0ab703b499c0f34b53c3560aa0d3879d81d647aa0678ed517dda5efb2711f669fcb1a1e0e24f6eac2efc2cf4eae6b62014d8
+Size (openssl-1.1.1i.tar.gz) = 9808346 bytes
SHA1 (patch-Configurations_shared-info.pl) = 0e835f6e343b5d05ef9a0e6ef2a195201262d15c
SHA1 (patch-Configurations_unix-Makefile.tmpl) = cf6b46c6e10e84100beb468bbe6f85c5e62cbe7a
SHA1 (patch-Configure) = 479f1bc826f7721f6b44d6b5a6cf460432924bf2
diff -r e861c1315e34 -r 888eaaa94d7f security/openssl/patches/patch-Configurations_10-main.conf
--- a/security/openssl/patches/patch-Configurations_10-main.conf Tue Dec 08 17:05:44 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-Configurations_10-main.conf,v 1.1 2020/07/22 20:41:30 sjmulder Exp $
-
-Add support for Apple Silicon. Imported from open pull request:
-https://github.com/openssl/openssl/pull/12369
-
---- Configurations/10-main.conf.orig 2020-04-21 12:22:39.000000000 +0000
-+++ Configurations/10-main.conf
-@@ -1557,6 +1557,14 @@ my %targets = (
- bn_ops => "SIXTY_FOUR_BIT_LONG",
- perlasm_scheme => "macosx",
- },
-+ "darwin64-arm64-cc" => {
-+ inherit_from => [ "darwin-common", asm("aarch64_asm") ],
-+ CFLAGS => add("-Wall"),
-+ cflags => add("-arch arm64"),
-+ lib_cppflags => add("-DL_ENDIAN"),
-+ bn_ops => "SIXTY_FOUR_BIT_LONG",
-+ perlasm_scheme => "ios64",
-+ },
-
- ##### GNU Hurd
- "hurd-x86" => {
Home |
Main Index |
Thread Index |
Old Index