Bug 161020 - Update security/unssh to 1.5
Summary: Update security/unssh to 1.5
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-25 23:40 UTC by Dax Labrador
Modified: 2011-10-18 23:40 UTC (History)
0 users

See Also:


Attachments
file.shar (5.09 KB, text/plain)
2011-09-25 23:40 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 2011-09-25 23:40:09 UTC
Updated unSSH port

v1.5

code sanitising
- quote variables where harmful to do not
- use the builtin [[ in favour of [
- drop quotes inside [[ statements as they're not needed

fix argument parsing
- the parsing shortcut wasn't aware of non-hostname arguments containing
  a semicolon or at-sign, messing things up when e.g. -L was given
- add support for handling -w (this code should get more robust against
  unknown params)
- have special handling for flags like -p, which has a value with ssh
  and none with scp

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-10-05 05:13:44 UTC
State Changed
From-To: open->feedback

Fix Synopsis. 

Please note that we prefer updates to ports to be in diff -ruN format, 
as specified by the Porter's Handbook.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2011-10-05 05:17:48 UTC
Class Changed
From-To: update->maintainer-update

Fix Class.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2011-10-17 19:44:47 UTC
State Changed
From-To: feedback->open

No feedback received
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2011-10-17 19:46:45 UTC
State Changed
From-To: open->feedback

Should the unssh/files/extra-patch-unssh.sh.in file be removed, now when the 
relevant section from Makefile has been removed?
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2011-10-17 19:47:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 6 Pav Lucistnik freebsd_committer freebsd_triage 2011-10-18 23:35:02 UTC
State Changed
From-To: feedback->closed

Committed, thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2011-10-18 23:35:28 UTC
pav         2011-10-18 22:35:18 UTC

  FreeBSD ports repository

  Modified files:
    security/unssh       Makefile distinfo 
  Removed files:
    security/unssh/files extra-patch-unssh.sh.in 
  Log:
  - Update to 1.5
  
  PR:             ports/161020
  Submitted by:   Dax Labrador <semprix@gmx.com> (maintainer)
  
  Revision  Changes    Path
  1.4       +1 -9      ports/security/unssh/Makefile
  1.3       +2 -2      ports/security/unssh/distinfo
  1.2       +0 -26     ports/security/unssh/files/extra-patch-unssh.sh.in (dead)
_______________________________________________
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"