Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.3.1_3 10 Jul 2024 13:39:46 |
Alexander Leidinger (netchild) |
ftp/vsftpd-ext: make the rc script service jails aware
PR: 279642
Approved by: maintainer timeout (1 month) |
3.0.3.1_2 23 Feb 2024 19:01:27 |
Muhammad Moinur Rahman (bofh) |
ftp/vsftpd-ext: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
3.0.3.1_1 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 ) |
3.0.3.1_1 20 Jul 2022 14:21:53 |
Tobias C. Berner (tcberner) |
ftp: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alexander Kriventsov
* Anders Nordby <anders@fix.no>
* Andreas Fehlner <fehlner@gmx.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Chris Piazza <cpiazza@FreeBSD.org>
* Damjan Marion <dmarion@open.hr>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Freeman <freebsdports@chillibear.com> (Only the first 15 lines of the commit message are shown above ) |
3.0.3.1_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.0.3.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.3.1_1 31 Dec 2020 09:40:54 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
3.0.3.1_1 05 Oct 2020 10:55:53 |
se |
Fix build with -fno-common |
3.0.3.1 09 Oct 2019 10:40:21 |
bapt |
Drop the ipv6 virtual category for f* category as it is not relevant anymore |
3.0.3.1 27 Dec 2018 16:59:24 |
amdmi3 |
- Fix build with SSL on 12.0
Vsftpd uses an ugly way of checking whether it needs to link
libssl/libcrypto by grepping object file (!) for SSL_library_init
(which may be or not be actually used depending on a define).
This does not work if SSL_library_init is a macro which is the case
with OpenSSL 1.1.0:
/usr/include/openssl/ssl.h:# define SSL_library_init() OPENSSL_init_ssl(0,
NULL)
Because of this, on 12.0 the check always fails, OpenSSL libs are
not linked, and the build fails with linker errors:
/usr/bin/ld: error: undefined symbol: OPENSSL_init_ssl
>>> referenced by ssl.c (Only the first 15 lines of the commit message are shown above ) |
3.0.3.1 19 May 2018 18:32:34 |
miwi |
- Update to 3.0.3.1
PR: 227491
Submitted by: Leonid Nevecherya
Approved by: maintainer timeout
Sponsored by: iXsystems Inc. |
3.0.2.1_2 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
3.0.2.1_2 27 Jun 2016 11:31:11 |
mat |
Replace bsd.openssl.mk with USES=ssl
Add a qa hint about needing, or not, USES=ssl.
Fix ports doing silly things, like including bsd.openssl.mk directly.
PR: 210322
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6866 |
3.0.2.1_2 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
3.0.2.1_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.0.2.1_2 14 Aug 2015 16:57:56 |
junovitch |
ftp/vsftpd-ext: unbreak build on 9.x i386 and clean up port
- Force clang on FreeBSD < 10.0 to resolve 9.x i386 build issues
- Modernize USES with tar:tgz
- Rely on USERS/GROUPS; remove pkg-install/pkg deinstall scripts
- Remove direct chmod usage
- Regen patch to pet portlint
PR: 200791
Submitted by: Xu Jing <xjflyttp@gmail.com> (maintainer - original version)
Approved by: delphij (mentor)
MFH: 2015Q3 |
3.0.2.1_2 29 Jun 2015 17:37:53 |
amdmi3 |
Mark BROKEN on FreeBSD 9.x i386, does not link:
sysutil.o: In function `vsf_sysutil_tzset':
sysutil.c:(.text+0x13da): undefined reference to `__stack_chk_fail_local'
sysutil.o: In function `vsf_sysutil_parse_time':
sysutil.c:(.text+0x306a): undefined reference to `__stack_chk_fail_local'
sysutil.o: In function `vsf_sysutil_sockaddr_in_mask':
sysutil.c:(.text+0x3ac8): undefined reference to `__stack_chk_fail_local'
sysutil.o: In function `vsf_sysutil_getpeername':
sysutil.c:(.text+0x3c75): undefined reference to `__stack_chk_fail_local'
sysutil.o: In function `vsf_sysutil_getsockname':
sysutil.c:(.text+0x3d45): undefined reference to `__stack_chk_fail_local'
sysutil.o:sysutil.c:(.text+0x44d2): more undefined references to
`__stack_chk_fail_local' follow
Submitted by: pkg-fallout
Approved by: portmgr blanket |
3.0.2.1_2 25 Jun 2015 11:34:14 |
amdmi3 |
- Mark BROKEN on 9.x i386:
sysutil.c:(.text+0x13da): undefined reference to `__stack_chk_fail_local'
Approved by: portmgr blanket
Reported by: pkg-fallout |
3.0.2.1_2 09 Jan 2015 20:12:00 |
pi |
ftp/vsftpd-ext: fixing path to vsftpd.conf
PR: 195239
Submitted by: Xu Jing <xjflyttp@gmail.com> (maintainer) |
3.0.2.1_1 01 Nov 2014 00:35:11 |
marino |
ftp/vsftpd(-ext): USES=alias to fix build on DragonFly |
3.0.2.1_1 28 Oct 2014 07:04:01 |
antoine |
Revert part of r371277 |
3.0.2.1 21 Oct 2014 19:53:12 |
pi |
ftp/vsftpd-ext: fix build for 9.1 i386
PR: 193989
Submitted by: Xu Jing <xjflyttp@gmail.com> (maintainer) |
3.0.2.1 20 Oct 2014 15:20:22 |
bapt |
Clean up plist |
3.0.2.1 26 Sep 2014 20:43:30 |
pi |
ftp/vsftpd-ext: resurrect, upgrade 2.3.5 -> 3.0.2, stagify
Extended build of vsftpd with additional features.
WWW: http://vsftpd.devnet.ru/eng/
PR: 193916
Submitted by: Xu Jing <xjflyttp@gmail.com> |
2.3.5.1_1 01 Sep 2014 15:53:20 |
bapt |
Remove non staged ports without pending PR from f* |
2.3.5.1_1 23 Jul 2014 16:44:28 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
2.3.5.1_1 28 Jan 2014 09:19:21 |
decke |
- Fix typo in options conversion
With hat: portmgr |
2.3.5.1_1 20 Sep 2013 17:23:19 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp) |
2.3.5.1_1 26 Mar 2013 09:58:34 |
bapt |
Convert left unconverted ports in ftp to new options framework |
2.3.5.1_1 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.3.5.1_1 28 Feb 2012 21:28:21 |
flo |
The previous patch was supposed to fix vsftpd so that it would look for the
configuration file in /usr/local/etc/vsftpd.conf but it did not, currently it is
looking for the file in /usr/local/etc/vsftpd//usr/local/etc/vsftpd.conf, this
patch makes it look for /usr/local/etc/vsftpd.conf as also specified in
pkg-plist.
Approved by: maintainer |
2.3.5.1 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. |
2.3.5.1 09 Jan 2012 16:39:53 |
scheidell |
- Update to 2.3.5-ext1 [1]
- Fix path to vsftpd.conf in defs.h and builddefs.h old path
/usr/local/etc/vsftpd.conf is not defined correctly [1]
- patch-sysdeputil.c removed (FreeBSD already detected in sources) [1]
PR: ports/163940 [1]
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> [1]
Approved by: gelraen.ua@gmail.com (maintainer), gabor (mentor, implicit) |
2.3.4.2_1 26 Dec 2011 20:40:28 |
scheidell |
- Remove ../files/patch-Makefile (again)
PR: ports/163548
Approved by: gabor (mentor) |
2.3.4.2_1 23 Dec 2011 19:18:55 |
scheidell |
- respect CC/CFLAGS/STRIP on vsftpd-ext
PR: ports/163550
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: gelraen.ua@gmail.com (maintainer), gabor(mentor) |
2.3.4.2 21 Dec 2011 13:19:37 |
scheidell |
- extra files, missed by committer
PR: ports/163246
Approved by: gabor (mentor) |
2.3.4.2 21 Dec 2011 13:18:23 |
scheidell |
- Update to 2.3.4 ext2 [1]
- Unbreak build on 9.x [1]
- rename RC_NG to RC_SCRIPT standard [2]
PR: ports/163246
Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) [1]
Approved by: gabor (mentor) [2] |
2.1.2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.1.2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.1.2 18 Apr 2010 19:05:20 |
erwin |
Mark BROKEN on 9.x: does not build |
2.1.2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.1.2 26 Jul 2009 15:03:11 |
miwi |
- Update to 2.1.2
PR: 136902
Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) |
2.1.0 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
2.1.0 16 Jun 2009 03:53:40 |
pgollucci |
Extended build of vsftpd with additional features.
- Added char convertion without iconv for some charsets.
- Added rules for anonymous access based on user's IP address masks.
- Added rules for user access only from defined IPs.
- Allow or disallow delete files by anonymous.
- Added chowning anonymous uploaded files by user IP.
- Added new parametr double_377 (by default 1). This paramert switch off telnet
specific character \377.
- Changed find libs in "vsf_findlibs.sh".
- Different speed for upload and download data transfer rates for anonymous and
local users.
WWW: http://vsftpd.devnet.ru/eng/
PR: ports/132556
Submitted by: Maxim Ignatenko |