| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
4.8.20110526
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
25 Dec 2011 07:21:39
4.8.20110526
|
eadler  |
- Update website link
PR: ports/163597
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature Safe: yes |
18 Jun 2011 17:24:07
4.8.20110526
|
ohauer  |
-Add both versions of each configure flag (--enable-x/--disable-x) for safety
-Update to May 26, 2011 snapshot:
Add support for OpenSSH's sftp-server umask option.
Remove inline references to satisify certain compilers
Remove the now unnecessary sftp-logging compatibility mode.
When getopt_long is not available, like on AIX, use bundled NetBSD
getopt_long.
Update the SECURITY document to include a reference to /etc/popt and \
~/.popt as they relate to rsync.
Fix for rsync-3.0 which now uses a short -e option, with an optional
argument as a server side option indicating protocol compatibility.
Fix scponly crash on Solaris
Fix detection and inclusion of getopt on certain platforms
Document risks associated with popt reading /etc/popt and ~/.popt
Document getopt requirement (when certain configure options are enabled)
- cleanup redundant BUILD_DEPENDS+= [1]
PR: ports/157804
Submitted by: Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer), ohauer
[1]
Approved by: maintainer |
15 Dec 2010 07:12:02
4.8_3
|
wen  |
-Patch SECURITY doc to include note about bypassing rsync argument checking with
popt (from upstream) and tell people to read it
-Drop long comment describing knobs - it just duplicates OPTIONS
-For SCPONLY_DEFAULT_CHDIR, print a note about setting it. I'm not sure if
post-patch is the best place for this, though?
-Drop dead site and just use Sourceforge
-Use the PORTDOCS variable
-Install some useful docs and drop useless one (TODO)
-Drop pre-everything message about defaults changing; that was 5 years ago
-LOCALBASE vs. PREFIX correction
-Add post-install messages to the plist so package users see them too
PR: ports/153115
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
07 Dec 2010 21:46:51
4.8_2
|
ohauer  |
- Fix support for rsync 3.0
Rsync 3 needs the "-e" option, which is blocked without this patch by scponly
Patch pulled from upstream CVS, which states a full release will come soon:
http://lists.ccs.neu.edu/pipermail/scponly/2010-November/002170.html
Reported by: Frank Bartels <knarf _at_ knarf.de>
PR: 152869
Submitted by: Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer) |
28 Jun 2010 13:47:20
4.8_1
|
stefan  |
Make notes for setting up a chroot cage a bit more precise.
PR: 144059
Submitted by: Michael Meelis <m.meelis@easybow.com>
Patch by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature safe: yes |
27 Mar 2010 00:15:24
4.8_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
10 Feb 2010 03:01:41
4.8_1
|
pgollucci  |
- Fix a typo in comments in rc.d script
PR: ports/143555
Submitted by: M@FreeBSD.org, van Zadelhoff <mike@ironmikie.nl>
Approved by: rfarmer@predatorlabs.net (maintainer) |
15 Jan 2010 02:44:01
4.8_1
|
pgollucci  |
- Fix rc.d script for chroot functionality (thanks to Doug Barton for help with
this)
- Switch an empty #elif to #else to please GCC 4.4
- Submitter is now MAINTAINER
PR: ports/142764
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> |
21 Dec 2009 02:19:12
4.8
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
22 Aug 2009 00:35:32
4.8  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
08 Jan 2009 16:40:05
4.8
|
pav  |
- Remove USE_RC_SUR (typo), USE_RC_SUBR is conditionally defined later |
15 Aug 2008 06:41:19
4.8
|
linimon  |
Reset rushani@FreeBSD.org due to maintainer-timeouts and no commits for
more than one year.
Hat: portmgr |
03 Apr 2008 14:14:28
4.8
|
pav  |
- Update to 4.8
PR: ports/121651
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer timeout (rushani; 3 weeks) |
03 Oct 2007 13:07:55
4.6_3
|
edwin  |
Bump portrevision after previous commit |
03 Oct 2007 13:07:09
4.6_2
|
edwin  |
scponlyc sftp support doesn't work without minimal devfs in chroot dir
I'm finding that recently-created scponlyc chroots do not
provide a sufficient environment for /usr/libexec/sftp-server
to run. The sftp client symptom is just:
$ sftp user@www
Connecting to www...
Password:
Connection closed
$
The cause appears to be that recent versions of
/usr/libexec/sftp-server will complain about of lack of
access to /dev/null and exit, resulting in the closed(Only the first 15 lines of the commit message are shown above ) |
13 Aug 2007 10:34:18
4.6_2
|
mm  |
- Add OPTIONS for included knobs
PR: ports/110036
Approved by: maintainer (timeout), garga (mentor, implicit) |
06 Aug 2006 17:38:15
4.6_1
|
arved  |
Unbreak rsync comatibility when long opts ("--server", "--sender"
and "--delete" in this case) specified.
PR: 96295
Suggested by: ueda _at_ drweb dot jp
Obtained from:
https://lists.ccs.neu.edu/pipermail/scponly/2006-March/001287.html
Approved by: rushani (maintainer) |
03 Jun 2006 02:59:04
4.6
|
mnag  |
- Update to 4.6
PR: 98278
Submitted by: maintainer |
09 May 2006 20:54:19
4.4
|
edwin  |
shells/scponly cannot work with rsync
From: Hideyuki KURASHINA <rushani@FreeBSD.org>
I've confirmed the rsync compatibility in scponly 4.4 is broken.
Unfortunately, at this moment I don't have enough time to
test the patch you showed us...
PR: ports/96295
Submitted by: UEDA Hiroyuki <ueda@drweb.jp> |
31 Jan 2006 14:05:46
4.4
|
barner  |
- Update to 4.4
o fixes that hopefully improve the optarg compilation situation
o UNISON $HOME environment fix
o fixes to setup_chroot.sh.in
PR: ports/92587
Submitted by: rushani (maintainer) |
29 Dec 2005 05:17:54
4.3
|
edwin  |
[Maintainer update] shells/scponly: Update to 4.3.
Update to 4.3. Highlights in this release,
- Compatibility of WinSCP in SCP mode improved.
- The scponlyc (chroot'ed version of scponly) works again.
PR: ports/91039
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org> |
27 Dec 2005 21:25:56
4.2_1
|
edwin  |
[Maintainer update] shells/scponly: Fix WinSCP compativility and etc
1. Fix WinSCP compativility in SCP mode. PORTREVISION bumped.
2. Add sourceforge mirrors to ${MASTER_SITES}.
3. From scponly 4.2, scp & WinSCP compatibilities are not enabled
by default. Notice this at pre-everything target as well as
UPDATING.
PR: ports/90983
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org> |
22 Dec 2005 16:24:30
4.2
|
garga  |
o Update to 4.2.
- Security fixes (local privilege escalation exploits). See
https://lists.ccs.neu.edu/pipermail/scponly/2005-December/001027.html
for details.
- The scp and WinSCP compatibilities are turned off by default
to improve scp argument processing.
- The sftp-logging supported.
- Etc.
o Add SHA256 hash.
PR: ports/90813
Submitted by: maintainer
Security:
https://lists.ccs.neu.edu/pipermail/scponly/2005-December/001027.html |
20 Jun 2005 14:51:14
4.1_2  |
nork  |
Fix svn issue with scponly via ssh+svn://.
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by: rushani (maintainer) |
19 Jun 2005 04:20:40
4.1_1  |
nork  |
Bump PORTREVISION by previous commit.
Approved by: rushani (maintainer) |
18 Jun 2005 18:50:26
4.1  |
nork  |
Add support ssh+svn://.
PR: ports/81889
Submitted by: Matthias Fechner <idefix@fechner.net>
Approved by: rushani (maintainer) |
14 Apr 2005 03:56:00
4.1  |
leeym  |
- Update to 4.1
PR: 79859
Submitted by: rushani |
15 Dec 2004 10:47:52
4.0_1  |
vs  |
Scponly validates dangerous arguments since version 4.0. However,
there is a regression compared with version 3.11. That is scponly
can not be built only with sftp support.
Reference: https://lists.ccs.neu.edu/pipermail/scponly/2004-December/000655.html
PR: ports/75092
Submitteed by: maintainer |
04 Dec 2004 23:56:24
4.0  |
pav  |
- Update to 4.0
PR: ports/74633
Submitted by: rushani (maintainer) |
17 Jul 2004 13:02:01
3.11  |
krion  |
Update to 3.11
PR: ports/69179
Submitted by: maintainer |
20 Mar 2004 11:53:48
3.9  |
nork  |
Remove old version's SIZE.
Submitted by: rushani (maintainer)
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan. |
20 Mar 2004 09:54:30
3.9  |
nork  |
Update to 3.9(support for WinSCP3).
PR: ports/64076
Submitted by: Jim Shewmaker <jims@bluenotch.com>
Reviewed by: rushani (maintainer)
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan. |
18 Mar 2004 09:04:45
3.8_1  |
krion  |
- SIZE'ify
PR: ports/64396
Submitted by: rushani |
21 Nov 2003 00:59:01
3.8_1  |
jeh  |
scponly dist includes a script which setup chroot cage, which
depends a location of run-time link-editor. Since FreeBSD has
dynamic root capability from __FreeBSD_version == 501105, we
should add new location to unbreak the script.
PR: 59511
Submintted by: MAINTAINER |
02 Sep 2003 08:47:16
3.8_1  |
nork  |
o Respect scponly default configuration.
o Introduce WITH_SCPONLY_CHROOT knob.
o Use ${DOCSDIR} in Makefile.
PR: ports/56300
Submitted by: rushani (maintainer) |
25 Jul 2003 23:15:46
3.8  |
maho  |
Fix compatibility with rsync (depend explicitly on rsync).
PR: 54844
Submitted by: rushani (maintainer) |
25 Jul 2003 23:12:03
3.8  |
maho  |
fix configure arguments for gftp stuff.
PR: 54843
Submitted by: rushani (maintainer) |
10 May 2003 21:54:40
3.8  |
nork  |
Change maintainership to submitter.
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
Approved by: Ken McGlothlen <mcglk@artlogix.com> (maintainer) |
03 May 2003 15:53:06
3.8  |
nork  |
Update to 3.8.
PR: ports/51633
Submitted by: rushani
Approved by: maintainer implicitly |
17 Apr 2003 18:40:51
3.7  |
nork  |
o Update to 3.7.
o Take up more safety default setting.
PR: ports/48480, ports/48492, ports/50899
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Adam Jette <jettea@fuzzynerd.com>
Miguel Mendez <flynn@energyhq.homeip.net>
Reviewed by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Miguel Mendez <flynn@energyhq.homeip.net>
Ken McGlothlen <mcglk@artlogix.com> (maintainer)
Approved by: Ken McGlothlen <mcglk@artlogix.com> (maintainer) |
21 Feb 2003 13:26:58
3.4  |
knu  |
De-pkg-comment. |
05 Jan 2003 18:30:28
3.4  |
ijliao  |
fix plist
PR: 46781
Submitted by: Philip Paeps <philip@vitaya.be> |
03 Jan 2003 18:15:43
3.4  |
ijliao  |
upgrade to 3.4
PR: 46243
Submitted by: maintainer |
10 Sep 2002 22:18:47
2.4  |
obraun  |
Add scponly 2.4, a tiny shell which only permits scp and sftp.
PR: ports/40935
Submitted by: Ken McGlothlen <mcglk@artlogix.com> |