Renato Botelho
502fcf0fbd
- Add UPLOADSCRIPT support
...
PR: ports/85969
Submitted by: dawnshade <h-k@mail.ru>
Approved by: maintainer timeout (15 days)
2005-09-27 18:04:20 +00:00
Roman Bogorodskiy
8eda7d4171
Make pure-ftpd welcome message switchable when building.
...
PR: 78871
Submitted by: Xin LI <delphij@geekcn.org>
Approved by: maintainer timeout
2005-04-02 16:32:48 +00:00
Palle Girgensohn
34fa6c853e
Split the postgresql ports into a server and a client part.
...
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Sergei Kolobov
f4f5e832fc
- Teach the startup script to respect pureftpd_config in rc.conf
...
(fixes ports/71477)
PR: ports/72911
Submitted by: Frank Denis (author and maintainer)
2004-10-20 08:03:11 +00:00
Pav Lucistnik
ac9d016968
- Add separate PAM knob and new THROTTLING knob
...
PR: ports/68339
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer timeout (20 days)
2004-07-24 11:18:47 +00:00
Pav Lucistnik
88af4195a1
- Distfile rerolled, this is whole diff between old and new file:
...
diff -ruN old/pure-ftpd-1.0.20/src/bsd-getopt_long.c new/pure-ftpd-1.0.20/src/bsd-getopt_long.c
--- old/pure-ftpd-1.0.20/src/bsd-getopt_long.c Sat Jul 17 15:19:17 2004
+++ new/pure-ftpd-1.0.20/src/bsd-getopt_long.c Tue Jul 20 12:42:16 2004
@@ -466,16 +466,6 @@
fprintf(stderr, recargchar, optchar);
pure_optopt = optchar;
return BADARG;
- } else if (!(flags & FLAG_PERMUTE)) {
- /*
- * If permutation is disabled, we can accept an
- * optional arg separated by whitespace so long
- * as it does not start with a dash (-).
- */
- if (pure_optind + 1 < nargc && pure_optind + 1 > 0 &&
- *nargv[pure_optind + 1] != '-') {
- pure_optarg = nargv[++pure_optind];
- }
} else {
pure_optarg = nargv[pure_optind];
}
Reported by: sem
2004-07-21 21:44:10 +00:00
Pav Lucistnik
e88d4982c1
- Update to 1.0.20
...
Approved by: maintainer
2004-07-18 12:01:20 +00:00
Pav Lucistnik
f598e66bf4
- Fix crasher in pure-pw
...
PR: ports/69098
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: maintainer
2004-07-17 12:26:09 +00:00
Pav Lucistnik
aa40ce41b9
- Update to 1.0.19
...
- Use OPTIONS
- Convert rc script to rcNG
PR: ports/68240, ports/68289
Submitted by: Toni Viemero <toni.viemero@iki.fi>, Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: maintainer
2004-06-25 11:22:19 +00:00
Mathieu Arnold
4031a6967c
Remove databases/postgresql-client because there can't be a -server, and having
...
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
2004-05-25 09:19:42 +00:00
Edwin Groothuis
27a8a1b85a
Let pure-ftpd with postgresql support only depend on the client,
...
not on the whole server.
Informed maintainer.
2004-05-22 05:42:00 +00:00
Alex Dupre
28dc68a498
Update to 1.0.18 release.
...
Approved by: maintainer
2004-03-08 22:33:50 +00:00
Pav Lucistnik
02864323c6
- Add WITH_CERTFILE knob to allow setting alternative TLS certificate location
...
PR: ports/62626
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer timeout (15 days)
2004-02-28 21:24:03 +00:00
Sergei Kolobov
0e606648e3
- Update to 1.0.17a, the latest stable version
...
This version introduces atomic uploads for better reliability
While I'm here:
- minor cleanup: s/ECHO_CMD/ECHO_MSG/, use DOCSDIR/EXAMPLESDIR
PR: 59653
Submitted by: maintainer
2003-12-04 14:08:00 +00:00
Kirill Ponomarev
a87ea29154
- Update to version 1.0.16c
...
* Version 1.0.16b accidentally broke the PAM authentication
backend. This release fixes that issue.
PR: 58660
Submitted by: maintainer
2003-10-29 14:01:50 +00:00
Kirill Ponomarev
4cccfa3541
- Update to 1.0.16b
...
o Fix a cross-scripting issue with the HTML output of the
pure-ftpwho command
o '--with-largefile' has been added by default
o Also on 5-x the server now listens on IPv4 and IPv6 by default
PR: 58257
Submitted by: maintainer
2003-10-21 14:18:21 +00:00
Edwin Groothuis
598018c05a
[patch] ftp/pure-ftpd: Utilize USE_MYSQL and USE_OPENLDAP
...
Make pureftpd port utilize USE_MYSQL and USE_OPENLDAP macro.
Frank Denis is Cc'ed for notification and/or approval.
PR: ports/56247
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by: maintainer timeout
2003-10-06 12:50:26 +00:00
Jun Kuriyama
b67a28791a
Fix non-default dependency on openldap2[012] which is broken by splitting.
...
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
2003-08-15 00:49:31 +00:00
Kirill Ponomarev
6e6b5a18b4
- Update to 1.0.16a
...
PR: 55536
Submitted by: Frank Denis <j@pureftpd.org>
2003-08-13 10:42:47 +00:00
Yen-Ming Lee
b16e2cf61a
fix typo in start-up script
...
PR: 53592
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2003-06-22 18:22:29 +00:00
Oliver Lehmann
d599d49fcb
update pure-ftpd to 1.0.15 [0], add knobs for MySQL 4 and OpenLDAP 2.1 [0]
...
change where config files get installed from /etc to PREFIX/etc [1]
add a startscript for etc/rc.d [1]
PR: 46853 [1]
Requested by: maintainer [0]
Approved By: maintainer [0],[1]
2003-06-18 19:01:24 +00:00
Edwin Groothuis
e53dff475f
Point dependencies on net/openldap2 to net/openldap20
2003-02-24 02:56:37 +00:00
Akinori MUSHA
a8edaa568e
De-pkg-comment.
2003-02-21 12:06:51 +00:00
Ying-Chieh Liao
081f52f277
upgrade to 1.0.14
...
PR: 47727
Submitted by: maintainer
2003-02-11 03:45:24 +00:00
Sean Chittenden
d9927d40f8
Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.
...
This should be the last of the PostgreSQL updates and everything should
support the POSTGRESQL_PORT tunable.
Submitted by: kris/bento[1]
2003-01-18 22:50:06 +00:00
Patrick Li
0b34dc3c10
- Update to 1.0.13a
...
- Use ECHO_CMD and fix whitespaces while I am here.
PR: ports/45707
Submitted by: maintainer
Approved by: kris
2002-11-26 04:49:17 +00:00
Patrick Li
172402f158
Update to 1.0.13
...
PR: ports/45653
Submitted by: maintainer
2002-11-23 21:50:20 +00:00
Ying-Chieh Liao
2ce4e0097f
upgrade to 1.0.12
...
Submitted by: maintainer
2002-06-20 07:25:17 +00:00
Patrick Li
9412f3b785
Update to 1.0.11
...
PR: 36704
Submitted by: maintainer
2002-04-03 20:48:09 +00:00
Peter Pentchev
4d518fcd4d
Update to 1.0.10.
...
PR: 36062
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Approved by: maintainer
2002-03-19 11:11:32 +00:00
Patrick Li
9dcb38cb38
- Update to 1.0.9
...
- Sort pkg-plist
PR: 35238
Submitted by: maintainer
2002-02-23 17:54:14 +00:00
Patrick Li
6bbc5c2db1
Update to 1.0.8
...
PR: 34237
Submitted by: maintainer
2002-01-24 23:05:23 +00:00
Patrick Li
f5d5456b4b
Add missing entry to plist
2002-01-01 22:42:07 +00:00
Patrick Li
68ff13517e
Update to 1.0.7
...
PR: 33240
Submitted by: maintainer
2001-12-29 02:23:51 +00:00
Patrick Li
684ce6646c
Update to 1.0.6
...
PR: 33115
Submitted by: maintainer
2001-12-24 03:03:49 +00:00
Patrick Li
17d4b04288
Update to 1.0.5
...
PR: 32944
Submitted by: maintainer
2001-12-18 04:17:40 +00:00
Ying-Chieh Liao
8cfa7f67af
upgrade to 1.0.4
...
PR: 32650
Submitted by: maintainer
2001-12-13 10:07:22 +00:00
David W. Chapman Jr.
c374ff32b1
Update to 1.0.3
...
PR: 31675
Submitted by: maintainer
2001-11-23 06:18:16 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case
2001-11-20 23:29:38 +00:00
Peter Pentchev
eae9dc552c
Update to 1.0.1.
...
PR: 31675
Submitted by: maintainer
2001-11-01 08:48:24 +00:00
Peter Pentchev
114bde6e86
The distfile was rerolled because of a three-line hotfix.
...
Submitted by: author/maintainer
2001-10-26 09:12:30 +00:00
Peter Pentchev
a7b644eaac
Update to 1.0.0.
...
PR: 31503
Submitted by: maintainer
2001-10-26 07:32:00 +00:00
Pete Fritchman
c1139bebf2
- update to 0.99.9
...
- install a pure-ftpd poweredby.jpg image
- reword some user messages
PR: 31041
Submitted by: maintainer
2001-10-04 18:09:51 +00:00
Pete Fritchman
25165b91ee
- update to 0.99.2a
...
- fix some whitespace problems (at EOL and multiple lines of whitespace)
- install extra README
- update pkg-descr with new features
PR: 30643
Submitted by: maintainer
2001-10-03 15:41:09 +00:00
Peter Pentchev
8438895106
Update to 0.99.1b.
...
Make the --with-pam configure arg conditional: only compile with PAM
support if neither WITH_LDAP nor WITH_MYSQL is specified.
PR: 29995
Submitted by: author/maintainer
2001-08-23 17:18:23 +00:00
Peter Pentchev
a7b4c6f828
Update to 0.99.1.
...
PR: 29877
Submitted by: author/maintainer
2001-08-21 11:23:34 +00:00
Peter Pentchev
f526758ef6
Update to 0.99.
...
PR: 29260
Submitted by: maintainer
2001-08-07 15:57:08 +00:00
Peter Pentchev
5a46bda971
Update to 0.98.7.
...
Add sample PAM configuration files.
PR: 28275
Submitted by: maintainer
2001-07-15 08:33:04 +00:00
Peter Pentchev
7b414fa433
Update to 0.98.6, which fixes a bug with restored retrieves.
...
PR: 28140
Submitted by: author/maintainer
2001-06-14 17:18:16 +00:00
Peter Pentchev
6e4e5d7a5d
Update to 0.98.5. Also, install the contents of the contrib/ directory
...
under share/examples.
PR: 28118
Submitted by: maintainer
2001-06-13 18:26:53 +00:00