Commit graph

219 commits

Author SHA1 Message Date
agc
5ad36b82bf Re-do patch-aa to remove fuzz. 1999-11-18 14:20:15 +00:00
tron
ee2000ffc4 Preprocess "fetchmail.1" with "tbl" so it is completely readable. 1999-10-08 22:06:51 +00:00
agc
99fc360d8a Regenerate patch checksum file. 1999-10-01 10:50:26 +00:00
agc
af79a5a32b Do this in a slightly smarter manner than the previous modification -
(only include md5c.o on Solaris)
1999-10-01 10:49:52 +00:00
agc
26bca09eac Make this package compile on Solaris. 1999-10-01 10:31:57 +00:00
frueauf
e5e19d5f1a Update fetchmail to 5.1.0.
fetchmail-5.1.0 (Wed Sep 22 01:27:42 EDT 1999):
* CRAM-MD5 code now doublequotes usernames with embedded spaces.  This will
  probably fail (the RFCs don't support quoting) but it's better than nothing
  and works with at least one server.
* Federico G. Schwindt's fix for NetBSD/OpenBSD --with-kerberos.
* auth keyword and option changed to preauth.
* Correct the exit value when .fetchmailrc permissions are wrong.
* getmail/gotmail scripts by Thomas Nesges added to contrib.
* Guenther H. Leber's fix for a potential uid.c buffer overflow.
* Todd Sabin's option to force IMAP authentication type; enables working
  around some broken servers.
1999-09-25 11:18:33 +00:00
frueauf
2dd4cce795 sync. 1999-09-16 16:52:26 +00:00
frueauf
c35a56d9a1 Update fetchmail to 5.0.8.
fetchmail-5.0.8 (Tue Sep 14 06:56:50 EDT 1999):
* Todd Sabin's patch to accept spaces in CRAM-MD5 names.
* Fix to CRAM endianness patch, by Dan Root via Lawrence Rogers.
* Suppress duplicates by message ID in multidrop mode.
* NTLM support for querying Microsoft Exchange servers, from Grant Edwards.
* Lexer fix by Brian Boutel.
1999-09-16 16:51:49 +00:00
kim
d0e9933400 Change how Kerberos support is enabled in pkgsrc.
Quick guide for compiling packages:
- set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf

Quick guide for configuring Kerberos support in a package Makefile:
- test for KERBEROS value and enable the appropriate version with
  CONFIGURE_ARGS or other means and set USE_KERBEROS=yes
- make sure to disable Kerberos support otherwise (especially if
  using configure, which might automatically detect it)
- BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk
  when USE_KERBEROS=yes is set
1999-09-14 02:32:21 +00:00
tron
a9af877984 Compare "${USE_INET6}" explicitly with "YES" so that you can override
settings at the command line.
1999-09-03 22:00:52 +00:00
frueauf
de99380eab Update fetchmail to 5.0.7.
fetchmail-5.0.7 (Sat Aug 21 04:26:13 EDT 1999):
* RPA support works again.
* Added debian_rc startup/shutdown script to contrib/.
* Yet another monitor option fix.
* Variouas small option-processing fixes.
* Teach fetchmailconf about HP OpenMail.
* SunOS compilation fixes.
* Steve Dodd's fix to not send bouncemail on transient errors.
* Don Willis's improved UID parsing.
* Fetchmail now logs and recovers from SIGPIPE errors produced by broken
  socket streams or MDAs.  The current poll cycle is terminated.
1999-08-22 20:20:57 +00:00
agc
0b7af58b91 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Add USE_INET6 to BUILD_DEFS
1999-08-18 09:24:08 +00:00
tron
ed84206fa8 Make sure the "autoconf" binary from package sources is used. 1999-08-17 23:54:18 +00:00
hwr
f205d12ea7 Homepage location has changed. Fixes PR 8192 by
Jim Bernard <jbernard@ox.mines.edu>
1999-08-11 20:13:03 +00:00
frueauf
bb9f94eb5e Update fetchmail to 5.0.6.
fetchmail-5.0.6 (Mon Aug  2 14:04:23 EDT 1999):
* Czech internationalization support (thanks to Jiri Pavlovsky).
* Russion internationalization support (but I couldn't read the contributor
  name in the headers!)
* Update of the French internationalization support by Guy Brand.
* Lexer fix for the `nokeep' problem by Robert de Bath.
* Lexer states added to tell the lexer to return a string after a
  `username' or `password' keyword, courtesy of Brian Boutel.
* Interface option fix from Bill Currie.
* 554 added to default antispam values (for Postfix).
* In UID files, split on *rightmost* @ as some dialups actually embed
  @ in usernames.
* Detect Intermail server's "wait a few minutes" message and cope.
* Patches for Heimdal implementation of GSSAPI from Leif Johansson
  <leifj@matematik.su.se>.  Somebody should test this against the MIT version.
* Fix IMAP authentication code to not rely on the challenge code
  accepting multiple writes; thanks to Kevin Turner <kevin.turner@oberlin.edu>.

Warning: CompuServe changed their POP3 system on 31 July 1999.  In doing
so, they broke fetchmail's RPA support.  Nobody has sent me either code that
works with the new system or a spec for it yet.
1999-08-07 12:50:21 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
itojun
739ddefaba enable IPv6-ready build on USE_INET6.
commit approved by maintainer.
1999-07-07 23:28:12 +00:00
frueauf
c97ade5cd2 Update fetchmail to 5.0.5. 1999-07-02 15:20:23 +00:00
frueauf
f86acd64bb Update fetchmail to 5.0.4. 1999-06-12 16:48:11 +00:00
tv
f537c05412 Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifies
use of krb4 _or_ a compatible subsystem.  (MAKE_ was only used by this
option; USE_ is used by many.)
Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled.
1999-05-03 23:39:22 +00:00
frueauf
4f12058261 Update fetchmail to 5.0.3.
fetchmail-5.0.3 (Sun May  2 23:39:22 EDT 1999):
* Added FAQ item about things to check if --monitor fails with pppd.
* Fixed Matthias Andree's SMTP error bug.
1999-05-03 11:54:20 +00:00
frueauf
7ec3e4074e Update fetchmail to 5.02.
fetchmail-5.0.2 (Thu Apr 29 22:09:46 EDT 1999):
* The IMAP driver now sets SEEN at deletion time, in case the server
  ships DSNs when that bit is set (HP OpenMail does this).
* Delay between POP3 subsessions to allow the server time to release locks.
* Improved environment-query logic to handle mutiple names per UID.
  (This also fixes the no-pidfile bug introduced in 5.0.1.)
* FAQ now includes the location of SSL patches.

fetchmail-5.0.1 (Sun Apr 18 14:59:56 EDT 1999):
* Try to discover user/home via getpwuid(getuid()) before using LOGNAME/HOME.
* Mike Pearce's fix for buggy DEFAULT handling in .netrc.
* Keep validation errors from generating message lines that qmail will reject.
* Can now use expunge option to chop POP3 retrievals into subsessions.
* Fix broken site-deletion code in fetchmailconf.
1999-05-02 10:35:03 +00:00
frueauf
016b7c4bd8 Update fetchmail to 5.0.0.
fetchmail-5.0.0 (Mon Apr  5 11:00:24 EDT 1999):
* Update for fetchsetup from Kent Robotti.
* Eliminate a realloc error in fetchmail -v -v progress message generation.
* Spanish-language update by Javier Kohen.
* French-language update by Guy Brand.
* Danish summary and description for specgen.sh.
* Henrik Storner's fix for the PGP/mimedecode problem.
* Fix netrc search code to be able to search >1 host entry per file.
* Added heads-up about SpryNet in the FAQ and a test in the autoprobe code.
* Removed the Hotmole script.  Instead, the web page and FAQ now refer to it.

fetchmail-4.7.9 (Tue Mar  9 13:25:01 EST 1999):
* Patch by Dan Root to solve an endianness problem in IMAP-K4.
* Fix lexical-analyzer bug that rejected `set nobouncemail',
* Prevent send_bouncemail from stepping on SMTP antispam response.
* Added French internationalization (LC_ALL=fr) from Guy Brand.
* Added Hugo Rabson's script for fetching from Hotmail.
* Test for .fetchmailrc ownership using geteuid() when possible.
* Prevent parsing of delimited protocols from tripping up on a
  MIME-armored line consisting of "=2E\r\n".

fetchmail-4.7.8 (Mon Feb 22 10:06:04 EST 1999):
* FreeBSD support for interface and monitor options by Andy Doran <ad@psn.ie>.
* Fixed server-deletion bug in fetchmailconf.  Also, handle `port' properly.
* Timestamps now generated into logfiles at start of poll cycle.
* New `nobounce' debugging option (specifically exempted from feature freeze)
  allows SMTP error bouncemail to be redirected from sender to local
  postmaster.
* Suppress dancing progress dots when syslog is on.
* es.po update by Javier Kohen.
* Added FAQ material on what to do for a "do not relay" sendmail response.
* Can now build under Lynx 3.0.0.
1999-04-11 09:00:42 +00:00
tron
5a595ccd78 Patch by Greg A. Woods to use "autoconf" to reconfigure "configure"
because "configure.in" gets patched. Fixes PR pkg/7263 by Paul Dokas.
1999-03-29 16:26:46 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
frueauf
8788f87a48 Update fetchmail to 4.7.7.
fetchmail-4.7.7 (Tue Feb  2 18:57:04 EST 1999):
* Fixed off-by-one error in batchlimit logic (thanks to Brian Warner).
* Added MD5 checksums to web page.
* Get kernel type (and derive /proc/net/dev format) at startup.
* Fixes for fetchmailconf bugs reported by Gunther Leber.
* Return of the dancing progress dots!
1999-02-03 13:00:17 +00:00
frueauf
c4ce6ee0ea Update fetchmail to 4.7.6.
fetchmail-4.7.6 (Sat Jan 30 19:44:24 EST 1999):
* Henrik Storner's fix for mimedecode
* ' now works as a string quote in. fetchmailrc syntax, just like ".
* All bounce messages now use FQDN return paths.
* Check for background mode before generating oversized-message mail.  Duh!
* Paul Murphy's improvements for SDPS.
* Message deletion on miscellaneous 5xx SMTP errors is suppressed unless a
  bounce can be sent.
1999-02-02 14:12:25 +00:00
mycroft
4f2338f923 Do the previous a bit better. 1999-01-24 05:55:40 +00:00
mycroft
3f9f1cefd5 Nuke Hesiod support for now, since we don't have the pobox stuff.
XXX This should be temporary.
1999-01-24 05:53:01 +00:00
frueauf
0b1af27c3f Update fetchmail to 4.7.5.
fetchmail-4.7.5 (Sat Jan  9 17:01:13 EST 1999):
* Issue proper logout after running fetchmail -c
* Fix prefix problem with internationalized version.
* Fix for Harry McGavran's VPATH bug.
* Progress messages now go to stdout.  Errors still go to stderr
* Fetchmailconf can now launch fetchmail with a point-and-click interface.
* Many small cleanups suggested by Byrial Jensen.
* Polish-language (LC_ALL=pl) support.  Turkish text in spec file.
1999-01-10 21:38:48 +00:00
frueauf
20bd4c567f Update fetchmail to 4.7.4.
fetchmail-4.7.4 (Mon Jan  4 13:26:32 EST 1999):
* Error message cleanup.
* HTML cleanup in design notes and FAQ, thanks to Byrial Jensen.
* Don't get message sizes when --check is on.
* Supply our own strerror() if system doesn't have one.
* Gunther Leber's cleanup for the plugin/plugout code.
* Hajimu UMEMOTO's code for localtime in timestamps.
* Michael Warfield's IPv6 fixes.
* Added Argentine Spanish as supported language (LC_ALL=pt_BR) from a
  po file by Javier Cohen <jkohen@tough.com>.
* Accept 'passwd' as a synonym for 'password' in .netrc files.
* In fetchmailconf, Save or Quit in a frame first performs that action
  on all dependent frames.
* Source distribution now includes Debian package data under debian/
1999-01-06 16:44:01 +00:00
frueauf
accc66622c Update fetchmail to 4.7.3.
fetchmail-4.7.3 (Thu Dec 31 11:54:01 EST 1998):
* Added new FAQ item G11 and added material to R1.
* Do a full antispam check on the EOM response in case the local MTA does
  content analysis of the message body.
* Bouncemail now conforms to RFC1984 correctly.
* Use sigprocmask to avoid Ron Gomes's weird hang bug (I hope).
1999-01-02 11:15:49 +00:00
frueauf
bfaa16570b Update fetchmail to 4.7.2.
fetchmail-4.7.2 (Fri Dec 25 01:01:54 EST 1998):
* Don't append the destination address to a postmaster name containing @.
* Added John Summerfield's getfetchmail script.
* Minor fixes in bouncemail format.
1998-12-29 21:29:45 +00:00
marc
a626b31de3 "i18n.h" and <kerberosIV/des.h> both define a macro "_". the one in
i18n is the one we want, so include i18n.h second.
1998-12-28 22:00:16 +00:00
tv
79b010674e Use wildcard CONFLICTS to clean up. 1998-12-20 14:21:12 +00:00
frueauf
449bbf9585 Forgot CONFLICTS for previous version. 1998-12-20 10:37:07 +00:00
frueauf
bbf8284423 Update fetchmail to 4.7.1.
fetchmail-4.7.1 (Fri Dec 18 03:02:22 EST 1998):
* FEATURE FREEZE IS NOW IN EFFECT!  No new features until after 5.0.0.
* Enable fetchmail to build correctly on systems without socketpair.
* gcc -Wall cleanup.
* Make sure user can see a trouble message in verbose mode when there
  are no local matches for recipient addresses.
* Harry McGavran's configure.in fix for mixed Kerberos IV/V installations.
1998-12-19 15:21:20 +00:00
frueauf
a787f1235e Update fetchmail to 4.7.0.
* Minor correction to make i18n subdirectory builds work better.
* Rob Funk's old-message-check optimization.
* Fix an error in the logic for detecting when all connections are wedged.
* Unwedge connections on wakeup.
* Fix Ken Estes's LMTP coredump error.
* Bounce mail with addresses rejected by the listener back to the sender.
* Search .netrc on via name as well as poll name (thanks to Rob Funk).
* Handle SMTP error responses from DATA, so zmailer will work.
1998-12-17 00:17:39 +00:00
frueauf
507a5f888c Update fetchmail to 4.6.9. From its Changelog:
fetchmail-4.6.9 (Tue Dec  1 14:46:19 EST 1998):
* Better RFC822 conformance in fetchmail trace headers.
* Corrected MIME generation of bounce mail.
* Prevent core dumps on 'for' and 'by' in names (bug introduced in 4.6.8).
* Peter Hamlen's fix for bounce-message generation.
* Silent mode now suppresses progress messages from 2xx responses in ETRN.
* Fix for netrc.c core dump from Michael Pearce
  <Michael_Pearce-AMP001@email.mot.com>.

fetchmail-4.6.8 (Sat Nov 28 21:07:46 EST 1998):
* Added bounce-mail capability on SMTP/ESMTP error conditions.
* Internationalization support via GNU gettext from Arnaldo Carvalho de Melo
  <acme@conectiva.com.br> and Jorge Godoy <jorge@bestway.com.br>.  First
  supported language is Brazilo-Portuegese (LC_ALL=pt_BR).
* Fixed Debian Bug#29913: -M on the command line causes SEGV in daemon mode.
* Emit an informational message when fetchlimit is reached.
* Documented fetchmail's actions on ESMTP errors on the man page.
* Fix an undead-message hole in POP3 with fetchall on.
* Fix a minor error in generation of fetchmail's trace headers.
* Better Received-line parsing (avoid some false positives).
1998-12-02 11:13:46 +00:00
frueauf
40815b0879 Update fetchmail to 4.6.7. 1998-11-22 20:42:36 +00:00
frueauf
49aafa7b2b Updated fetchmail to 4.6.6. 1998-11-08 17:13:44 +00:00
frueauf
506bea6879 Update fetchmail to 4.6.5. 1998-10-30 13:51:32 +00:00
frueauf
ab3d188acb Update fetchmail to 4.6.4. 1998-10-28 13:23:17 +00:00
frueauf
e27232f82b Update fetchmail to 4.6.3. 1998-10-22 07:51:40 +00:00
frueauf
0e7ee775c3 Update fetchmail to 4.6.2. 1998-10-18 12:08:22 +00:00
frueauf
1faa5b56ca Update fetchmail to 4.6.1. 1998-10-16 08:12:02 +00:00
frueauf
eff22af95f Update fetchmail to 4.6.0. 1998-09-28 10:40:39 +00:00
frueauf
97fae5833e Update fetchmail to 4.5.7. 1998-08-28 11:25:35 +00:00
frueauf
155040420c Update fetchmail to 4.5.6. 1998-08-25 12:26:57 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
frueauf
83a44033ce Update fetchmail to 4.5.5. 1998-08-04 09:15:38 +00:00
tv
7c0752da98 Use BSD_INSTALL_SCRIPT, not INSTALL_PROGRAM:N-s. 1998-07-28 16:09:50 +00:00
frueauf
cc4a6b0436 Update fetchmail to 4.5.4. 1998-07-26 20:31:01 +00:00
frueauf
e5296938b9 Update fetchmail to 4.5.3. 1998-07-22 11:40:57 +00:00
frueauf
a13277eff8 Update fetchmail to 4.5.2. 1998-07-18 21:19:44 +00:00
mycroft
c6729dbfdc Remove outdated RCS tags. 1998-07-04 09:37:29 +00:00
mycroft
28af6b926a Upgrade to 4.5.1. 1998-07-04 04:41:35 +00:00
agc
b0ae9f3a28 Remove MAN<sect> and CAT<sect> definitions from package Makefiles - these
are unnecessary with automatic manual page handling.
1998-06-18 15:25:24 +00:00
agc
eab89324a5 Include bsd.prefs.mk, so that variables can be set in /etc/mk.conf 1998-06-03 13:07:08 +00:00
mycroft
28600f6dab Check for existance of mk.conf, first. 1998-05-10 10:30:14 +00:00
mycroft
6757c16ec7 We need mk.conf for MAKE_EBONES/MAKE_KERBEROS4. 1998-05-10 10:15:06 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
mycroft
54d3ff092e Kill a compiler warning. 1998-03-16 08:28:28 +00:00
mycroft
50ccc15d2b Make this compile with Kerberos. 1998-03-16 08:24:49 +00:00
hubertf
3ddf90946b update to V4.3.9, by request from veego. 1998-03-07 22:25:18 +00:00
tron
b80c754a60 Adapt this package to NetBSD. 1998-02-28 11:35:39 +00:00
tron
87bf75911a Initial import of FreeBSD's "fetchmail" port. 1998-02-28 11:05:37 +00:00