1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

dns/dnstable-convert: Upgrade to 0.12.0

* dnstable_convert: add -p option to not remove generated mtbl file
  with no records.

* dnstable_convert: additional logging at startup and exit.

* dnstable_convert: increase file descriptor resource limit at startup.

* dnstable_unconvert: sort rdata values in "wdns_sort_rrset" order
  for consistency with other dnstable data sources.

The problem fixed by patch-dnstable__convert.c has been fixed upstream.

Sponsored by:	DomainTools LLC
This commit is contained in:
Don Lewis 2023-06-28 11:08:24 -07:00
parent 009928a3cd
commit 38d711f500
3 changed files with 4 additions and 14 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= dnstable-convert
PORTVERSION= 0.11.0
PORTVERSION= 0.12.0
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1634270341
SHA256 (dnstable-convert-0.11.0.tar.gz) = 676d4cf7c039203462ad2b804df065f5f9e60ff4322278e746f6973fd9b1bfb7
SIZE (dnstable-convert-0.11.0.tar.gz) = 149973
TIMESTAMP = 1687896165
SHA256 (dnstable-convert-0.12.0.tar.gz) = f032b94899528771ba2cc26e3cc6ab1e5c18893abbbb93c5b759b659633c2f08
SIZE (dnstable-convert-0.12.0.tar.gz) = 153720

View File

@ -1,10 +0,0 @@
--- dnstable_convert.c.orig 2018-06-05 14:55:58 UTC
+++ dnstable_convert.c
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
+#include <sys/endian.h>
#include <dnstable.h>
#include <mtbl.h>