From owner-svn-ports-head@freebsd.org Fri Sep 15 20:49:55 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E2A1E09254; Fri, 15 Sep 2017 20:49:55 +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 mx1.freebsd.org (Postfix) with ESMTPS id 6B7337CE91; Fri, 15 Sep 2017 20:49:55 +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 v8FKnsY1063891; Fri, 15 Sep 2017 20:49:54 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8FKnsE0063888; Fri, 15 Sep 2017 20:49:54 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709152049.v8FKnsE0063888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 15 Sep 2017 20:49:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449936 - head/security/fwknop X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/fwknop X-SVN-Commit-Revision: 449936 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.23 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: Fri, 15 Sep 2017 20:49:55 -0000 Author: swills Date: Fri Sep 15 20:49:54 2017 New Revision: 449936 URL: https://svnweb.freebsd.org/changeset/ports/449936 Log: security/fwknop: update to 2.6.9 Update to 2.6.9 [0] While here, add missing deps [1] PR: 222287 Submitted by: sean.greven@gmail.com (maintainer) [0][1] Reported by: Jens Grassel [1] Modified: head/security/fwknop/Makefile head/security/fwknop/distinfo head/security/fwknop/pkg-plist Modified: head/security/fwknop/Makefile ============================================================================== --- head/security/fwknop/Makefile Fri Sep 15 20:33:23 2017 (r449935) +++ head/security/fwknop/Makefile Fri Sep 15 20:49:54 2017 (r449936) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fwknop -PORTVERSION= 2.6.8 +PORTVERSION= 2.6.9 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.cipherdyne.org/fwknop/download/ @@ -12,6 +12,10 @@ COMMENT= SPA implementation for Linux and FreeBSD LICENSE= GPLv2 +BUILD_DEPENDS= wget:ftp/wget +RUN_DEPENDS= wget:ftp/wget +LIB_DEPENDS+= libassuan.so:security/libassuan + CPE_VENDOR= cipherdyne OPTIONS_DEFINE= GPGME @@ -40,6 +44,7 @@ IPFW_CONFIGURE_WITH= ipfw=/sbin/ipfw PF_CONFIGURE_WITH= pf=/sbin/pfctl GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme +GPGME_LIB_DEPENDS+= libgpg-error.so:security/libgpg-error GPGME_CONFIGURE_WITH= gpgme post-install: Modified: head/security/fwknop/distinfo ============================================================================== --- head/security/fwknop/distinfo Fri Sep 15 20:33:23 2017 (r449935) +++ head/security/fwknop/distinfo Fri Sep 15 20:49:54 2017 (r449936) @@ -1,2 +1,3 @@ -SHA256 (fwknop-2.6.8.tar.gz) = 5999c2cffd231caf3082a5169fbac2f4a3f5db8309355c5615c98998718198ff -SIZE (fwknop-2.6.8.tar.gz) = 1925130 +TIMESTAMP = 1505321222 +SHA256 (fwknop-2.6.9.tar.gz) = 9022a0e1b3ee1dc9cd1323efcc0e5f8f24bc521e19e9779efd9d23a3aa3e5577 +SIZE (fwknop-2.6.9.tar.gz) = 1978327 Modified: head/security/fwknop/pkg-plist ============================================================================== --- head/security/fwknop/pkg-plist Fri Sep 15 20:33:23 2017 (r449935) +++ head/security/fwknop/pkg-plist Fri Sep 15 20:49:54 2017 (r449936) @@ -4,8 +4,8 @@ bin/fwknop include/fko.h lib/libfko.a lib/libfko.so -lib/libfko.so.2 -lib/libfko.so.2.0.4 +lib/libfko.so.3 +lib/libfko.so.3.0.0 man/man8/fwknop.8.gz man/man8/fwknopd.8.gz sbin/fwknopd