diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-23 18:21:43 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-23 18:21:43 +0800 |
commit | 7bddde3b77020e84e2d9cf5cb10c57d8aead94cd (patch) | |
tree | 26b48372112baeb80e6496b4a37d970d346af893 /net/ipsvd | |
parent | d55fd5f69f7ccb07980976d2f2673581a52e2734 (diff) | |
download | freebsd-ports-graphics-7bddde3b77020e84e2d9cf5cb10c57d8aead94cd.tar.gz freebsd-ports-graphics-7bddde3b77020e84e2d9cf5cb10c57d8aead94cd.tar.zst freebsd-ports-graphics-7bddde3b77020e84e2d9cf5cb10c57d8aead94cd.zip |
- 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)
Diffstat (limited to 'net/ipsvd')
-rw-r--r-- | net/ipsvd/Makefile | 2 | ||||
-rw-r--r-- | net/ipsvd/distinfo | 2 | ||||
-rw-r--r-- | net/ipsvd/pkg-plist | 1 |
3 files changed, 3 insertions, 2 deletions
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%% |