aboutsummaryrefslogtreecommitdiff
path: root/security/sks
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_GPG from all effected ports. This knob is a no-op and the way itGabor Kovesdan2007-01-292-7/+1
| | | | | | | | | | | | 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: svn path=/head/; revision=183644
* SHA256ifyEdwin Groothuis2006-01-241-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - Teach configure about ia64 platform (similar to the recent amd64 fix)Sergei Kolobov2004-11-292-7/+8
| | | | | | | | | | - Propagate the detached GPG signature to distfiles mirrors PR: ports/74510 Submitted by: Johan van Selst (maintainer) Notes: svn path=/head/; revision=122748
* - Change Ocaml build dependency to a lighter lang/ocaml-nox11Sergei Kolobov2004-11-255-5/+48
| | | | | | | | | | | - Change BDB dependency to (allegedly more reliable) db42 - Teach configure about amd64 machines PR: ports/74170 Submitted by: Johan van Selst (maintainer) Notes: svn path=/head/; revision=122396
* Add security/sks - SKS OpenPGP Key Server:Sergei Kolobov2004-11-097-0/+133
SKS is a new OpenPGP keyserver whose goal is to provide easy to deploy, decentralized, and highly reliable synchronization. That means that a key submitted to one SKS server will quickly be distributed to all key servers; and even wildly out-of-date servers, or servers that experience spotty connectivity, can fully synchronize with rest of the system. Refer to the online wiki for pointers on downloading a full copy of the public PGP databse (about 4Gb) and on customising the local configuration http://documentation.penguin.de/cgi-bin/twiki/view/SKSKeyserver/WebHome WWW: http://www.nongnu.org/sks/ PR: ports/72842 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=121199