Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Dec 2014 02:18:01 +0000 (UTC)
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374343 - head/dns/unbound
Message-ID:  <201412090218.sB92I1da009931@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sem
Date: Tue Dec  9 02:18:01 2014
New Revision: 374343
URL: https://svnweb.freebsd.org/changeset/ports/374343
QAT: https://qat.redports.org/buildarchive/r374343/

Log:
  - Upgrade to 1.5.1. It fixes CVE-2014-8602.
  - Mark python support as broken: does not build.
  
  PR:		195814, 195803
  Submitted by:	Kenji Rikitake, Jeroen

Modified:
  head/dns/unbound/Makefile
  head/dns/unbound/distinfo

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Tue Dec  9 01:55:51 2014	(r374342)
+++ head/dns/unbound/Makefile	Tue Dec  9 02:18:01 2014	(r374343)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unbound
-PORTVERSION=	1.5.0
+PORTVERSION=	1.5.1
 CATEGORIES=	dns
 MASTER_SITES=	http://unbound.net/downloads/
 
@@ -48,6 +48,7 @@ STRIP_FILES=	.libs/libunbound.so unbound
 USES+=		python:2
 CONFIGURE_ARGS+=--with-pyunbound=yes --with-pythonmodule=yes
 BUILD_DEPENDS+=	swig:${PORTSDIR}/devel/swig13
+BROKEN=	Does not build
 PYTHON=
 .else
 PYTHON=		"@comment "

Modified: head/dns/unbound/distinfo
==============================================================================
--- head/dns/unbound/distinfo	Tue Dec  9 01:55:51 2014	(r374342)
+++ head/dns/unbound/distinfo	Tue Dec  9 02:18:01 2014	(r374343)
@@ -1,2 +1,2 @@
-SHA256 (unbound-1.5.0.tar.gz) = 9fde4aeb8258bc864cd5e5d6d9b8bcf8fa12a57059424fece1c6adcc6387b876
-SIZE (unbound-1.5.0.tar.gz) = 4811349
+SHA256 (unbound-1.5.1.tar.gz) = 0ff82709fb2bd7ecbde8dbdcf60fa417d2b43379570a3d460193a76a169900ec
+SIZE (unbound-1.5.1.tar.gz) = 4805176



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