mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Update to 0.7.
PR: 177981 Submitted by: maintainer Feature safe: yes
This commit is contained in:
parent
43d6c31649
commit
2f407f198f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316228
4 changed files with 16 additions and 20 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: validns
|
||||
# Date created: 2012-04-25
|
||||
# Whom: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
||||
#
|
||||
# Created by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= validns
|
||||
PORTVERSION= 0.6
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= dns security
|
||||
MASTER_SITES= http://www.validns.net/download/
|
||||
|
||||
|
@ -21,6 +17,7 @@ ALL_TARGET=
|
|||
|
||||
MAN1= ${PORTNAME}.1
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
OPTIONS_DEFINE= DOCS
|
||||
PORTDOCS= Changes README installation.mdwn notes.mdwn \
|
||||
technical-notes.mdwn todo.mdwn usage.mdwn
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (validns-0.6.tar.gz) = b0a0a7897a3c7bd0474c5ad514e4468c6eb402db29f093d74c198de17abfd0e3
|
||||
SIZE (validns-0.6.tar.gz) = 153344
|
||||
SHA256 (validns-0.7.tar.gz) = 372f37f2ae2ff44251ffc0ceed7ad60bdb3e6a3a692e69d186566b9d19407591
|
||||
SIZE (validns-0.7.tar.gz) = 185377
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
--- ./Makefile.orig 2012-10-04 23:54:18.000000000 +0900
|
||||
+++ ./Makefile 2012-10-10 17:19:11.000000000 +0900
|
||||
@@ -11,7 +11,7 @@
|
||||
sshfp.o threads.o rp.o spf.o cert.o \
|
||||
dname.o tlsa.o nid.o l32.o l64.o lp.o \
|
||||
ipseckey.o
|
||||
- $(CC) $(CFLAGS) $(OPTIMIZE) -o validns \
|
||||
+ $(CC) $(CFLAGS) -o validns \
|
||||
main.o carp.o mempool.o textparse.o base64.o base32hex.o \
|
||||
rr.o soa.o a.o cname.o mx.o ns.o \
|
||||
rrsig.o nsec.o dnskey.o txt.o aaaa.o \
|
||||
--- ./Makefile.orig 2013-04-12 03:34:14.000000000 +0900
|
||||
+++ ./Makefile 2013-04-20 02:48:03.000000000 +0900
|
||||
@@ -1,6 +1,6 @@
|
||||
# The following options seem to work fine on Linux, FreeBSD, and Darwin
|
||||
OPTIMIZE=-O2 -g
|
||||
-CFLAGS=-Wall -Werror -pthread --no-strict-aliasing
|
||||
+CFLAGS=-pthread
|
||||
INCPATH=-I/usr/local/include -I/opt/local/include -I/usr/local/ssl/include
|
||||
CC?=cc
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@ validation tool that, in addition to basic syntactic and semantic zone
|
|||
checks, includes DNSSEC signature verification and NSEC/NSEC3 chain
|
||||
validation, as well a number of optional policy checks on the zone.
|
||||
|
||||
WWW: http://www.validns.net/
|
||||
WWW: http://www.validns.net/
|
||||
|
|
Loading…
Add table
Reference in a new issue