[packages/openssl/dev-1.0.2m] 1.0.2m-HEAD
glen
glen at pld-linux.org
Wed Nov 1 12:26:22 CET 2017
commit f68f893a98ac7c3ee95e884b09f6d459940cca35
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Wed Nov 1 13:05:15 2017 +0200
1.0.2m-HEAD
prepare for upcoming release
These releases will be made available on 2nd November 2017 between
approximately 1300-1700 UTC.
This is a bug-fix release. It will also include a fix for the low
severity security issue previously published here:
https://www.openssl.org/news/secadv/20170828.txt
openssl-find.patch | 11 +++++++++++
openssl.spec | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index 53d7985..5d1b5b8 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -24,7 +24,7 @@ Name: openssl
# 1.0.2 will be LTS release
# Version 1.0.2 will be supported until 2019-12-31.
# https://www.openssl.org/about/releasestrat.html
-Version: 1.0.2l
+Version: 1.0.2m
Release: 1
License: Apache-like
Group: Libraries
@@ -33,7 +33,7 @@ Source0: https://www.openssl.org/source/%{name}-%{version}.tar.gz
# Source0-md5: f85123cd390e864dfbe517e7616e6566
%else
Source1: https://github.com/openssl/openssl/archive/OpenSSL_1_0_2-stable/%{name}-%{version}-dev.tar.gz
-# Source1-md5: 6b846f8a4f55f5ddfa1e0d335241840a
+# Source1-md5: 6df780c5a51f34bfb847d48e44917955
%endif
Source2: %{name}.1.pl
Source3: %{name}-ssl-certificate.sh
diff --git a/openssl-find.patch b/openssl-find.patch
index 8ca7a55..30f6d8b 100644
--- a/openssl-find.patch
+++ b/openssl-find.patch
@@ -59,3 +59,14 @@ index 0000000..8e1b42c
+
+1;
+--- openssl-1.0.2m/util/perlpath.pl~ 2017-10-26 23:34:32.000000000 +0300
++++ openssl-1.0.2m/util/perlpath.pl 2017-11-01 13:08:24.963877348 +0200
+@@ -4,7 +4,7 @@
+ # line in all scripts that rely on perl.
+ #
+
+-require "find.pl";
++require "./find.pl";
+
+ $#ARGV == 0 || print STDERR "usage: perlpath newpath (eg /usr/bin)\n";
+ &find(".");
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssl.git/commitdiff/f68f893a98ac7c3ee95e884b09f6d459940cca35
More information about the pld-cvs-commit
mailing list