[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4511: update openssl to 1.1.0f
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4511: update openssl to 1.1.0f |
Date: |
Wed, 31 May 2017 13:06:41 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4511
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2017-05-31 10:06:35 -0700
message:
update openssl to 1.1.0f
modified:
pkg/other/openssl/Makefile makefile-20170519063536-ogruph0tua5ch6ug-3
pkg/other/openssl/sha256sums sha256sums-20170519063536-ogruph0tua5ch6ug-4
=== modified file 'pkg/other/openssl/Makefile'
--- a/pkg/other/openssl/Makefile 2017-05-19 06:36:23 +0000
+++ b/pkg/other/openssl/Makefile 2017-05-31 17:06:35 +0000
@@ -20,7 +20,7 @@
NAME = openssl
GARNAME = openssl
-GARVERSION = 1.1.0e
+GARVERSION = 1.1.0f
HOME_URL = http://www.openssl.org/
DESCRIPTION = secure sockets library
define BLURB
@@ -35,6 +35,7 @@
DISTFILES = $(DISTNAME).tar.gz $(DISTNAME).tar.gz.sha256
SIGFILES =
CONFIGURE_SCRIPTS =
+LICENSE = both the OpenSSL License and the original SSLeay license apply
BUILDDEPS =
LIBDEPS =
@@ -45,7 +46,7 @@
include config.mk
pre-configure:
- (cd work/openssl-1.1.0e ; ./config --prefix=$(prefix) )
+ (cd work/openssl-$(GARVERSION) ; ./config --prefix=$(prefix) )
$(MAKECOOKIE)
=== modified file 'pkg/other/openssl/sha256sums'
--- a/pkg/other/openssl/sha256sums 2017-05-19 06:36:23 +0000
+++ b/pkg/other/openssl/sha256sums 2017-05-31 17:06:35 +0000
@@ -1,2 +1,2 @@
-57be8618979d80c910728cfc99369bf97b2a1abd8f366ab6ebdee8975ad3874c
download/openssl-1.1.0e.tar.gz
-d71a7eb737ab804688b20b7560dd6898ff46609ddb41ecdeabe6dd81133d747d
download/openssl-1.1.0e.tar.gz.sha256
+12f746f3f2493b2f39da7ecf63d7ee19c6ac9ec6a4fcd8c229da8a522cb12765
download/openssl-1.1.0f.tar.gz
+ecf2370d3047f8cc32e7c011abb3b5bdf5925e17fc92b77f690ae65f25677512
download/openssl-1.1.0f.tar.gz.sha256
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4511: update openssl to 1.1.0f,
Carl Hansen <=