Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2016 10:31:06 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r421202 - in branches/2016Q3/net/pear-Net_IPv6: . files
Message-ID:  <201609011031.u81AV6pD013280@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Thu Sep  1 10:31:05 2016
New Revision: 421202
URL: https://svnweb.freebsd.org/changeset/ports/421202

Log:
  MFH: r421168
  
  Fix some bad IPv6 validation issues
  
  Following bad addresses are being validated as good by checkIPv6()
  
  1:2:3:4:5:6:7:8:1.2.3.4
  ::1:2:3:4:5:6:7:8
  1:2:3:4:5:6:7:8::
  1:2:3:4:5:6:::8
  ::::a
  ::::
  1::2::3
  
  Obtained from:	pfSense
  Sponsored by:	Rubicon Communications (Netgate)
  Approved by:	ports-secteam (feld)

Added:
  branches/2016Q3/net/pear-Net_IPv6/files/
     - copied from r421168, head/net/pear-Net_IPv6/files/
Modified:
  branches/2016Q3/net/pear-Net_IPv6/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/net/pear-Net_IPv6/Makefile
==============================================================================
--- branches/2016Q3/net/pear-Net_IPv6/Makefile	Thu Sep  1 09:44:43 2016	(r421201)
+++ branches/2016Q3/net/pear-Net_IPv6/Makefile	Thu Sep  1 10:31:05 2016	(r421202)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Net_IPv6
 DISTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	net pear
 
 MAINTAINER=	miwi@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609011031.u81AV6pD013280>