Bug 137254 - New port: net/unssh Fast way to delete entries from OpenSSH known_hosts file
Summary: New port: net/unssh Fast way to delete entries from OpenSSH known_hosts file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-30 06:10 UTC by Dax Labrador
Modified: 2010-01-19 15:00 UTC (History)
0 users

See Also:


Attachments
file.shar (1.74 KB, text/plain)
2009-07-30 06:10 UTC, Dax Labrador
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dax Labrador 2009-07-30 06:10:08 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-30 06:10:20 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Dax Labrador 2009-08-30 11:11:16 UTC
-----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-----
Comment 3 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2009-11-02 21:52:06 UTC
Hi Dax,

This port is unfetchable, could you take a look ?

And yes, it will be ported to the ports tree!

--
lippe@FreeBSD.org
Comment 4 Greg Larkin freebsd_committer freebsd_triage 2010-01-08 16:28:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-01-19 14:52:23 UTC
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"
Comment 6 Greg Larkin freebsd_committer freebsd_triage 2010-01-19 14:53:07 UTC
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