Commit graph

9 commits

Author SHA1 Message Date
mef
7fbda9048b (pkgsrc)
- patch-aa was used to edit Makefile. Now it edits Makefile.in instead
 - patch-a[cefh] are removed, equivalent fix applied
 - patch-dns.c  is added to silent prototype warning

(upstream)
 - Update 1.20 to 1.23
-------------------
1.23: Feb.17,2015:
        dns.c, smtp.c:
                typo fixed: INET6 should be AF_INET6

1.22: Jun.9,2012:
        smtp.c:
                logging whole message in multi-lined SMTP response.

1.21: Jun.7,2012:
        smtp.c, common.h, main.c:
                '-2' option added to avoid piggybacking among domains.
                (to support spec change on GoogleApps service)
        dns.c:
                definitions of functions with "static" are moved outside
                to avoid "invalid strage class" errors.
        *.c, extern.h:
                log() is renamed to logg() to avoid conflict.
2015-03-15 15:07:47 +00:00
jperkin
23c3f798df Fix IPv6 build on SunOS 5.10 and newer. 2014-09-25 14:14:47 +00:00
mef
cbca0f196f Bump smtpfeed version from 1.18 (2002/03) to 1.20 Based on PR pkg/46679
with:
+LICENSE=     original-bsd
-----------
 1.20: Aug.21,2003:
         smtp.c, common.h:
                 fix on duplicate mailing.

 1.19: Aug.20,2003:
         configure:
                 SunOS 5.9 support from Toshio Hiraga <Toshio.Hiraga at jp.sony.com>
         main.c, smtp.c:
                 reuse connection even when all recipients are invalid in a
                  transaction. please specify option -u to use this feature.
                  suggested by Koji Kawano <kawano at tailback.co.jp>
         smtp.c:
                 retry on recipients which are not accepted with 452 (too many
                  recipients) problem reported by Kenji Ikeda
                  <ikeda at impress.co.jp>
                 fix on bug to set cnf.rcpts_trans to 1 reported by
                  Koji Kawano <kawano at tailback.co.jp>
                 avoid null pointer access/out of range access of state_tbl[]
                  when unexpected close of SMTP connection reported by
                  Hirokazu MORIKAWA <morikawa at nxhack.tarumi.kobe.jp>
                  also by Masato Minda <minmin at wide.ad.jp>
                 reply code tweaking after . termination of DATA command
                  problem reported by Ken Makimura <macky at astem.or.jp>
         dns.c:
                 do not drop query when got an answer from a NS which does not
                 support recursive query.
         util.c:
                 fix on size for MALLOC reported by Koji Kawano
                 <kawano at tailback.co.jp>
-----------
2012-07-10 09:09:10 +00:00
taca
eb4e3f21ac Add patches for reduce/resolve compile problem with gcc-4, especially
on NetBSD/powerpc reported by Makoto Fujiwara.

These patches are slightly aggressive adding most of proto type.
So, please report me if there is any problem.

No PKGREVISION bump since it should change nothing for binary package.
2006-07-23 15:00:41 +00:00
itojun
3d07a15c6b upgrade to use version 1.05 of master distribution.
key changes in 1.02 -> 1.05:
- portability fixes
- cope with corrupted DNS configuration, where A/AAAA for MX is not found
2000-04-15 13:58:26 +00:00
dmcmahill
28ad1dc15b defuzz. patch is otherwise the same 2000-02-22 01:31:26 +00:00
itojun
aa5498d754 change special sendmail installation. now mail/sendmail includes
WIDE patch, mail/smtpfeed can simply depend on mail/sendmail.
2000-01-02 18:02:50 +00:00
itojun
5a98c78547 mail/smtpfeed: SMTP Fast Exploding External Deliverer for Sendmail
(builds patched sendmail as well)
1999-11-29 08:33:29 +00:00
itojun
45b20285eb from KAME/netbsd repository 1999-11-29 08:06:32 +00:00