Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.10_1 30 Jan 2024 14:59:24 |
Gleb Popov (arrowd) Author: Helge Oldach |
*: Move manpages to share/man
Approved by: portmgr (blanket) |
1.10 22 Mar 2023 01:30:09 |
Koichiro Iwao (meta) |
security/sshpass: Update to 1.10
PR: 270371
Changes: https://sourceforge.net/p/sshpass/code-git/ci/v1.10/tree/ChangeLog |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.09 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.09 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.09 22 Dec 2021 09:25:13 |
Bartek Rutkowski (robak) |
security/sshpass: Update 1.06 -> 1.09
PR: 259407
Reported by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
1.06 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.06 24 Jan 2018 09:41:04 |
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) |
1.06 20 Jan 2017 19:38:49 |
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) |
1.05_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.05_1 30 Jan 2016 14:24:38 |
kevlo |
On FreeBSD, using TIOCSCTTY ioctl to get a controlling tty.
Approved by: maintainer timeout (13 months) |
1.05_1 02 Jan 2016 11:59:59 |
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 |
1.05 17 Jul 2014 08:57:51 |
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) |
1.05 31 Jan 2014 16:49:14 |
miwi |
- Stage support |
1.05 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.05 12 Feb 2012 17:37:45 |
jgh |
- fix origin from previous commit |
1.05 12 Feb 2012 06:26:04 |
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> |