Sergey Matveychuk
579a717755
The tarball was rerolled by author.
...
Only docs was changed, no source.
Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2004-08-15 18:30:08 +00:00
Tilman Keskinoz
d2d9f64a68
Fix build with gcc 3.4
...
Reported by: pointyhat
Mark IGNORE on amd64, crahes on startup.
Probably broken on other 64bit archs too, because of a lot of LP64-warnings.
2004-08-14 09:48:27 +00:00
Tom Rhodes
0cec75bf47
Update to 0.13.5.
...
Submitted by: Robert Nagy <robert@openbsd.org>
2004-08-13 21:35:01 +00:00
Kirill Ponomarev
de72cb0969
Update to version 0.6.7
...
PR: ports/70420
Submitted by: maintainer
2004-08-13 16:52:19 +00:00
Sergey Matveychuk
617b689581
Update to 0.7.15
2004-08-13 07:05:34 +00:00
Tilman Keskinoz
ec83f9d228
Fix build with gcc 3.4
...
PR: 70202
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
2004-08-10 16:19:01 +00:00
Peter Pentchev
9e4111b530
Fix curlpp-config --cflags
.
2004-08-10 14:57:51 +00:00
Peter Pentchev
df4007e8c3
Update curlpp to version 0.3.1, which not only lets it build with
...
the new gcc in -CURRENT, but also makes a giant leap forward WRT
example programs: they actually run instead of dumping core now!
2004-08-10 14:29:30 +00:00
Peter Pentchev
8348162986
Update to 7.12.1, which is mainly an important bugfix release, but also
...
contains some new functionality.
2004-08-10 13:32:51 +00:00
Thierry Thomas
75236c0e70
Add ocaml-ocurl 0.2.0, an interface for OCaml to the curl lib.
...
PR: 70085
Submitted by: Marwan BURELLE
2004-08-08 19:20:32 +00:00
Kirill Ponomarev
d95ad67c3f
Update to version 2.5.0
...
PR: ports/70164
Submitted by: Ports Fury
2004-08-08 17:05:46 +00:00
Michael Haro
42cb38055f
update to 1.2.10rc3
2004-08-08 00:06:27 +00:00
Kirill Ponomarev
1494cd174a
Fix build with gcc-3.4
...
PR: ports/70131
Submitted by: maintainer
2004-08-07 19:22:52 +00:00
David E. O'Brien
e332abceba
Update IPv6 patch after the tarball was rerolled.
2004-07-28 18:11:20 +00:00
David E. O'Brien
8ed35ad2bd
The distfile was rerolled to fix a Linux nit.
2004-07-28 15:49:32 +00:00
Oliver Eikemeier
78990752ba
Fix < http://www.freebsd.org/ports/portaudit/f67ea071-dfb8-11d8-9b0a-000347a4fa7d.html >
...
Obtained from: gentoo cvs
2004-07-27 10:55:27 +00:00
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