Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2019 14:10:51 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499356 - in head/security/oidentd: . files
Message-ID:  <201904191410.x3JEApVM022019@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: oliver
Date: Fri Apr 19 14:10:51 2019
New Revision: 499356
URL: https://svnweb.freebsd.org/changeset/ports/499356

Log:
  update to 2.3.2

Deleted:
  head/security/oidentd/files/patch-configure
  head/security/oidentd/files/patch-oidentd-multiple-ip
Modified:
  head/security/oidentd/Makefile
  head/security/oidentd/distinfo
  head/security/oidentd/files/patch-oidentd.8
  head/security/oidentd/files/patch-oidentd.conf.5
  head/security/oidentd/files/patch-oidentd_masq.conf.5
  head/security/oidentd/pkg-descr

Modified: head/security/oidentd/Makefile
==============================================================================
--- head/security/oidentd/Makefile	Fri Apr 19 13:58:11 2019	(r499355)
+++ head/security/oidentd/Makefile	Fri Apr 19 14:10:51 2019	(r499356)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	oidentd
-PORTVERSION=	2.0.8
-PORTREVISION=	2
+PORTVERSION=	2.3.2
 CATEGORIES=	security
-MASTER_SITES=	SF/ojnk/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	https://github.com/janikrabe/oidentd/releases/download/v2.3.2/
 
 MAINTAINER=	oliver@FreeBSD.org
 COMMENT=	Ident server that supports user-defined ident strings

Modified: head/security/oidentd/distinfo
==============================================================================
--- head/security/oidentd/distinfo	Fri Apr 19 13:58:11 2019	(r499355)
+++ head/security/oidentd/distinfo	Fri Apr 19 14:10:51 2019	(r499356)
@@ -1,2 +1,3 @@
-SHA256 (oidentd-2.0.8.tar.gz) = a54cbed187281f8d5a301d1d8fd5cb0f30bfb13a5a8e9ab752ace76c1010fb6f
-SIZE (oidentd-2.0.8.tar.gz) = 212354
+TIMESTAMP = 1555678649
+SHA256 (oidentd-2.3.2.tar.gz) = b62ccff3b72e402ef999048b21a59bd944c76225b2fdb1890e75cf1ce1948581
+SIZE (oidentd-2.3.2.tar.gz) = 265691

Modified: head/security/oidentd/files/patch-oidentd.8
==============================================================================
--- head/security/oidentd/files/patch-oidentd.8	Fri Apr 19 13:58:11 2019	(r499355)
+++ head/security/oidentd/files/patch-oidentd.8	Fri Apr 19 14:10:51 2019	(r499356)
@@ -1,24 +1,24 @@
---- doc/oidentd.8.orig	Sun Apr 27 20:40:59 2003
-+++ doc/oidentd.8	Sat Sep  4 16:12:29 2004
-@@ -58,7 +58,7 @@
- 
+--- doc/oidentd.8.orig	2019-01-08 08:56:02.000000000 +0100
++++ doc/oidentd.8	2019-04-19 15:01:30.103268000 +0200
+@@ -65,7 +65,7 @@
  .TP
  .B "\-C or \-\-config=<config file>"
--Use the specified file as the configuration file. The default location of the configuration file is \fB/etc/oidentd.conf\fP.
-+Use the specified file as the configuration file. The default location of the configuration file is \fB%%PREFIX%%/etc/oidentd.conf\fP.
+ Use the specified file as the configuration file. The default location of the
+-configuration file is \fB/etc/oidentd.conf\fP.
++configuration file is \fB%%PREFIX%%/etc/oidentd.conf\fP.
  
  .TP
  .B "\-d or \-\-debug"
-@@ -70,7 +70,7 @@
- 
- .TP
- .B "\-f or \-\-forward=[<port>]"
--When IP masquerading support is enabled, forward requests for machines that masquerade through us to those machines on the specified port. If a port is not given, oidentd will use the default port for the ident service ("auth" or port 113). If the forwarded request fails, \fBoidentd\fP will fall back to reading the \fB/etc/oidentd_masq.conf\fP file. In order for forwarding to work, the machine to which the connection is forwarded must also be running oidentd, and oidentd must be run with the -P switch specifying the host that is forwarding the connections. If the ident daemon on the host to which the connection is forwarded is capable of returning a fixed string for any lookup (for example, the ident server built in to the mIRC windows IRC client), it is not necessary to run oidentd on that host.
-+When IP masquerading support is enabled, forward requests for machines that masquerade through us to those machines on the specified port. If a port is not given, oidentd will use the default port for the ident service ("auth" or port 113). If the forwarded request fails, \fBoidentd\fP will fall back to reading the \fB%%PREFIX%%/etc/oidentd_masq.conf\fP file. In order for forwarding to work, the machine to which the connection is forwarded must also be running oidentd, and oidentd must be run with the -P switch specifying the host that is forwarding the connections. If the ident daemon on the host to which the connection is forwarded is capable of returning a fixed string for any lookup (for example, the ident server built in to the mIRC windows IRC client), it is not necessary to run oidentd on that host.
- 
- .TP
- .B "\-g or \-\-group=<group|GID>"
-@@ -152,11 +152,11 @@
+@@ -85,7 +85,7 @@
+ masquerade through us to those machines on the specified port. If a port is not
+ given, \fBoidentd\fP will use the default port for the ident service ("auth" or
+ port 113). If the forwarded request fails, \fBoidentd\fP will fall back to
+-reading the \fB/etc/oidentd_masq.conf\fP file. In order for forwarding to work,
++reading the \fB%%PREFIX%%/etc/oidentd_masq.conf\fP file. In order for forwarding to work,
+ the machine to which the connection is forwarded must also be running
+ \fBoidentd\fP, and \fBoidentd\fP must be run with the \fB-P\fP switch
+ specifying the host that is forwarding the connections. If the ident daemon on
+@@ -198,11 +198,11 @@
  
  .SH FILES
  .TP

Modified: head/security/oidentd/files/patch-oidentd.conf.5
==============================================================================
--- head/security/oidentd/files/patch-oidentd.conf.5	Fri Apr 19 13:58:11 2019	(r499355)
+++ head/security/oidentd/files/patch-oidentd.conf.5	Fri Apr 19 14:10:51 2019	(r499356)
@@ -1,36 +1,36 @@
---- doc/oidentd.conf.5.orig	Sun Apr 27 20:40:59 2003
-+++ doc/oidentd.conf.5	Sat Sep  4 16:12:48 2004
-@@ -16,7 +16,7 @@
- The \fBoidentd\fP configuration file is used to specify the amount of control users have over the responses \fBoidentd\fP returns upon successful lookups for connections owned by them.
- .PP
- The \fB$HOME/.oidentd.conf\fP file allows a user to specify what ident response will be returned for specific connections.
+--- doc/oidentd.conf.5.orig	2019-01-08 08:56:17.000000000 +0100
++++ doc/oidentd.conf.5	2019-04-19 15:03:44.447798000 +0200
+@@ -22,7 +22,7 @@
+ The \fB$HOME/.oidentd.conf\fP file allows a user to specify what ident response
+ will be returned for specific connections.
+ 
 -.SH /etc/oidentd.conf SYNTAX
 +.SH %%PREFIX%%/etc/oidentd.conf SYNTAX
+ 
  .TP
  .B USER DIRECTIVE
- The \fBoidentd.conf\fP file consists of 0 or more \fIuser\fP directives. The \fIuser\fP directive is used to grant capabilities on a per-user basis.
-@@ -101,7 +101,7 @@
+@@ -148,7 +148,7 @@
+ manner.
  
- The \fIglobal\fP directive acts as a wildcard, matching all connections, so if used at all, the global directive should be the first entry in the file and should be used only once. Use is permitted anywhere in the file and infinitely many times, however it doesn't make much sense to use it in this manner.
+ The range directive has the same syntax and semantics as the range directive in
+-the \fB/etc/oidentd.conf\fP file. See above for a description.
++the \fB%%PREFIX%%/etc/oidentd.conf\fP file. See above for a description.
  
--The range directive has the same syntax and semantics as the range directive in the \fB/etc/oidentd.conf\fP file. See above for a description.
-+The range directive has the same syntax and semantics as the range directive in the \fB%%PREFIX%%/etc/oidentd.conf\fP file. See above for a description.
+ Valid capabilities are \fIreply\fP, \fIforward\fP, \fIrandom\fP, \fInumeric\fP,
+ \fIrandom_numeric\fP, and \fIhide\fP. Descriptions can be found below.
+@@ -185,7 +185,7 @@
+ In a user's \fB$HOME/.oidentd.conf\fP file, up to 20 strings may be specified
+ for a \fBreply\fP statement.
  
- Valid capabilities are \fIreply\fP, \fIrandom\fP, \fInumeric\fP, \fIrandom_numeric\fP, and \fIhide\fP. Descriptions can be found below.
- .SH CAPABILITIES
-@@ -126,7 +126,7 @@
+-In the \fB/etc/oidentd.conf\fP file, there is no limitation on the number of
++In the \fB%%PREFIX%%/etc/oidentd.conf\fP file, there is no limitation on the number of
+ strings that may be specified.
  
- In a user's \fB$HOME/.oidentd.conf\fP file, up to 20 strings may be specified for a \fBreply\fP statement.
+ The strings must be quoted strings (e.g. "string"). Strings may contain the
+@@ -260,7 +260,7 @@
+ Reply to successful with a randomly generated ident response of the form userN,
+ where N is a random number between 0 and 100000.
  
--In the \fB/etc/oidentd.conf\fP file, there is no limitation on the number of strings that may be specified.
-+In the \fB%%PREFIX%%/etc/oidentd.conf\fP file, there is no limitation on the number of strings that may be specified.
- 
- The strings must be quoted strings (e.g. "string"). Strings may contain the following escape characters:
- 
-@@ -183,7 +183,7 @@
- .TP
- .B random_numeric
- Reply to successful with a randomly generated ident response of the form userN, where N is a random number between 0 and 100000.
 -.SH EXAMPLE /etc/oidentd.conf FILE
 +.SH EXAMPLE %%PREFIX%%/etc/oidentd.conf FILE
  .nf

Modified: head/security/oidentd/files/patch-oidentd_masq.conf.5
==============================================================================
--- head/security/oidentd/files/patch-oidentd_masq.conf.5	Fri Apr 19 13:58:11 2019	(r499355)
+++ head/security/oidentd/files/patch-oidentd_masq.conf.5	Fri Apr 19 14:10:51 2019	(r499356)
@@ -1,11 +1,11 @@
---- doc/oidentd_masq.conf.5.orig	Sun Apr 27 20:40:59 2003
-+++ doc/oidentd_masq.conf.5	Sat Sep  4 16:12:11 2004
-@@ -13,7 +13,7 @@
- oidentd_masq.conf - oidentd IP masquerading/NAT configuration file.
- 
- .SH DESCRIPTION
--If you are using IP masquerading or NAT, oidentd can optionally return a username for connections from other machines.  Support for this is specified by calling \fBoidentd\fP with the \-m (or \-\-masq) flag and by creating an \fB/etc/oidentd_masq.conf\fP file.
-+If you are using IP masquerading or NAT, oidentd can optionally return a username for connections from other machines.  Support for this is specified by calling \fBoidentd\fP with the \-m (or \-\-masq) flag and by creating an \fB%%PREFIX%%/etc/oidentd_masq.conf\fP file.
+--- doc/oidentd_masq.conf.5.orig	2019-01-08 08:56:09.000000000 +0100
++++ doc/oidentd_masq.conf.5	2019-04-19 16:07:21.986856000 +0200
+@@ -18,7 +18,7 @@
+ If you are using IP masquerading or NAT, \fBoidentd\fP can optionally return a
+ username for connections from other machines. Support for this is enabled by
+ calling \fBoidentd\fP with the \fB\-m\fP (or \fB\-\-masquerade\fP) flag and by
+-creating an \fB/etc/oidentd_masq.conf\fP file. This file is read from top to
++creating an \fB%%PREFIX%%/etc/oidentd_masq.conf\fP file. This file is read from top to
+ bottom, and \fBoidentd\fP stops at the first matching entry it encounters.
  .PP
- \fBoidentd\fP can also forward requests for an IP masqueraded connection to the machine from which connection originates by way of the -f option.  This will only work if the host to which the connection is forwarded is running oidentd with the -P (proxy) flag, or if the host's ident daemon will return a valid reply regardless of the input supplied by and the address of the host requesting the info (some ident daemons for windows do this, maybe others).
- 
+ \fBoidentd\fP can also forward requests for an IP masqueraded connection to

Modified: head/security/oidentd/pkg-descr
==============================================================================
--- head/security/oidentd/pkg-descr	Fri Apr 19 13:58:11 2019	(r499355)
+++ head/security/oidentd/pkg-descr	Fri Apr 19 14:10:51 2019	(r499356)
@@ -13,7 +13,7 @@ bogus responses.
 Please see the TODO file for more information on why only ipf is
 supported under FreeBSD.
 
-WWW: http://ojnk.sourceforge.net/
+WWW: https://oidentd.janikrabe.com/
 
 Mark Laws
 mdl@60hz.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904191410.x3JEApVM022019>