Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.8.20110526_8 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: 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 |
4.8.20110526_7 16 Jan 2024 14:02:42 |
Renato Botelho (garga) |
*/*: 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") |
4.8.20110526_6 15 Jan 2024 21:37:37 |
Renato Botelho (garga) |
shells/scponly: Move manpages to ${PREFIX}/share
Sponsored by: Rubicon Communications, LLC ("Netgate") |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.8.20110526_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
4.8.20110526_5 20 Jul 2022 14:22:59 |
Tobias C. Berner (tcberner) |
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> (Only the first 15 lines of the commit message are shown above ) |
4.8.20110526_5 31 Aug 2021 09:23:08 |
Bernhard Froehlich (decke) |
shells/scponly: Add CPE information
Approved by: portmgr (blanket) |
4.8.20110526_5 30 Jun 2021 05:09:36 |
Fukang Chen (loader) |
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: (Only the first 15 lines of the commit message are shown above ) |
4.8.20110526_4 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.8.20110526_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.8.20110526_4 13 Mar 2019 15:04:38 |
garga |
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) |
4.8.20110526_3 25 Feb 2019 13:37:48 |
garga |
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 |
4.8.20110526_2 24 Nov 2015 15:06:50 |
garga |
- 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) |
4.8.20110526_1 14 May 2015 10:15:09 |
mat |
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 |
4.8.20110526_1 12 Nov 2014 15:18:32 |
antoine |
Cleanup plist |
4.8.20110526_1 01 Jul 2014 07:04:48 |
eadler |
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) |
4.8.20110526_1 20 Jun 2014 00:09:20 |
adamw |
Use the USES=tar:... variants. |
4.8.20110526_1 11 Jun 2014 17:42:36 |
bapt |
Add an @shell keyword to handle adding and remove a shell path in /etc/shell
Bump port revision of all ports that were doing it wrong prior to the keyword
CR: D208
Reviewed by: antoine
With hat: portmgr |
4.8.20110526_1 15 Mar 2014 14:50:08 |
girgen |
correct misuse of X_CONFIGURE_ENABLE |
4.8.20110526_1 06 Mar 2014 17:56:20 |
bapt |
Support stage
Use options helpers |
4.8.20110526_1 20 Sep 2013 22:57:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
shells) |
4.8.20110526_1 01 May 2013 21:52:05 |
gjb |
- 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] |
4.8.20110526 29 Apr 2013 15:13:52 |
bdrewery |
- If sftp is not available, use security/openssh-portable.
This is the case if running base with WITHOUT_OPENSSH
Approved by: gjb (maintainer) |
4.8.20110526 26 Feb 2013 02:56:58 |
gjb |
Take maintainership |
4.8.20110526 16 Dec 2012 18:25:16 |
bapt |
Convert to new option framework
Bump port revision as the options name has change a lot
Add CHDIR and DOCS to options |
4.8.20110526 06 Dec 2012 16:39:08 |
zi |
- Reset MAINTAINER on ports with addresses that have unrecoverable bounces.
Reported by: portscout
Feature safe: yes |
4.8.20110526 14 Jan 2012 08:57:23 |
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. |
4.8.20110526 25 Dec 2011 07:21:39 |
eadler |
- Update website link
PR: ports/163597
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature Safe: yes |
4.8.20110526 18 Jun 2011 17:24:07 |
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 |
4.8_3 15 Dec 2010 07:12:02 |
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) |
4.8_2 07 Dec 2010 21:46:51 |
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) |
4.8_1 28 Jun 2010 13:47:20 |
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 |
4.8_1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
4.8_1 10 Feb 2010 03:01:41 |
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) |
4.8_1 15 Jan 2010 02:44:01 |
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> |
4.8 21 Dec 2009 02:19:12 |
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. |
4.8 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
4.8 08 Jan 2009 16:40:05 |
pav |
- Remove USE_RC_SUR (typo), USE_RC_SUBR is conditionally defined later |
4.8 15 Aug 2008 06:41:19 |
linimon |
Reset rushani@FreeBSD.org due to maintainer-timeouts and no commits for
more than one year.
Hat: portmgr |
4.8 03 Apr 2008 14:14:28 |
pav |
- Update to 4.8
PR: ports/121651
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer timeout (rushani; 3 weeks) |
4.6_3 03 Oct 2007 13:07:55 |
edwin |
Bump portrevision after previous commit |
4.6_2 03 Oct 2007 13:07:09 |
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 ) |
4.6_2 13 Aug 2007 10:34:18 |
mm |
- Add OPTIONS for included knobs
PR: ports/110036
Approved by: maintainer (timeout), garga (mentor, implicit) |
4.6_1 06 Aug 2006 17:38:15 |
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) |
4.6 03 Jun 2006 02:59:04 |
mnag |
- Update to 4.6
PR: 98278
Submitted by: maintainer |
4.4 09 May 2006 20:54:19 |
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> |
4.4 31 Jan 2006 14:05:46 |
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) |
4.3 29 Dec 2005 05:17:54 |
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> |
4.2_1 27 Dec 2005 21:25:56 |
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> |
4.2 22 Dec 2005 16:24:30 |
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 |
4.1_2 20 Jun 2005 14:51:14 |
nork |
Fix svn issue with scponly via ssh+svn://.
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by: rushani (maintainer) |
4.1_1 19 Jun 2005 04:20:40 |
nork |
Bump PORTREVISION by previous commit.
Approved by: rushani (maintainer) |
4.1 18 Jun 2005 18:50:26 |
nork |
Add support ssh+svn://.
PR: ports/81889
Submitted by: Matthias Fechner <idefix@fechner.net>
Approved by: rushani (maintainer) |
4.1 14 Apr 2005 03:56:00 |
leeym |
- Update to 4.1
PR: 79859
Submitted by: rushani |
4.0_1 15 Dec 2004 10:47:52 |
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 |
4.0 04 Dec 2004 23:56:24 |
pav |
- Update to 4.0
PR: ports/74633
Submitted by: rushani (maintainer) |
3.11 17 Jul 2004 13:02:01 |
krion |
Update to 3.11
PR: ports/69179
Submitted by: maintainer |
3.9 20 Mar 2004 11:53:48 |
nork |
Remove old version's SIZE.
Submitted by: rushani (maintainer)
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan. |
3.9 20 Mar 2004 09:54:30 |
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. |
3.8_1 18 Mar 2004 09:04:45 |
krion |
- SIZE'ify
PR: ports/64396
Submitted by: rushani |
3.8_1 21 Nov 2003 00:59:01 |
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 |
3.8_1 02 Sep 2003 08:47:16 |
nork |
o Respect scponly default configuration.
o Introduce WITH_SCPONLY_CHROOT knob.
o Use ${DOCSDIR} in Makefile.
PR: ports/56300
Submitted by: rushani (maintainer) |
3.8 25 Jul 2003 23:15:46 |
maho |
Fix compatibility with rsync (depend explicitly on rsync).
PR: 54844
Submitted by: rushani (maintainer) |
3.8 25 Jul 2003 23:12:03 |
maho |
fix configure arguments for gftp stuff.
PR: 54843
Submitted by: rushani (maintainer) |
3.8 10 May 2003 21:54:40 |
nork |
Change maintainership to submitter.
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
Approved by: Ken McGlothlen <mcglk@artlogix.com> (maintainer) |
3.8 03 May 2003 15:53:06 |
nork |
Update to 3.8.
PR: ports/51633
Submitted by: rushani
Approved by: maintainer implicitly |
3.7 17 Apr 2003 18:40:51 |
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) |
3.4 21 Feb 2003 13:26:58 |
knu |
De-pkg-comment. |
3.4 05 Jan 2003 18:30:28 |
ijliao |
fix plist
PR: 46781
Submitted by: Philip Paeps <philip@vitaya.be> |
3.4 03 Jan 2003 18:15:43 |
ijliao |
upgrade to 3.4
PR: 46243
Submitted by: maintainer |
2.4 10 Sep 2002 22:18:47 |
obraun |
Add scponly 2.4, a tiny shell which only permits scp and sftp.
PR: ports/40935
Submitted by: Ken McGlothlen <mcglk@artlogix.com> |