Submitting new ports collection called unssh unssh - Provide a fast way to delete entries from OpenSSH's known_hosts file. This is a simple automation of the things normally done by the user when having an "offending key" in his/her known_hosts file caused by a changing host key of the destination. Fix: Patch attached with submission follows:
Class Changed From-To: update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I would like to follow this submitted port if it will be ported to the ports tree or not? Thank you - -Dax -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJKmlBEAAoJENxvRIT9bG1RzZQH/R6RDCgTSo/NsS7yk90ZIPfa dnYGtORQm4skBZd3lWE8j6p8EmOzVn7+AIzCZMaQhLiXYutf19HGSGA95UJcjdy6 ng91hwMalwJ+kOvBGsDkjnmz6wK3Cy97hi6euAcXmYZU3/nej30eUYx2gQZpbm83 mqCch4kwUm8p9zxzDI4BZNr4LM5Fb9PBIb6AYzwBye1Txz7KsFQC42QfoUIxqvih HikqEFLuCf591JM+7ucQLgbzeDS+1c9MUYzUiqC+YfdQCqnvVVAsfHmXVdQ7rlMK Go0Q4LsFHCp6wFo8o2mnIFLnAy8ssQ03SDdSGNQPYQ/Afkl1wOCitDk97Qj5uss= =j+xB -----END PGP SIGNATURE-----
Hi Dax, This port is unfetchable, could you take a look ? And yes, it will be ported to the ports tree! -- lippe@FreeBSD.org
Responsible Changed From-To: freebsd-ports-bugs->glarkin I'll take it.
glarkin 2010-01-19 14:52:14 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/unssh Makefile distinfo pkg-descr security/unssh/files extra-patch-unssh.sh.in Log: Provide a fast way to delete entries from OpenSSH's known_hosts file. This is a simple automation of the things normally done by the user when having an "offending key" in his/her known_hosts file caused by a changing host key of the destination. WWW: http://unssh.sourceforge.net/ PR: ports/137254 Submitted by: Dax Labrador <semprix at bsdmail.org> Revision Changes Path 1.1076 +1 -0 ports/security/Makefile 1.1 +35 -0 ports/security/unssh/Makefile (new) 1.1 +3 -0 ports/security/unssh/distinfo (new) 1.1 +26 -0 ports/security/unssh/files/extra-patch-unssh.sh.in (new) 1.1 +6 -0 ports/security/unssh/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with modifications, including: - Changed category from net to security - Added dependency for bash - Added patch to work around missing "hostx" utility - Added Makefile directives to correctly handle LOCALBASE when patching unssh.sh to use bash