diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-05-08 10:43:39 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-05-08 10:43:46 +0200 |
commit | c16ac23ed8337f0843ca9e62460aa66c895685e7 (patch) | |
tree | 890df2f02bd41fbd69e48dac959c500aa2e1d64b | |
parent | 7b495d9c4d8c8b0fb0b50609b17c5e3b26fb2b55 (diff) | |
download | abslibre-c16ac23ed8337f0843ca9e62460aa66c895685e7.tar.gz abslibre-c16ac23ed8337f0843ca9e62460aa66c895685e7.tar.bz2 abslibre-c16ac23ed8337f0843ca9e62460aa66c895685e7.zip |
pcr/openssh-knock: rebuild for openssl-1.1
-rw-r--r-- | pcr/openssh-knock/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/openssh-knock/PKGBUILD b/pcr/openssh-knock/PKGBUILD index ff251bb49..15ac0454a 100644 --- a/pcr/openssh-knock/PKGBUILD +++ b/pcr/openssh-knock/PKGBUILD @@ -11,10 +11,10 @@ _pkgname=openssh pkgname=openssh-knock pkgver=7.5p1 _knockpatchver=7.5p1 -pkgrel=2 +pkgrel=3 pkgdesc='Free version of the SSH connectivity tools, with support for stealth TCP sockets' url='https://www.openssh.com/portable.html' -license=('custom:BSD') +license=('custom:BSD4') arch=('i686' 'x86_64' 'armv7h') conflicts=(${_pkgname}) provides=(${_pkgname}) @@ -53,7 +53,7 @@ prepare() { patch -Np1 -i ../${_pkgname}-${_knockpatchver}-linux-knock-patch.diff # OpenSSL 1.1.0 patch from http://vega.pgw.jp/~kabe/vsd/patch/openssh-7.4p1-openssl-1.1.0c.patch.html - #patch -Np1 -i ../openssl-1.1.0.patch + patch -Np1 -i ../openssl-1.1.0.patch } build() { |