From 47733b887c0e475375db9b7fe03e0a6fbf218cac Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 13 Feb 2021 15:24:17 +0100 Subject: [PATCH] libressl-netcat: remove, will be moved to libtls. --- common/shlibs | 2 +- srcpkgs/libressl-netcat | 1 - srcpkgs/libressl/template | 13 +------------ 3 files changed, 2 insertions(+), 14 deletions(-) delete mode 120000 srcpkgs/libressl-netcat diff --git a/common/shlibs b/common/shlibs index 64a0f25dd6a..25cdcdfbe97 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libressl-netcat b/srcpkgs/libressl-netcat deleted file mode 120000 index cab5b6fcb51..00000000000 --- a/srcpkgs/libressl-netcat +++ /dev/null @@ -1 +0,0 @@ -libressl \ No newline at end of file diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index c9266796f7d..731168709b8 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -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 - } -}