Commit graph

134 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
730ae93f4c Update to 1.0.45
Changes:	https://github.com/jedisct1/pure-ftpd/releases
		https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
2017-01-31 15:33:01 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
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)
2017-01-18 13:20:31 +00:00
Sunpoet Po-Chuan Hsieh
dc421bb167 Fix TLSCipherSuite parsing
- 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:	3823d00dee
2017-01-09 14:41:58 +00:00
Sunpoet Po-Chuan Hsieh
a6d5096657 Update to 1.0.44
- Clean up MASTER_SITES
- Convert to options target helper
- Update WWW

Changes:	https://github.com/jedisct1/pure-ftpd/releases
2017-01-08 20:42:47 +00:00
Sunpoet Po-Chuan Hsieh
790c733651 - Update to 1.0.43
- Use USES=ssl

Changes:	https://github.com/jedisct1/pure-ftpd/releases
2016-11-19 17:03:17 +00:00
Alan Somers
59073b0f72 Make pure-ftpd flags configurable in /etc/rc.conf
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
2016-07-15 22:51:13 +00:00
John Marino
2e94d74398 security/libsodium: Upgrade version 1.0.8 => 1.0.10
Also bump all ports that depend on libsodium.

PR:		210999
Submitted by:	manu
Approved by:	vsevolod (maintainer)
2016-07-12 22:03:52 +00:00
Sunpoet Po-Chuan Hsieh
e1fca52a1f - Add LICENSE_FILE 2016-04-16 11:22:20 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Vsevolod Stakhov
7349ed49cd - Update libsodium to 1.0.8
- Bump revisions of all dependant ports

PR:		206482
Submitted by:	lev, w.schwarzenfeld@aon.at
2016-03-23 09:20:35 +00:00
Sunpoet Po-Chuan Hsieh
d4f92700f4 - Update to 1.0.42
Changes:	https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
2015-07-27 19:23:09 +00:00
Sunpoet Po-Chuan Hsieh
acfb8623ca - Update to 1.0.41
- Remove TLS_CERTFILE: it is added to pure-ftpd.conf and configurable at runtime

Changes:	https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
2015-06-28 09:45:16 +00:00
Sunpoet Po-Chuan Hsieh
51fa6bd2fd - Update to 1.0.40
Changes:	https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
2015-06-14 09:18:10 +00:00
Vsevolod Stakhov
89b79e70ec - Updated libsodium to 1.0.3 [1]
- Bump revision for dependent ports

PR:		200548 [1]
Submitted by:	rsimmons0 at gmail.com [1]
2015-06-13 16:14:54 +00:00
Sunpoet Po-Chuan Hsieh
5d51236715 - Update to 1.0.39
Changes:	https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
2015-06-01 19:37:23 +00:00
Sunpoet Po-Chuan Hsieh
19c8b34ffa - Update to 1.0.38
Changes:	https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
2015-05-24 18:55:45 +00:00
Sunpoet Po-Chuan Hsieh
e31d2e608a - Make USE_OPENSSL conditional
Submitted by:	koobs
2015-05-16 13:35:14 +00:00
Sunpoet Po-Chuan Hsieh
269fdc35fb - Cleanup CONFIGURE_ARGS: --localstatedir=/var was added by bsd.port.mk since r384380 2015-05-10 12:45:50 +00:00
Sunpoet Po-Chuan Hsieh
12575cdc90 - Use USE_OPENSSL
PR:		199732
Submitted by:	Philip Jocks <freebsdbugs@filis.org>
2015-05-03 19:40:34 +00:00
Sunpoet Po-Chuan Hsieh
73d0ba2737 - Use CPPFLAGS instead of CFLAGS 2015-05-02 17:12:23 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- 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)
2015-04-15 08:20:27 +00:00
Dmitry Marakasov
a1f9c93802 - Add CPE info
Approved by:	portmgr blanket
2015-04-13 19:19:41 +00:00
Sunpoet Po-Chuan Hsieh
0059af81ea - Update to 1.0.37
- 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
2015-03-11 18:34:27 +00:00
Sunpoet Po-Chuan Hsieh
d01e28a6f5 - Enable TLS option by default
- Allow to change location of pid files
- Bump PORTREVISION for package change
2015-03-08 19:38:18 +00:00
Chris Rees
1e94b6fb2f Switch to USES=pgsql 2014-11-22 19:13:49 +00:00
Tijl Coosemans
37f54e0f66 net/openldap24-*:
- 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)
2014-07-24 18:34:16 +00:00
Sunpoet Po-Chuan Hsieh
9e4fd3be1e - Fix rc script:
- 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
2014-04-02 19:19:11 +00:00
Sunpoet Po-Chuan Hsieh
a1a5ce5985 - Use USES=tar:bzip2 2014-04-01 14:42:34 +00:00
Sunpoet Po-Chuan Hsieh
214c9d2478 - Add pure-authd support in rc script [1][2]
- 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]
2014-03-31 14:12:42 +00:00
Sunpoet Po-Chuan Hsieh
12fdeaec2f - Add LICENSE
- 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
2013-11-30 20:03:06 +00:00
Sunpoet Po-Chuan Hsieh
3b4644a994 - Reword COMMENT: remove "very"
Suggested by:	eadler
2013-10-28 06:42:24 +00:00
Baptiste Daroussin
1640537ad6 Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) 2013-09-20 17:23:18 +00:00
Sunpoet Po-Chuan Hsieh
fa1716b118 - Remove leading indefinite article from COMMENT 2013-08-21 17:17:25 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Sunpoet Po-Chuan Hsieh
1e036c569a - Use CERTFILE for custom certificate location
PR:		ports/176614
Requested by:	Ilya Pizik <ilya.pizik@gmail.com>
2013-05-06 17:57:36 +00:00
Sunpoet Po-Chuan Hsieh
c7d56d5a45 - Fix shebang line for users without USE_PERL=yes
PR:		ports/177481
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>
2013-05-06 17:16:05 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Baptiste Daroussin
014fd9439f - Convert to new options framework
- Trim headers

PR:		ports/168922
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by:	maintainer timeout (6 month)
2012-12-29 22:28:01 +00:00
Doug Barton
9aac569eaa 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
2012-08-05 23:19:36 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32:06 +00:00
Sunpoet Po-Chuan Hsieh
3ca831a356 - Use bsd.port.options.mk for option handling
- Take maintainership
2012-05-07 05:01:12 +00:00
Baptiste Daroussin
158ae36611 - update to 1.0.36 2012-05-07 00:30:34 +00:00
Renato Botelho
bc39ff6941 Drop maintainership
Feature safe:	yes
2012-04-07 11:29:08 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Renato Botelho
a5593173d1 Update to 1.0.35 2011-12-28 15:37:11 +00:00
Renato Botelho
b9b8ed6335 Update to 1.0.34 2011-11-04 20:02:08 +00:00
Renato Botelho
94a8445d9b - Update to 1.0.32
PR:		ports/155386
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Security:	CVE-2011-1575
2011-05-10 13:50:23 +00:00
Renato Botelho
d73ee63356 Cleanup MASTER_SITES and since i'm here, remove MD5 2010-11-12 11:38:44 +00:00
Renato Botelho
ccdd511c28 - Remove BANNER option since it's gone
- Add 3 new OPTIONS, ANUNRENAME, ANUNRESUME and ANONDELETE to give more
  privileges to anonymous users
- Cump PORTREVISION since BANNER option was on by default

Submitted by:	Edho P Arief <edhoprima@gmail.com>
2010-07-12 11:02:05 +00:00