summaryrefslogtreecommitdiff
path: root/security/sshfp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-09-04Follow some redirects.wiz1-3/+3
2017-09-04Comment out dead sites.wiz1-3/+3
2016-06-30Switch to direct py-dns dependency.wiz1-3/+2
py-dns now supports all python versions, so versioned_dependencies is not needed any longer.
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-2/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2014-01-25No need to have two variables for the same logic.wiz1-2/+2
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-17Convert to versioned_dependencies.mk (for dns)wiz1-3/+3
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2010-08-19Fix homepage (specific page for software).reed1-2/+2
2009-11-17Avoid deprecation warnings under Python:tron1-2/+6
1.) Use "hashlib" instead of "sha" module if possible. 2.) Use "subprocess" module instead of os.popen3(). Both changes tested with Python 2.4 and 2.6. Pkgsrc-related improvements: 1.) Support "user-destdir" installation (no changes required). 2.) Set license to "gnu-gpl-v2". 3.) Reduce patches by recording the fact that the manual page gets compressed automatically (which "pkgsrc" handles fine) instead of trying to prevent that.
2009-11-17This package works fine with Python 2.6, remove "PYTHON_VERSIONS_ACCEPTED".tron1-2/+1
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2008-07-31Initial import of sshfp-1.1.3 into the Packages Collection.agc1-0/+19
sshfp is a small utility that generates RFC4255 SSHFP DNS records based on the public keys stored in a known_hosts file or obtained by using ssh-keyscan. If the nameserver of the domain allows zone tranfers (AXFR), an entire domain can be processed for all its A records. These can then be easilly added to a zone, and then secured by DNSSEC.