Date: Sun, 30 Sep 2018 20:54:01 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480983 - head/security/fwknop Message-ID: <201809302054.w8UKs1Da084445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Sun Sep 30 20:54:01 2018 New Revision: 480983 URL: https://svnweb.freebsd.org/changeset/ports/480983 Log: security/fwknop: update to 2.6.10 PR: 231343 Submitted by: jan0sch@mykolab.com Approved by: tcbener (mentor, implicit) sean.greven@gmail.com (maintainer) Modified: head/security/fwknop/Makefile head/security/fwknop/distinfo Modified: head/security/fwknop/Makefile ============================================================================== --- head/security/fwknop/Makefile Sun Sep 30 20:27:44 2018 (r480982) +++ head/security/fwknop/Makefile Sun Sep 30 20:54:01 2018 (r480983) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fwknop -PORTVERSION= 2.6.9 -PORTREVISION= 2 +PORTVERSION= 2.6.10 CATEGORIES= security MASTER_SITES= http://www.cipherdyne.org/fwknop/download/ @@ -15,9 +14,19 @@ LICENSE= GPLv2 BUILD_DEPENDS= wget:ftp/wget RUN_DEPENDS= wget:ftp/wget LIB_DEPENDS+= libassuan.so:security/libassuan -CONFLICTS_BUILD= fwknop-2.6.8_* + +USES= cpe libtool +USE_LDCONFIG= yes +USE_RC_SUBR= fwknopd + CPE_VENDOR= cipherdyne +CONFLICTS_BUILD= fwknop-2.6.8_* +GNU_CONFIGURE= yes + +INSTALL_TARGET= install-strip +INFO= libfko + OPTIONS_DEFINE= GPGME OPTIONS_SINGLE= FW @@ -29,15 +38,6 @@ FW_DESC= Firewall Backend IPFW_DESC= Use the IPFW firewall PF_DESC= Use the PF firewall. GPGME_DESC= Build support for gpgme - -USES= cpe libtool -USE_LDCONFIG= yes -USE_RC_SUBR= fwknopd - -GNU_CONFIGURE= yes - -INSTALL_TARGET= install-strip -INFO= libfko IPFW_CONFIGURE_WITH= ipfw=/sbin/ipfw Modified: head/security/fwknop/distinfo ============================================================================== --- head/security/fwknop/distinfo Sun Sep 30 20:27:44 2018 (r480982) +++ head/security/fwknop/distinfo Sun Sep 30 20:54:01 2018 (r480983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505321222 -SHA256 (fwknop-2.6.9.tar.gz) = 9022a0e1b3ee1dc9cd1323efcc0e5f8f24bc521e19e9779efd9d23a3aa3e5577 -SIZE (fwknop-2.6.9.tar.gz) = 1978327 +TIMESTAMP = 1536844863 +SHA256 (fwknop-2.6.10.tar.gz) = 2b15050bae92ec5210fcac944a7aa4bf9c651333a2b2960aabcd5cfc1d527cf1 +SIZE (fwknop-2.6.10.tar.gz) = 1988197
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809302054.w8UKs1Da084445>