From owner-svn-ports-all@freebsd.org Sat Jul 14 09:17:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E9A8104800B; Sat, 14 Jul 2018 09:17:53 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0894B71E66; Sat, 14 Jul 2018 09:17:53 +0000 (UTC) (envelope-from cpm@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 D32AB1D117; Sat, 14 Jul 2018 09:17:52 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6E9HqFU001992; Sat, 14 Jul 2018 09:17:52 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6E9HqjO001989; Sat, 14 Jul 2018 09:17:52 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201807140917.w6E9HqjO001989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 14 Jul 2018 09:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474629 - in head: . dns/dnsdist dns/dnsdist/files X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: in head: . dns/dnsdist dns/dnsdist/files X-SVN-Commit-Revision: 474629 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.27 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: Sat, 14 Jul 2018 09:17:53 -0000 Author: cpm Date: Sat Jul 14 09:17:51 2018 New Revision: 474629 URL: https://svnweb.freebsd.org/changeset/ports/474629 Log: dns/dnsdist: Update to 1.3.2 - Add a note to UPDATING about breaking changes Changelog: https://dnsdist.org/changelog.html#change-1.3.2 PR: 229742 Submitted by: Ralf van der Enden Approved by: cpm Deleted: head/dns/dnsdist/files/patch-boost-1.67 Modified: head/UPDATING head/dns/dnsdist/Makefile head/dns/dnsdist/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Jul 14 09:10:54 2018 (r474628) +++ head/UPDATING Sat Jul 14 09:17:51 2018 (r474629) @@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180714: + AFFECTS: users of dns/dnsdist + AUTHOR: cpm@FreeBSD.org + + After discussing with several users, we noticed that quite a lot of them + were not aware that enabling the dnsdist's console without a key, even + restricted to the local host, could be a security issue and allow privilege + escalation by allowing an unprivileged user to connect to the console and + execute Lua code as the dnsdist user. We therefore decided to refuse any + connection to the console until a key has been set, so please check that + you do set a key before upgrading if you use the console. + + For further details read: + https://blog.powerdns.com/2018/07/10/dnsdist-1-3-2-released/ + 20180704: AFFECTS: users of www/gitlab AUTHOR: mfechner@FreeBSD.org Modified: head/dns/dnsdist/Makefile ============================================================================== --- head/dns/dnsdist/Makefile Sat Jul 14 09:10:54 2018 (r474628) +++ head/dns/dnsdist/Makefile Sat Jul 14 09:17:51 2018 (r474629) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dnsdist -DISTVERSION= 1.3.0 -PORTREVISION= 5 +DISTVERSION= 1.3.2 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm Modified: head/dns/dnsdist/distinfo ============================================================================== --- head/dns/dnsdist/distinfo Sat Jul 14 09:10:54 2018 (r474628) +++ head/dns/dnsdist/distinfo Sat Jul 14 09:17:51 2018 (r474629) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522585108 -SHA256 (dnsdist-1.3.0.tar.bz2) = aa67cd4db8404a13ed4ed1097dd850203dab8a327372f72bb140df11ef7eba08 -SIZE (dnsdist-1.3.0.tar.bz2) = 924183 +TIMESTAMP = 1531293770 +SHA256 (dnsdist-1.3.2.tar.bz2) = 0be7704e5a418a8ed6908fc110ecfb9bc23f270b5af8a5525f1fa934ef0e6bc4 +SIZE (dnsdist-1.3.2.tar.bz2) = 918200