Skip to content

Commit

Permalink
openssl: Update from 1.1.1f to 1.1.1g
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Apr 28, 2020
1 parent 20809f6 commit 6067d3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions packages/openssl/apps-ocsp.c.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff -u -r ../openssl-1.1.1b/apps/ocsp.c ./apps/ocsp.c
--- ../openssl-1.1.1b/apps/ocsp.c 2019-02-26 14:15:30.000000000 +0000
+++ ./apps/ocsp.c 2019-03-01 20:32:41.429610048 +0000
@@ -51,6 +51,7 @@
diff -u -r ../openssl-1.1.1g/apps/ocsp.c ./apps/ocsp.c
--- ../openssl-1.1.1g/apps/ocsp.c 2020-04-21 12:22:39.000000000 +0000
+++ ./apps/ocsp.c 2020-04-28 22:42:57.312189000 +0000
@@ -48,6 +48,7 @@
#endif

# if !defined(NO_FORK) && !defined(OPENSSL_NO_SOCK) \
#if !defined(NO_FORK) && !defined(OPENSSL_NO_SOCK) \
+ && !defined(__ANDROID__) \
&& !defined(OPENSSL_NO_POSIX_IO)
# define OCSP_DAEMON
# include <sys/types.h>
# define OCSP_DAEMON
# include <sys/types.h>
4 changes: 2 additions & 2 deletions packages/openssl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.openssl.org/
TERMUX_PKG_DESCRIPTION="Library implementing the SSL and TLS protocols as well as general purpose cryptography functions"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_DEPENDS="ca-certificates"
TERMUX_PKG_VERSION=1.1.1f
TERMUX_PKG_VERSION=1.1.1g
TERMUX_PKG_SRCURL=https://www.openssl.org/source/openssl-${TERMUX_PKG_VERSION/\~/-}.tar.gz
TERMUX_PKG_SHA256=186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35
TERMUX_PKG_SHA256=ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46
TERMUX_PKG_CONFFILES="etc/tls/openssl.cnf"
TERMUX_PKG_RM_AFTER_INSTALL="bin/c_rehash etc/ssl/misc"
TERMUX_PKG_BUILD_IN_SRC=true
Expand Down

0 comments on commit 6067d3b

Please sign in to comment.