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 /ftp/twoftpd | |
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 'ftp/twoftpd')
-rw-r--r-- | ftp/twoftpd/Makefile | 2 | ||||
-rw-r--r-- | ftp/twoftpd/distinfo | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile index 951f2477a8d9..76995180d795 100644 --- a/ftp/twoftpd/Makefile +++ b/ftp/twoftpd/Makefile @@ -16,8 +16,6 @@ COMMENT= A simple, secure, efficient FTP server LIB_DEPENDS= cvm-v2client.1:${PORTSDIR}/security/cvm -USE_GPG= yes -SIG_SUFFIX= .sig CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -s -L${LOCALBASE}/lib BGLIBS_LIB= ${LOCALBASE}/lib/bglibs diff --git a/ftp/twoftpd/distinfo b/ftp/twoftpd/distinfo index ebe2236c4a8a..d68a61c58f82 100644 --- a/ftp/twoftpd/distinfo +++ b/ftp/twoftpd/distinfo @@ -1,6 +1,3 @@ MD5 (twoftpd-1.21.tar.gz) = aea76c06d38b50c9a230def0f16475c0 SHA256 (twoftpd-1.21.tar.gz) = 1fc52b20e48d4ef8e18816836b3c2c9a807ef177e6036dd9e1dae102ff48ef29 SIZE (twoftpd-1.21.tar.gz) = 61205 -MD5 (twoftpd-1.21.tar.gz.sig) = c22d05c3ecffbc8d5e6c1e94b409cff5 -SHA256 (twoftpd-1.21.tar.gz.sig) = 0349f18231e6fb282058118ab7fd75765fb4146b5f5d58e875b121f390ea1e7e -SIZE (twoftpd-1.21.tar.gz.sig) = 191 |