Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2020 13:05:56 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543953 - in head/security/oidentd: . files
Message-ID:  <202008021305.072D5udm072113@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Aug  2 13:05:56 2020
New Revision: 543953
URL: https://svnweb.freebsd.org/changeset/ports/543953

Log:
  security/oidentd: Update to 2.5.0
  
  PR:		247657
  Submitted by:	daniel.engberg.lists@pyret.net
  Approved by:	maintainer timeout (oliver, >1 month)

Added:
  head/security/oidentd/files/patch-doc_oidentd.8   (contents, props changed)
  head/security/oidentd/files/patch-doc_oidentd.conf.5   (contents, props changed)
  head/security/oidentd/files/patch-doc_oidentd__masq.conf.5   (contents, props changed)
Deleted:
  head/security/oidentd/files/patch-oidentd.8
  head/security/oidentd/files/patch-oidentd.conf.5
  head/security/oidentd/files/patch-oidentd_masq.conf.5
Modified:
  head/security/oidentd/Makefile   (contents, props changed)
  head/security/oidentd/distinfo   (contents, props changed)

Modified: head/security/oidentd/Makefile
==============================================================================
--- head/security/oidentd/Makefile	Sun Aug  2 12:59:58 2020	(r543952)
+++ head/security/oidentd/Makefile	Sun Aug  2 13:05:56 2020	(r543953)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	oidentd
-PORTVERSION=	2.3.2
+PORTVERSION=	2.5.0
 CATEGORIES=	security
-MASTER_SITES=	https://github.com/janikrabe/oidentd/releases/download/v2.3.2/
+MASTER_SITES=	https://files.janikrabe.com/pub/oidentd/releases/2.5.0/
 
 MAINTAINER=	oliver@FreeBSD.org
 COMMENT=	Ident server that supports user-defined ident strings
@@ -21,7 +21,6 @@ MANPAGES=	oidentd.conf.5 oidentd_masq.conf.5 oidentd.8
 .for man in ${MANPAGES}
 PLIST_FILES+=	man/man${man:E}/${man}.gz
 .endfor
-USE_CSTD=	gnu89
 
 OPTIONS_DEFINE=	IPV6
 
@@ -32,10 +31,6 @@ CONFIGURE_ARGS=--disable-masq
 .if ! ${PORT_OPTIONS:MIPV6}
 CONFIGURE_ARGS+=--disable-ipv6
 .endif
-
-post-patch:
-	@${REINPLACE_CMD} -e 's,/etc/,${PREFIX}&,g' ${WRKSRC}/src/oidentd.h
-	@${REINPLACE_CMD} -e 's|\[5-9\]||g;s|\[4-9\]||g' ${WRKSRC}/configure
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/oidentd ${STAGEDIR}${PREFIX}/sbin

Modified: head/security/oidentd/distinfo
==============================================================================
--- head/security/oidentd/distinfo	Sun Aug  2 12:59:58 2020	(r543952)
+++ head/security/oidentd/distinfo	Sun Aug  2 13:05:56 2020	(r543953)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555678649
-SHA256 (oidentd-2.3.2.tar.gz) = b62ccff3b72e402ef999048b21a59bd944c76225b2fdb1890e75cf1ce1948581
-SIZE (oidentd-2.3.2.tar.gz) = 265691
+TIMESTAMP = 1593501228
+SHA256 (oidentd-2.5.0.tar.gz) = ead896a3beb81532bff110330ce129e2ef8f4d3f571df996e88b7b6727c5b5b4
+SIZE (oidentd-2.5.0.tar.gz) = 277788

Added: head/security/oidentd/files/patch-doc_oidentd.8
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/oidentd/files/patch-doc_oidentd.8	Sun Aug  2 13:05:56 2020	(r543953)
@@ -0,0 +1,36 @@
+--- doc/oidentd.8.orig	2020-04-16 13:34:16 UTC
++++ doc/oidentd.8
+@@ -57,7 +57,7 @@ clients.
+ \fB\-C, \-\-config\fP=\fIFILE\fP
+ .RS 4
+ Use the specified system\-wide configuration file.  If this option is not
+-given, \fBoidentd\fP defaults to \fB/usr/local/etc/oidentd.conf\fP.  The format of the
++given, \fBoidentd\fP defaults to \fB%%PREFIX%%/etc/oidentd.conf\fP.  The format of the
+ system\-wide configuration file is described in \fBoidentd.conf\fP(5).
+ .RE
+ .sp
+@@ -217,7 +217,7 @@ Print version and build information and exit.
+ .RE
+ .SH "FILES"
+ .sp
+-\fB/usr/local/etc/oidentd.conf\fP
++\fB%%PREFIX%%/etc/oidentd.conf\fP
+ .RS 4
+ System\-wide configuration file; see \fBoidentd.conf\fP(5).
+ .RE
+@@ -227,7 +227,7 @@ System\-wide configuration file; see \fBoidentd.conf\f
+ User configuration files; see \fBoidentd.conf\fP(5).
+ .RE
+ .sp
+-\fB/usr/local/etc/oidentd_masq.conf\fP
++\fB%%PREFIX%%/etc/oidentd_masq.conf\fP
+ .RS 4
+ Masquerading configuration file; see \fBoidentd_masq.conf\fP(5).
+ .RE
+@@ -246,4 +246,4 @@ Please report any bugs to \c
+ .SH "SEE ALSO"
+ .sp
+ \fBoidentd.conf\fP(5)
+-\fBoidentd_masq.conf\fP(5)
+\ No newline at end of file
++\fBoidentd_masq.conf\fP(5)

Added: head/security/oidentd/files/patch-doc_oidentd.conf.5
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/oidentd/files/patch-doc_oidentd.conf.5	Sun Aug  2 13:05:56 2020	(r543953)
@@ -0,0 +1,18 @@
+--- doc/oidentd.conf.5.orig	2020-04-16 13:34:16 UTC
++++ doc/oidentd.conf.5
+@@ -34,7 +34,7 @@ The \fBoidentd\fP configuration files are used to cont
+ sends to clients after receiving a query for a connection owned by a particular
+ user.
+ .sp
+-The system\-wide configuration file \fB/usr/local/etc/oidentd.conf\fP specifies the
++The system\-wide configuration file \fB%%PREFIX%%/etc/oidentd.conf\fP specifies the
+ types of responses individual users are permitted to send.  By default, users
+ must respond with their real username.
+ .sp
+@@ -442,4 +442,4 @@ Please report any bugs to \c
+ .SH "SEE ALSO"
+ .sp
+ \fBoidentd\fP(8)
+-\fBoidentd_masq.conf\fP(5)
+\ No newline at end of file
++\fBoidentd_masq.conf\fP(5)

Added: head/security/oidentd/files/patch-doc_oidentd__masq.conf.5
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/oidentd/files/patch-doc_oidentd__masq.conf.5	Sun Aug  2 13:05:56 2020	(r543953)
@@ -0,0 +1,18 @@
+--- doc/oidentd_masq.conf.5.orig	2020-04-16 13:34:16 UTC
++++ doc/oidentd_masq.conf.5
+@@ -31,7 +31,7 @@ oidentd_masq.conf \- oidentd NAT configuration file
+ .SH "DESCRIPTION"
+ .sp
+ If NAT support is enabled with the \fB\-\-masquerade\fP option, \fBoidentd\fP reads the
+-\fB/usr/local/etc/oidentd_masq.conf\fP file to determine ident responses to queries
++\fB%%PREFIX%%/etc/oidentd_masq.conf\fP file to determine ident responses to queries
+ intended for other machines.  It is also possible to forward queries to ident
+ servers on the hosts connecting through the machine \fBoidentd\fP runs on.  For more
+ information on forwarding, please see the \fB\-\-forward\fP option in \fBoidentd\fP(8).
+@@ -94,4 +94,4 @@ Please report any bugs to \c
+ .SH "SEE ALSO"
+ .sp
+ \fBoidentd\fP(8)
+-\fBoidentd.conf\fP(5)
+\ No newline at end of file
++\fBoidentd.conf\fP(5)



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