Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2017 11:18:51 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444261 - in head/dns/knot2: . files
Message-ID:  <201706251118.v5PBIp2Y067083@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Sun Jun 25 11:18:50 2017
New Revision: 444261
URL: https://svnweb.freebsd.org/changeset/ports/444261

Log:
  Update to 2.5.2
  
  This solves a problem with pykeymgr being unable to load the lmdb
  module.
  
  PR:		220241, 220258
  Submitted by:	freebsd@dns-lab.com (maintainer)

Modified:
  head/dns/knot2/Makefile
  head/dns/knot2/distinfo
  head/dns/knot2/files/pkg-message.in

Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile	Sun Jun 25 11:14:47 2017	(r444260)
+++ head/dns/knot2/Makefile	Sun Jun 25 11:18:50 2017	(r444261)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	knot
-PORTVERSION=	2.5.1
+PORTVERSION=	2.5.2
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		http://dns-lab.com/downloads/knot-dns/

Modified: head/dns/knot2/distinfo
==============================================================================
--- head/dns/knot2/distinfo	Sun Jun 25 11:14:47 2017	(r444260)
+++ head/dns/knot2/distinfo	Sun Jun 25 11:18:50 2017	(r444261)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496870306
-SHA256 (knot-2.5.1.tar.xz) = 6c08cdc0a0182e262136b936a968ad667abce112195d99c27e50ea22afc08398
-SIZE (knot-2.5.1.tar.xz) = 1070108
+TIMESTAMP = 1498323571
+SHA256 (knot-2.5.2.tar.xz) = 286671a4ee35a5207b2e45fd0812962b481b1b543bf3d5df3a8c319c26e2f5e9
+SIZE (knot-2.5.2.tar.xz) = 1071648

Modified: head/dns/knot2/files/pkg-message.in
==============================================================================
--- head/dns/knot2/files/pkg-message.in	Sun Jun 25 11:14:47 2017	(r444260)
+++ head/dns/knot2/files/pkg-message.in	Sun Jun 25 11:18:50 2017	(r444261)
@@ -1,4 +1,4 @@
-######################################################################
+################################################################################
 
   To start using Knot DNS, you should complete the following tasks:
 
@@ -9,10 +9,12 @@
     sysrc knot_config=%%ETCDIR%%/knot.conf
     service knot start
 
-######################################################################
-
   Please consult the documentation:
    - man knotd
    - https://www.knot-dns.cz/documentation/
 
-######################################################################
+  When upgrading from 2.4.x to 2.5.x read:
+   - https://www.knot-dns.cz/docs/2.5/html/migration.html#upgrade-2-4-x-to-2-5-x
+
+################################################################################
+



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