summaryrefslogtreecommitdiff
path: root/mail/smtpfeed
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for mail categoryagc1-1/+2
Problems found locating distfiles: Package mutt: missing distfile patch-1.5.24.rr.compressed.gz Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz Package pine: missing distfile fancy.patch.gz Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch Package qmail: missing distfile badrcptto.patch Package qmail: missing distfile outgoingip.patch Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-03-15(pkgsrc)mef13-2600/+149
- 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.
2014-09-25Fix IPv6 build on SunOS 5.10 and newer.jperkin2-1/+17
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-07-10Bump smtpfeed version from 1.18 (2002/03) to 1.20 Based on PR pkg/46679mef4-148/+171
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-06-12Add inet6 to default suggested options. It's 2012.wiz1-1/+2
2010-02-11DESTDIR supportjoerg1-3/+6
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-03-17Update MASTER_SITES and HOMEPAGE.obache1-5/+3
2007-11-17Reset maintainer for itojun's packages.wiz1-4/+3
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam1-9/+10
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.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
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.
2006-07-23Add patches for reduce/resolve compile problem with gcc-4, especiallytaca12-1/+2851
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-06-03Be more aggressive: broken configure script checks if libexecdir existsjoerg1-1/+3
at configure time.
2006-06-02Use INSTALLATION_DIRS.joerg1-4/+4
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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
2005-11-07Add devel/sysexits bl3.tv2-1/+13
Add hacks.mk to get the libbind resolver on Interix.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-03-14There's no need to manually format and install a nroffed manpage.tv2-14/+3
Install the source and let man(1) do it.
2005-02-24Add RMD160 digests.agc1-1/+2
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-03-19Update smtpfeed package to 1.18.taca2-5/+5
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>
2002-01-22Fix PLIST one more, not smtpeed but smtpfeed.taca1-3/+3
2002-01-22Fix PLIST, /usr/pkg/man not /usr/pkg/share/man.taca1-3/+3
2002-01-21Update smtpfeed to 1.17. Now online manual added, too.taca3-6/+20
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.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-09Update smtpfeed to 1.15.taca2-5/+5
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>
2001-04-22Remove FreeBSDism (NOPORTDOCS)zuntum1-3/+1
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-19upgrade to 1.13.itojun2-4/+4
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>
2001-03-05upgrade to 1.12. (the following "buffer overflow" is not about security issueitojun2-4/+4
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>
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-14upgrade to 1.11. logging changes.itojun2-5/+5
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>
2001-01-31upgrade to 1.10.itojun2-4/+4
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>
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-13/+9
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.
2001-01-21upgrade to 1.08.itojun3-6/+9
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.
2000-07-26use 1.07.1. changes: documentation change for 8.11.0+wide patch.itojun2-6/+7
correct DEPENDS.
2000-05-29upgrade smtpfeed from 1.06 to 1.07.itojun2-4/+4
--- 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>
2000-05-05upgrade to 1.06.itojun2-5/+4
no changelog available in the tar.gz file. IIRC, the change was about MX search order.
2000-04-15upgrade to use version 1.05 of master distribution.itojun4-872/+7
key changes in 1.02 -> 1.05: - portability fixes - cope with corrupted DNS configuration, where A/AAAA for MX is not found
2000-04-05add comment about dependency to sendmailitojun1-2/+3
2000-02-22defuzz. patch is otherwise the samedmcmahill2-8/+6
2000-01-09(re)genwiz1-2/+1
2000-01-02change special sendmail installation. now mail/sendmail includesitojun5-79/+16
WIDE patch, mail/smtpfeed can simply depend on mail/sendmail.
1999-12-27be more friendly with mailwrapper(8) when installing sendmail.itojun4-9/+18
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.
1999-11-29mail/smtpfeed: SMTP Fast Exploding External Deliverer for Sendmailitojun4-2/+879
(builds patched sendmail as well)
1999-11-29from KAME/netbsd repositoryitojun8-0/+155