git: 0a7a923bf81b - main - net/onenetd: update to version 13

From: Tim Bishop <tdb_at_FreeBSD.org>
Date: Wed, 09 Jul 2025 15:27:35 UTC
The branch main has been updated by tdb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a7a923bf81b0ecc226636f2de4eea05468a59ba

commit 0a7a923bf81b0ecc226636f2de4eea05468a59ba
Author:     Tim Bishop <tdb@FreeBSD.org>
AuthorDate: 2025-07-09 15:26:03 +0000
Commit:     Tim Bishop <tdb@FreeBSD.org>
CommitDate: 2025-07-09 15:27:23 +0000

    net/onenetd: update to version 13
---
 net/onenetd/Makefile  |  5 +++--
 net/onenetd/distinfo  |  5 +++--
 net/onenetd/pkg-descr | 13 +++++++++----
 3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/net/onenetd/Makefile b/net/onenetd/Makefile
index 6f220ffa18ab..77aa5df1b414 100644
--- a/net/onenetd/Makefile
+++ b/net/onenetd/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	onenetd
-PORTVERSION=	12
-PORTREVISION=	1
+PORTVERSION=	13
 CATEGORIES=	net
 MASTER_SITES=	http://offog.org/files/ \
 		http://ftp.i-scream.org/pub/offog.org/files/
@@ -9,6 +8,8 @@ MAINTAINER=	tdb@FreeBSD.org
 COMMENT=	Single-server inetd
 WWW=		https://offog.org/code/onenetd.html
 
+LICENSE=	ISCL
+
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 PLIST_FILES=	bin/onenetd \
diff --git a/net/onenetd/distinfo b/net/onenetd/distinfo
index 7059435d2deb..161cccb0d967 100644
--- a/net/onenetd/distinfo
+++ b/net/onenetd/distinfo
@@ -1,2 +1,3 @@
-SHA256 (onenetd-12.tar.gz) = 064e4532f03188dcfa8ca78e9a55bb00b656fefd23abc81691c2efd6715f3176
-SIZE (onenetd-12.tar.gz) = 83014
+TIMESTAMP = 1752070801
+SHA256 (onenetd-13.tar.gz) = 9bb7e99ef3a889b3206d09156bdba6391f99dcbc1b0bc386255a6c3e0140ef58
+SIZE (onenetd-13.tar.gz) = 92449
diff --git a/net/onenetd/pkg-descr b/net/onenetd/pkg-descr
index c6ed56736b3b..33b7f3491397 100644
--- a/net/onenetd/pkg-descr
+++ b/net/onenetd/pkg-descr
@@ -1,4 +1,9 @@
-A single-server inetd, similar to Dan Bernstein's tcpserver or
-courier-tcpd from Courier-IMAP. This is small, and supports limiting
-the number of concurrent connections and refusing further connections
-with a configurable message.
+onenetd is a single-port inetd. Invoke it as onenetd -h for options,
+or see the included manual page.
+
+onenetd was inspired by D. J. Bernstein's tcpserver program from
+the ucspi-tcp suite, and is broadly compatible with it. Compared
+to tcpserver, onenetd is missing support for access control, IDENT
+lookups and DNS resolution, but adds IPv6 support and the ability
+to refuse connections with a fixed response once the connection
+limit is reached.