Browse Source

openssl: bump revision

libssl.so and libcrypto.so produce warning about DT_FLAGS_1=0x8 on Android 5
devices. Lets rebuild openssl package with updated termux-elf-cleaner.
android-5
Leonid Plyushch 6 years ago
committed by Fredrik Fornwall
parent
commit
54e20269a9
  1. 2
      packages/openssl/build.sh

2
packages/openssl/build.sh

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Library implementing the SSL and TLS protocols as well a
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_DEPENDS="ca-certificates"
TERMUX_PKG_VERSION=1.1.1b
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SHA256=5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b
TERMUX_PKG_SRCURL=https://www.openssl.org/source/openssl-${TERMUX_PKG_VERSION/\~/-}.tar.gz
TERMUX_PKG_CONFFILES="etc/tls/openssl.cnf"

Loading…
Cancel
Save