Hello,

Here is an update to the newly released OpenDNSSEC 1.4.13. It removes a patch
that has been merged upstream.

Announcement:
===
Version 1.4.13 of OpenDNSSEC has been released on 2017-01-20.

News

Hereby we announce the OpenDNSSEC 1.4.13 release. It includes a small number of
bug fixes and no migration steps are needed. Some minor code adjustments where
made to make linking to OpenSSL 1.1.0 possible.

This release is signed by our new (Jan 11th) PGP key.

Fixes

    OPENDNSSEC-778: Double NSEC3PARAM record after resalt.
    OPENDNSSEC-853: Fixed serial_xfr_acquired not updated in state file.
    Wrong error was sometimes being print on failing TCP connect.
    Add support for OpenSSL 1.1.0.
    OPENDNSSEC-866: Script for migration between MySQL and SQLite was outdated.
===

-- 
Patrik Lundin

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/opendnssec/Makefile,v
retrieving revision 1.8
diff -u -p -u -r1.8 Makefile
--- Makefile    19 Nov 2016 12:25:27 -0000      1.8
+++ Makefile    22 Jan 2017 20:03:03 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       open-source turn-key solution for DNSSEC
 
-DISTNAME=      opendnssec-1.4.12
+DISTNAME=      opendnssec-1.4.13
 
 CATEGORIES=    security
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/opendnssec/distinfo,v
retrieving revision 1.4
diff -u -p -u -r1.4 distinfo
--- distinfo    19 Nov 2016 12:25:27 -0000      1.4
+++ distinfo    22 Jan 2017 20:03:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (opendnssec-1.4.12.tar.gz) = 
S6bPBvzRExwe2RPWGVndyQcm7V5PFTyQ9F7GREVSigw=
-SIZE (opendnssec-1.4.12.tar.gz) = 1036392
+SHA256 (opendnssec-1.4.13.tar.gz) = 
zhRv9e6u/cgdsQ6GeIJbMOzAQQADvacGiCG/jo2PTR8=
+SIZE (opendnssec-1.4.13.tar.gz) = 1067262
Index: patches/patch-enforcer_ksm_database_access_lite_c
===================================================================
RCS file: patches/patch-enforcer_ksm_database_access_lite_c
diff -N patches/patch-enforcer_ksm_database_access_lite_c
--- patches/patch-enforcer_ksm_database_access_lite_c   19 Nov 2016 12:25:27 
-0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-enforcer_ksm_database_access_lite_c,v 1.1 2016/11/19 12:25:27 
sthen Exp $
---- enforcer/ksm/database_access_lite.c.orig   Mon Nov 14 18:59:16 2016
-+++ enforcer/ksm/database_access_lite.c        Mon Nov 14 19:00:58 2016
-@@ -41,6 +41,8 @@
- #include <time.h>
- #include <unistd.h>
- 
-+#include <sys/select.h>
-+
- #include <sqlite3.h>
- 
- #include "ksm/dbsdef.h"

Reply via email to