diff --git a/net/knot/Makefile b/net/knot/Makefile index bbf1ea3f1ea..033cde7f08d 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2015/04/27 11:06:22 jca Exp $ +# $OpenBSD: Makefile,v 1.5 2015/09/29 21:01:55 jca Exp $ COMMENT = authoritative DNS server -DISTNAME = knot-1.6.3 +DISTNAME = knot-1.6.5 SHARED_LIBS += zscanner 0.0 # .0.1 SHARED_LIBS += knot 0.0 # .0.1 diff --git a/net/knot/distinfo b/net/knot/distinfo index 7677992bd85..39bc5415a42 100644 --- a/net/knot/distinfo +++ b/net/knot/distinfo @@ -1,2 +1,2 @@ -SHA256 (knot-1.6.3.tar.xz) = SNpgjinCwe9ZN+tpL47wRi67UPp9EoR4oj4Kl4hTPoY= -SIZE (knot-1.6.3.tar.xz) = 785052 +SHA256 (knot-1.6.5.tar.xz) = YSYXkWz/wlPT6VyyWf3dsMnMaXWXDUHf5xfMjaja+Nk= +SIZE (knot-1.6.5.tar.xz) = 788136 diff --git a/net/knot/patches/patch-src_libknot_dnssec_config_h b/net/knot/patches/patch-src_libknot_dnssec_config_h deleted file mode 100644 index 3be4232b2a1..00000000000 --- a/net/knot/patches/patch-src_libknot_dnssec_config_h +++ /dev/null @@ -1,18 +0,0 @@ -$OpenBSD: patch-src_libknot_dnssec_config_h,v 1.1.1.1 2015/04/12 16:07:13 jca Exp $ - -Disable use of the GOST *engine*, not in LibreSSL. - ---- src/libknot/dnssec/config.h.orig Thu Feb 19 09:43:56 2015 -+++ src/libknot/dnssec/config.h Fri Apr 3 02:52:00 2015 -@@ -40,10 +40,6 @@ - #undef KNOT_ENABLE_ECDSA - #endif - --#if !defined(OPENSSL_NO_GOST) && OPENSSL_VERSION_NUMBER >= 0x1000001fL -- #define KNOT_ENABLE_GOST 1 --#else -- #undef KNOT_ENABLE_GOST --#endif -+#undef KNOT_ENABLE_GOST - - /*! @} */ diff --git a/net/knot/patches/patch-src_libknot_util_endian_h b/net/knot/patches/patch-src_libknot_util_endian_h deleted file mode 100644 index d5778c27ae7..00000000000 --- a/net/knot/patches/patch-src_libknot_util_endian_h +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-src_libknot_util_endian_h,v 1.1.1.1 2015/04/12 16:07:13 jca Exp $ ---- src/libknot/util/endian.h.orig Thu Feb 19 09:43:56 2015 -+++ src/libknot/util/endian.h Fri Apr 3 02:42:16 2015 -@@ -32,10 +32,7 @@ - #elif defined(__FreeBSD__) || defined(__NetBSD__) - # include - #elif defined(__OpenBSD__) --# include --# define be16toh(x) betoh16(x) --# define be32toh(x) betoh32(x) --# define be64toh(x) betoh64(x) -+# include - #elif defined(__APPLE__) - # include - # define be16toh(x) OSSwapBigToHostInt16(x)