From owner-svn-ports-all@freebsd.org Fri Sep 4 14:33:17 2020 Return-Path: Delivered-To: svn-ports-all@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 860043C4325; Fri, 4 Sep 2020 14:33:17 +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 4BjgC12z8jz46fB; Fri, 4 Sep 2020 14:33:17 +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 48F58DC5C; Fri, 4 Sep 2020 14:33:17 +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 084EXHHX059195; Fri, 4 Sep 2020 14:33:17 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 084EXGGS059192; Fri, 4 Sep 2020 14:33:16 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202009041433.084EXGGS059192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 4 Sep 2020 14:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547543 - in head/security/openiked: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/security/openiked: . files X-SVN-Commit-Revision: 547543 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2020 14:33:17 -0000 Author: swills Date: Fri Sep 4 14:33:16 2020 New Revision: 547543 URL: https://svnweb.freebsd.org/changeset/ports/547543 Log: security/openiked: update to 2.2 PR: 248920 Submitted by: marcel (maintainer) Added: head/security/openiked/files/patch-ikectl_Makefile.am (contents, props changed) Modified: head/security/openiked/Makefile (contents, props changed) head/security/openiked/distinfo (contents, props changed) Modified: head/security/openiked/Makefile ============================================================================== --- head/security/openiked/Makefile Fri Sep 4 14:13:19 2020 (r547542) +++ head/security/openiked/Makefile Fri Sep 4 14:33:16 2020 (r547543) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= openiked -PORTVERSION= 2.1 -PORTREVISION= 1 +PORTVERSION= 2.2 CATEGORIES= security net MAINTAINER= marcel@FreeBSD.org Modified: head/security/openiked/distinfo ============================================================================== --- head/security/openiked/distinfo Fri Sep 4 14:13:19 2020 (r547542) +++ head/security/openiked/distinfo Fri Sep 4 14:33:16 2020 (r547543) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548454619 -SHA256 (xcllnt-openiked-2.1_GH0.tar.gz) = c8ca5184870994d75814e45f024f22986fea8ccb318004367766e8acf9395d0c -SIZE (xcllnt-openiked-2.1_GH0.tar.gz) = 230807 +TIMESTAMP = 1598375734 +SHA256 (xcllnt-openiked-2.2_GH0.tar.gz) = 5e161f12cdba3853dca576348409fa512d58c19840eac9eb4d1ce68e8dd5f0bf +SIZE (xcllnt-openiked-2.2_GH0.tar.gz) = 230804 Added: head/security/openiked/files/patch-ikectl_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openiked/files/patch-ikectl_Makefile.am Fri Sep 4 14:33:16 2020 (r547543) @@ -0,0 +1,10 @@ +--- ikectl/Makefile.am.orig 2020-09-04 14:25:33 UTC ++++ ikectl/Makefile.am +@@ -28,7 +28,6 @@ $(MANPAGES): $(MANPAGES_IN) + + install-exec-hook: $(MANPAGES) + $(MKDIR_P) $(DESTDIR)$(sysconfdir)/iked/ +- $(MKDIR_P) $(DESTDIR)$(SSLDIR) + $(MKDIR_P) $(DESTDIR)$(sbindir) + $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 +