git: 697c9b3d01ec - main - net/sbd: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Feb 2024 12:52:57 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=697c9b3d01ec3cdad1e4539ae0f430e73fc1d3fc commit 697c9b3d01ec3cdad1e4539ae0f430e73fc1d3fc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-29 12:29:14 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-29 12:52:31 +0000 net/sbd: Remove expired port net/sbd --- MOVED | 1 + net/Makefile | 1 - net/sbd/Makefile | 27 --------------------------- net/sbd/distinfo | 2 -- net/sbd/files/patch-Makefile | 19 ------------------- net/sbd/files/patch-doexec_unix.h | 10 ---------- net/sbd/pkg-descr | 15 --------------- 7 files changed, 1 insertion(+), 74 deletions(-) diff --git a/MOVED b/MOVED index 5aa3d28a9128..6eb2f97347a7 100644 --- a/MOVED +++ b/MOVED @@ -3021,3 +3021,4 @@ net-mgmt/unifi7||2024-02-29|Has expired: EOLed upstream, switch to newer version net/aslookup||2024-02-29|Has expired: Lookup returns nothing net/dimes||2024-02-29|Has expired: The project vaporized in early 2005 and is no longer active net/nakenchat||2024-02-29|Has expired: Discontinued upstream and never left BETA stage +net/sbd||2024-02-29|Has expired: Abandonware and unfetchable, consider using ncat in security/nmap diff --git a/net/Makefile b/net/Makefile index ed960f75c6ea..d40abcbbc465 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1442,7 +1442,6 @@ SUBDIR += samba419 SUBDIR += samplicator SUBDIR += savvycan - SUBDIR += sbd SUBDIR += sbm SUBDIR += scamper SUBDIR += scapy diff --git a/net/sbd/Makefile b/net/sbd/Makefile deleted file mode 100644 index 9203271a7959..000000000000 --- a/net/sbd/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= sbd -PORTVERSION= 1.37 -CATEGORIES= net security -MASTER_SITES= http://tigerteam.se/dl/sbd/ \ - http://redundancy.redundancy.org/mirror/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Netcat clone with more features and crypto -WWW= http://tigerteam.se/dl/sbd/ - -BROKEN= Unfetchable -DEPRECATED= Abandonware and unfetchable, consider using ncat in security/nmap -EXPIRATION_DATE=2024-02-29 - -ALL_TARGET= unix - -PLIST_FILES= bin/sbd -PORTDOCS= README - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/sbd ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/net/sbd/distinfo b/net/sbd/distinfo deleted file mode 100644 index 533977437e15..000000000000 --- a/net/sbd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sbd-1.37.tar.gz) = 42de50dcfca757cd03017c6e56ac7a2f87532a08e7043423cd20d911fd645f5d -SIZE (sbd-1.37.tar.gz) = 83991 diff --git a/net/sbd/files/patch-Makefile b/net/sbd/files/patch-Makefile deleted file mode 100644 index 5a678983e505..000000000000 --- a/net/sbd/files/patch-Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig Sat Jul 10 18:52:02 2004 -+++ Makefile Sat Jul 10 18:53:56 2004 -@@ -1,15 +1,13 @@ --CC = gcc - MAKE = make - - # extra flags --CFLAGS= - LDFLAGS= - - # cflags - - WIN_CFLAGS = -Wall -Wshadow -O2 -DWIN32 - WINMAIN_CFLAGS = -mwindows -Wall -Wshadow -O2 -DWIN32 -DWINMAIN --UNIX_CFLAGS = -Wall -Wshadow -O2 -+UNIX_CFLAGS = -Wall -Wshadow - - # ldflags - diff --git a/net/sbd/files/patch-doexec_unix.h b/net/sbd/files/patch-doexec_unix.h deleted file mode 100644 index 7f12bb16dbe0..000000000000 --- a/net/sbd/files/patch-doexec_unix.h +++ /dev/null @@ -1,10 +0,0 @@ ---- doexec_unix.h.orig Sat Sep 11 06:07:51 2004 -+++ doexec_unix.h Sat Sep 18 18:48:27 2004 -@@ -19,6 +19,7 @@ - * See the COPYING file for more information. - */ - -+#include <sys/time.h> - #include <sys/types.h> - #include <sys/wait.h> - #include <sys/types.h> diff --git a/net/sbd/pkg-descr b/net/sbd/pkg-descr deleted file mode 100644 index 39ff451e3828..000000000000 --- a/net/sbd/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -sbd is a Netcat-clone, designed to be portable and offer strong -encryption. It runs on Unix-like operating systems and on Microsoft -Win32. sbd features AES-CBC-128 + HMAC-SHA1 encryption (by Christophe -Devine), program execution (-e option), choosing source port, continuous -reconnection with delay, and some other nice features. Only TCP/IP -communication is supported. Source code and binaries are distributed -under the GNU General Public License. - -sbd can be used for any number of network-related things, e.g.: - - * Secure file transfer - * Remote administration - * Simple (but secure) peer-to-peer chat - * Pen-test tool (crypto avoids NIDS detection and telnet-style - traffic recording)