openssl: update to 1.0.2p

This commit is contained in:
Tom G. Christensen 2018-10-29 16:43:03 +01:00
parent 3d2df6730d
commit 137b3f1968
2 changed files with 6 additions and 2 deletions

View File

@ -6,8 +6,8 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=openssl topdir=openssl
version=1.0.2o version=1.0.2p
pkgver=3 pkgver=4
source[0]=http://openssl.org/source/$topdir-$version.tar.gz source[0]=http://openssl.org/source/$topdir-$version.tar.gz
# If there are no patches, simply comment this # If there are no patches, simply comment this
#patch[0]= #patch[0]=
@ -106,6 +106,7 @@ install()
# Compatible with previous releases # Compatible with previous releases
compat openssl 1.0.2j 1 1 compat openssl 1.0.2j 1 1
compat openssl 1.0.2k 1 2 compat openssl 1.0.2k 1 2
compat openssl 1.0.2o 1 3
} }
reg pack reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG CHANGELOG
--------- ---------
* Thu Oct 25 2018 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.2p-4
- Update to 1.0.2p
* Wed Apr 04 2018 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.2o-3 * Wed Apr 04 2018 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.2o-3
- Update to 1.0.2o - Update to 1.0.2o