From owner-svn-ports-head@freebsd.org Sun Aug 2 13:05:58 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0076D37CF43; Sun, 2 Aug 2020 13:05:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BKLqT68Zrz4RwD; Sun, 2 Aug 2020 13:05:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B6C3623EB5; Sun, 2 Aug 2020 13:05:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 072D5vc7072119; Sun, 2 Aug 2020 13:05:57 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 072D5udm072113; Sun, 2 Aug 2020 13:05:56 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202008021305.072D5udm072113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 2 Aug 2020 13:05:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543953 - in head/security/oidentd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/security/oidentd: . files X-SVN-Commit-Revision: 543953 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Aug 2020 13:05:58 -0000 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)