summaryrefslogtreecommitdiff
path: root/ftp/pure-ftpd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use USES=mysqlSunpoet Po-Chuan Hsieh2017-06-281-1/+1
|
* Update to 1.0.46Sunpoet Po-Chuan Hsieh2017-04-253-23/+16
| | | | | | - Reformat PKGMESSAGE Changes: https://github.com/jedisct1/pure-ftpd/releases
* Update to 1.0.45Sunpoet Po-Chuan Hsieh2017-01-313-19/+4
| | | | | Changes: https://github.com/jedisct1/pure-ftpd/releases https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-3/+3
| | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine)
* Fix TLSCipherSuite parsingSunpoet Po-Chuan Hsieh2017-01-092-0/+15
| | | | | | | | | | | - Bump PORTREVISION for package change Note: author pointed out that users will get a more secure cipher suite by not setting TLSCipherSuite to HIGH and just use the default. PR: 215906 Reported by: <yani@pi-greece.eu> Obtained from: https://github.com/jedisct1/pure-ftpd/commit/3823d00dee089b998d1f40943e9aa3f619c238b2
* Update to 1.0.44Sunpoet Po-Chuan Hsieh2017-01-085-17/+16
| | | | | | | | - Clean up MASTER_SITES - Convert to options target helper - Update WWW Changes: https://github.com/jedisct1/pure-ftpd/releases
* - Update to 1.0.43Sunpoet Po-Chuan Hsieh2016-11-192-5/+5
| | | | | | - Use USES=ssl Changes: https://github.com/jedisct1/pure-ftpd/releases
* Make pure-ftpd flags configurable in /etc/rc.confAlan Somers2016-07-152-2/+4
| | | | | | | | | | | | | | | | | | | | Recognize a "pureftpd_flags" variable in pure-ftpd's rc script. Pretty much anything that can be placed in /usr/local/etc/pure-ftpd.conf can be placed in this variable instead. ftp/pure-ftpd/Makefile Bump PORTREVISION ftp/pure-ftpd/files/pure-ftpd.in Handle pureftpd_flags. It needs special handling because, unlike most daemons, pure-config.pl takes its mandatory argument first and its optional flags last. PR: 210311 Approved by: maintainer-timeout Approved by: brd (ports) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D6676
* security/libsodium: Upgrade version 1.0.8 => 1.0.10John Marino2016-07-121-1/+1
| | | | | | | | Also bump all ports that depend on libsodium. PR: 210999 Submitted by: manu Approved by: vsevolod (maintainer)
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-04-161-0/+1
|
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update libsodium to 1.0.8Vsevolod Stakhov2016-03-231-0/+1
| | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at
* - Update to 1.0.42Sunpoet Po-Chuan Hsieh2015-07-272-3/+3
| | | | Changes: https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
* - Update to 1.0.41Sunpoet Po-Chuan Hsieh2015-06-282-9/+4
| | | | | | - Remove TLS_CERTFILE: it is added to pure-ftpd.conf and configurable at runtime Changes: https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
* - Update to 1.0.40Sunpoet Po-Chuan Hsieh2015-06-142-4/+3
| | | | Changes: https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
* - Updated libsodium to 1.0.3 [1]Vsevolod Stakhov2015-06-131-0/+1
| | | | | | | - Bump revision for dependent ports PR: 200548 [1] Submitted by: rsimmons0 at gmail.com [1]
* - Update to 1.0.39Sunpoet Po-Chuan Hsieh2015-06-012-3/+3
| | | | Changes: https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
* - Update to 1.0.38Sunpoet Po-Chuan Hsieh2015-05-242-4/+3
| | | | Changes: https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
* - Make USE_OPENSSL conditionalSunpoet Po-Chuan Hsieh2015-05-161-1/+1
| | | | Submitted by: koobs
* - Cleanup CONFIGURE_ARGS: --localstatedir=/var was added by bsd.port.mk ↵Sunpoet Po-Chuan Hsieh2015-05-101-1/+1
| | | | since r384380
* - Use USE_OPENSSLSunpoet Po-Chuan Hsieh2015-05-031-0/+3
| | | | | PR: 199732 Submitted by: Philip Jocks <freebsdbugs@filis.org>
* - Use CPPFLAGS instead of CFLAGSSunpoet Po-Chuan Hsieh2015-05-021-3/+3
|
* converters/libiconv:Tijl Coosemans2015-04-151-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* - Add CPE infoDmitry Marakasov2015-04-131-1/+3
| | | | Approved by: portmgr blanket
* - Update to 1.0.37Sunpoet Po-Chuan Hsieh2015-03-113-11/+15
| | | | | | | | | | | | | - Add SCRYPT option (on by default) - Complete CONFIGURE_ARGS - Add git repository to WWW Note that this version includes several security changes: - SSLv2 and SSLv3 are refused by default - DES-hashed passwords are not supported - RC4 was killed Changes: https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
* - Enable TLS option by defaultSunpoet Po-Chuan Hsieh2015-03-082-9/+9
| | | | | - Allow to change location of pid files - Bump PORTREVISION for package change
* Switch to USES=pgsqlChris Rees2014-11-221-1/+1
|
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports)
* - Fix rc script:Sunpoet Po-Chuan Hsieh2014-04-022-10/+14
| | | | | | | | | | | | | - Reorder variables - Assign default value for - pureftpd_authd_enable - pureftpd_authsocket: remove detection via pure-config.pl - pureftpd_upload_enable - Remove duplicate pidfile_authd - Simplify script - Bump PORTREVISION for package change MFH: 2014Q2
* - Use USES=tar:bzip2Sunpoet Po-Chuan Hsieh2014-04-011-2/+1
|
* - Add pure-authd support in rc script [1][2]Sunpoet Po-Chuan Hsieh2014-03-314-29/+69
| | | | | | | | | | - Indent rc script - Cosmetic change - Bump PORTREVISION for package change PR: ports/163339 [1], ports/180992 [2] (based on) Submitted by: Gabor HALASZ <halasz.g@freemail.hu> [1] Ari Maniatis <ari@ish.com.au> [2]
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-303-166/+98
| | | | | | | | | | | | | - Sort OPTIONS - Convert to new options helper - Fix shebang - Reword pre-fetch: message and change variables: - Change CERTFILE to TLS_CERTFILE - Change WITH_LANG to LANG - Support STAGEDIR - Simplify Makefile - Cosmetic change - Reformat pkg-descr
* - Reword COMMENT: remove "very"Sunpoet Po-Chuan Hsieh2013-10-281-1/+1
| | | | Suggested by: eadler
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | ftp)
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-08-211-1/+1
|
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
|
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Use CERTFILE for custom certificate locationSunpoet Po-Chuan Hsieh2013-05-061-4/+3
| | | | | PR: ports/176614 Requested by: Ilya Pizik <ilya.pizik@gmail.com>
* - Fix shebang line for users without USE_PERL=yesSunpoet Po-Chuan Hsieh2013-05-061-2/+1
| | | | | PR: ports/177481 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net>
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - Convert to new options frameworkBaptiste Daroussin2012-12-291-42/+42
| | | | | | | | - Trim headers PR: ports/168922 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Approved by: maintainer timeout (6 month)
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-3/+3
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
|
* - Use bsd.port.options.mk for option handlingSunpoet Po-Chuan Hsieh2012-05-071-3/+3
| | | | - Take maintainership
* - update to 1.0.36Baptiste Daroussin2012-05-072-3/+3
|
* Drop maintainershipRenato Botelho2012-04-071-1/+1
| | | | Feature safe: yes
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | 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.
* Update to 1.0.35Renato Botelho2011-12-282-3/+3
|
* Update to 1.0.34Renato Botelho2011-11-042-3/+3
|
* - Update to 1.0.32Renato Botelho2011-05-102-4/+3
| | | | | | PR: ports/155386 Submitted by: Zhihao Yuan <lichray@gmail.com> Security: CVE-2011-1575