diff options
author | taca <taca> | 2009-09-14 07:08:52 +0000 |
---|---|---|
committer | taca <taca> | 2009-09-14 07:08:52 +0000 |
commit | 5f129afcd6e449a86f47d3cb7bd770bba799b4d4 (patch) | |
tree | 9415050afc6d4c2683984926fed0f97886aaf3b6 /mail/msmtp/Makefile | |
parent | d042e3ee6b4ed908294237ff532bda4a194c3360 (diff) | |
download | pkgsrc-5f129afcd6e449a86f47d3cb7bd770bba799b4d4.tar.gz |
Update msmtp package to 1.4.18 adding a patch for OpenSSL 1.0beta.
(fix PR pkg/42054.)
Changes:
- Update gnulib to 2009-09-07.
- Use proper binary prefixes when handling sizes.
- Scripts msmtpq and msmtpQ: do not hardcode IP address of www.google.com
when testing connectivity. Use host name instead. Closes Debian bug #538328.
- Make the option -v an alias for -d/--debug, for compatibility with
other implementations of the sendmail interface. Closes Debian bug #487272.
- Add find_alias_for_msmtp.sh script by Jim Lofft.
- Update gnulib to 2009-08-02.
- Increase SMTP_MAXCMDLEN so that it is large enough to handle the
potentially very long lines generated by the GSSAPI authentication method.
- Update gnulib to 2009-03-07. Remove gnulib modules
fseek/fseeko/lseek because they cause errors on MinGW: files opened with
"r+" cannot be written to.
Provide our own fseeko instead if it does not exist; see configure.ac.
- Use "netrc" as SYSNETRCFILE, not ".netrc". Reported by Jim Pryor.
- Use more gnulib modules to remove more W32 workarounds from the source.
- Add missing gnulib module strerror for meaningful error messages on W32.
Diffstat (limited to 'mail/msmtp/Makefile')
-rw-r--r-- | mail/msmtp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index c232f040609..b9224b3a988 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2009/08/26 19:58:45 sno Exp $ +# $NetBSD: Makefile,v 1.24 2009/09/14 07:08:52 taca Exp $ -DISTNAME= msmtp-1.4.17 -PKGREVISION= 1 +DISTNAME= msmtp-1.4.18 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msmtp/} EXTRACT_SUFX= .tar.bz2 |