pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/54041: patch to update pkgsrc openssl to 1.0.2q



>Number:         54041
>Category:       pkg
>Synopsis:       patch to update pkgsrc openssl to 1.0.2q
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 04 19:25:00 +0000 2019
>Originator:     Nathan Ahlstrom
>Release:        pkgsrc-2018Q4
>Organization:
>Environment:
$ cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 6.10 (Santiago)
$ uname -a
Linux aml00089 2.6.32-754.6.3.el6.x86_64 #1 SMP Tue Sep 18 10:29:08 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux

>Description:
Attached is a fairly simple patch to update openssl from 1.0.2p to 1.0.2q.

diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 656944eec61..ea56ed5f20f 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.240 2018/09/12 12:44:17 fhajny Exp $
 
-DISTNAME=      openssl-1.0.2p
+DISTNAME=      openssl-1.0.2q
 CATEGORIES=    security
 MASTER_SITES=  https://www.openssl.org/source/
 
diff --git a/security/openssl/PLIST.common b/security/openssl/PLIST.common
index 79bad05137d..b73c7b3a8ec 100644
--- a/security/openssl/PLIST.common
+++ b/security/openssl/PLIST.common
@@ -1049,6 +1049,7 @@ man/man3/OBJ_txt2nid.3
 man/man3/OBJ_txt2obj.3
 man/man3/OPENSSL_Applink.3
 man/man3/OPENSSL_VERSION_NUMBER.3
+man/man3/OPENSSL_VERSION_TEXT.3
 man/man3/OPENSSL_config.3
 man/man3/OPENSSL_ia32cap.3
 man/man3/OPENSSL_ia32cap_loc.3
diff --git a/security/openssl/distinfo b/security/openssl/distinfo
index 44a0efbb6e6..65da4de83b7 100644
--- a/security/openssl/distinfo
+++ b/security/openssl/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.133 2018/09/12 12:44:17 fhajny Exp $
 
-SHA1 (openssl-1.0.2p.tar.gz) = f34b5322e92415755c7d58bf5d0d5cf37666382c
-RMD160 (openssl-1.0.2p.tar.gz) = 0df40a7f180e381bff7d7d9593bdfece4b054951
-SHA512 (openssl-1.0.2p.tar.gz) = 958c5a7c3324bbdc8f07dfb13e11329d9a1b4452c07cf41fbd2d42b5fe29c95679332a3476d24c2dc2b88be16e4a24744aba675a05a388c0905756c77a8a2f16
-Size (openssl-1.0.2p.tar.gz) = 5338192 bytes
+SHA1 (openssl-1.0.2q.tar.gz) = 692f5f2f1b114f8adaadaa3e7be8cce1907f38c5
+RMD160 (openssl-1.0.2q.tar.gz) = 2bae12f4c4a69316baf4ef23cb121e6700dc8cfb
+SHA512 (openssl-1.0.2q.tar.gz) = 403e6cad42db3ba860c3fa4fa81c1b7b02f0b873259e5c19a7fc8e42de0854602555f1b1ca74f4e3a7737a4cbd3aac063061e628ec86534586500819fae7fec0
+Size (openssl-1.0.2q.tar.gz) = 5345604 bytes
 SHA1 (patch-Configure) = 2d963d781314276a0ee1bc531df6bc50f0f6b32b
 SHA1 (patch-Makefile.org) = d2a9295003a8b88718a328b01ff6bcbbc102ec0b
 SHA1 (patch-Makefile.shared) = 273154600c6cf0cf4de4ae16d56c5555bca5f9ad

>How-To-Repeat:
run openssl version, notice it is an old revision:
$ openssl version
OpenSSL 1.0.2p  14 Aug 2018

>Fix:
update to latest.  Thanks!


Home | Main Index | Thread Index | Old Index