From owner-svn-ports-head@FreeBSD.ORG Fri Apr 26 12:07:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C57AA7EA; Fri, 26 Apr 2013 12:07:36 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B780714B9; Fri, 26 Apr 2013 12:07:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3QC7aZM057546; Fri, 26 Apr 2013 12:07:36 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3QC7atJ057544; Fri, 26 Apr 2013 12:07:36 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <201304261207.r3QC7atJ057544@svn.freebsd.org> From: Edwin Groothuis Date: Fri, 26 Apr 2013 12:07:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316597 - head/net-mgmt/ipv6calc X-SVN-Group: ports-head 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.14 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, 26 Apr 2013 12:07:36 -0000 Author: edwin Date: Fri Apr 26 12:07:36 2013 New Revision: 316597 URL: http://svnweb.freebsd.org/changeset/ports/316597 Log: Update to version 0.94.0 Major extensions: ipv6calc/ipv6loganon/ipv6logstats - IID privacy detection - implement filter mode (-A filter) [very helpful if used in pipe mode] - reliable IPv6 address anonymization (means all IPv6 address type information is kept while anonymize the rest [SLA, unique values in IID] - support MAC address input in Cisco format xxxx.xxxx.xxxx - support OUI-36 Modified: head/net-mgmt/ipv6calc/Makefile head/net-mgmt/ipv6calc/distinfo Modified: head/net-mgmt/ipv6calc/Makefile ============================================================================== --- head/net-mgmt/ipv6calc/Makefile Fri Apr 26 10:44:28 2013 (r316596) +++ head/net-mgmt/ipv6calc/Makefile Fri Apr 26 12:07:36 2013 (r316597) @@ -6,8 +6,7 @@ # PORTNAME= ipv6calc -PORTVERSION= 0.73.0 -PORTREVISION= 1 +PORTVERSION= 0.94.0 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ Modified: head/net-mgmt/ipv6calc/distinfo ============================================================================== --- head/net-mgmt/ipv6calc/distinfo Fri Apr 26 10:44:28 2013 (r316596) +++ head/net-mgmt/ipv6calc/distinfo Fri Apr 26 12:07:36 2013 (r316597) @@ -1,2 +1,2 @@ -SHA256 (ipv6calc-0.73.0.tar.gz) = e513b6725d9bf829ddb0e081d0fadd9a8c90678118441dd4028f76b66124e855 -SIZE (ipv6calc-0.73.0.tar.gz) = 567943 +SHA256 (ipv6calc-0.94.0.tar.gz) = be0580885b1c5c3f62cdf8582b7040590acd807e8315030c3417cfbe7fe31270 +SIZE (ipv6calc-0.94.0.tar.gz) = 749534