Hiroki Sato
6910758ae1
Add a patch to fix a serious bug which can break a ftp
...
connection under some circumstances.
Approved by: maintainer timeout (2 months)
Approved by: linimon (mentor)
2004-07-25 15:14:47 +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
Kirill Ponomarev
de62a04018
Update to 1.0.2
...
PR: ports/69343
Submitted by: maintainer
2004-07-21 12:48:22 +00:00
Edwin Groothuis
b792ecdd80
Rename patch to a proper name.
2004-07-21 11:54:06 +00:00
David E. O'Brien
8543ef3d3a
Figure out what the vendor typo really was suppose to be.
...
Submitted by: sumikawa
2004-07-20 09:22:54 +00:00
David E. O'Brien
cf34c999bf
Update to 3.1.8.
...
Among other things, 'ps' won't show user, password, account options.
2004-07-20 08:48:11 +00:00
Alex Dupre
66e5d13fc7
Add a new shared extension for PHP.
2004-07-19 09:10:26 +00:00
Alex Dupre
b60f338503
Add a new shared extension for PHP.
2004-07-19 09:08:46 +00:00
Alex Dupre
9a1cd992e7
Add a new shared extension for PHP.
2004-07-19 08:06:21 +00:00
Alex Dupre
bb0c27bd52
Add a new shared extension for PHP.
2004-07-19 08:04:47 +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
Markus Brueffer
5dd0d37d89
Update to version 0.4
2004-07-13 22:53:11 +00:00
Edwin Groothuis
1c7c454350
MEDIC! We have a mortally wounded distfile here!
...
(it's a sad thing if you can't even do "cvs delete" in your ports
directory without loosing all kinds of important files)
Noticed by: eik
2004-07-10 12:11:28 +00:00
Edwin Groothuis
95daff2cd2
Distfile has been rerolled with fix initialy found in files/patch-src::ftp.c
...
Noticed by: kris / pointyhat
2004-07-10 11:43:30 +00:00
Joe Marcus Clarke
9e5632dd66
Apply a big libtool patch to allow porters to use the libtool installed by
...
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
2004-07-09 17:43:11 +00:00
Edwin Groothuis
de65b31a3d
Update ftp/wput to version 0.4 (with smarter upload options)
...
PR: ports/68684
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: ChiP <chip-set@mail.ru>
2004-07-08 08:02:10 +00:00
Sergey Matveychuk
067ca0c478
Change email address for my ports.
...
Approved by: krion (mentor)
2004-07-07 19:20:02 +00:00
Dirk Meyer
bba4537aaf
- update to 2.0.1
...
see ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.0.1/Changelog
- new option WITH_VSFTPD_SSL
- honor CC, LDFLAGS
2004-07-06 20:28:39 +00:00
Pav Lucistnik
18407462af
- Update to 0.93.3
...
- Pass maintainership to submitter
PR: ports/68713
Submitted by: Jason Harris <jharris@widomaker.com>
2004-07-06 15:23:58 +00:00
Kirill Ponomarev
2a19b5a70b
Support CFLAGS properly
...
Support WITHOUT_NLS
PR: ports/68630
Submitted by: Ports Fury
2004-07-03 15:39:51 +00:00
Christian Weisgerber
950f06a04d
Fix buffer overflow.
...
Submitted by: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
2004-07-02 22:26:44 +00:00
Pav Lucistnik
2cd3ae76f0
- Update to 0.3.3
...
PR: ports/68562
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-07-01 23:38:36 +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
Pav Lucistnik
f5c1ab781a
- Add rc script
...
- Expand variables in pkg-message
- Move users.sample to better place
PR: ports/68164
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-06-22 19:18:41 +00:00
Ying-Chieh Liao
b75559f565
add kpum 0.5.2.1
...
KDE pureftpd user manager
2004-06-21 01:46:31 +00:00
Kirill Ponomarev
52f3f65f41
Update to version 3.0.6
...
PR: ports/68044
Submitted by: maintainer
2004-06-17 14:23:36 +00:00
Pav Lucistnik
8ca61fd2f7
- Update to 0.8.1
...
PR: ports/67422
Submitted by: Brad Davis <so14k@so14k.com>
Approved by: maintainer timeout (16 days)
2004-06-16 19:05:59 +00:00
Volker Stolz
62f973a1a8
Update master-site.
...
PR: ports/66702
Submitted by: Roman Neuhauser
Approved by: maintainer silence
2004-06-14 08:22:27 +00:00
Hye-Shik Chang
9d83d6125a
Update to 7.12
...
Requested by: David Thiel <lx@redundancy.redundancy.org>
2004-06-14 07:22:24 +00:00
Tilman Keskinoz
23ca8e83a6
Fix build with gcc34
2004-06-12 21:29:02 +00:00
Clement Laforet
cd87cb41b4
- Add RCng startup script
2004-06-11 21:42:16 +00:00
Andrey A. Chernov
f041b298aa
Increase args size for big listings
...
PR: 44019
Submitted by: Cejka Rudolf <cejkar@fit.vutbr.cz>
2004-06-10 02:17:34 +00:00
Kris Kennaway
6791c34b48
BROKEN: Does not build with new curl library
2004-06-09 03:26:22 +00:00
Munechika SUMIKAWA
a602ac176d
Whitespace cleanup.
...
Submitted by: trevor
2004-06-08 13:42:37 +00:00
Volker Stolz
2a2dc88dbd
Update to 0.21
...
PR: ports/67680
Submitted by: Radim Kolar
2004-06-08 11:36:47 +00:00
Markus Brueffer
35ac76329d
Don't use Makefile.kde anymore
2004-06-06 01:35:04 +00:00
Markus Brueffer
1812ad0a8e
- Don't use Makefile.kde anymore
...
- Add patch to work around a problem with transfers not starting properly
in the default install
2004-06-06 01:27:57 +00:00
Peter Pentchev
64b64d5ff7
Update ftp/curl to 7.12.0 and bump the shared library version in all
...
dependent ports.
2004-06-03 22:41:40 +00:00
Erwin Lansing
8d9296b221
Update MASTER_SITES
...
PR: 67535
Submitted by: maintainer
2004-06-03 15:35:10 +00:00
Kirill Ponomarev
58523e48d4
- Update to version 3.0.5
...
PR: ports/67528
Submitted by: maintainer
2004-06-03 14:10:50 +00:00
Anders Nordby
5a26fbd255
Update to snapshot 20030719.
...
Adds support for ACCT amongst other things.
2004-06-03 10:03:58 +00:00
Pav Lucistnik
8d4a2cae03
- Fix handling of files with '$' sign in name
...
PR: ports/67445
Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru>
Approved by: maintainer
2004-06-01 14:28:36 +00:00
Kris Kennaway
20be5cfdf4
Add missing directory
2004-05-31 08:30:50 +00:00
Kirill Ponomarev
70e59b963a
- Remove obsolete MASTER_SITES
...
PR: ports/67362
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
2004-05-30 06:22:58 +00:00
Kirill Ponomarev
d854d3ad2b
- Remove superfluous USE_GETTEXT dependency
...
Submitted by: Victor Sudakov <vas at mpeks dot tomsk dot su>
2004-05-29 13:29:50 +00:00
Kirill Ponomarev
f21390c01d
- Update to version 1.1
...
PR: ports/67289
Submitted by: Ports Fury
2004-05-28 18:34:03 +00:00
Kirill Ponomarev
692323b99c
- Remove empty file
...
- Utilize WITHOUT_NLS
2004-05-28 14:18:38 +00:00
Anders Nordby
dbb1f41a49
Update to 3.0.4.
...
Submitted by: maintainer
2004-05-28 12:56:00 +00:00