Commit graph

1466 commits

Author SHA1 Message Date
Clement Laforet
a7572876c0 - Respect CFLAGS and PTHREAD_LIBS
PR:             61530
Submitted by:   Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
Approved by:    erwin (mentor) (implicitly)
2004-01-18 15:25:46 +00:00
Edwin Groothuis
0c1d97241b [Approved] new port: ftp/wget-devel
devel/wget starts to lag behind the releases of wget.
	At least with a development version we are able to figure
	out when it is stable enough to ftp/wget updated.

Add CONFLICTS to ftp/wget/Makefile

PR:		ports/61155
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2004-01-17 09:34:15 +00:00
Kirill Ponomarev
cc159d5af8 - Add USE_AUTOCONF_VER=253
PR:		61223
Submitted by:	Nosov Artem <chip-set@mail.ru> (maintainer)
2004-01-12 09:13:52 +00:00
Kirill Ponomarev
1bc9c43ec8 - Data transfere may be aborted now with the next message,
because the EINTR error isn't handled: "426 Data connection:
  Interrupted system call".

PR:		61221
Submitted by:	maintainer
2004-01-11 23:03:43 +00:00
Edwin Groothuis
2e497a651d ProFTPd port does not install docs for optional modules
The ftp/proftpd port creates /usr/local/share/doc/proftpd and
	installs the two HTML files from ProFTPd's docs directory
	into it.  But it doesn't copy the html files from the contrib
	directory which describe the optional modules (mod_tls,
	mod_radius, etc.) and their configuration options.

Also moved the portdocs to the PORTDOCS environment variable.

PR:		ports/56511
Submitted by:	Pat Lashley <patl+freebsd@volant.org>
Reviewed by:	maintainer timeout
2004-01-11 11:54:29 +00:00
David E. O'Brien
e2690c12ba Add IPv6 support via the Kame 317-v6-20040108b patch. 2004-01-09 16:29:02 +00:00
David E. O'Brien
354438e396 Add IPv6 support via the Kame 317-v6-20040108b patch. 2004-01-08 17:11:30 +00:00
David E. O'Brien
896b32cc70 Update to 3.1.7.
This fixes memory leaks and other serious bugs in 3.1.6.
2004-01-07 19:28:31 +00:00
Pete Fritchman
38d5bbd497 - update to 1.119
- we now depend on Perl 5.6.1
2004-01-07 02:55:37 +00:00
Kirill Ponomarev
03c137d6f8 Add cmdftp 0.7.2,
cmdftp is a command line FTP client for Unix systems that
features shell-like functions, passive mode, local and remote
transparent modes, broken connection resumption, multiple and
recursive file transfers, auto-login, and more.

PR:		60759
Submitted by:	Andreas Fehlner <fehlner@gmx.de>
2004-01-06 17:16:54 +00:00
David E. O'Brien
c1d5a3efd7 Upgrade to version 3.1.6. 2004-01-05 08:03:05 +00:00
Alexander Leidinger
16f88ddba9 Replace "/etc/nologin" with "/var/run/nologin" in manpage to reflect
reality.

Submitted by:	maintainer
2004-01-04 13:56:20 +00:00
Edwin Groothuis
00e6d7e1d4 New port: ftp/proma
ProMA is a PHP4 based system for administrating a ProFTPd
	server storing users in a MySQL database.

PR:		ports/55924
Submitted by:	HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
2004-01-03 07:39:41 +00:00
Edwin Groothuis
f6a904c04f New port: ftp/tnftpd (obsoletes ftp/lukemftpd)
tnftpd (formerly known as lukemftpd) is a port of the
	enhanced NetBSD ftp server to other systems

PR:		ports/55229
Submitted by:	Alex Vasylenko <lxv@send-pr.sink.omut.org>
2004-01-03 07:28:00 +00:00
Dirk Meyer
27408de52d - Fix path to config files in manpages
- search all config files in ${PREFIX}/etc/
2003-12-28 20:14:32 +00:00
Edwin Groothuis
6901172156 add patch files which do have RCS tags in it.
PR:		ports/60164
2003-12-28 10:43:57 +00:00
Edwin Groothuis
0a5ec7a9b8 New Port: quftp-1.0.7
New port for quftp, a scriptable ftp client.

PR:		ports/60164
Submitted by:	Frank J. Laszlo <laszlof@vonostingroup.com>
2003-12-28 10:42:48 +00:00
Pav Lucistnik
91d68ec0ae - Update to 2.6.11
PR:		ports/60592
Submitted by:	Dmitry A. Yanko <fm@code.org.ua> (maintainer)
2003-12-26 15:53:35 +00:00
Pav Lucistnik
a0984ccfa8 - Update MASTER_SITES.
PR:		ports/60530
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
2003-12-25 17:56:48 +00:00
Sergei Kolobov
8cda227f0c - Unbreak build by depending on newly-added security/cvm port
- Cosmetic fixes for consistency with other untroubled.org ports
2003-12-24 13:57:06 +00:00
Pete Fritchman
5ed2fa7987 - make the p5-IO dependency conditional on the Perl version
- don't change the in-place pkg-message; generate a temporary one
  in ${WRKDIR}
- fix install of scripts to ${PREFIX}/sbin
- use EXAMPLSDIR and DOCSDIR
- fix pkg-plist rmdir ... 2>/dev/null's to always return true
- bump PORTREVISION

PR:		59083
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-12-21 01:30:44 +00:00
Sergei Kolobov
d1a02bc3c7 Add wzdftpd 0.1, modular FTP server configurable online
using SITE commands.

wzdftpd is a FTP server designed to be modular,
work under linux/win32/freebsd/openbsd,
and to be entirely configurable online using SITE commands.

wzdftpd offers the following features:
- Simple configuration file, supporting inclusions
- Online administration, using SITE commands
- Backends to store users/groups in different structures
- Modules: internal, using shared librairies, or external
  (scripts/applications)
- Users are virtual: you do not need to create users in system
- SSL/TLS support
- Server is designed to run as a non-privileged user to enforce security
- Server can detect ip changes (dynamic ips)
- Cross devices operations (copy/move) (though can be slow)
- Logging support (compatible with the wu-ftpd standard)
- Designed for high performance: coded with C, multithreaded

WWW:	http://www.wzdftpd.net/

PR:		59873
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2003-12-18 16:31:09 +00:00
Michael Haro
c0f02944f2 Update mastersites and portlint 2003-12-17 03:51:50 +00:00
Ying-Chieh Liao
5deb0f972a add dmachine 0.19
A non interactive, non graphical, batch download manager
2003-12-15 07:47:03 +00:00
Peter Pentchev
e317cb982e Update to 7.10.8 and remove the BROKEN mark for 64-bit arches.
PR:		60105
Submitted by:	ijliao
2003-12-13 08:32:10 +00:00
Dirk Meyer
21fe2fbe7e - get rid of all perl stuff
- USE_REINPLACE
2003-12-12 19:17:17 +00:00
Jacques Vidrine
269805f421 A buffer overflow exists in lftp <= 2.6.9 which may be triggered when
requesting a directory listing from a malicious server over HTTP.
From the `NEWS' file:
 * security fixes in html parsing code
2003-12-12 16:48:47 +00:00
Kirill Ponomarev
ae599a126a - Update to 2.6.9
PR:		60057
Submitted by:	maintainer
2003-12-09 08:34:19 +00:00
Kirill Ponomarev
6dc7671734 Add wput 0.3.6,
wput is a tiny program that looks like wget and does as the
name suggests exactly the opposite: it uploads files or
recursivly whole directories to a ftp-server and supports
resuming.

PR:		60032
Submitted by:	Nosov Artem <chip-set@mail.ru>
2003-12-08 10:13:10 +00:00
Kirill Ponomarev
d6e9f3069f - Update to version 1.13
PR:		60008
Submitted by:	Ports Fury
2003-12-07 15:55:57 +00:00
FUJISHIMA Satsuki
bd1aa50928 use local backup for disappeared debian patch. 2003-12-07 04:48:34 +00:00
Ying-Chieh Liao
c6609ee04f add curlpp 0.3.0
A C++ wrapper for libcurl

PR:		59891
2003-12-05 01:01:58 +00:00
Kirill Ponomarev
b8fbaf37a1 - Update to version 1.0.0
PR:		59761
Submitted by:	maintainer
2003-12-04 15:04:26 +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
Dirk Meyer
a36b0bc354 - Fix output of time_t for 64bit
PR:		59546
Submitted by:	matthias.andree@gmx.de
2003-11-21 15:10:13 +00:00
Tilman Keskinoz
982257a820 Respect CFLAGS, should fix build on alpha 2003-11-21 12:31:04 +00:00
Sergei Kolobov
00b3ef18a3 - Update to 0.4.3
- Use PYTHON_SITELIBDIR and DATADIR in pkg-plist
- Respect PREFIX

PR:		59142
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-11-20 22:38:31 +00:00
Oliver Eikemeier
e3c2232e45 Reset unreachable MAINTAINERs to ports@FreeBSD.org
PR:		59109
Approved by:	marcus (mentor)
2003-11-19 19:28:40 +00:00
Kirill Ponomarev
224cdff72d - unbreak on 5.x
- respect PTHREAD_LIBS and CFLAGS
- use REINPLACE_CMD instead of PERL
- remove obsolete replacement

PR:		58226
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de>
Approved by:	maintainer timeout
2003-11-19 11:17:41 +00:00
Jun Kuriyama
d6f4300832 Upgrade to 4.0.
PR:		ports/59373
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-11-18 03:33:03 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Trevor Johnson
e99ceadaf6 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 14:45:08 +00:00
Dirk Meyer
fc4d5bfbbc - update to 1.2.1 2003-11-13 04:27:55 +00:00
Oliver Lehmann
38b0331bd1 update gftp to 2.0.16 2003-11-10 18:03:08 +00:00
Hye-Shik Chang
dedf2cccc2 Update to 7.10.8 2003-11-10 12:35:06 +00:00
Ying-Chieh Liao
24f8ff98aa add rexx-curl 1.1
An external function package providing an interface to the cURL package
2003-11-10 01:02:43 +00:00
Kris Kennaway
5e16082e89 As announced on Aug 7, remove the forbidden moxftp port. 2003-11-08 06:07:39 +00:00
Michael Haro
45ffb9a9c1 58774 Andrew J. Caines <A.J.Caines@halplant.com>
upgrade to 1.2.9

58415 Melvyn Sopacua <mdev@idg.nl>
add WITH_OPENSSL

57385 Martin Matuska <martin@tradex.sk>
adds rc_subr support

54783 Bruce M Simpson <bms@spc.org>
Ability to support multiple versions MYSQL and LDAP using the WITH_*
variables.
I ended up using the stuff provided in bsd.port.mk with his patches
2003-11-03 19:40:38 +00:00
Kris Kennaway
2b5073cca4 Reset maintainer on ports maintained by the following non-ports committers,
who did not respond to my email confirming whether they have an active
interest in maintaining the port:

  sue reg rv jmb dima reg horikawa msmith jhs ue
2003-11-03 01:30:43 +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
Pete Fritchman
d87343a746 Update to 1.118. 2003-10-27 02:28:59 +00:00
FUJISHIMA Satsuki
a5cce58ef7 update debian patch to 12. 2003-10-25 00:34:11 +00:00
Erwin Lansing
6950bbfd5b Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
2003-10-24 14:15:32 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Erwin Lansing
386f40a6b5 Change MASTER_SITES to fix fetch
PR:		58486
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-10-24 11:58:17 +00:00
Sergei Kolobov
f585a48b46 (maintainer timeout since 2003-06-15)
- Use native installer
- Install documentation
- Remove unneeded USE_REINPLACE
- Bump PORTREVISION

PR:		52909
Approved by:	krion (implicit)
2003-10-24 11:10:25 +00:00
Kirill Ponomarev
9ee88b416a - Fix build on -current
PR:		58200
Submitted by:	maintainer
2003-10-21 14:43:28 +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
Mark Linimon
88ac321cb9 Mark as broken: master site disappeared a year ago, does not work on
non-i386; abandonware.
2003-10-20 11:26:28 +00:00
Dirk Meyer
b58edcff29 - remove COPYING 2003-10-19 19:21:10 +00:00
Kris Kennaway
2d3434d965 Respect CC and CFLAGS 2003-10-19 09:25:58 +00:00
Yoichi NAKAYAMA
1478bfc292 Add virtual category elisp.
Submitted by:	 Mark Linimon <linimon@lonesome.com>
2003-10-19 03:35:04 +00:00
David E. O'Brien
bb2a2d08c4 Update to the Kame v6-20030207 patch. 2003-10-17 00:34:16 +00:00
Kirill Ponomarev
00d25adbb0 - Update to 2.6.8
PR:		58124
Submitted by:	maintainer
2003-10-16 19:31:17 +00:00
FUJISHIMA Satsuki
a271734bc5 add a knob to make locale support optional.
note a (not) update plan.
2003-10-16 19:08:44 +00:00
Munechika SUMIKAWA
b2dbb10942 Upgrade to 2.7.3.
PR:		ports/57989
Submitted by:	Dan Larsson <ports@tyfon.net>
2003-10-14 12:23:36 +00:00
Jun Kuriyama
53f44ef663 Upgrade to 3.8.
PR:		ports/57849
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-14 07:34:03 +00:00
Munechika SUMIKAWA
b92af40b22 Upgrade to 57907.
PR:		ports/57907
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
2003-10-13 09:30:23 +00:00
Kris Kennaway
c2b0bb508d BROKEN: Does not fetch 2003-10-12 22:31:49 +00:00
Dirk Meyer
7da1ac3184 - use DOCSDIR 2003-10-12 11:03:50 +00:00
Alexander Leidinger
bd23c37d10 Update to 20031008. This fixes a bug in the autoconfigure part which
actually didn't have a negative impact on building ftp-tls.
If you're using an older version of this port there's no need to update.

Submitted by:	maintainer
2003-10-09 08:47:43 +00:00
Alexander Leidinger
790da97646 Update to 20031008. This fixes a bug where ftpd-tls would log bogus file
sizes for transfered files. On other operating systems (e.g. GNU/Linux) it
was even more severe as it also affected the file sizes ftpd-tls announced
in advent of a file transfer.

Submitted by:	maintainer
2003-10-09 08:46:46 +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
Yen-Ming Lee
85c9a5f72d Update to 0.6.5
PR:		57633
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2003-10-06 06:45:12 +00:00
Edwin Groothuis
07f1d50cbc Chase up new MASTER_SITE_SAVANNAH.
PR:		ports/56970
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-10-03 11:04:59 +00:00
Kirill Ponomarev
fbcfd1d1ae - Update to 0.7.11
o Fixed running from inetd which was broken by the
  0.7.8-->0.7.9 changes

PR:		57370
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2003-09-29 20:09:56 +00:00
Edwin Groothuis
34171d18e7 - ECHO -> ECHO_MSG
for some ports:
- pre-fetch -> pre-everything

PR:		ports/56785-56799
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:45:43 +00:00
Munechika SUMIKAWA
970bf58c32 Upgrade KAME IPv6 patch which include DOS-attack prevention patch.
Add -- to tar args to stop hacking with "-"-started files in ftpconversions.
2003-09-25 15:53:53 +00:00
Alexander Leidinger
6c215008b1 - Update to 20030924. If you're running 20030520 there is no need to
update, the only change is that it now incorporates two patches
  previously part of this port.
- Fix PLIST, the sample start-up script was missing.

Submitted by:	maintainer
2003-09-25 11:34:39 +00:00
Kirill Ponomarev
964692a87d - Update to version 2.6.7
PR:		56921
Submitted by:	maintainer
2003-09-24 09:40:30 +00:00
Kirill Ponomarev
b20d1c4deb - Update to version 0.7.10
PR:		56762
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2003-09-24 09:29:46 +00:00
Michael Haro
812b398493 Update to fix vulnerability in proftpd
Submitted by:	osa
Approved by:	portmgr (marcus)
2003-09-23 18:42:43 +00:00
Andrey A. Chernov
4a2939c535 Integrate official DOS-attack prevention patch
Add -- to tar args to stop hacking with "-"-started files in ftpconversions

Approved by: security-officer ('--' fix), portmgr
2003-09-23 16:58:10 +00:00
Jacques Vidrine
3afccea6c1 Mark FORBIDDEN due to remotely exploitable vulnerability.
http://xforce.iss.net/xforce/alerts/id/154
2003-09-23 15:34:38 +00:00
Erwin Lansing
6b470bae86 Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.

Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.

Approved by:	portmgr (marcus)
2003-09-16 05:43:52 +00:00
Alexander Leidinger
bf3a028ff1 Increment PORTREVISION because of changed plist, forgotten in last commit. 2003-09-10 08:17:17 +00:00
Alexander Leidinger
44501389e3 - Fix some minor nits in the patched manual page.
- Install PORTDOCS (unless NOPORTDOCS is specified).

This changes where made to bring this port in line with the newly added
ftp/ftpd-tls port.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
2003-09-10 08:14:24 +00:00
Alexander Leidinger
2848c498d2 Add ftpd-tls, a FTP AUTH TLS aware ftp server. This is the counterpart
to ftp/ftp-tls and also written by Peter Runestig.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
2003-09-10 08:11:48 +00:00
Peter Pentchev
f90ffe59a0 Mark BROKEN on 64-bit arches (1).
De-quote the COMMENT variable.
Fix a typo in a comment.

Reported by:	naddy (1)
2003-09-10 07:02:52 +00:00
Yen-Ming Lee
4181ca7335 update to 0.6.3
PR:		56508
Submitted by:	Nick Leuta <skynick@mail.sc.ru>
2003-09-06 00:14:11 +00:00
Kirill Ponomarev
3412df0204 - Fix build
PR:		56433
Submitted by:	Ports Fury
2003-09-04 14:28:53 +00:00
Kirill Ponomarev
24c64626ef - Update MASTER_SITES and WWW: line
PR:		56319
Submitted by:	Ports Fury
2003-09-02 18:34:55 +00:00
Peter Pentchev
c399aef92c Update to curl-7.10.7; the added patch is needed to actually get
the test suite going :)
2003-09-02 13:07:00 +00:00
Yen-Ming Lee
375deb8ef5 chksum update since ftplocate-2.02.tar.gz has been changed on source site
PR:		56283
Submitted by:	Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
2003-09-01 21:55:33 +00:00
Peter Pentchev
70102cf5d0 Use bsd.port.mk's OpenSSL support.
Submitted by:	dinoex
2003-09-01 08:47:18 +00:00
Dirk Meyer
be9b615869 - don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
2003-09-01 03:02:15 +00:00
Kirill Ponomarev
6f87fbfd33 - Fix build package
- Use DOCSDIR macro
- Bump PORTREVISION

Reported by:	kris via bento
2003-08-31 22:13:21 +00:00
Oliver Lehmann
b6240a51c3 update gftp to 2.0.15 2003-08-31 17:50:56 +00:00
Dirk Meyer
57c03b88a9 - use hook for bsd.openssl.mk 2003-08-29 19:52:59 +00:00
Yen-Ming Lee
591f3672b8 Port update for ftplocate-2.02
PR:		56088
Submitted by:	Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
2003-08-29 03:31:36 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Kirill Ponomarev
850fb034f6 - Utilize DOCSDIR
- ${ECHO} -> ${ECHO_MSG}
- make portlint hapy: change spaces with tabs, change ${file}
  with ${f}

PR:		55905
Submitted by:	maintainer
2003-08-23 21:40:19 +00:00
Alexander Leidinger
e25abd68aa Update to 20030805.
Submitted by:	maintainer
2003-08-21 13:47:45 +00:00
Tilman Keskinoz
b209b0fc3f Unbreak on CURRENT
Submitted by:	maintainer
2003-08-19 14:27:48 +00:00
FUJISHIMA Satsuki
ccee629f3b utilize INFO. 2003-08-17 18:59:44 +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
Joe Marcus Clarke
37356c960c Remove this ports as part of phase II of the GNOME 1.4 desktop removal. 2003-08-12 15:17:08 +00:00
Oliver Lehmann
0079714ffa update to 2.0.15.rc2 which fixes several bugs introduced by rc1 2003-08-08 13:27:51 +00:00
Tilman Keskinoz
6fadec84a9 Unbreak under gcc 3.3
PR:		55235
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-08-06 20:28:30 +00:00
Kris Kennaway
138f2ad7ff Switch to MASTER_SITE_DEBIAN_POOL
PR:		ports/50572
Submitted by:	Alex Semenyaka <alexs@ratmir.ru>
2003-08-04 10:47:28 +00:00
Kirill Ponomarev
03fa6ec731 Fix build on -current
Submitted by:	kris via bento
Approved by:	fjoe (mentor) (implicit)
2003-08-01 09:03:37 +00:00
Kirill Ponomarev
bb2b74c6c1 Fix build on -current
PR:		55139
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-08-01 08:08:14 +00:00
Jun Kuriyama
690005375e Improve dir() function. 2003-08-01 06:53:42 +00:00
Kirill Ponomarev
47fd1c0b36 Update to 0.6.4
* Fix HTML output of ftpls
* Change maintainer address (same maintainer, different mail
  address)
* Install HTML documents about ftpcopy and ftpls.

PR:		55120
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-07-31 19:40:29 +00:00
Daniel Harris
beff7f49ae Address CAN-2003-0466.
Submitted/approved by:	security-officer
2003-07-31 16:07:05 +00:00
Kris Kennaway
640fb28cf7 Consolidate NO_CDROM and NO_PACKAGE into RESTRICTED, and mark BROKEN on
5.x (does not compile)
2003-07-30 21:58:37 +00:00
Christian Weisgerber
2934d4ceb2 Release maintainership of ports due to personal technical difficulties.
Submitted by:	Serge Gagnon
2003-07-30 20:18:51 +00:00
Daichi GOTO
f4ef5a2dc8 update ftp/lukemftpd: drop maintainer ship
PR:		48388
Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz>
Apporved by:	maintainer (timeout)
2003-07-30 06:06:05 +00:00
Tilman Keskinoz
66a6aff388 Pass Maintainership to Markus Brueffer. 2003-07-29 14:53:29 +00:00
Oliver Lehmann
a8fe5a4a51 until it's fixed by the author, add a patch to fix transfering a whole
directory (gftp adds wrongly a trailing / to each file and directory which
ends in a 550 error)
2003-07-27 01:23:57 +00:00
Hye-Shik Chang
6a34ed389f Update to 7.10.5 2003-07-25 01:25:38 +00:00
Oliver Lehmann
5e8561125c update gftp to 2.0.15.rc1 2003-07-24 17:53:02 +00:00
Oliver Lehmann
73dd863906 Assign MAINTAINER to Serge Gagnon <gagnon__s@videotron.ca>
fix lex.c
add a missed dependency

PR:		ports/50967
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
2003-07-23 18:11:10 +00:00
Anders Nordby
97e800949f Assume maintainership.
Remove WWW URL, there is no web site for omi currently.
2003-07-22 22:28:21 +00:00
Oliver Lehmann
aace8a3a91 sync MASTER_SITES 2003-07-21 18:45:09 +00:00
Tilman Keskinoz
652c05f384 Fix build on 5.x
Submitted by:	Markus Brueffer
2003-07-18 14:47:44 +00:00
Tilman Keskinoz
dc854cba53 Update to 3.0.a.1 2003-07-18 11:38:51 +00:00
FUJISHIMA Satsuki
b185046be2 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00
Kris Kennaway
e7864b594d Drop maintainership 2003-07-12 10:37:02 +00:00
Oliver Lehmann
6634c7247c Add tftp-hpa 0.34, "An advanced tftp server".
PR:		47156
Submitted by:	Brooks Davis <brooks@freebsd.org>
2003-07-06 09:23:09 +00:00
Joe Marcus Clarke
b213c0c4e1 Generate plist either statically or before do-install phase for
compatibility with upcoming bsd.port.mk patches.

Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-07-05 19:01:41 +00:00
Andrey A. Chernov
e3b1ba48ce Drop maintainership 2003-07-05 12:59:21 +00:00
Daichi GOTO
25123c85f1 fix: ftp/jigdo
no build on 4.x-stable alpha machine

Pointed out by:		bento via kris
2003-06-27 07:22:05 +00:00
Kris Kennaway
fba1db00a5 Correct a string buffer size from 4069 to 4096.
Obtained from:	 OpenBSD
2003-06-27 03:44:48 +00:00
Daichi GOTO
6a73ce4a3d update ftp/frox: 0.7.7 --> 0.7.8
PR:		53735
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2003-06-26 14:01:02 +00:00
Christian Weisgerber
d5bc992ba6 Fix build on -STABLE.
Closes

PR:		53220
2003-06-25 17:17:08 +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 Braun
efea2eb0ef * Upgrade to 2.6.6.
* Change maintainers email address.

PR:		ports/53485
Submitted by:	maintainer
2003-06-19 10:30:15 +00:00
Daichi GOTO
70f49dc675 ftp/jigdo update 0.6.8 --> 0.7.0
PR:		52570
Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer)
2003-06-19 06:24:16 +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
Kris Kennaway
bc7de3495f Fix LP64 bugs and bump PORTREVISION. This still detects the bogus
gethostbyaddr_r() "implementation" in libc, which may be causing problems
in certain cases.
2003-06-16 02:50:28 +00:00
Mario Sergio Fujikawa Ferreira
3a18feadf1 o Update to reflect recent change in location of header files
installed by devel/bglibs port
o No functional changes

PR:		52909
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-06-15 18:38:30 +00:00
Ying-Chieh Liao
2d3ae7f3ed add jftp 1.30
Java Network Browser
2003-06-13 18:56:34 +00:00
Joe Marcus Clarke
3209c61b48 * Fix build with latest GTK+-2 [1]
* Convert to new GNOME infrastructure

PR:	53262 [1]
Submitted by:	Pav Lucistnik <pav@oook.cz> [1]
2003-06-12 23:16:54 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Kris Kennaway
cb94b9a85b Add missing @dirrm and bump PORTREVISION 2003-06-09 11:53:48 +00:00
Sergey A. Osokin
91868723e1 Fix MASTER_SITES, add a secondary mirror
Notice from:	Bill "distfiles" Fenner
Submitted by:	MAINTAINER
PR:		53064
Approved by:	fjoe (mentor)
2003-06-09 08:23:42 +00:00
Erwin Lansing
caa842452a o Change MASTER_SITES and distinfo.
o This new distfile is different. The difference is that
  the author made a change in the CHANGE file ;)

PR:		53043
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
Approved by:	edwin (mentor)
2003-06-08 13:10:42 +00:00
Erwin Lansing
0c7cf0eef3 o Fix MASTER_SITES and, btw
o update to 0.80

PR:		53041
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
Approved by:	edwin (mentor)
2003-06-08 13:05:05 +00:00
Peter Pentchev
9353a767a1 Update to curl-7.10.5.
Submitted by:	Phillip Oleson <poleson@verio.net>
2003-06-06 08:28:34 +00:00
Kris Kennaway
93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00
Jun Kuriyama
16d9d39d92 Fix to work dir() method correctly. 2003-06-01 22:33:12 +00:00
Dirk Meyer
79f68d41bd - Update to 1.2.0
PR:		52787
2003-06-01 03:14:15 +00:00
Alexander Leidinger
5a59d4dda2 Update to 20030520.
Submitted by:	maintainer
2003-05-21 15:25:56 +00:00
Sergey Skvortsov
596bd53155 Updated to 0.07
PR:	ports/52230
2003-05-21 11:34:43 +00:00
Kris Kennaway
23e6a2b3da BROKEN on 5.1: bad C++ 2003-05-18 10:15:24 +00:00
Kris Kennaway
9c288e873f BROKEN on 5.1: bad C++ 2003-05-18 09:55:25 +00:00
Pete Fritchman
56379ea2ff Use USE_GETOPT_LONG.
PR:		51369
Submitted by:	Ports Fury
2003-05-17 16:02:28 +00:00
Pete Fritchman
be359a6a36 Update to 1.12.
PR:		51368
Submitted by:	Ports Fury
2003-05-17 15:56:22 +00:00
Pete Fritchman
0f80c702b6 Update to 1.06.
PR:		51367
Submitted by:	Ports Fury
2003-05-17 15:45:20 +00:00
Jun Kuriyama
36c41e6574 Perl module to provide simplify common usages of Net::FTP. 2003-05-17 11:58:29 +00:00
Pete Fritchman
a7ec768505 Update to 1.0.24.
PR:		52009
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-05-16 00:33:42 +00:00
Yoichi NAKAYAMA
ee7b59218c update to 0.4.1 2003-05-14 12:38:58 +00:00
Oliver Lehmann
164c9f7551 don't depend on gtk12 (gnomelibs->gnome1) if gnome1(+gnome2) is installed
but WITH_GTK2 is defined

Submitted by:	Pav Lucistnik <pav@oook.cz>
Approved by:	alex (mentor)
2003-05-14 02:50:08 +00:00
Oliver Lehmann
cf8ed24d43 Update the description to reflect that gFTP is sftp capable
PR:		51645
Approved by:	alex (mentor)
2003-05-12 16:22:37 +00:00
Oliver Lehmann
bfb01afeba redefine the MAINTAINER field with my FreeBSD address
Approved By:	alex (mentor)
2003-05-06 16:58:45 +00:00
Max Khon
e07dbed8b7 Fix compiling on ia64
Noted by:	kris
2003-05-06 14:55:33 +00:00
Edwin Groothuis
57083eef2b update-port: ftp/gftp
make ssh2 connects working w/o the ssh-askpass utility (fix the
	code how to acquire a [pt]ty pair) The user may still choose the
	ssh-askpass way inside the application. That way is just no longer
	forced (as i did with the last update). Now it's possible to choose
	between direct password-sending from the application, or sending
	the password with the ssh-askass utility.

PR:		ports/51391
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2003-04-29 03:09:11 +00:00
Peter Pentchev
82bca2371b Update to 7.10.4.
PR:		51315
Submitted by:	Jason Harris <jharris@widomaker.com>
2003-04-25 15:36:09 +00:00
Yen-Ming Lee
63728fc869 make ssh2 support working for FreeBSD
PR:		51330
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2003-04-24 09:28:40 +00:00
Joe Marcus Clarke
e28f0247c9 Remove USE_GNOMENG. 2003-04-20 03:03:05 +00:00
Munechika SUMIKAWA
682c399f7c Add prozilla 1.3.6, proZilla is a fast download accelerator.
PR:		47503
Submitted by:	Juan Salaverria <rael@vectorstar.net>
2003-04-19 21:06:54 +00:00
Max Khon
9644a9e44b New port: ftp4all
FTP4ALL is a free, open source FTP server implementation for the UNIX platform.
FTP4ALL was designed to require no superuser privileges.

PR:		50447
Submitted by:	Alex Semenyaka
2003-04-19 14:14:33 +00:00
David E. O'Brien
5019012dfc "INSTALL_AS_NCFTP" not properly obeyed.
PR:		50756
Submitted by:	Ralf van Dooren <ralf@iae.nl>
2003-04-19 00:13:06 +00:00
Dirk Meyer
c4f9a17839 - Use bsd.openssl.mk
(No response from maintainer after 2003-04-09)
PR:		48978
2003-04-16 14:52:35 +00:00
Edwin Groothuis
951fc680a1 Maintainer Update Port: ftp/twoftpd
Upgrade to 1.17.

PR:		ports/50857
Submitted by:	Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
2003-04-13 10:31:09 +00:00
Norikatsu Shigemura
e64198eea2 Contain '\r' with FTP commands.
PR:		ports/50836
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
2003-04-11 20:32:58 +00:00
Anders Nordby
dbfc56ad17 Lose maintainership. I don't use oftpd anymore. 2003-04-08 22:19:58 +00:00
Ying-Chieh Liao
75ffe76775 better error handling
Obtained from:	author post on mailing list
2003-04-08 04:12:18 +00:00
FUJISHIMA Satsuki
545cbc414e update Debian patch which does not affect FreeBSD. 2003-04-07 21:51:47 +00:00
Yen-Ming Lee
0ded70bb85 * Update to 0.7.7
* Move from minium build to maximum (change WITH_ to WITHOUT_) by default
* Allow to build with local-cache and virus-scan features
* make startup script more smarter

PR:		50674
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-04-07 18:26:01 +00:00
Tilman Keskinoz
93fd733ccc Add BSDftpd-ssl, an RFC 2228 compliant TLS/SSL-enhanced FTP server.
PR:		44756
Submitted by:	Nick Leuta <skynick@stu.lipetsk.ru>
2003-04-06 15:06:19 +00:00
Stefan Eßer
30316231ed Upgrade to 0.13.4: Fix possible buffer overflow. 2003-04-04 07:21:16 +00:00
Stefan Eßer
61e0035ee2 PID file creation is now safe: Re-enable previous 'stop' procedure and kill
process identified in PID file instead of the 'killall jftpgw' used as a
work-around.
2003-04-04 07:20:12 +00:00
David E. O'Brien
02acad69ed Work around bug where NcFTP3 will exit unexpectedly when it gets multibyte
(such as big5) characters:

	ncftp3 some.ftp.site and execute "ls <Big5>.txt"

PR:		50458
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>
2003-03-31 02:08:23 +00:00
Jacques Vidrine
67802c159a Update 1.2.6 -> 1.2.8
PR:		ports/50031
Supersedes:	ports/44498, ports/46189, ports/47134, ports/48071,
		ports/48096, ports/48966
Submitted by:	Randy Philipp <randy@umbc.edu>
2003-03-24 13:33:28 +00:00
Stefan Eßer
ff212c768a Upgrade to jftpgw-0.13.3 2003-03-24 13:04:38 +00:00
Tilman Keskinoz
bd4a2ecdf3 Update to 2.6.5
PR:		50133
Submitted by:	maintainer
2003-03-23 18:35:03 +00:00
Tilman Keskinoz
6289c59c03 Add missing files to pkg-plist. Bump PORTREVISION.
Submitted by:	bento
2003-03-23 16:59:19 +00:00
Norikatsu Shigemura
186ca58ed0 Fix build problem on sparc64.
Pointed out by:	bento via kris
2003-03-23 07:14:12 +00:00
David E. O'Brien
52aabe4b3b Update to 3.1.5.
This update addresses
	http://www.kb.cert.org/vuls/id/JPLA-5GJUBZ
	http://www.ncftpd.com/ncftp/doc/changelog.html#3.1.5

PR:		47445
Submitted by:	Esa Karkkainen <ejk@iki.fi>, ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
2003-03-12 18:06:24 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Peter Pentchev
e416b581e7 Use ports/security/openssl/Makefile.ssl instead of USE_OPENSSL
to prevent conflicts between the base system and port OpenSSL libraries.
Bump PORTREVISION.

Reported by:	Stephen Cravey <clists@www.gotbrains.org>
Submitted by:	Scot Hetzel <hetzels@westbend.net>
2003-03-05 10:43:08 +00:00
FUJISHIMA Satsuki
d15cfb7bef De-pkg-comment for my ports 2003-03-03 01:08:52 +00:00
FUJISHIMA Satsuki
9be73d9d55 o import Debian patches.
- fix .netrc parsing bug
 - fix 2GB limitation
 - re-add IPv6 capability
 - fix SEGV with special url line
 check debian/changelog for more detail.

o replace /usr/local with ${PREFIX} in wgetrc and info.

PR:		38824 reported 2GB limitation
Obtained from:	Debian GNU/Linux
2003-03-03 00:52:42 +00:00
Hye-Shik Chang
fbc660cb2c De-pkg-comment for my ports. 2003-02-25 06:25:35 +00:00
Edwin Groothuis
f620c978da "'s are not needed around maintainer-strings
Noticed by: freshports ports-by-maintainer-count
2003-02-24 07:24:05 +00:00
Edwin Groothuis
e53dff475f Point dependencies on net/openldap2 to net/openldap20 2003-02-24 02:56:37 +00:00
Edwin Groothuis
f71e429079 Point dependencies on net/openldap to net/openldap12 2003-02-24 02:26:55 +00:00
Dmitry Sivachenko
8dae1c48fa Update to version 1.2.9 and de-pkg-comment. 2003-02-23 12:10:05 +00:00
Yen-Ming Lee
18c74b10c6 fix typo in Makefile (remove redundant backslash)
PR:		48583
Submitted by:	Dmitry Panov <redfox@Fluffy.Khv.RU>
2003-02-23 10:36:51 +00:00
Norikatsu Shigemura
4f56b2baa0 Remove RESTRICTED tag for crypto stuff.
Approved by:	kris (implicitly)
2003-02-22 16:12:23 +00:00
Tilman Keskinoz
dac0aac36b de-pkg-comment 2003-02-22 14:38:12 +00:00
Akinori MUSHA
a8edaa568e De-pkg-comment. 2003-02-21 12:06:51 +00:00
Dirk Meyer
4eb8d6d1fa - retire pkg-comment 2003-02-21 03:59:00 +00:00
Dirk Meyer
9c26067c12 - Add COMMENT 2003-02-20 19:21:25 +00:00
Akinori MUSHA
1707b424cb De-pkg-comment. 2003-02-20 17:24:13 +00:00
Peter Pentchev
33059bd045 Remove pkg-comment files in my ports. 2003-02-19 16:07:30 +00:00
Akinori MUSHA
7988d59818 De-pkg-comment. 2003-02-18 05:20:09 +00:00
Jacques Vidrine
19868dd366 <kain@ircop.dk> reported a remotely exploitable buffer in
his message to <freebsd-ports@FreeBSD.org>,
Message-ID: <001401c2d2e7$e07c8350$24029dd9@tuborg>.
2003-02-12 22:43:43 +00:00
Cy Schubert
8ddb65dc96 Add MASTER_SITE 2003-02-12 05:49:13 +00:00
Peter Pentchev
a62ada08ef Update to 0.6.2.
PR:		47865
Submitted by:	maintainer
2003-02-11 13:52:07 +00:00
Ying-Chieh Liao
081f52f277 upgrade to 1.0.14
PR:		47727
Submitted by:	maintainer
2003-02-11 03:45:24 +00:00
Daniel Harris
4f59a8e1c4 Chase distfile.
PR:		48076
Submitted by:	maintainer
2003-02-08 15:41:53 +00:00
Norikatsu Shigemura
d6428c128a Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by:	Ports Fury
2003-02-08 05:27:23 +00:00
Joe Marcus Clarke
7305030530 Chase gtk20's shared lib version. 2003-02-07 19:21:11 +00:00
Joe Marcus Clarke
ad33b9c673 Chase glib20's shared lib version. 2003-02-07 18:59:45 +00:00
Norikatsu Shigemura
77fda24ab9 Conditionalize libgnugetopt dependencies.
PR:		ports/47739
Submitted by:	Ports Fury
2003-02-02 14:02:02 +00:00
Norikatsu Shigemura
212fb62797 Update to 2.4.1.
PR:		ports/47738
Submitted by:	Ports Fury
2003-02-02 13:58:25 +00:00
Norikatsu Shigemura
ccbb38a9b8 Update to 0.6.1
PR:		ports/47635
Submitted by:	Matthias Andree <matthias.andree@web.de> (maintainer)
2003-01-29 17:09:58 +00:00
Tilman Keskinoz
9c8309773b Update to 0.6.0 Add ipv6 to Categories
PR:		47526
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-01-27 15:53:11 +00:00
Tilman Keskinoz
7b98df9f62 PERL -> REINPLACE_CMD
Fix PLIST_SUB for HAVE_GNOME

PR:		47231
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2003-01-25 22:04:48 +00:00
Anders Nordby
43a2fe3646 Use USE_REINPLACE & REINPLACE_CMD instead of PERL.
Requested by:	Ulrich Spoerlein <q@uni.de>
2003-01-23 21:03:14 +00:00
Hye-Shik Chang
1265becd03 Remove bogus != command which generates bogus dependency error on some
conditions.

Advised by:	kris
2003-01-23 04:44:17 +00:00
Peter Pentchev
0ac07ed160 Add a .netrc handling patch from the cURL CVS repository.
Reported by:	David Thiel <lx@redundancy.redundancy.org>
2003-01-22 09:51:42 +00:00
Hye-Shik Chang
5d311f6832 Suppress stderr outputs from embedded shell commands.
Submitted by:	Dan Langille <dan@langille.org>
2003-01-21 19:40:26 +00:00
Hye-Shik Chang
ad3b9061cf Update to 7.10.3 2003-01-21 19:09:55 +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
Peter Pentchev
342d6b79fb Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.
Submitted by:	ijliao, Daniel Stenberg <daniel@haxx.se> (cURL author)
2003-01-17 15:40:13 +00:00
Peter Pentchev
1ac87aa3d6 Update to curl-7.10.3. There is a minor problem with the lib503 and
lib504 tests on some FreeBSD versions, but the major bulk of the
functionality is there, and it is still an improvement over 7.10.2 :)

Not functionally tested on:	ia64; there is no spoon.. er.. perl5 on
				pluto1.FreeBSD.org for the present.
2003-01-15 11:21:52 +00:00
Oliver Braun
654fc91243 Upgrade to 2.6.4.
PR:		ports/46875
Submitted by:	maintainer
2003-01-09 08:49:08 +00:00
Yoichi NAKAYAMA
325b5ab950 Update to 0.4.0 2003-01-08 08:38:56 +00:00
Stefan Eßer
da1a192da6 Upgrade to jftpgw-0.13.2 2003-01-05 19:17:10 +00:00
Pete Fritchman
8890bc7343 Update to 1.0.23. 2003-01-05 18:08:40 +00:00
Sean Chittenden
b2c46c868c Chase libpq version bump. 2003-01-04 15:53:39 +00:00
Munechika SUMIKAWA
8c06df6f91 Sync with ftp/wu-ftpd. 2003-01-04 12:28:23 +00:00
Ying-Chieh Liao
5a762d7629 upgrade to 2.0.14
PR:		46020
Submitted by:	maintainer
2003-01-02 19:46:05 +00:00
Ying-Chieh Liao
18f7a176d7 upgrade to 1.0
PR:		46130
Submitted by:	Ports Fury
2003-01-02 19:03:42 +00:00
Peter Pentchev
e206293405 Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.
Add PORTDOCS handling.
2003-01-02 16:02:08 +00:00
Tilman Keskinoz
7e59515dde Update to 2.1 2003-01-01 21:55:20 +00:00
Andrey A. Chernov
0d11b67818 Can't be builded with new bison - hardcode byacc
PR:     46471
Submitted by:   Dmitry Morozovsky <marck@rinet.ru>
2002-12-30 07:44:08 +00:00
Edwin Groothuis
25c43856c7 Unbreak ftp/ftplocate
PR:		ports/46324
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
2002-12-20 12:35:43 +00:00
Dirk Meyer
96913c7e8b This diff will enable the jigdo port to compile on a FreeBSD system, which
is newer than 500041. (getopt change)
There is a new file, extra-glibc-getopt.h in the diff.
PR:		46212
Submitted by:	bra@fsn.hu
2002-12-14 20:20:02 +00:00
Edwin Groothuis
d6521be922 fix fetch for ftp/xrmftp
PR:		ports/46021
Submitted by:	Mark Linimon <linimon@lonesome.com>
2002-12-12 08:00:30 +00:00
Dirk Meyer
a4066a6ba3 Fix PLIST so configuration is not deleted 2002-12-11 21:25:00 +00:00
FUJISHIMA Satsuki
16ce4db90d o unbreak manpage.
- pod2man is required to build manpage.
o set LANG=C for sed.
 - This case [:print:] does not work correctly without LANG=C.

o Fix directory traversal bug in FTP.

References:
http://marc.theaimsgroup.com/?l=bugtraq&m=87602746719482&w=2
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1344

Patches obtained from: Red Hat Linux
2002-12-11 18:20:04 +00:00
FUJISHIMA Satsuki
fc510011bc Fix directory traversal bug in FTP.
References:
http://marc.theaimsgroup.com/?l=bugtraq&m=87602746719482&w=2
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1344

Patches obtained from: Red Hat Linux
Approved by:	portmgr(will)
2002-12-11 15:58:37 +00:00
Kris Kennaway
9a6b4c098e Fix build on 5.0 (remove bogus declaration of sys_nerr) 2002-12-02 00:13:13 +00:00