Commit graph

218 commits

Author SHA1 Message Date
Simon Barner
3cd0edaa2b - Prevent fetchmail from crashing if the .netrc file does not contain
a password for a particular account.

- Bump PORTREVISION

Submitted by:	Craig Leres via Matthias Andree
2006-01-30 12:47:53 +00:00
Simon Barner
bf66bc15d1 - Update to 6.3.2
- Changes:
  * Fixes a denial of service bug/fetchmail crash after sending a bounce
  * Adds a Maillennium (Comcast) workaround
  * ChangeLog: https://lists.berlios.de/pipermail/fetchmail-announce/2006-January/000022.html
Security:	http://fetchmail.berlios.de/fetchmail-SA-2006-01.txt
Security:	CVE-2006-0321
Security:	http://www.vuxml.org/freebsd/f11d3b22-88c6-11da-a7b2-0060084a00e5.html
2006-01-23 15:14:27 +00:00
Simon Barner
49b949d3f9 Update to 6.3.1
* Fix null pointer dereference w/ headerless message in
   multi-drop mode [1]
 * Removed patches are in the upstream distribution now
 * ChangeLog: https://lists.berlios.de/pipermail/fetchmail-announce/2005-December/000017.html

Security: http://www.vuxml.org/freebsd/f7eb0b23-7099-11da-a15c-0060084a00e5.html
Security: http://fetchmail.berlios.de/fetchmail-SA-2005-03.txt
Security: CVE-2005-4348
2005-12-19 15:21:53 +00:00
Simon Barner
1583170408 - Fix a null pointer dereference in multi-drop mode [1]
- Fix packaging if python is not present at compile time [2]
- Sort targets in Makefile
- Fix variable in the WITH_X11 case
- Bump PORTREVISION (for [1])

Submitted by:	Andreas Haakh <bugReporter@Haakh.de> [1]
Reviewed by:	Matthias Andree <matthias.andree@gmx.de>
                (upstream maintainer) [1]
Reported by:	pointyhat via kris [2]
2005-12-11 21:24:18 +00:00
Simon Barner
a6b600d08c - Add RUN_DEPENDS on security/ca-roots, so the certificate check really
succeeds (if the servers certificate is signed by one of those authorites)

- Bump PORTREVISON, since a failing certiciate check spams the port users'
  maillog.
2005-12-10 19:58:31 +00:00
Simon Barner
d55a49e9d5 - Use USE_OPENSSL [1]
- Remove obsolete --enable-inet6 configure argument [1]
- Don't try to enable Kerberos IV and V at the same time [1]
- Add WITH_NTLM knob. Inform port user about other knobs
  (WITH_X11, WITHOUT_NLS) [1]
- Correct man page patch [1]
- Fix default OpenSSL certificate path [1] [2]
- Fix plist [1] [3]
- Bump PORTREVISON

Submitted by:	Matthias Andree <matthias.andree@gmx.de> [1]
Reported by:	Dieter Rauschenberger <dr@d-ra.de> [2]
PR:		ports/90084 [2]
Reported by:	kris via pointyhat [3]
2005-12-10 16:09:13 +00:00
Simon Barner
e92788bd72 - Update to fetchmail 6.3.0
- From the announcement:

  fetchmail 6.3.0 has been released on 2005-11-30. More than two years
  after the previous formal 6.2.5 release, this collects several dozen
  bug fixes, documentation, portability and IPv6 improvements and marks
  the beginning of a new "stable" 6.3.X branch that will not change,
  except for bug fixes and documentation updates.

- files/patch-pop2.c contributed by Stanislav Brabec <sbrabec@suse.cz>
  via Matthias Andree <matthias.andree@gmx.de> (upstream maintainer)
2005-12-06 21:08:15 +00:00
Simon Barner
2025cb1d96 - Fix a bug introduced with fetchmail-6.2.5.2_3, where it would sometimes
leave some messages on an IMAP server, i.e. this is the correct fix
  for the following bug (as described Makefile:1.161 and
  files/patch-imap.c:1.1):

  fix IMAP client timeout bug with upstream servers that do not send updated
  EXISTS counts after acknowledging EXPUNGE see <http://bugs.debian.org/314509>

- Bump PORTREVISION to 4

PR:			ports/88850
Submitted by:		Vasil Dimov
Patch provided by:	Matthias Andree (upstream maintainer)
Patch tested by:	barner, Vasil Dimov
2005-11-14 11:48:53 +00:00
Simon Barner
64a4c95d67 Add private backup master site.
Requested by:	Diane Bruce <db@db.net>
PR:		ports/88787
2005-11-10 16:30:32 +00:00
Simon Barner
265245fa11 - fix IMAP client timeout bug with upstream servers that do not send updated
EXISTS counts after acknowledging EXPUNGE see <http://bugs.debian.org/314509>

- add fetchmailconf wrapper check for _tkinter.so (if python was installed but
  not Tkinter, the wrapper would still try to run fetchmailconf.bin, which
  gives a less clear error message to the user than was intended)

- let fetchmailconf wrapper pass command line arguments to fetchmailconf.bin
  (it supports -d and -f FILE)

- replace PREFIX with LOCALBASE where appropriate

- bump PORTREVISION

Submitted by:	Matthias Andree <matthias.andree@gmx.de>
PR:		ports/88444
2005-11-10 10:29:33 +00:00
Simon Barner
2ea4704e11 Don't indent comment added in last commit by one tab, so it is not printed. 2005-10-30 23:05:06 +00:00
Simon Barner
3f6af8cdca - Use fetchmailconf-1.43.2 in order to fix a password exposure caused by
insecure file creation.

- While here, move berlios.de to the top of the MASTERSITEs, since
  development takes place there.

- Bump PORTREVISION

Security:	CVE-2005-3088
Security:	http://fetchmail.berlios.de/fetchmail-SA-2005-02.txt
2005-10-30 19:06:46 +00:00
Simon Barner
5d0b10e19d - Update to 6.2.5.2. This fixes a denial of service vulerability introduced
in version 6.2.5.1

- Use distribution patch from fetchmail.berlios.de instead of keeping the
  security fix in CVS (-> remove patch-r1, patch-s1 which contained to
  update from 6.2.5 to 6.2.5.1).

- The above patch also contains a patch that we kept locally in
  patch-driver.c: This one has been removed, too.
2005-07-22 06:59:44 +00:00
Simon Barner
8120543a2d - Update to 6.2.5.1 (security update!)
- Add new master site
- Take maintainership (no objections on freebsd-ports,
  Matthias also favours this option as long as the new FreeBSD
  maintainer will be responsive and submit patches upstream - promissed :-)

Submitted by:	Matthias Andree <matthias DOT andree AT gmx DOT de>
PR:		ports/83805
Obtainted from:	http://download.berlios.de/fetchmail/fetchmail-patch-6.2.5.1.gz
Security:	http://www.vuxml.org/freebsd/3497d7be-2fef-45f4-8162-9063751b573a.html
2005-07-21 10:25:32 +00:00
Mark Linimon
adda42bec2 With portmgr hat on, reset eik's ports since he has been inactive for
several months (not responding to email).

Discussed among:	portmgr team
2005-07-18 03:49:55 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Oliver Eikemeier
eaf6282337 - fix POP bug [1]
- add WITHOUT_NLS [2]

Seems like 6.2.6 takes a while...

PR:		60262 [1], 62732 [2]
Submitted by:	Stuart Barkley <stuartb@4gh.net> [1]
		Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp> [1]
2004-04-28 17:26:35 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Oliver Eikemeier
89638808a8 Try some new fetchmail mirrors
Noticed by:	Bill Fenner's portsurvey
Approved by:	marcus (mentor)
2003-11-16 22:15:28 +00:00
Oliver Eikemeier
d1b344e8cd switch my ports to my FreeBSD address
Approved by:	marcus (mentor)
2003-11-14 00:29:48 +00:00
Sergei Kolobov
d6c5b07526 - Update to 6.2.5 (see http://catb.org/~esr/fetchmail/NEWS for details)
- Use DOCSDIR macro in pkg-plist
- Don't install yet another copy of GPL
- Pass maintainership to Oliver Eikemeier

PR:		58283, 58341
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>,
		Esa Karkkainen <ejk@iki.fi>
Approved by:	Ville Eerola <ve@sci.fi> (previous maintainer),
		krion (implicit)
2003-10-24 09:33:14 +00:00
Mike Silbersack
21047f9d9f Update fetchmail port to 6.2.4 2003-09-09 03:26:24 +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
Daichi GOTO
e737a05c90 update mail/fetchmail: 6.2.0 --> 6.2.2
PR:		53280
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-07-01 11:33:38 +00:00
FUJISHIMA Satsuki
33e610508d track ESR's page.
www.tuxedo.org -> www.catb.org
2003-03-01 13:04:27 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Jacques Vidrine
07e1eff52b Upgrade to 6.2.0, primarily to fix YET ANOTHER remotely exploitable
vulnerability.  That's at least four, but who's counting?
<URL:http://security.e-matters.de/advisories/052002.html>
2002-12-13 14:05:35 +00:00
Doug Barton
4c1de58db8 Update to 6.1.2, released 10/31. It's a very simple bugfix upgrade.
PR:		ports/44830
Submitted by:	Matthias Andree <matthias.andree@web.de>
2002-11-05 10:01:56 +00:00
Christian Weisgerber
f01e7de603 This port update fixes the pkg-plist to include the new localizations so they
are included in the package, and it contains many upstream bugfixes, installs
the NEWS documentation file. These are the upstream fixes:

* OTP fix patches from Stanislav Brabec <utx@penguin.cz>
* fix patch for writing antispam capability correctly in conf.c.
* Fix patches for Debian bugs #162571, #156592.
* Correction to manpage re -b and qmail.
* Patch to disable use of STLS if auth passwd is specified.
* Fix specfile generation to handle SSL correctly.
* New Danish, Turkish, and Catalan translation files.
* Improved ODMR debug messages.
* IMAP efficiency hack; don't fetch sizes unless needed.
* Detect and rewrite invalid return paths beginning with @.
* Fix for subtle freeing bug that suppressed information in some bounce msgs.
* Newline fix patches for internationalization files.
* Fix reversed test guarding authentication-failure warnings.
* Fix POP3 breakage starting at 5.9.14.

PR:		44330
Submitted by:	Matthias Andree <matthias.andree@web.de>
2002-10-31 14:54:22 +00:00
Cy Schubert
312ab9677d Update 5.9.13 --> 6.1.0. Fixes yet another buffer overflow (exploit)
described at http://security.e-matters.de/advisories/032002.html.

Approved by:	nectar (using his security-officer hat)
		will (using his portmgr hat)
		As we are so close to last tagging, as suggested by
		portmgr, maintainer approval is forgone.
2002-09-29 18:23:32 +00:00
Jacques Vidrine
169788a18e Mark FORBIDDEN due to another buffer overflow.
http://security.e-matters.de/advisories/032002.html

  % cvs rlog ports/mail/fetchmail/Makefile | grep 'exploit' | wc
         3      28     203
2002-09-29 15:20:30 +00:00
Kevin Lo
1be12811d1 Update to version 5.9.13
PR: 41623
Submitted by:	 Esa Karkkainen <ejk@iki.fi>
2002-08-22 02:05:27 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Cy Schubert
70aae4aa9b Upgrade 5.9.6 --> 5.9.11 (fixing a remotely exploitable buffer overrun).
PR:		38328
Submitted by:	Dominic Marks <dominic_marks@btinternet.com>
Approved by:	kris for the Security Officer Team,
		will for the Port Manager Team, and
		MAINTAINER timeout
2002-05-23 04:29:10 +00:00
Jacques Vidrine
200fda1655 Mark FORBIDDEN due to a remotely exploitable buffer overflow.
http://tuxedo.org/~esr/fetchmail/NEWS
http://rhn.redhat.com/errata/RHSA-2002-047.html
2002-05-21 21:37:36 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Ying-Chieh Liao
2fa9946c02 upgrade to 5.9.6
Approved by:	maintainer timeout
2001-12-27 18:04:46 +00:00
Peter Pentchev
80d75a2a4e For the X11 case, when tkinter is needed, look for it the right way -
by USE_PYTHON and PYTHON_VERSION instead of hardcoding a python2.0
path component.
Bump PORTREVISION accordingly.

Apologies to Ville for committing this without maintainer approval,
but the ports freeze is so close, and this looks like a trivial
build fix..

PR:		30271
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
2001-09-03 08:04:36 +00:00
Kris Kennaway
d01a627767 Upgrade to 5.8.17 ("Another victory for Open Source!"). This fixes a
remotely exploitable buffer overflow when connecting to a malicious
server.
2001-08-09 21:35:36 +00:00
Ben Smithurst
2d5bcac2eb Update to 5.8.11, which supports now ODMR, so update pkg-{descr,comment} to
mention ODMR to help "make search".

Approved by:	ve@sci.fi (maintainer)
2001-07-02 21:20:39 +00:00
Peter Pentchev
feedac49cd Update to 5.8.6.
Fix a problem with building Kerberos 4 (Kerberos 5 is still broken).

PR:		27941 (the Kerberos 4 build problem)
Submitted by:	Shawn Halpenny <malachai@iname.com>
Approved by:	maintainer
2001-06-15 07:51:44 +00:00
Doug Barton
d04b9f2673 Update to 5.8.5, provided by the maintainer.
PR:		ports/27783
Submitted by:	Ville Eerola <ve@sci.fi>
2001-05-31 07:08:13 +00:00
Peter Pentchev
979c487646 Update to 5.8.1 with lots of bugfixes. Remove the substitution of
/usr/bin/true for autoconf and friends - the fetchmail build system
does the right thing now.

Approved by:	maintainer
Apologies to:	sobomax for my harsher-than-needed complaints for his
		fast and to-the-point port fixes.
2001-04-24 06:24:45 +00:00
Maxim Sobolev
6fcd1686e6 Unbroke on the systems with crypto from ssl port. 2001-03-27 08:38:06 +00:00
Doug Barton
89eb12f60c Commit the least objectionable of the possible fixes... maintainer, et al
can argue about the rest later, let's get the thing fixed first. This is
a combination of my fix and Peter Pentchev's.
2001-03-24 06:37:25 +00:00
Maxim Sobolev
6c70d3fc1e Try harder to prevent build process from unnecessarily invoking autoheader,
autoconf, automake and aclocal.

Prompted by:	Raimar Lutsch <raimar@lutsch.de>
2001-03-20 11:04:36 +00:00
Maxim Sobolev
6dab512385 Fix two breakages:
- Prevent Makefile from trying to run 644 missing script when no autocrap
  is installed;
- add missed by the configure -lintl into LDFLAGS.

Replace perl with ${PERL} while I'm here.

Submitted by:	bento
2001-03-20 09:40:16 +00:00
Peter Pentchev
f061afd9c2 Update to 5.7.4.
Add USE_GMAKE - too many things in the autoconf build process depend
on GNU make.

Approved by:	maintainer
2001-03-17 12:08:09 +00:00
Peter Pentchev
5fd2d44265 Update to 5.7.2, add NOPORTDOCS handling, fix --enable-opie misspelled
as --enable-OPIE until now.

Approved by:	maintainer
2001-03-08 12:03:09 +00:00
Peter Pentchev
df3de98c5f Update to 5.6.8, which contains preauthentication fixes and enhancements.
Approved by:	maintainer
2001-02-23 08:30:39 +00:00
Peter Pentchev
65d8850cd8 Update to 5.6.5.
Approved by:	maintainer
Weird look to:	Eric S. Raymonds (3 releases in 2 weeks?! Oh come ON!)
2001-02-13 10:36:42 +00:00
Peter Pentchev
8191d1f8fb Update to 5.6.3, skipping the slightly buggy 5.6.2.
Also, correct the help message in the fetchmailconf wrapper script -
fetchmailconf depends on py-tkinter, not just Python.

Submitted by:	Jack Twilley <jmt@inktomi.com> - the fetchmailconf inaccuracy
Approved by:	maintainer
2001-02-10 08:17:54 +00:00
Peter Pentchev
b643fa2a65 Update to 5.6.1.
Approved by:	maintainer
2000-12-13 07:13:32 +00:00
Peter Pentchev
ae3988ecaa Add WITH_NTLM toggle to optionally build support for NTLM authentication.
Bump PORTREVISION to reflect functionality change.

PR:		23214
Submitted by:	William M. Perry <wmperry@aventail.com>
Approved by:	maintainer
2000-12-02 16:20:18 +00:00
Peter Pentchev
6215e1467f Look for the py-tkinter shared library in the correct directory when
building WITH_X11.  No PORTREVISION bump - WITH_X11 did not build at all
until now.

PR:		23184
Submitted by:	Donald J. Maddox <dmaddox@sc.rr.com>
2000-11-30 08:51:48 +00:00
Peter Pentchev
55612f9987 Update to 5.6.0 - a fetchmail 'gold release' which fixes two minor bugs
and an omission and gives ESR a chance to do some more serious development
in a new development version.

Approved by:	Ville Eerola <ve@sci.fi> - maintainer
2000-11-27 01:00:19 +00:00
Kevin Lo
56a0548531 Update to 5.5.6
PR: 22825
Submitted by: MAINTAINER
2000-11-14 15:29:26 +00:00
James E. Housley
ff52862e7a Update fetchmail to 5.5.5
PR:		22382
Submitted by:	Ben Lovett <blovett@oneinsane.net>
Approved by:	MAINTAINER
2000-10-31 20:56:18 +00:00
James E. Housley
d1963bad10 The fetchmail application has been updated to version 5.5.3
PR:		21641
Submitted by:	Patrick Bihan-Faou <patrick@mindstep.com>
Reviewed by:	Ville Eerola <Ville.Eerola@vehome.pp.sci.fi> MAINTAINER
2000-10-26 12:43:42 +00:00
Hajimu UMEMOTO
21d05029de Since recent 5-CURRENT has hesiod.h, configure detects it and
breaks building.  So, I disable hesiod support.
2000-09-17 18:41:59 +00:00
Chris D. Faulhaber
d724c45c1e Update port to 5.5.2
PR:		21277
Submitted by:	Maintainer
2000-09-17 12:43:34 +00:00
Steve Price
e39522a26c Update to version 5.5.1.
PR:		20716
Submitted by:	Peter Pentchev <roam@orbitel.bg>
Approved by:	maintainer
2000-09-05 00:42:22 +00:00
Neil Blakey-Milner
66807aabd2 Upgrade to 5.4.4
PR:		ports/20434
Submitted by:	Ville Eerola <ve@sci.fi> (MAINTAINER)
2000-08-06 15:14:40 +00:00
Daniel Harris
5ccbe81f42 Committed, thanks.
PR:		19785
Submitted by:	MAINTAINER
2000-07-09 13:48:06 +00:00
Ade Lovett
0456df5de4 Add WITH_X11 knob to bring in Python et al. so the fetchmailconf
program works.  Disabled by default, to keep the status-quo.

Loosely based on PR:	19398
Discussed with:		alex
2000-06-20 18:43:34 +00:00
Akinori MUSHA
92e1cb0ffd Update to version 5.4.1.
PR:		ports/19181
Submitted by:	Maintainer
2000-06-11 07:43:45 +00:00
Maxim Sobolev
2313db16de Unbroke for RELENG_3.
PR:		19081
Submitted by:	Munehiro Matsuda <haro@tk.kubota.co.jp>
Approved by:	MAINTAINER
2000-06-09 08:54:43 +00:00
Will Andrews
d2873b7f7d Add support for building with SSL support on pre-4.0ish systems, if the
appropriate libraries are available.

Submitted by:	asmodai
Approved by:	maintainer
2000-06-01 17:59:22 +00:00
Steve Price
25b4e65112 Enable internationalization support.
PR:		18840
Submitted by:	R\xe9mi Guyomarch <rguyom@321.net>
No complaints from:	maintainer
2000-05-29 02:39:21 +00:00
Munechika SUMIKAWA
1a257fe2a5 Update to 5.3.8.
PR:		18446, 18456
Submitted by:	Ville Eerola <ve@sci.fi>
2000-05-14 18:50:17 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Yoshinobu Inoue
aacf6a2510 Update the header version and date.
Requested by: Ville Eerola <Ville.Eerola@vehome.pp.sci.fi>
2000-03-03 05:13:31 +00:00
Chris Piazza
d91dc37cd4 Update to 5.3.0
This builds without patches with --enable-ipv6 but I couldn't
test that it actually works.

PR:		16952
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
2000-02-25 21:58:35 +00:00
Chris Piazza
13dd27a9bb update to 5.2.8
PR:		16826
Submitted by:	maintainer
2000-02-20 02:00:30 +00:00
Michael Haro
547027d19d upgrade to 5.2.4
PR:		16488
Submitted by:	John Reynolds <jjreynold@home.com>
2000-01-31 23:58:12 +00:00
Munechika SUMIKAWA
d165976c9f use ${OSVERSION} instead of ${USE_INET6}. 2000-01-25 17:03:11 +00:00
Munechika SUMIKAWA
e28c1fb465 Add 'ipv6' on CATEGORIES. 2000-01-18 12:34:34 +00:00
Munechika SUMIKAWA
11465fa9cd - Upgrade to 5.2.3.
- Support IPv6.

Approved by:	maintainer
2000-01-14 04:17:25 +00:00
Chris Piazza
2b3b8c28ff Update to version 5.2.1 1999-12-25 04:11:24 +00:00
Chris Piazza
45414daa1c Update to version 5.2.0 1999-12-06 02:52:37 +00:00
Chris Piazza
9d58704362 Update to version 5.1.4 1999-11-28 08:16:21 +00:00
Chris Piazza
f3cc326315 Add --enable-SDPS to CONFIGURE_ARGS
PR:		14582
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
1999-11-05 03:57:17 +00:00
Chris Piazza
ea8a1194e5 Update to version 5.1.2 1999-10-28 03:52:40 +00:00
Chris Piazza
10a92f3dc5 Update to version 5.1.1 1999-09-30 16:35:01 +00:00
Chris Piazza
b60c01092d Update to version 5.1.0. This should finally fix the build problems
with krb4 (I hope, I can't test this).  Thanks to
Simon Karpen <karpes@rpi.edu> for a fix.
1999-09-22 22:17:37 +00:00
Chris Piazza
a1763d1f91 Update to version 5.0.8 1999-09-18 23:08:40 +00:00
David E. O'Brien
f3a9c6c81e Change Id->FreeBSD. 1999-08-25 06:51:17 +00:00
Chris Piazza
7de237761f Update to version 5.0.5 1999-08-02 05:56:23 +00:00
Justin M. Seger
1c9f9e6798 Update to fetchamil 5.0.4.
Submitted by:	cpiazza@home.net
PR:		ports/12172
1999-06-14 02:18:52 +00:00
Steve Price
bcdaf06d5d Update to version 5.0.3.
PR:		11694
Submitted by:	maintainer
1999-05-16 23:35:50 +00:00
Seiichirou Hiraoka
f5ee9f57c5 Update to 5.0.0
PR: ports/10977
Submitted by: mharo@area51.fremont.ca.us
1999-04-06 11:44:17 +00:00
Seiichirou Hiraoka
3104f681d2 Update to 4.7.9
PR: ports/10888
Submitted by: mharo@patrol.area51.fremont.ca.us
1999-03-31 11:17:47 +00:00
Steve Price
788b5a54dd Update to version 4.7.8.
PR:		10198
Submitted by:	Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
1999-03-15 02:09:24 +00:00
SADA Kenji
8f5eeb7b0a Update to 4.7.0
PR:	ports/9105
Submitted by:	Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
1998-12-16 19:37:17 +00:00
Bill Fumerola
385108dc3b Upgrade to 4.6.7
PR:		ports/8866
Submitted by:	Ville Eerola <ve@sci.fi>
1998-12-07 17:54:32 +00:00
Steve Price
790c5429cc Update to version 4.6.0.
PR:		8238
Submitted by:	maintainer
1998-10-10 05:37:10 +00:00