Bug 57400 - [MAINTAINER] net/ipsvd: update to 0.6.0
Summary: [MAINTAINER] net/ipsvd: update to 0.6.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-30 12:00 UTC by Sergei Kolobov
Modified: 2003-09-30 22:20 UTC (History)
0 users

See Also:


Attachments
ipsvd-0.6.0.patch (806 bytes, patch)
2003-09-30 12:00 UTC, Sergei Kolobov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Kolobov 2003-09-30 12:00:37 UTC
- Update to 0.6.0:
  With this version the ipsv daemons support the port to listen on 
  to be specified either as a name from /etc/services, or as a number.
  The ipsvd interface now necessitates the -u command line option, 
  and the documentation has been enhanced slightly.                                                           

Generated with FreeBSD Port Tools 0.26
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-09-30 12:11:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

I'll handle this.
Comment 2 Sergei Kolobov 2003-09-30 22:04:06 UTC
The following patch is need to fix compile on -STABLE:

--- src/ipsvd_scan.c.orig	Wed Oct  1 00:58:34 2003
+++ src/ipsvd_scan.c	Wed Oct  1 00:58:12 2003
@@ -1,3 +1,4 @@
+#include <sys/types.h>
 #include <netdb.h>
 #include <netinet/in.h>
 #include "scan.h"

Added file:
- files/patch-ipsvd_scan.c
Comment 3 Kirill Ponomarev freebsd_committer freebsd_triage 2003-09-30 22:20:13 UTC
State Changed
From-To: open->closed

Committed, thanks!