Skip to content

Commit

Permalink
Merge pull request #3478 from Grimler91/openssl
Browse files Browse the repository at this point in the history
openssl: declare that it breaks openssl-tool << 1.1.1b-1
  • Loading branch information
fornwall authored Mar 9, 2019
2 parents 33d91e5 + 803f92a commit 3558d04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/openssl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ 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=1
TERMUX_PKG_REVISION=2
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"
TERMUX_PKG_RM_AFTER_INSTALL="bin/c_rehash etc/ssl/misc"
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_CONFLICTS="libcurl (<< 7.61.0-1)"
TERMUX_PKG_BREAKS="openssl-tool (<< 1.1.1b-1)"
TERMUX_PKG_REPLACES="openssl-tool (<< 1.1.1b-1)"

termux_step_configure() {
CFLAGS+=" -DNO_SYSLOG"
Expand Down
2 changes: 1 addition & 1 deletion packages/openssl/openssl-tool.subpackage.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TERMUX_SUBPKG_INCLUDE="bin"
TERMUX_SUBPKG_DESCRIPTION="The openssl command line cryptographic tool"
TERMUX_SUBPKG_DEPENDS="openssl"
TERMUX_SUBPKG_DEPENDS="openssl (>= 1.1.1b-1)"

0 comments on commit 3558d04

Please sign in to comment.