summaryrefslogtreecommitdiff
path: root/shells/scponly/files/patch-helper.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shells/scponly: fix segfault on FreeBSD 11Renato Botelho2019-03-131-9/+10
| | | | | | | | | | | | | | | | Patch introduced in r493861 to fix segfault on FreeBSD 12+ broke it on FreeBSD 11. This new version fixes it on both versions. While here, pet portlint a bit moving USES to proper place and removing RUN_DEPENDS := BUILD_DEPENDS adding individual run depends where it's necessary. PR: 235810 Submitted by: Stewart Morgan <stewart.morgan@gmail.com> Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=495579
* shells/scponly: fix segfault on FreeBSD 12 and newerRenato Botelho2019-02-251-0/+26
| | | | | | | | | | | On FreeBSD 12+ basename(3) writes to its argument, which in scponly isn't a writable string, so it segfaults. This patch works around it. PR: 235810 Submitted by: fullermd@over-yonder.net Notes: svn path=/head/; revision=493861
* -Add both versions of each configure flag (--enable-x/--disable-x) for safetyOlli Hauer2011-06-181-91/+0
| | | | | | | | | | | | | | | | | | | | | | | | | -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
* - Fix support for rsync 3.0Olli Hauer2010-12-071-4/+84
| | | | | | | | | | | | | | | 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
* - Fix rc.d script for chroot functionality (thanks to Doug Barton for help ↵Philip M. Gollucci2010-01-151-0/+11
| | | | | | | | | | | | | 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
* - Update to 4.8Pav Lucistnik2008-04-031-97/+0
| | | | | | | | | PR: ports/121651 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: maintainer timeout (rushani; 3 weeks) Notes: svn path=/head/; revision=210443
* Unbreak rsync comatibility when long opts ("--server", "--sender"Tilman Keskinoz2006-08-061-0/+97
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