diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2012-05-08 20:05:39 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2012-05-08 20:05:39 +0000 |
commit | a9913f53c0b3e0cbf5218bc92aa97801e471b423 (patch) | |
tree | 4c321da7b065b0c89633f7188d66e723dc0d0b61 /security | |
parent | ab28b4a77003f231fe2f252e32b25fb1b24bb81d (diff) | |
download | ports-a9913f53c0b3e0cbf5218bc92aa97801e471b423.tar.gz ports-a9913f53c0b3e0cbf5218bc92aa97801e471b423.zip |
- update to 1.4c
- minor tweak to autossh for -f
- handle newer ssh cmd args w/out getting 'illegal option'
Submitted by: jhein@symmetricom.com
Notes
Notes:
svn path=/head/; revision=296246
Diffstat (limited to 'security')
-rw-r--r-- | security/autossh/Makefile | 2 | ||||
-rw-r--r-- | security/autossh/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/autossh/Makefile b/security/autossh/Makefile index 9e20c200a6e2..dad47b6bc207 100644 --- a/security/autossh/Makefile +++ b/security/autossh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= autossh -PORTVERSION= 1.4b +PORTVERSION= 1.4c CATEGORIES= security MASTER_SITES= http://www.harding.motd.ca/autossh/ EXTRACT_SUFX= .tgz diff --git a/security/autossh/distinfo b/security/autossh/distinfo index 047886e10db8..d8cba18e836d 100644 --- a/security/autossh/distinfo +++ b/security/autossh/distinfo @@ -1,2 +1,2 @@ -SHA256 (autossh-1.4b.tgz) = e77f518e1f3607aa55086c8969f72d1b44ef99402814a19fec213a6e0f06ef07 -SIZE (autossh-1.4b.tgz) = 64337 +SHA256 (autossh-1.4c.tgz) = 6fcaba6a409a46bdf832086736bb8f09d245ebce11027f41d39588a95dc7fd1d +SIZE (autossh-1.4c.tgz) = 65191 |