notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: shells/scponly/Makefile

Number of commits found: 59

Wednesday, 28 Feb 2024
15:53 Michael Osipov (michaelo) search for other commits by this committer
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER

When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.

Approved by:	jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D43864
commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 e83f0a9
Tuesday, 16 Jan 2024
14:02 Renato Botelho (garga) search for other commits by this committer
*/*: Restore GNU_CONFIGURE on my ports

I made a mistake and changed these ports to HAS_CONFIGURE when working
on MANPREFIX sanitization.  Restore proper macro usage and set
GNU_CONFIGURE_MANPREFIX properly to keep manpages installed under
${PREFIX}/share.

Reported by:	danfe
Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 08a9c4d
Monday, 15 Jan 2024
21:37 Renato Botelho (garga) search for other commits by this committer
shells/scponly: Move manpages to ${PREFIX}/share

Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: 655d05f219ce94898ce793802c45a8e71132a1eb commit hash: 655d05f219ce94898ce793802c45a8e71132a1eb commit hash: 655d05f219ce94898ce793802c45a8e71132a1eb commit hash: 655d05f219ce94898ce793802c45a8e71132a1eb 655d05f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
shells: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Carlos Jacobo Puga Medina <cpm@FreeBSD.org>
  *  Cyrille.Lefevre@laposte.net
  *  Danijel Tasov <danielt@pilgerer.org>
  *  David O'Brien <obrien@NUXI.com>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Igor Pokrovsky <ip@unixway.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Kai Wang <kaiw27@gmail.com>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
  *  Oliver Eikemeier
  *  Patrick Gardella <patrick@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Richard Rose <freebsd-security@rikrose.net>
  *  Sean Chittenden <seanc@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
  *  Shinsuke Matsui <smatsui@karashi.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  UMENO Takashi <umeno@rr.iij4u.or.jp>
  *  Vaida Bogdan
  *  Will Andrews <andrews@technologist.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  conrads@cox.net
  *  erich@rrnet.com
  *  gebhart@secnetix.de
  *  kirk@strauser.com
  *  mcglk@artlogix.com
  *  torstenb

With hat:	portmgr
commit hash: c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8 commit hash: c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8 commit hash: c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8 commit hash: c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8 c3cc2da
Tuesday, 31 Aug 2021
09:23 Bernhard Froehlich (decke) search for other commits by this committer
shells/scponly: Add CPE information

Approved by:    portmgr (blanket)
commit hash: baf429196f56ee21475e2807a0b7315343da7e2f commit hash: baf429196f56ee21475e2807a0b7315343da7e2f commit hash: baf429196f56ee21475e2807a0b7315343da7e2f commit hash: baf429196f56ee21475e2807a0b7315343da7e2f baf4291
Wednesday, 30 Jun 2021
05:09 Fukang Chen (loader) search for other commits by this committer
Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptions

- Add CVS description
- Add DARCS description
- Add GIT description
- Add MERCURIAL description
- Add PERFORCE description
- Rename SVN to SUBVERSION

devel/anjuta:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
    - Change SUBVERSION_DESC to use the default description

devel/git:
    - Rename OPTION P4 to PERFORCE
    - Rename OPTION SVN to SUBVERSION
    - Change PERFORCE_DESC to use the default description

devel/ocaml-opam:
    - Rename OPTION HG to MERCURIAL
    - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
    - Change {DARCS,GIT,MERCURIAL}_DESC to use the default description

devel/thunar-vcs-plugin:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE
    - Change GIT_DESC to use the default description

devel/viewvc-devel:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_SINGLE

net-mgmt/observium:
    - Rename OPTION SVN to SUBVERSION

net-mgmt/rancid3:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_SINGLE_SCM
    - Change {CVS,GIT,SUBVERSION}_DESC to use the default description

ports-mgmt/portshaker:
    - Rename OPTION SVN to SUBVERSION
    - Rename HG to MERCURIAL
    - Sort OPTIONS_DEFINE
    - Change {GIT,MERCURIAL}_DESC to use the default description

security/hydra:
    - Rename OPTION SVN to SUBVERSION

security/medusa:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE

shells/scponly:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE
    - Typo fix in SVNSERVE_DESC

www/trac-devel:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_MULTI_DATABASE
    - Change {GIT,SUBVERSION}_DESC to use the default description

Reviewed by:	koobs, adamw, dvl, garga, hannes_mehnert.org, rm, dbaio, romain
Approved by:	koobs (ports, mentor)
Differential Revision:	https://reviews.freebsd.org/D17459
MFH:		No (OPTION description updates)
commit hash: f76aa00290b61be36138c3c177250b5ac10f2607 commit hash: f76aa00290b61be36138c3c177250b5ac10f2607 commit hash: f76aa00290b61be36138c3c177250b5ac10f2607 commit hash: f76aa00290b61be36138c3c177250b5ac10f2607 f76aa00
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 13 Mar 2019
15:04 garga search for other commits by this committer
shells/scponly: fix segfault on FreeBSD 11

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)
Original commitRevision:495579 
Monday, 25 Feb 2019
13:37 garga search for other commits by this committer
shells/scponly: fix segfault on FreeBSD 12 and newer

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
Original commitRevision:493861 
Tuesday, 24 Nov 2015
15:06 garga search for other commits by this committer
- Add openssh-portable dependency explicit when /usr/bin/sftp is not present
- Remove ${PORTSDIR} from depends
- Take maintainership

PR:		204779
Approved by:	gjb (maintainer)
Obtained from:	pfSense
Sponsored by:	Rubicon Communications (Netgate)
Original commitRevision:402366 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- 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
Original commitRevision:386312 
Tuesday, 1 Jul 2014
07:04 eadler search for other commits by this committer
multiple: avoid RUN_DEPENDS=${BUILD_DEPENDS} anti-pattern
	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)
Original commitRevision:359963 
Friday, 20 Jun 2014
00:09 adamw search for other commits by this committer
Use the USES=tar:... variants.
Original commitRevision:358479 
Saturday, 15 Mar 2014
14:50 girgen search for other commits by this committer
correct misuse of X_CONFIGURE_ENABLE
Original commitRevision:348329 
Thursday, 6 Mar 2014
17:56 bapt search for other commits by this committer
Support stage
Use options helpers
Original commitRevision:347288 
Friday, 20 Sep 2013
22:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
shells)
Original commitRevision:327770 
Wednesday, 1 May 2013
21:52 gjb search for other commits by this committer
- Work around what I believe is a bug in how binary existence in the base
  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]
Original commitRevision:317053 
Monday, 29 Apr 2013
15:13 bdrewery search for other commits by this committer
- If sftp is not available, use security/openssh-portable.
  This is the case if running base with WITHOUT_OPENSSH

Approved by:	gjb (maintainer)
Original commitRevision:316827 
Tuesday, 26 Feb 2013
02:56 gjb search for other commits by this committer
Take maintainership
Original commitRevision:312953 
Sunday, 16 Dec 2012
18:25 bapt search for other commits by this committer
Convert to new option framework
Bump port revision as the options name has change a lot
Add CHDIR and DOCS to options
Original commitRevision:309036 
Thursday, 6 Dec 2012
16:39 zi search for other commits by this committer
- Reset MAINTAINER on ports with addresses that have unrecoverable bounces.

Reported by:	portscout
Feature safe:	yes
Original commitRevision:308390 
Saturday, 18 Jun 2011
17:24 ohauer search for other commits by this committer
 -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
Original commit
Wednesday, 15 Dec 2010
07:12 wen search for other commits by this committer
-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)
Original commit
Tuesday, 7 Dec 2010
21:46 ohauer search for other commits by this committer
 - 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)
Original commit
Monday, 28 Jun 2010
13:47 stefan search for other commits by this committer
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
Original commit
Friday, 15 Jan 2010
02:44 pgollucci search for other commits by this committer
- 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>
Original commit
Saturday, 22 Aug 2009
00:35 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Original commit
Thursday, 8 Jan 2009
16:40 pav search for other commits by this committer
- Remove USE_RC_SUR (typo), USE_RC_SUBR is conditionally defined later
Original commit
Friday, 15 Aug 2008
06:41 linimon search for other commits by this committer
Reset rushani@FreeBSD.org due to maintainer-timeouts and no commits for
more than one year.

Hat:            portmgr
Original commit
Thursday, 3 Apr 2008
14:14 pav search for other commits by this committer
- Update to 4.8

PR:             ports/121651
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by:    maintainer timeout (rushani; 3 weeks)
Original commit
Wednesday, 3 Oct 2007
13:07 edwin search for other commits by this committer
Bump portrevision after previous commit
Original commit
13:07 edwin search for other commits by this committer
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
        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
Original commit
Monday, 13 Aug 2007
10:34 mm search for other commits by this committer
- Add OPTIONS for included knobs

PR:             ports/110036
Approved by:    maintainer (timeout), garga (mentor, implicit)
Original commit
Sunday, 6 Aug 2006
17:38 arved search for other commits by this committer
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)
Original commit
Saturday, 3 Jun 2006
02:59 mnag search for other commits by this committer
- Update to 4.6

PR:             98278
Submitted by:   maintainer
Original commit
Tuesday, 9 May 2006
20:54 edwin search for other commits by this committer
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>
Original commit
Tuesday, 31 Jan 2006
14:05 barner search for other commits by this committer
- 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)
Original commit
Thursday, 29 Dec 2005
05:17 edwin search for other commits by this committer
[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>
Original commit
Tuesday, 27 Dec 2005
21:25 edwin search for other commits by this committer
[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>
Original commit
Thursday, 22 Dec 2005
16:24 garga search for other commits by this committer
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
Original commit
Monday, 20 Jun 2005
14:51 nork search for other commits by this committer
Fix svn issue with scponly via ssh+svn://.

Submitted by:   Matthias Fechner <idefix@fechner.net>
Reviewed by:    rushani (maintainer)
Original commit
Sunday, 19 Jun 2005
04:20 nork search for other commits by this committer
Bump PORTREVISION by previous commit.

Approved by:    rushani (maintainer)
Original commit
Saturday, 18 Jun 2005
18:50 nork search for other commits by this committer
Add support ssh+svn://.

PR:             ports/81889
Submitted by:   Matthias Fechner <idefix@fechner.net>
Approved by:    rushani (maintainer)
Original commit
Thursday, 14 Apr 2005
03:56 leeym search for other commits by this committer
- Update to 4.1

PR:             79859
Submitted by:   rushani
Original commit
Wednesday, 15 Dec 2004
10:47 vs search for other commits by this committer
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
Original commit
Saturday, 4 Dec 2004
23:56 pav search for other commits by this committer
- Update to 4.0

PR:             ports/74633
Submitted by:   rushani (maintainer)
Original commit
Saturday, 17 Jul 2004
13:02 krion search for other commits by this committer
Update to 3.11

PR:             ports/69179
Submitted by:   maintainer
Original commit
Saturday, 20 Mar 2004
09:54 nork search for other commits by this committer
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.
Original commit
Friday, 21 Nov 2003
00:59 jeh search for other commits by this committer
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
Original commit
Tuesday, 2 Sep 2003
08:47 nork search for other commits by this committer
o Respect scponly default configuration.
o Introduce WITH_SCPONLY_CHROOT knob.
o Use ${DOCSDIR} in Makefile.

PR:             ports/56300
Submitted by:   rushani (maintainer)
Original commit
Friday, 25 Jul 2003
23:15 maho search for other commits by this committer
Fix compatibility with rsync (depend explicitly on rsync).

PR:             54844
Submitted by:   rushani (maintainer)
Original commit
23:12 maho search for other commits by this committer
fix configure arguments for gftp stuff.

PR:             54843
Submitted by:   rushani (maintainer)
Original commit
Saturday, 10 May 2003
21:54 nork search for other commits by this committer
Change maintainership to submitter.

Submitted by:   Hideyuki KURASHINA <rushani@FreeBSD.org>
Approved by:    Ken McGlothlen <mcglk@artlogix.com> (maintainer)
Original commit
Saturday, 3 May 2003
15:53 nork search for other commits by this committer
Update to 3.8.

PR:             ports/51633
Submitted by:   rushani
Approved by:    maintainer implicitly
Original commit
Thursday, 17 Apr 2003
18:40 nork search for other commits by this committer
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)
Original commit
Friday, 21 Feb 2003
13:26 knu search for other commits by this committer
De-pkg-comment.
Original commit
Friday, 3 Jan 2003
18:15 ijliao search for other commits by this committer
upgrade to 3.4

PR:             46243
Submitted by:   maintainer
Original commit
Tuesday, 10 Sep 2002
22:18 obraun search for other commits by this committer
Add scponly 2.4, a tiny shell which only permits scp and sftp.

PR:             ports/40935
Submitted by:   Ken McGlothlen <mcglk@artlogix.com>
Original commit

Number of commits found: 59