FreeBSD Bugzilla – Attachment 153461 Details for
Bug 198004
net/widentd UPGRADE 1.03 -> 1.04, take MAINTAINERship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for net/widentd UPGRADE 1.03 --> 1.04
2015-02-24.diff (text/plain), 3.46 KB, created by
Chris Hutchinson
on 2015-02-24 20:17:11 UTC
(
hide
)
Description:
svn diff for net/widentd UPGRADE 1.03 --> 1.04
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2015-02-24 20:17:11 UTC
Size:
3.46 KB
patch
obsolete
>Index: widentd/Makefile >=================================================================== >--- widentd/Makefile (revision 379833) >+++ widentd/Makefile (working copy) >@@ -2,21 +2,20 @@ > # $FreeBSD$ > > PORTNAME= widentd >-PORTVERSION= 1.03 >+PORTVERSION= 1.04 > PORTREVISION= 2 > CATEGORIES= net ipv6 > MASTER_SITES= http://BSDforge.com/projects/source/net/widentd/ > >-MAINTAINER= dirkx@webweaving.org >+MAINTAINER= portmaster@BSDforge.com > COMMENT= RFC1413 auth/identd daemon providing a fixed fake reply > > LICENSE= BSD3CLAUSE > >-USES= uidfix tar:tgz >+USES= uidfix tar:xz > MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" > >-PLIST_FILES= sbin/widentd \ >- man/man8/widentd.8.gz >+PLIST_FILES= sbin/widentd man/man8/widentd.8.gz > USE_RC_SUBR= widentd > > BROKEN_powerpc= Does not compile on powerpc >Index: widentd/distinfo >=================================================================== >--- widentd/distinfo (revision 379833) >+++ widentd/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (widentd-1.03.tgz) = caa761c8ea02264fccf9b0a040df9da9239000800d7717bf202b7059c381f3c3 >-SIZE (widentd-1.03.tgz) = 5297 >+SHA256 (widentd-1.04.tar.xz) = cbdea487ad21dd6bdb21661d84745c0123e851054f69a53445129011b255a060 >+SIZE (widentd-1.04.tar.xz) = 5380 >Index: widentd/files/patch-widentd.c >=================================================================== >--- widentd/files/patch-widentd.c (revision 379833) >+++ widentd/files/patch-widentd.c (working copy) >@@ -1,22 +0,0 @@ >---- widentd.c.orig >-+++ widentd.c >-@@ -41,9 +41,6 @@ >- >- #define SERVICE ("ident") /* 113 */ >- >--int verbose = 0; >--const char *user = UID; >--const char *os = OS; >- >- static void >- usage(void) >-@@ -64,6 +61,9 @@ main(int argc, char **argv) >- fd_set *lst = malloc(FD_SETSIZE), *xst = malloc(FD_SETSIZE), >- *wst = malloc(FD_SETSIZE); >- struct addrinfo *ports, *p; >-+ int verbose = 0; >-+ const char *user = UID; >-+ const char *os = OS; >- const char * node = NULL, * service = SERVICE; >- struct addrinfo hints; >- int s = -1; >Index: widentd/files/widentd.in >=================================================================== >--- widentd/files/widentd.in (revision 379833) >+++ widentd/files/widentd.in (working copy) >@@ -17,10 +17,9 @@ > # e.g. > # widentd_enable="YES" > # >-# see the man page widentd(8) for some additional >-# options; such as flags to set the IP address >-# widentd is bound to, or how to set a differernt, >-# or fake user id being sent as a reply. >+# see the widentd(8) man page for some additional options; >+# such as flags to set the IP address widentd is bound to, >+# or how to set a differernt, or fake user id being sent as a reply. > # > # DO NOT CHANGE THE FOLLOWING DEFAULT VALUES HERE > # >Index: widentd/pkg-descr >=================================================================== >--- widentd/pkg-descr (revision 379833) >+++ widentd/pkg-descr (working copy) >@@ -1,8 +1,9 @@ >-widentd is a small ident/rfc1413 deamon which provides a fixed (and fake) >+widentd is a small ident/RFC1413 deamon which provides a fixed (and fake) > auth reply, regardless of the IP/port pair quoted. > >-It's intended use is on firewalls, and NAT machines - where you may want >-to simply syphon off auth-requests from, for example, IRC servers. >+It's intended use is on firewalls, and NAT machines - where you may >+want to simply syphon off auth-requests from, for example, IRC servers. > > Author: Dirk-Willem van Gulik / dirkx@webweaving.org >+ > WWW: http://BSDforge.com/projects/net/widentd/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 198004
:
153459
|
153460
| 153461