svn commit: r474629 - in head: . dns/dnsdist dns/dnsdist/files
Carlos J. Puga Medina
cpm at FreeBSD.org
Sat Jul 14 09:17:53 UTC 2018
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 <tremere at cainites.net>
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 at 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 at 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
More information about the svn-ports-all
mailing list