Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
24 Jan 2018 09:41:04
1.06

|
ak  |
- Update name of autoreconf WRKSRC variable in comment
- Fix a few ports with invalid USES autoreconf arguments
- Add check for invalid USES autoreconf arguments
Differential Revision: https://reviews.freebsd.org/D14004
Approved by: tijl (autotools maintainer), portmgr (mat) |
20 Jan 2017 19:38:49
1.06

|
sunpoet  |
Update to 1.0.6
- While I'm here:
- Add LICENSE_FILE
- Regenerate patch file with makepatch:
- Update WWW
Changes: https://sourceforge.net/projects/sshpass/files/sshpass/1.06/ChangeLog/view
PR: 216319
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
19 May 2016 10:53:06
1.05_1

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
30 Jan 2016 14:24:38
1.05_1

|
kevlo  |
On FreeBSD, using TIOCSCTTY ioctl to get a controlling tty.
Approved by: maintainer timeout (13 months) |
02 Jan 2016 11:59:59
1.05_1

|
riggs  |
Backport patch from upstream trunk for 'hangs forever' issue
On http://sourceforge.net/p/sshpass/bugs/12/ the issue is explained:
Doing a "sshpass -p password ssh vmfreebsd10-32 -l account ls" hangs
forever. The reason is that in this combination the prompt for the
password looks like this: "Password for account@vmfreebsd10-32:" and
sshpass checks the password against the string "assword:", so there
is no match.
This is fixed upstream in trunk, but no release has been created yet.
Import the patch into the ports tree until the next release.
PR: 204819
Submitted by: andrey@bsdnir.info
Approved by: maintainer timeout |
17 Jul 2014 08:57:51
1.05

|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
31 Jan 2014 16:49:14
1.05

|
miwi  |
- Stage support |
20 Sep 2013 22:55:26
1.05

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
12 Feb 2012 17:37:45
1.05
|
jgh  |
- fix origin from previous commit |
12 Feb 2012 06:26:04
1.05
|
jgh  |
Add new port (security/sshpass)
Sshpass is a tool for non-interactively performing password authentication
with SSH's so called "interactive keyboard password authentication".
Most user should use SSH's more secure public key authentication instead.
WWW: http://sourceforge.net/projects/sshpass/
PR: ports/164775
Submitted by: Hung-Yi Chen <gaod at hychen.org> |