diff options
author | agc <agc@pkgsrc.org> | 2008-07-31 10:21:21 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2008-07-31 10:21:21 +0000 |
commit | 96473d18f05e4c5c6f81b5f6dbb85ea5a0141597 (patch) | |
tree | 4f709ff99dbf69920798a88601b387f5c5151601 /security/sshfp/patches | |
parent | 04b6003b528ca7c0a51bbee800ce6d9fbf9e9ea1 (diff) | |
download | pkgsrc-96473d18f05e4c5c6f81b5f6dbb85ea5a0141597.tar.gz |
Initial import of sshfp-1.1.3 into the Packages Collection.
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.
Diffstat (limited to 'security/sshfp/patches')
-rw-r--r-- | security/sshfp/patches/patch-aa | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/security/sshfp/patches/patch-aa b/security/sshfp/patches/patch-aa new file mode 100644 index 00000000000..f2b8f155652 --- /dev/null +++ b/security/sshfp/patches/patch-aa @@ -0,0 +1,23 @@ +$NetBSD: patch-aa,v 1.1.1.1 2008/07/31 10:21:21 agc Exp $ + +--- Makefile 2008/07/31 09:38:52 1.1 ++++ Makefile 2008/07/31 09:37:43 +@@ -4,8 +4,8 @@ + # + # + +-BIN = $(DESTDIR)/usr/bin +-MAN = $(DESTDIR)/usr/share/man/man1 ++BIN = $(DESTDIR)${PREFIX}/bin ++MAN = $(DESTDIR)${PREFIX}/${PKGMANDIR}/man1 + + all: man-page + +@@ -14,7 +14,6 @@ + install -m 0755 sshfp $(BIN) + install -d 0755 $(MAN) + install -m 0644 sshfp.1 $(MAN) +- gzip $(MAN)/sshfp.1 + + man-page: + nroff -man sshfp.1 > sshfp.1.txt |