diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-10-23 09:32:00 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-25 12:57:32 +0000 |
commit | 013eb5a94caa4e349179102dca4cdd4d19d80471 (patch) | |
tree | afc5dad4b256b66ad8a2a5ff3951b97bbf045086 | |
parent | 67c1734d6b5bd5128e1b3ee5d9dd3523c0872be6 (diff) | |
download | aports-013eb5a94caa4e349179102dca4cdd4d19d80471.tar.gz aports-013eb5a94caa4e349179102dca4cdd4d19d80471.tar.bz2 aports-013eb5a94caa4e349179102dca4cdd4d19d80471.tar.xz |
main/socat: add OpenSSL-Exception modifier
-rw-r--r-- | main/socat/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/socat/APKBUILD b/main/socat/APKBUILD index 0f3b7a78e8..2661a23997 100644 --- a/main/socat/APKBUILD +++ b/main/socat/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=socat pkgver=1.7.3.4 -pkgrel=0 +pkgrel=1 pkgdesc="Multipurpose relay for binary protocols" # test 58 CHILDDEFAULT: child process default properties... FAILED: # ./socat -t 0.1 -u exec:./procan - options="!check" url="http://www.dest-unreach.org/socat/" arch="all" -license="GPL-2.0-only" +license="GPL-2.0-only WITH OpenSSL-Exception" makedepends="openssl-dev readline-dev linux-headers" checkdepends="bash" subpackages="$pkgname-doc" |