summaryrefslogtreecommitdiff
path: root/security/sshfp
AgeCommit message (Collapse)AuthorFilesLines
2022-08-23*: switch to appropriate py-dns versionwiz1-2/+2
2022-06-30*: Revbump packages that use Python at runtime without a PKGNAME prefixnia1-2/+2
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2020-05-29sshfp: fix installationadam3-21/+13
2020-05-26sshfp: fix HOMEPAGE and DEPENDSadam1-3/+3
2020-05-26sshfp: register missing dependencykhorben1-1/+3
Bumps PKGREVISION.
2020-05-26sshfp: update to 1.2.2khorben5-73/+26
I believe this makes this package somewhat usable again, as it seems to require Python 2.7 in order to work. At the moment "sshfp -s hostname" works. The new dane(1) utility requires additional dependencies to work, which are not in pkgsrc yet. I have imported a new Python package required for sshfp(1) though. v1.2.2: - Fix -4 / -6 flags [Chris] - Throw errors on stderr to improve pipe usage [Ludwig Nusse] - openSUSE package information on import error [Ludwig Nusse] - Fix nameserver by IP address (ldns workaround [Chris] - Fix case where AAAA is found but no IPv6 is available [Paul] v1.2.1: - Fix copyright information to clearly make it is all GPLv2+ [Paul] v1.2.0: - dane : Added the dane command (See IETF DANE working group) [Paul] - sshfp: Fix quiet for external commands [James Brown] - sshfp: Merged in subprocess changes [James Brown] - sshfp: Use optparse, some code refactoring [James Brown] - sshfp: Added -U UDP option [James Brown] - sshfp: Rename of some functions [James Brown] - sshfp: doclifted man page, generate when needed using xmlto [Paul] v1.1.6: - Fix quiet for external commands [James Brown] - Merged in subprocess changes [James Brown] - Use optparse, some code refactoring [James Brown] - Added -U UDP option [James Brown] - Rename of some functions [James Brown] - doclifted man page, generate when needed using xmlto [Paul] v1.1.5 - Fixes for https://bugs.launchpad.net/ubuntu/+source/sshfp/+bug/355886 - Fix for sha Deprecation warning [Martin Jackson] - Fix for use of os.popen3 [Martin Jackson] - Sync debian/ with Debian (thanks) - Various small pylint fixes [Simon Deziel] v1.1.4 - Fixes to man page [Maximiliano Curia] - Fixes to Makefile for Debian [Maximiliano Curia]
2019-11-04security: align variable assignmentsrillig1-4/+4
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya1-2/+2
This is a semi-manual PKGREVISION bump.
2018-01-01Cleaned up PLIST files.rillig1-2/+2
The actual cleanup has been done by pkglint: * Added missing identifier comments * Replaced ${PKGMANDIR} with a simple man, since the infrastructure does all the magic for PLISTs
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.
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+2
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
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:tron4-13/+59
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-08-21Fix tyopagc1-1/+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.agc5-0/+57
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.