diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-01-29 19:05:07 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-01-29 19:05:07 +0000 |
commit | c0ce4105e7e5dbf775b56491e12ebf64f1844e3a (patch) | |
tree | f56caab01da5d79c8684feae63ac50ac71a6fe79 /security/sks | |
parent | c82ed4f02b98bdc0abe1b4113870d9096a868e06 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=183644
Diffstat (limited to 'security/sks')
-rw-r--r-- | security/sks/Makefile | 5 | ||||
-rw-r--r-- | security/sks/distinfo | 3 |
2 files changed, 1 insertions, 7 deletions
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 |