non port: ftp/vsftpd-ext/Makefile |
SVNWeb
|
Number of commits found: 33 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 30cd242 (Only the first 10 of 67 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 31 Dec 2020
|
[ 09:40 amdmi3 ]
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
|
Mon, 5 Oct 2020
|
[ 10:55 se ]
Fix build with -fno-common
|
Wed, 9 Oct 2019
|
[ 10:40 bapt ] (Only the first 10 of 15 ports in this commit are shown above. )
Drop the ipv6 virtual category for f* category as it is not relevant anymore
|
Thu, 27 Dec 2018
|
[ 16:59 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 )
|
Sat, 19 May 2018
|
[ 18:32 miwi ]
- Update to 3.0.3.1
PR: 227491
Submitted by: Leonid Nevecherya
Approved by: maintainer timeout
Sponsored by: iXsystems Inc.
|
Mon, 9 Jan 2017
|
[ 13:16 amdmi3 ] (Only the first 10 of 104 ports in this commit are shown above. )
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Mon, 27 Jun 2016
|
[ 11:31 mat ] (Only the first 10 of 14 ports in this commit are shown above. )
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
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 14 Aug 2015
|
[ 16:57 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
|
Mon, 29 Jun 2015
|
[ 17:37 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
|
Thu, 25 Jun 2015
|
[ 11:34 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
|
Fri, 9 Jan 2015
|
[ 20:12 pi ]
ftp/vsftpd-ext: fixing path to vsftpd.conf
PR: 195239
Submitted by: Xu Jing <xjflyttp@gmail.com> (maintainer)
|
Sat, 1 Nov 2014
|
[ 00:35 marino ]
ftp/vsftpd(-ext): USES=alias to fix build on DragonFly
|
Tue, 28 Oct 2014
|
[ 07:04 antoine ]
Revert part of r371277
|
Tue, 21 Oct 2014
|
[ 19:53 pi ]
ftp/vsftpd-ext: fix build for 9.1 i386
PR: 193989
Submitted by: Xu Jing <xjflyttp@gmail.com> (maintainer)
|
Fri, 26 Sep 2014
|
[ 20:43 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>
|
Wed, 23 Jul 2014
|
[ 16:44 bapt ] (Only the first 10 of 55 ports in this commit are shown above. )
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Tue, 28 Jan 2014
|
[ 09:19 decke ]
- Fix typo in options conversion
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 17:23 bapt ] (Only the first 10 of 104 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp)
|
Tue, 26 Mar 2013
|
[ 09:58 bapt ]
Convert left unconverted ports in ftp to new options framework
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
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
|
Tue, 28 Feb 2012
|
[ 21:28 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
|
Mon, 9 Jan 2012
|
[ 16:39 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)
|
Fri, 23 Dec 2011
|
[ 19:18 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)
|
Wed, 21 Dec 2011
|
[ 13:18 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]
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sun, 18 Apr 2010
|
[ 19:05 erwin ]
Mark BROKEN on 9.x: does not build
|
Sun, 26 Jul 2009
|
[ 15:03 miwi ]
- Update to 2.1.2
PR: 136902
Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)
|
Tue, 16 Jun 2009
|
[ 03:53 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
|
Number of commits found: 33 |