| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Bump port revision as the options name has change a lot
Add CHDIR and DOCS to options
Notes:
svn path=/head/; revision=309036
|
|
|
|
|
|
|
|
| |
Reported by: portscout
Feature safe: yes
Notes:
svn path=/head/; revision=308390
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
| |
PR: ports/163597
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature Safe: yes
Notes:
svn path=/head/; revision=287991
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
Notes:
svn path=/head/; revision=275782
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=266327
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=265822
|
|
|
|
|
|
|
|
|
|
| |
PR: 144059
Submitted by: Michael Meelis <m.meelis@easybow.com>
Patch by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=257109
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
| |
PR: ports/143555
Submitted by: M@FreeBSD.org, van Zadelhoff <mike@ironmikie.nl>
Approved by: rfarmer@predatorlabs.net (maintainer)
Notes:
svn path=/head/; revision=249503
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=247905
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=246327
|
|
|
|
|
|
|
| |
starting with P,R,S
Notes:
svn path=/head/; revision=240075
|
|
|
|
| |
Notes:
svn path=/head/; revision=225480
|
|
|
|
|
|
|
|
|
| |
more than one year.
Hat: portmgr
Notes:
svn path=/head/; revision=218611
|
|
|
|
|
|
|
|
|
| |
PR: ports/121651
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer timeout (rushani; 3 weeks)
Notes:
svn path=/head/; revision=210443
|
|
|
|
| |
Notes:
svn path=/head/; revision=200734
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
connection witnessed by the remote client.
The solution appears to be to create a devfs in the scponlyc
chroot.
To automatically create at boot time a devfs in the home
directory of each user of scponlyc, I have chosen to put a
script in /usr/local/etc/rc.d.
PR: ports/108009
Submitted by: Jim Long <list@museum.rain.com>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=200733
|
|
|
|
|
|
|
|
| |
PR: ports/110036
Approved by: maintainer (timeout), garga (mentor, implicit)
Notes:
svn path=/head/; revision=197565
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=169840
|
|
|
|
|
|
|
|
| |
PR: 98278
Submitted by: maintainer
Notes:
svn path=/head/; revision=164260
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=161838
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=154890
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=152328
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=152227
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=151855
|
|
|
|
|
|
|
|
| |
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by: rushani (maintainer)
Notes:
svn path=/head/; revision=137765
|
|
|
|
|
|
|
| |
Approved by: rushani (maintainer)
Notes:
svn path=/head/; revision=137713
|
|
|
|
|
|
|
|
|
| |
PR: ports/81889
Submitted by: Matthias Fechner <idefix@fechner.net>
Approved by: rushani (maintainer)
Notes:
svn path=/head/; revision=137698
|
|
|
|
|
|
|
|
| |
PR: 79859
Submitted by: rushani
Notes:
svn path=/head/; revision=133299
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=124095
|
|
|
|
|
|
|
|
| |
PR: ports/74633
Submitted by: rushani (maintainer)
Notes:
svn path=/head/; revision=123150
|
|
|
|
|
|
|
|
| |
PR: ports/69179
Submitted by: maintainer
Notes:
svn path=/head/; revision=113819
|
|
|
|
|
|
|
|
| |
Submitted by: rushani (maintainer)
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
Notes:
svn path=/head/; revision=104729
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/64076
Submitted by: Jim Shewmaker <jims@bluenotch.com>
Reviewed by: rushani (maintainer)
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
Notes:
svn path=/head/; revision=104724
|
|
|
|
|
|
|
|
| |
PR: ports/64396
Submitted by: rushani
Notes:
svn path=/head/; revision=104411
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=94583
|
|
|
|
|
|
|
|
|
|
|
| |
o Introduce WITH_SCPONLY_CHROOT knob.
o Use ${DOCSDIR} in Makefile.
PR: ports/56300
Submitted by: rushani (maintainer)
Notes:
svn path=/head/; revision=88328
|
|
|
|
|
|
|
|
| |
PR: 54844
Submitted by: rushani (maintainer)
Notes:
svn path=/head/; revision=85607
|
|
|
|
|
|
|
|
| |
PR: 54843
Submitted by: rushani (maintainer)
Notes:
svn path=/head/; revision=85606
|
|
|
|
|
|
|
|
| |
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
Approved by: Ken McGlothlen <mcglk@artlogix.com> (maintainer)
Notes:
svn path=/head/; revision=80625
|
|
|
|
|
|
|
|
|
| |
PR: ports/51633
Submitted by: rushani
Approved by: maintainer implicitly
Notes:
svn path=/head/; revision=80055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=79164
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
| |
PR: 46781
Submitted by: Philip Paeps <philip@vitaya.be>
Notes:
svn path=/head/; revision=72587
|
|
|
|
|
|
|
|
| |
PR: 46243
Submitted by: maintainer
Notes:
svn path=/head/; revision=72422
|
|
PR: ports/40935
Submitted by: Ken McGlothlen <mcglk@artlogix.com>
Notes:
svn path=/head/; revision=66096
|