From owner-svn-ports-all@freebsd.org Wed Oct 9 12:20:36 2019 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 03CF014AC14; Wed, 9 Oct 2019 12:20:36 +0000 (UTC) (envelope-from bapt@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) server-signature RSA-PSS (4096 bits) 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 46pCwg5gC1z4MLB; Wed, 9 Oct 2019 12:20:35 +0000 (UTC) (envelope-from bapt@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 A5C5F18546; Wed, 9 Oct 2019 12:20:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x99CKZkM017362; Wed, 9 Oct 2019 12:20:35 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x99CKVoD017338; Wed, 9 Oct 2019 12:20:31 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201910091220.x99CKVoD017338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 9 Oct 2019 12:20:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514144 - in head: security/cyrus-sasl2 security/dropbear security/heimdal security/ipv6toolkit security/nmap security/obfs4proxy-tor security/oidentd security/openiked security/openssh... X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head: security/cyrus-sasl2 security/dropbear security/heimdal security/ipv6toolkit security/nmap security/obfs4proxy-tor security/oidentd security/openiked security/openssh-portable security/p5-Net... X-SVN-Commit-Revision: 514144 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.29 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: Wed, 09 Oct 2019 12:20:36 -0000 Author: bapt Date: Wed Oct 9 12:20:31 2019 New Revision: 514144 URL: https://svnweb.freebsd.org/changeset/ports/514144 Log: Drop the ipv6 virtual category for s* category as it is not relevant anymore Modified: head/security/cyrus-sasl2/Makefile.common head/security/dropbear/Makefile head/security/heimdal/Makefile head/security/ipv6toolkit/Makefile head/security/nmap/Makefile head/security/obfs4proxy-tor/Makefile head/security/oidentd/Makefile head/security/openiked/Makefile head/security/openssh-portable/Makefile head/security/p5-Net-SinFP/Makefile head/security/pidentd/Makefile head/security/putty/Makefile head/security/racoon2/Makefile head/security/ssllabs-scan/Makefile head/security/tor-devel/Makefile head/security/tor/Makefile head/security/xinetd/Makefile head/sysutils/gkrellm2/Makefile head/sysutils/healthd/Makefile head/sysutils/socket/Makefile Modified: head/security/cyrus-sasl2/Makefile.common ============================================================================== --- head/security/cyrus-sasl2/Makefile.common Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/cyrus-sasl2/Makefile.common Wed Oct 9 12:20:31 2019 (r514144) @@ -2,7 +2,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 2.1.27 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= https://www.cyrusimap.org/releases/ \ ftp://ftp.cyrusimap.org/cyrus-sasl/ Modified: head/security/dropbear/Makefile ============================================================================== --- head/security/dropbear/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/dropbear/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -3,7 +3,7 @@ PORTNAME= dropbear PORTVERSION= 2019.78 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= https://matt.ucc.asn.au/dropbear/releases/ MAINTAINER= pkubaj@FreeBSD.org Modified: head/security/heimdal/Makefile ============================================================================== --- head/security/heimdal/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/heimdal/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -4,7 +4,7 @@ PORTNAME= heimdal PORTVERSION= 7.5.0 PORTREVISION= 4 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/ MAINTAINER= hrs@FreeBSD.org Modified: head/security/ipv6toolkit/Makefile ============================================================================== --- head/security/ipv6toolkit/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/ipv6toolkit/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -3,7 +3,7 @@ PORTNAME= ipv6toolkit PORTVERSION= 2.0 DISTVERSIONPREFIX= v -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= http://www.si6networks.com/tools/ipv6toolkit/ MAINTAINER= hrs@FreeBSD.org Modified: head/security/nmap/Makefile ============================================================================== --- head/security/nmap/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/nmap/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -4,7 +4,7 @@ PORTNAME= nmap DISTVERSION= 7.70 PORTREVISION= 0 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= https://nmap.org/dist/ \ LOCAL/ohauer Modified: head/security/obfs4proxy-tor/Makefile ============================================================================== --- head/security/obfs4proxy-tor/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/obfs4proxy-tor/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -2,7 +2,7 @@ PORTNAME= obfs4proxy DISTVERSION= 0.0.11 -CATEGORIES= security net ipv6 +CATEGORIES= security net MASTER_SITES= https://people.torproject.org/~yawning/releases/${PORTNAME}/ PKGNAMESUFFIX= -tor DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/security/oidentd/Makefile ============================================================================== --- head/security/oidentd/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/oidentd/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -31,8 +31,6 @@ CONFIGURE_ARGS=--disable-masq .if ! ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+=--disable-ipv6 -.else -CATEGORIES+= ipv6 .endif post-patch: Modified: head/security/openiked/Makefile ============================================================================== --- head/security/openiked/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/openiked/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -3,7 +3,7 @@ PORTNAME= openiked PORTVERSION= 2.1 PORTREVISION= 1 -CATEGORIES= security net ipv6 +CATEGORIES= security net MAINTAINER= marcel@FreeBSD.org COMMENT= IKEv2 daemon Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/openssh-portable/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -5,7 +5,7 @@ PORTNAME= openssh DISTVERSION= 8.0p1 PORTREVISION= 1 PORTEPOCH= 1 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= OPENBSD/OpenSSH/portable PKGNAMESUFFIX?= -portable Modified: head/security/p5-Net-SinFP/Makefile ============================================================================== --- head/security/p5-Net-SinFP/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/p5-Net-SinFP/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -8,7 +8,7 @@ PORTREVISION= ${DBDATE}1 .else PORTREVISION= 1 .endif -CATEGORIES= security ipv6 perl5 +CATEGORIES= security perl5 MASTER_SITES= CPAN .ifdef DBDATE MASTER_SITES+= http://www.gomor.org/files/:DB Modified: head/security/pidentd/Makefile ============================================================================== --- head/security/pidentd/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/pidentd/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -4,7 +4,7 @@ PORTNAME= pidentd PORTVERSION= 3.0.19 PORTREVISION= 4 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/ident/servers/ \ ftp://ftp.stack.nl/pub/users/johans/pidentd/ Modified: head/security/putty/Makefile ============================================================================== --- head/security/putty/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/putty/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -2,7 +2,7 @@ PORTNAME= putty PORTVERSION= 0.72 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ Modified: head/security/racoon2/Makefile ============================================================================== --- head/security/racoon2/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/racoon2/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -4,7 +4,7 @@ PORTNAME= racoon2 PORTVERSION= ${RACOON2_COMMIT_DATE} PORTREVISION= 1 -CATEGORIES= security net ipv6 +CATEGORIES= security net HASH= 5c4af73 RACOON2_COMMIT_DATE=20181215 Modified: head/security/ssllabs-scan/Makefile ============================================================================== --- head/security/ssllabs-scan/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/ssllabs-scan/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -3,7 +3,7 @@ PORTNAME= ssllabs-scan DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -CATEGORIES= security net ipv6 +CATEGORIES= security net MAINTAINER= egypcio@FreeBSD.org COMMENT= Command-line tool to use the SSL Labs API Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/tor-devel/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -4,7 +4,7 @@ PORTNAME= tor DISTVERSION= 0.4.2.2 DISTVERSIONSUFFIX= -alpha -CATEGORIES= security net ipv6 +CATEGORIES= security net MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/tor/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -3,7 +3,7 @@ PORTNAME= tor DISTVERSION= 0.4.1.6 -CATEGORIES= security net ipv6 +CATEGORIES= security net MASTER_SITES= TOR MAINTAINER= yuri@FreeBSD.org Modified: head/security/xinetd/Makefile ============================================================================== --- head/security/xinetd/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/security/xinetd/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -4,7 +4,7 @@ PORTNAME= xinetd PORTVERSION= 2.3.15 PORTREVISION= 2 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= GENTOO MAINTAINER= garga@FreeBSD.org Modified: head/sysutils/gkrellm2/Makefile ============================================================================== --- head/sysutils/gkrellm2/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/sysutils/gkrellm2/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -3,7 +3,7 @@ PORTNAME= gkrellm PORTVERSION= 2.3.11 #PORTREVISION= 0 -CATEGORIES= sysutils ipv6 +CATEGORIES= sysutils MASTER_SITES= http://gkrellm.srcbox.net/releases/ \ LOCAL/ume PKGNAMESUFFIX= 2 Modified: head/sysutils/healthd/Makefile ============================================================================== --- head/sysutils/healthd/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/sysutils/healthd/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -4,7 +4,7 @@ PORTNAME= healthd PORTVERSION= 0.7.9 PORTREVISION= 2 -CATEGORIES= sysutils ipv6 +CATEGORIES= sysutils MASTER_SITES= http://healthd.thehousleys.net/ \ LOCAL/ohauer Modified: head/sysutils/socket/Makefile ============================================================================== --- head/sysutils/socket/Makefile Wed Oct 9 12:17:15 2019 (r514143) +++ head/sysutils/socket/Makefile Wed Oct 9 12:20:31 2019 (r514144) @@ -4,7 +4,7 @@ PORTNAME= socket PORTVERSION= 1.2 #PORTREVISION= 1 -CATEGORIES= sysutils net ipv6 +CATEGORIES= sysutils net MASTER_SITES= https://wolfram.schneider.org/src/ LOCAL/wosch MAINTAINER= ports@FreeBSD.org