Skip to content

Commit

Permalink
libressl-netcat: remove, will be moved to libtls.
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen authored and Johnnynator committed Mar 5, 2021
1 parent 5df09f9 commit 47733b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion common/shlibs
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion srcpkgs/libressl-netcat

This file was deleted.

13 changes: 1 addition & 12 deletions 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)"
Expand Down Expand Up @@ -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
}
}

0 comments on commit 47733b8

Please sign in to comment.