From owner-svn-ports-all@FreeBSD.ORG Tue Jan 6 09:40:05 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AECE867B; Tue, 6 Jan 2015 09:40:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 99B7966538; Tue, 6 Jan 2015 09:40:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t069e5ZK000776; Tue, 6 Jan 2015 09:40:05 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t069e3rQ000762; Tue, 6 Jan 2015 09:40:03 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201501060940.t069e3rQ000762@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 6 Jan 2015 09:40:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376407 - in head/security: bcrypt cksfv idea op pkcrack tthsum vpnc X-SVN-Group: ports-head 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.18-1 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: Tue, 06 Jan 2015 09:40:05 -0000 Author: ehaupt Date: Tue Jan 6 09:40:02 2015 New Revision: 376407 URL: https://svnweb.freebsd.org/changeset/ports/376407 QAT: https://qat.redports.org/buildarchive/r376407/ Log: Move MASTER_SITES from CRITICAL to LOCAL/ehaupt Modified: head/security/bcrypt/Makefile head/security/cksfv/Makefile head/security/idea/Makefile head/security/op/Makefile head/security/pkcrack/Makefile head/security/tthsum/Makefile head/security/vpnc/Makefile Modified: head/security/bcrypt/Makefile ============================================================================== --- head/security/bcrypt/Makefile Tue Jan 6 09:39:53 2015 (r376406) +++ head/security/bcrypt/Makefile Tue Jan 6 09:40:02 2015 (r376407) @@ -5,7 +5,7 @@ PORTNAME= bcrypt PORTVERSION= 1.1 CATEGORIES= security MASTER_SITES= http://bcrypt.sourceforge.net/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Cross-platform blowfish encryption utility Modified: head/security/cksfv/Makefile ============================================================================== --- head/security/cksfv/Makefile Tue Jan 6 09:39:53 2015 (r376406) +++ head/security/cksfv/Makefile Tue Jan 6 09:40:02 2015 (r376407) @@ -5,7 +5,7 @@ PORTNAME= cksfv PORTVERSION= 1.3.14 CATEGORIES= security MASTER_SITES= http://zakalwe.fi/~shd/foss/cksfv/files/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Create or manipulate Simple File Verification (SFV) checksum files Modified: head/security/idea/Makefile ============================================================================== --- head/security/idea/Makefile Tue Jan 6 09:39:53 2015 (r376406) +++ head/security/idea/Makefile Tue Jan 6 09:40:02 2015 (r376407) @@ -6,7 +6,7 @@ PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.de-moliner.ch/richard/downloads/ \ - CRITICAL + LOCAL/ehaupt DISTNAME= ${PORTNAME}.V${PORTVERSION} EXTRACT_SUFX= .tar.Z Modified: head/security/op/Makefile ============================================================================== --- head/security/op/Makefile Tue Jan 6 09:39:53 2015 (r376406) +++ head/security/op/Makefile Tue Jan 6 09:40:02 2015 (r376407) @@ -5,7 +5,7 @@ PORTNAME= op PORTVERSION= 1.32 CATEGORIES= security MASTER_SITES= http://swapoff.org/files/op/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Controlled privilege escalation tool Modified: head/security/pkcrack/Makefile ============================================================================== --- head/security/pkcrack/Makefile Tue Jan 6 09:39:53 2015 (r376406) +++ head/security/pkcrack/Makefile Tue Jan 6 09:40:02 2015 (r376407) @@ -5,7 +5,7 @@ PORTNAME= pkcrack PORTVERSION= 1.2.2 CATEGORIES= security MASTER_SITES= http://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utility for breaking pkzip encryption Modified: head/security/tthsum/Makefile ============================================================================== --- head/security/tthsum/Makefile Tue Jan 6 09:39:53 2015 (r376406) +++ head/security/tthsum/Makefile Tue Jan 6 09:40:02 2015 (r376407) @@ -5,7 +5,7 @@ PORTNAME= tthsum PORTVERSION= 1.3.2 CATEGORIES= security MASTER_SITES= http://tthsum.devs.nu/pkg/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for generating and checking TTH message digests Modified: head/security/vpnc/Makefile ============================================================================== --- head/security/vpnc/Makefile Tue Jan 6 09:39:53 2015 (r376406) +++ head/security/vpnc/Makefile Tue Jan 6 09:40:02 2015 (r376407) @@ -6,7 +6,7 @@ PORTVERSION= 0.5.3 PORTREVISION= 10 CATEGORIES= security MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Client for Cisco 3000 VPN Concentrator