openbsd-netcat: update to 1.203.
This commit is contained in:
parent
9376d7ca37
commit
fd8af32f27
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'openbsd-netcat'
|
||||
pkgname=openbsd-netcat
|
||||
version=1.195
|
||||
version=1.203
|
||||
revision=1
|
||||
wrksrc="netcat-openbsd-${version%p*}"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -12,15 +12,14 @@ homepage="http://packages.debian.org/sid/netcat-openbsd"
|
|||
distfiles="
|
||||
${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version%p*}.orig.tar.gz
|
||||
${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version}-1.debian.tar.xz"
|
||||
checksum="0e283b2a214313c69447cd962c528ac19afb3ddfe606b25de6d179f187cde4c3
|
||||
c6736fcbab5254cbbc52278993a951da1126e42800a297c27db297e332e2017e"
|
||||
checksum="b025399f1588da78108290a721157be66871b096bc9c3973ebdc8d773f750a3f
|
||||
704a235862f50c550dba40820f523620bc943f8dc8e056a554032d23cd1356f9"
|
||||
|
||||
alternatives="
|
||||
nc:nc:/usr/bin/openbsd-nc
|
||||
nc:nc.1:/usr/share/man/man1/openbsd-nc.1"
|
||||
|
||||
do_build() {
|
||||
# XXX TODO re-enable TLS
|
||||
( cd ../debian/patches; xargs cat <series; ) | patch -p1
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) # Add missing b64_ntop() and b64_pton() functions
|
||||
|
|
Loading…
Reference in a new issue