From 7bddde3b77020e84e2d9cf5cb10c57d8aead94cd Mon Sep 17 00:00:00 2001 From: sergei Date: Thu, 23 Oct 2003 10:21:43 +0000 Subject: - Update to 0.7.0: - A new type of instruction has been added: ipsvd(8) now can be told to look up IP addresses of (dynamic) hostnames on incoming connections, and to handle a connection through different instructions if the client's IP address matches one of these IP addresses. See the ipsvd-instruct(5) man page for details. - The examples web page has been updated slightly, and now includes an example of the new check host instructions. Approved by: krion (implicit) --- net/ipsvd/Makefile | 2 +- net/ipsvd/distinfo | 2 +- net/ipsvd/pkg-plist | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'net/ipsvd') diff --git a/net/ipsvd/Makefile b/net/ipsvd/Makefile index a5992cc5381..666bf07dedb 100644 --- a/net/ipsvd/Makefile +++ b/net/ipsvd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipsvd -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.0 CATEGORIES= net MASTER_SITES= http://smarden.org/ipsvd/ diff --git a/net/ipsvd/distinfo b/net/ipsvd/distinfo index 56d88caffc9..d93753f0963 100644 --- a/net/ipsvd/distinfo +++ b/net/ipsvd/distinfo @@ -1 +1 @@ -MD5 (ipsvd-0.6.1.tar.gz) = f3c62e35bdd46e857f524564698e60dc +MD5 (ipsvd-0.7.0.tar.gz) = 0f8ea80a10cc11b3b2db05db3dd0518b diff --git a/net/ipsvd/pkg-plist b/net/ipsvd/pkg-plist index 2878ceb4798..dfc0597add7 100644 --- a/net/ipsvd/pkg-plist +++ b/net/ipsvd/pkg-plist @@ -13,5 +13,6 @@ sbin/udpsvd %%PORTDOCS%%%%DOCSDIR%%/ipsvd.7.html %%PORTDOCS%%%%DOCSDIR%%/tcpsvd.8.html %%PORTDOCS%%%%DOCSDIR%%/udpsvd.8.html +%%PORTDOCS%%%%DOCSDIR%%/upgrade.html %%PORTDOCS%%%%DOCSDIR%%/usedietlibc.html %%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit