diff options
author | erwin <erwin@FreeBSD.org> | 2012-12-03 18:48:18 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2012-12-03 18:48:18 +0800 |
commit | eb7734f44c0be4a05c42213c415f854437163c36 (patch) | |
tree | 713b1b8c833e125f455b75928d25453bb6fe1fb2 /dns | |
parent | 016fe2d65fde96be3735fe29a86ee303a9b71d35 (diff) | |
download | freebsd-ports-gnome-eb7734f44c0be4a05c42213c415f854437163c36.tar.gz freebsd-ports-gnome-eb7734f44c0be4a05c42213c415f854437163c36.tar.zst freebsd-ports-gnome-eb7734f44c0be4a05c42213c415f854437163c36.zip |
Remove gpg signature checking that in itself does not
provide any additional security.
Feature safe: yes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind96/Makefile | 5 | ||||
-rw-r--r-- | dns/bind97/Makefile | 5 | ||||
-rw-r--r-- | dns/bind98/Makefile | 5 | ||||
-rw-r--r-- | dns/bind99/Makefile | 5 |
4 files changed, 0 insertions, 20 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index e165d7a29b1a..631130313c75 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -6,8 +6,6 @@ CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTNAME= bind-${ISCVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= erwin@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and threads @@ -181,9 +179,6 @@ MAN8= dnssec-dsfromkey.8 dnssec-keyfromlabel.8 dnssec-keygen.8 \ named.8 rndc-confgen.8 rndc.8 MLINKS= named-checkzone.8 named-compilezone.8 -verify: checksum - gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc - post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \ rndc/rndc.8 diff --git a/dns/bind97/Makefile b/dns/bind97/Makefile index 01a770b684ec..c457022805c8 100644 --- a/dns/bind97/Makefile +++ b/dns/bind97/Makefile @@ -7,8 +7,6 @@ CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTNAME= bind-${ISCVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= erwin@FreeBSD.org COMMENT?= BIND DNS suite with updated DNSSEC and threads @@ -191,9 +189,6 @@ MAN8= ddns-confgen.8 dnssec-dsfromkey.8 dnssec-keyfromlabel.8 \ MLINKS= named-checkzone.8 named-compilezone.8 .endif # BIND_TOOLS_SLAVE -verify: checksum - gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc - .if !defined(BIND_TOOLS_SLAVE) post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \ diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 5091d630435b..bc7d9b44655c 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -6,8 +6,6 @@ CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTNAME= bind-${ISCVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= erwin@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 @@ -195,9 +193,6 @@ MAN8= ddns-confgen.8 dnssec-dsfromkey.8 dnssec-keyfromlabel.8 \ rndc-confgen.8 rndc.8 MLINKS= named-checkzone.8 named-compilezone.8 -verify: checksum - gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc - post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \ rndc/rndc.8 diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 1bf787714071..571fb3d6b71b 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -6,8 +6,6 @@ CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTNAME= bind-${ISCVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= erwin@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 @@ -197,9 +195,6 @@ MAN8= ddns-confgen.8 dnssec-dsfromkey.8 dnssec-keyfromlabel.8 \ rndc-confgen.8 rndc.8 MLINKS= named-checkzone.8 named-compilezone.8 -verify: checksum - gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc - post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \ rndc/rndc.8 |