The NetBSD Project

CVS log for pkgsrc/mail/smtpfeed/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / mail / smtpfeed

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.39 / (download) - annotate - [select for diffs], Thu Dec 15 11:30:01 2022 UTC (11 months, 2 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
Changes since 1.38: +4 -1 lines
Diff to previous 1.38 (colored)

smtpfeed: Fix libraries on SunOS.

Revision 1.38 / (download) - annotate - [select for diffs], Mon May 24 19:52:53 2021 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.37: +2 -1 lines
Diff to previous 1.37 (colored)

*: recursive bump for perl 5.34

Revision 1.37 / (download) - annotate - [select for diffs], Sun Mar 15 15:07:47 2015 UTC (8 years, 8 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

(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.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Oct 8 12:19:31 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.35: +1 -3 lines
Diff to previous 1.35 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Jul 10 09:09:10 2012 UTC (11 years, 4 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored)

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>
-----------

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jun 12 15:45:58 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

Add inet6 to default suggested options. It's 2012.

Revision 1.33 / (download) - annotate - [select for diffs], Thu Feb 11 19:39:04 2010 UTC (13 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.32: +6 -3 lines
Diff to previous 1.32 (colored)

DESTDIR support

Revision 1.32 / (download) - annotate - [select for diffs], Mon Mar 17 11:37:41 2008 UTC (15 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.31: +3 -5 lines
Diff to previous 1.31 (colored)

Update MASTER_SITES and HOMEPAGE.

Revision 1.31 / (download) - annotate - [select for diffs], Sat Nov 17 13:40:16 2007 UTC (16 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.30: +3 -4 lines
Diff to previous 1.30 (colored)

Reset maintainer for itojun's packages.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Sep 7 22:12:13 2007 UTC (16 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.29: +10 -9 lines
Diff to previous 1.29 (colored)

Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:44 2007 UTC (16 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jan 7 09:13:59 2007 UTC (16 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jun 3 00:45:15 2006 UTC (17 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.26: +3 -1 lines
Diff to previous 1.26 (colored)

Be more aggressive: broken configure script checks if libexecdir exists
at configure time.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Jun 2 13:55:47 2006 UTC (17 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.25: +4 -4 lines
Diff to previous 1.25 (colored)

Use INSTALLATION_DIRS.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:35 2005 UTC (18 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.24 / (download) - annotate - [select for diffs], Mon Nov 7 20:35:20 2005 UTC (18 years ago) by tv
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Add devel/sysexits bl3.
Add hacks.mk to get the libbind resolver on Interix.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Mar 24 21:12:56 2005 UTC (18 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.22: +1 -3 lines
Diff to previous 1.22 (colored)

Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Mar 14 19:52:16 2005 UTC (18 years, 8 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.21: +1 -11 lines
Diff to previous 1.21 (colored)

There's no need to manually format and install a nroffed manpage.
Install the source and let man(1) do it.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Mar 19 13:23:26 2002 UTC (21 years, 8 months ago) by taca
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Update smtpfeed package to 1.18.


1.18: Mar.19,2002:
	smtp.c:
		avoid null pointer access when MAPOPT_TRYALLADDR set.
		reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
	dns.c:
		ignore answer from a nameserver which does not support recursive
		query if the server described in resolv.conf is such a server.
	main.c:
		default for -q option is changed to 50.
		 suggested by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jan 21 11:25:23 2002 UTC (21 years, 10 months ago) by taca
Branch: MAIN
Changes since 1.19: +14 -2 lines
Diff to previous 1.19 (colored)

Update smtpfeed to 1.17.  Now online manual added, too.

1.17: Jan.12,2002:
	smtpfeed.8:
		this manual page (in English) is provided by Ralf S.
		Engelschall <rse@engelschall.com>
	dns.c:
		some sanity checking in DNS answer packet to avoid coredump.
	common.h, dns.c, main.c, lmtp.c:
		DNS query concurrency limitation. set -q option to limit.
		default is 0 (unlimited). maximum concurrency will be
		 shown with dnsmaxcq= in log after delivery is completed.
		 problem reported by Takahiro Kambe
		 <taca@sky.yamashina.kyoto.jp>
	common.h, dns.c, smtp.c:
		/opt support in map file.
		if you want to try other IP addresses for a MX host when
		 a transaction (after HELOSENT) with an IP address was failed,
		 describe "domain MX/a" in the map file.
		 this option can be applied to each term separated by ':' like
		 "domain mx1/a:mx2:mx3/a".
		 based on a request from Koji Kawano
		 <kawano@eng.trans-cosmos.co.jp>

1.16: Aug.27,2001:
	main.c:
		"socklen_t" is replaced with "int" to support old platforms
		which does not have the "socklen_t" definition.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Sep 9 16:46:47 2001 UTC (22 years, 2 months ago) by taca
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Update smtpfeed to 1.15.

1.15: Aug.26,2001:
	dns.c:
		avoid DNS query synchronization when no queries are sent
		in case a LMTP connection is used for multiple transaction.
	lmtp.c:
		some messages in setproctitle() are changed.
	main.c:
		logging peer-name for use with inetd (LMTP over TCP)
	README:
		some comments added: Sendmail 8.12 includes the DYNAMIC_TOBUF
		feature by default which supplied from 3.xW patch for sendmail.
		So you do not need the patch any more if you do not use
		extensions in sendmail.cf description offered by the patch.

1.14: Aug.15,2001:
	smtp.c:
		changes on some timeout values
		work around for bogus mail gateway to mobile phone...
		fix on NULL pointer access which causes unterminating process
		 with proctitle like: "smtpfeed: 550% delivered"
		 reported by Hisaaki Shibata <shibata@luky.org>
		 fixed by Anatoly A. Orehovsky <tolik@asplinux.ru>
		do not rewrite envelope sender using the following rule
		 when sender is <>: SndrUser+RcptUser=RcptDomain@SndrDomain
		 problem reported by Shin ZUKERAN <shin@ryukyu.ad.jp>
	log.c:
		increase retry counter value
	common.h, address.c, smtp.c, extern.h, main.c, util.c:
		support par domain recipient number setting with file
		 suggested by Koji Kawano <kawano@eng.trans-cosmos.co.jp>

Revision 1.18 / (download) - annotate - [select for diffs], Sun Apr 22 22:06:19 2001 UTC (22 years, 7 months ago) by zuntum
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.17: +1 -3 lines
Diff to previous 1.17 (colored)

Remove FreeBSDism (NOPORTDOCS)

Revision 1.17 / (download) - annotate - [select for diffs], Mon Mar 19 05:28:23 2001 UTC (22 years, 8 months ago) by itojun
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

upgrade to 1.13.

        smtp.c:
                max number of RCPT/SMTP was limited to 99 (should be 100).
                 reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
        configure.in:
                Solaris8 support
                 suggested by Toshio Hiraga <Toshio.Hiraga@jp.sony.com>

Revision 1.16 / (download) - annotate - [select for diffs], Mon Mar 5 11:43:16 2001 UTC (22 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

upgrade to 1.12.  (the following "buffer overflow" is not about security issue
like memory buffer overrun, but the udp send buffer overflow)

1.12: Mar.4,2001:
        log.c:
                a hack to avoid syslog buffer overflow added.
                 problem reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp>

Revision 1.15 / (download) - annotate - [select for diffs], Sun Feb 25 04:17:59 2001 UTC (22 years, 9 months ago) by hubertf
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this

Revision 1.14 / (download) - annotate - [select for diffs], Sat Feb 17 18:25:05 2001 UTC (22 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Feb 14 00:32:39 2001 UTC (22 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

upgrade to 1.11.  logging changes.

1.11: Feb.14,2001:
        smtp.c:
                changes in logging format:
                 remove IPv6 letter in [IPv6:...] notation.
                 show proto=v4 when IPv4 address used if compiled with
                 --enable-v6.
                 show "(gateway)" after protocol gateway address.
                 patch from Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 31 10:24:03 2001 UTC (22 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

upgrade to 1.10.

1.10: Jan.30,2001:
	main.c, address.c:
		Now you can specify order of IPv4/IPv6 for SMTP with -NB option.
		-NB4: try IPv4 first, then IPv6
		-NB6: try IPv6 first, then IPv4 (default setting)
	dns.c:
		AF_INET6 should not be used on IPv4 only plathome.
		 reported by Shigechika AIKAWA <shige@cin.nihon-u.ac.jp>

1.09: Jan.29,2001
	address.c:
		Log un-delivered recipients because of DNS lookup failure.
		 suggested by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
	dns.c, main.c:
		A new -g option added to support protocol gateway feature.
		 idea from Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 29 11:34:32 2001 UTC (22 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.10: +1 -8 lines
Diff to previous 1.10 (colored)

Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 21 06:02:27 2001 UTC (22 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.9: +4 -3 lines
Diff to previous 1.9 (colored)

upgrade to 1.08.

1.08: Jan.4,2001
	smtp.c:
		Successful recipients were not logged if the final recipient
		was rejected in a SMTP transaction.
		 reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
		An access to conn->host->currect encounters NULL at the
		beginning of SMTP connection establishment. So checks inserted
		for safety.
		 reported by Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
	dns.c:
		fallbackmx will work with A/AAAA only hosts
	commom.h, main.c, dns.c, smtp.c:
		Option -5 supported for IPv4 or IPv6 only platform to use
		fallback gateway to IPv6/IPv4 cloud. Unless -5 specified,
		messages will be bounced back from IPv4 host to IPv6 host
		(AAAA only MX) or from IPv6 host to IPv4 host (A only MX),
		what was default action of old versions of smtpfeed.
		You also want to specify fallback host which can reach
		IPv6/IPv4.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jul 26 09:43:51 2000 UTC (23 years, 4 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.8: +5 -4 lines
Diff to previous 1.8 (colored)

use 1.07.1.  changes: documentation change for 8.11.0+wide patch.
correct DEPENDS.

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 29 02:38:27 2000 UTC (23 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

upgrade smtpfeed from 1.06 to 1.07.

--- recent changes from RELEASE.NOTES
1.07: May.29,2000
	smtp.c:
		false permanent errors (Connection timed out, which should be
		temporary failures) when SMTP connection (in processing) is
		timed-out.
		 reported by Jun-ichiro itojun Hagino <itojun@iijlab.net>

1.06: Apr.24,2000
	smtp.c, main.c, common.h:
		false permanent errors (No addresses) occur when DNS queries
		are timed-out.
		 reported by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>

Revision 1.7 / (download) - annotate - [select for diffs], Fri May 5 18:37:57 2000 UTC (23 years, 7 months ago) by itojun
Branch: MAIN
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

upgrade to 1.06.

no changelog available in the tar.gz file.  IIRC, the change was
about MX search order.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Apr 15 13:58:26 2000 UTC (23 years, 7 months ago) by itojun
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

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

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 5 16:18:33 2000 UTC (23 years, 8 months ago) by itojun
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4 (colored)

add comment about dependency to sendmail

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 2 18:02:50 2000 UTC (23 years, 11 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.3: +11 -34 lines
Diff to previous 1.3 (colored)

change special sendmail installation.  now mail/sendmail includes
WIDE patch, mail/smtpfeed can simply depend on mail/sendmail.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 27 09:34:13 1999 UTC (23 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.2: +8 -4 lines
Diff to previous 1.2 (colored)

be more friendly with mailwrapper(8) when installing sendmail.
XXX maybe we should install sendmail into /usr/pkg/somewhere, and let
the user edit /etc/mailer.conf?  I'm not really sure what is the best route.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 29 08:33:30 1999 UTC (24 years ago) by itojun
Branch: MAIN
Changes since 1.1: +9 -0 lines
Diff to previous 1.1 (colored)

mail/smtpfeed: SMTP Fast Exploding External Deliverer for Sendmail
(builds patched sendmail as well)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Nov 29 08:06:32 1999 UTC (24 years ago) by itojun
Branch: TNF
CVS Tags: snap19991129
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

from KAME/netbsd repository

Revision 1.1 / (download) - annotate - [select for diffs], Mon Nov 29 08:06:32 1999 UTC (24 years ago) by itojun
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>