libressl-netcat: remove, will be moved to libtls.

This commit is contained in:
Leah Neukirchen 2021-02-13 15:24:17 +01:00 committed by John
parent 5df09f9702
commit 47733b887c
3 changed files with 2 additions and 14 deletions

View File

@ -3448,7 +3448,7 @@ libfmt.so.7 fmt-7.0.3_1
libelementary-calendar.so.0 libio.elementary.calendar-4.2.3_1
libolm.so.3 olm-3.0.0_1
libcrypto.so.46 libcrypto46-3.1.1_1
libtls.so.20 libtls20-3.1.1_1
libtls.so.20 libtls-3.2.4_1
libssl.so.48 libssl48-3.1.1_1
libxmlb.so.2 libxmlb-0.2.1_1
libvoikko.so.1 libvoikko-4.2_1

View File

@ -1 +0,0 @@
libressl

View File

@ -1,7 +1,7 @@
# Template file for 'libressl'
pkgname=libressl
version=3.1.5
revision=2
revision=3
bootstrap=yes
build_style=gnu-configure
configure_args="$(vopt_enable asm)"
@ -107,14 +107,3 @@ libressl-devel_package() {
vmove usr/share/man/man3
}
}
libressl-netcat_package() {
short_desc="TCP/IP swiss army knife (LibreSSL variant)"
alternatives="
nc:nc:/usr/bin/libressl-nc
nc:nc.1:/usr/share/man/man1/libressl-nc.1"
pkg_install() {
vbin apps/nc/.libs/nc libressl-nc
vman apps/nc/nc.1 libressl-nc.1
}
}