aboutsummaryrefslogtreecommitdiffstats
path: root/shells/scponly
Commit message (Collapse)AuthorAgeFilesLines
* - Add openssh-portable dependency explicit when /usr/bin/sftp is not presentgarga2015-11-241-8/+12
| | | | | | | | | | - Remove ${PORTSDIR} from depends - Take maintainership PR: 204779 Approved by: gjb (maintainer) Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate)
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Cleanup plistantoine2014-11-121-5/+1
|
* multiple: avoid RUN_DEPENDS=${BUILD_DEPENDS} anti-patterneadler2014-07-011-1/+1
| | | | | | | The ports infrastructure may insert additional content into the BUILD_DEPENDS variable which is not supposed to be a run depend. Approved by: portmgr (bapt)
* Use the USES=tar:... variants.adamw2014-06-201-1/+1
|
* Add an @shell keyword to handle adding and remove a shell path in /etc/shellbapt2014-06-121-3/+1
| | | | | | | | Bump port revision of all ports that were doing it wrong prior to the keyword CR: D208 Reviewed by: antoine With hat: portmgr
* correct misuse of X_CONFIGURE_ENABLEgirgen2014-03-151-9/+9
|
* Support stagebapt2014-03-072-120/+39
| | | | Use options helpers
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | shells)
* - Work around what I believe is a bug in how binary existence in the basegjb2013-05-021-0/+3
| | | | | | | | | system are tracked. Without this "fix", /usr/bin/sftp is not recongnized to negate the build dependency of openssh-portable. [1] - Bump PORTREVISION. Discussed with: bdrewery [1]
* - If sftp is not available, use security/openssh-portable.bdrewery2013-04-291-0/+3
| | | | | | This is the case if running base with WITHOUT_OPENSSH Approved by: gjb (maintainer)
* Take maintainershipgjb2013-02-261-1/+1
|
* Convert to new option frameworkbapt2012-12-171-31/+30
| | | | | Bump port revision as the options name has change a lot Add CHDIR and DOCS to options
* - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.zi2012-12-071-1/+1
| | | | | Reported by: portscout Feature safe: yes
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | 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.
* - Update website linkeadler2011-12-251-1/+1
| | | | | | PR: ports/163597 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Feature Safe: yes
* -Add both versions of each configure flag (--enable-x/--disable-x) for safetyohauer2011-06-195-179/+32
| | | | | | | | | | | | | | | | | | | | | | -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
* -Patch SECURITY doc to include note about bypassing rsync argument checking ↵wen2010-12-153-81/+56
| | | | | | | | | | | | | | | | 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)
* - Fix support for rsync 3.0ohauer2010-12-084-7/+123
| | | | | | | | | | | | 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)
* Make notes for setting up a chroot cage a bit more precise.stefan2010-06-281-2/+4
| | | | | | | PR: 144059 Submitted by: Michael Meelis <m.meelis@easybow.com> Patch by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Feature safe: yes
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Fix a typo in comments in rc.d scriptpgollucci2010-02-101-1/+1
| | | | | | PR: ports/143555 Submitted by: M@FreeBSD.org, van Zadelhoff <mike@ironmikie.nl> Approved by: rfarmer@predatorlabs.net (maintainer)
* - Fix rc.d script for chroot functionality (thanks to Doug Barton for help ↵pgollucci2010-01-153-6/+21
| | | | | | | | | | 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>
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-2/+0
| | | | | | | | 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.
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+2
| | | | starting with P,R,S
* - Remove USE_RC_SUR (typo), USE_RC_SUBR is conditionally defined laterpav2009-01-091-3/+1
|
* Reset rushani@FreeBSD.org due to maintainer-timeouts and no commits forlinimon2008-08-151-1/+1
| | | | | | more than one year. Hat: portmgr
* - Update to 4.8pav2008-04-035-136/+61
| | | | | | PR: ports/121651 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: maintainer timeout (rushani; 3 weeks)
* Bump portrevision after previous commitedwin2007-10-031-1/+1
|
* scponlyc sftp support doesn't work without minimal devfs in chroot diredwin2007-10-032-9/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Add OPTIONS for included knobsmm2007-08-131-3/+15
| | | | | PR: ports/110036 Approved by: maintainer (timeout), garga (mentor, implicit)
* Unbreak rsync comatibility when long opts ("--server", "--sender"arved2006-08-072-1/+100
| | | | | | | | | 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)
* - Update to 4.6mnag2006-06-032-5/+4
| | | | | PR: 98278 Submitted by: maintainer
* shells/scponly cannot work with rsyncedwin2006-05-101-0/+1
| | | | | | | | | | | 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>
* - Update to 4.4barner2006-01-313-15/+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)
* [Maintainer update] shells/scponly: Update to 4.3.edwin2005-12-294-27/+16
| | | | | | | | | 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>
* [Maintainer update] shells/scponly: Fix WinSCP compativility and etcedwin2005-12-282-2/+30
| | | | | | | | | | | 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>
* o Update to 4.2.garga2005-12-232-20/+29
| | | | | | | | | | | | | | | - 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
* Fix svn issue with scponly via ssh+svn://.nork2005-06-201-2/+3
| | | | | Submitted by: Matthias Fechner <idefix@fechner.net> Reviewed by: rushani (maintainer)
* Bump PORTREVISION by previous commit.nork2005-06-191-1/+1
| | | | Approved by: rushani (maintainer)
* Add support ssh+svn://.nork2005-06-191-0/+9
| | | | | | PR: ports/81889 Submitted by: Matthias Fechner <idefix@fechner.net> Approved by: rushani (maintainer)
* - Update to 4.1leeym2005-04-143-16/+4
| | | | | PR: 79859 Submitted by: rushani
* Scponly validates dangerous arguments since version 4.0. However,vs2004-12-152-1/+13
| | | | | | | | | | 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
* - Update to 4.0pav2004-12-053-19/+24
| | | | | PR: ports/74633 Submitted by: rushani (maintainer)
* Update to 3.11krion2004-07-174-15/+27
| | | | | PR: ports/69179 Submitted by: maintainer
* Remove old version's SIZE.nork2004-03-201-1/+0
| | | | | Submitted by: rushani (maintainer) Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
* Update to 3.9(support for WinSCP3).nork2004-03-205-30/+37
| | | | | | | PR: ports/64076 Submitted by: Jim Shewmaker <jims@bluenotch.com> Reviewed by: rushani (maintainer) Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
* - SIZE'ifykrion2004-03-181-0/+1
| | | | | PR: ports/64396 Submitted by: rushani
* scponly dist includes a script which setup chroot cage, whichjeh2003-11-212-0/+25
| | | | | | | | | 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
* o Respect scponly default configuration.nork2003-09-022-26/+37
| | | | | | | | o Introduce WITH_SCPONLY_CHROOT knob. o Use ${DOCSDIR} in Makefile. PR: ports/56300 Submitted by: rushani (maintainer)
* Fix compatibility with rsync (depend explicitly on rsync).maho2003-07-261-1/+3
| | | | | PR: 54844 Submitted by: rushani (maintainer)
* fix configure arguments for gftp stuff.maho2003-07-261-2/+2
| | | | | PR: 54843 Submitted by: rushani (maintainer)
* Change maintainership to submitter.nork2003-05-111-1/+1
| | | | | Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org> Approved by: Ken McGlothlen <mcglk@artlogix.com> (maintainer)
* Update to 3.8.nork2003-05-032-2/+2
| | | | | | PR: ports/51633 Submitted by: rushani Approved by: maintainer implicitly
* o Update to 3.7.nork2003-04-183-5/+90
| | | | | | | | | | | | | 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)
* De-pkg-comment.knu2003-02-212-1/+1
|
* fix plistijliao2003-01-061-1/+3
| | | | | PR: 46781 Submitted by: Philip Paeps <philip@vitaya.be>
* upgrade to 3.4ijliao2003-01-043-11/+10
| | | | | PR: 46243 Submitted by: maintainer
* Add scponly 2.4, a tiny shell which only permits scp and sftp.obraun2002-09-115-0/+38
PR: ports/40935 Submitted by: Ken McGlothlen <mcglk@artlogix.com>