diff options
author | gabor <gabor@FreeBSD.org> | 2007-01-30 03:05:07 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-01-30 03:05:07 +0800 |
commit | d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c (patch) | |
tree | 265fe7c13ce89af9631eeaa5fe6bec4e05d292ae /security | |
parent | 1f6dd6334f485c4249428d52a0f802611c74d385 (diff) | |
download | freebsd-ports-gnome-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.tar.gz freebsd-ports-gnome-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.tar.zst freebsd-ports-gnome-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.zip |
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.
Approved by: portmgr (erwin), erwin (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/libgpg-error/Makefile | 2 | ||||
-rw-r--r-- | security/libgpg-error/distinfo | 3 | ||||
-rw-r--r-- | security/libprelude/Makefile | 2 | ||||
-rw-r--r-- | security/libpreludedb/Makefile | 2 | ||||
-rw-r--r-- | security/lsh/Makefile | 4 | ||||
-rw-r--r-- | security/prelude-lml/Makefile | 2 | ||||
-rw-r--r-- | security/prelude-manager/Makefile | 2 | ||||
-rw-r--r-- | security/sks/Makefile | 5 | ||||
-rw-r--r-- | security/sks/distinfo | 3 | ||||
-rw-r--r-- | security/snort/Makefile | 2 | ||||
-rw-r--r-- | security/snort_inline/Makefile | 2 |
11 files changed, 1 insertions, 28 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index d486fcf82c3d..cb71867155c1 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= Common error values for all GnuPG components -USE_GPG= yes -SIG_SUFFIX= .sig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/security/libgpg-error/distinfo b/security/libgpg-error/distinfo index fc90e3391215..72361bb128f4 100644 --- a/security/libgpg-error/distinfo +++ b/security/libgpg-error/distinfo @@ -1,6 +1,3 @@ MD5 (libgpg-error-1.4.tar.gz) = 86e60e9a03205fb706e99be101a2387e SHA256 (libgpg-error-1.4.tar.gz) = fff67ec5ffc93cf91fc62350a19a9f677c9bc6eb2730395d22f9d40c754ed619 SIZE (libgpg-error-1.4.tar.gz) = 614446 -MD5 (libgpg-error-1.4.tar.gz.sig) = dd72bd38747381084569034afe22cb51 -SHA256 (libgpg-error-1.4.tar.gz.sig) = 6459a3ee8a95fe3c02c9963f6244b14588d851e74ce9d3a1ffdccb9e2af7b5d8 -SIZE (libgpg-error-1.4.tar.gz.sig) = 158 diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 5434302c099a..641484432acd 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -17,8 +17,6 @@ LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls OPTIONS= PERL "Include Perl bindings" off \ PYTHON "Include Python bindings" off -USE_GPG= yes -SIG_SUFFIX= .sig USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index 3911af9a6820..dc82ad4686ad 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -14,8 +14,6 @@ COMMENT= Framework library for access to Prelude NIDS database LIB_DEPENDS= prelude.11:${PORTSDIR}/security/libprelude -USE_GPG= yes -SIG_SUFFIX= .sig USE_GMAKE= yes GNU_CONFIGURE= yes LDCONFIG_DIRS= %%PREFIX%%/lib \ diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 5b16e41a147e..ca4c187ab80b 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -10,9 +10,6 @@ CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_GNUPG} \ ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/ MASTER_SITE_SUBDIR= lsh lsh/old -DISTNAME= ${PORTNAME}-${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= farrokhi@FreeBSD.org COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 @@ -29,7 +26,6 @@ CONFIGURE_ENV= PREFIX="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}" CONFIGURE_ARGS+= --with-include-path=${LOCALBASE}/include CONFIGURE_ARGS+= --with-lib-path=${LOCALBASE}/lib CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -USE_GPG?= yes .if defined(KRB5_HOME) && exists(${KRB5_HOME}) PLIST_SUB+= KRB="" .else diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index 5224d56e8435..cc2d184f8eb5 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -17,8 +17,6 @@ COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey LIB_DEPENDS+= prelude.11:${PORTSDIR}/security/libprelude \ pcre.0:${PORTSDIR}/devel/pcre -USE_GPG= yes -SIG_SUFFIX= .sig USE_GMAKE= yes GNU_CONFIGURE= yes USE_RC_SUBR= prelude-lml.sh diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index 69bb35ac240f..d6e48bd57509 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -16,8 +16,6 @@ COMMENT= Prelude Network Intrusion Detection System central logging point LIB_DEPENDS+= prelude.11:${PORTSDIR}/security/libprelude \ gnutls.15:${PORTSDIR}/security/gnutls -USE_GPG= yes -SIG_SUFFIX= .sig USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/security/sks/Makefile b/security/sks/Makefile index 95aef16c0fcb..1876b6a70166 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -11,8 +11,7 @@ PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTFILES= ${DISTNAME}.tgz ${DISTNAME}.tgz.sig -EXTRACT_ONLY= ${DISTNAME}.tgz +EXTRACT_SUFX= .tgz MAINTAINER= johans@stack.nl COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver @@ -20,8 +19,6 @@ COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml-nox11 LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 -USE_GPG?= yes -SIG_FILES= ${DISTNAME}.tgz.sig USE_GMAKE= yes MAKE_ENV= BDBINCLUDE="-I${LOCALBASE}/include/db42" \ BDBLIB="-L${LOCALBASE}/lib" \ diff --git a/security/sks/distinfo b/security/sks/distinfo index de0927b9bd9a..2309232e5da2 100644 --- a/security/sks/distinfo +++ b/security/sks/distinfo @@ -1,6 +1,3 @@ MD5 (sks-1.0.9.tgz) = 90d42c61de9121aa5102739b2ca6c952 SHA256 (sks-1.0.9.tgz) = 3cfe562bc98526807c7a7480dd9c521f6a54e1aa536764e7ef8a84dfd3e3c0f9 SIZE (sks-1.0.9.tgz) = 925362 -MD5 (sks-1.0.9.tgz.sig) = 2eea560a34429fe5b0cb9149365eb98b -SHA256 (sks-1.0.9.tgz.sig) = 26c28aa2517631ee5059536fdbbe9592f819d35fb35a63a06bb371b0f5160f19 -SIZE (sks-1.0.9.tgz.sig) = 65 diff --git a/security/snort/Makefile b/security/snort/Makefile index 52931e81025e..d4082231fab8 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -27,8 +27,6 @@ OPTIONS= DYNAMIC "Enable dynamic plugin support" on \ POSTGRESQL "Enable PostgreSQL support" off \ PRELUDE "Enable Prelude NIDS integration" off -USE_GPG= yes -SIG_SUFFIX= .sig USE_RC_SUBR= snort.sh SUB_FILES= pkg-message GNU_CONFIGURE= yes diff --git a/security/snort_inline/Makefile b/security/snort_inline/Makefile index 4c6f7e339e01..24e2f84a8071 100644 --- a/security/snort_inline/Makefile +++ b/security/snort_inline/Makefile @@ -15,8 +15,6 @@ COMMENT= An inline IPS system based on snort using ipfw LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre -USE_GPG= yes -SIG_SUFFIX= .asc GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |