pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/42054: Update mail/msmtp to 1.4.18



>Number:         42054
>Category:       pkg
>Synopsis:       mail/msmtp is not the latest stable version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Sep 12 19:50:00 +0000 2009
>Originator:     Leonardo Taccari
>Release:        NetBSD 5.0.1
>Organization:
NetBSD Italia
>Environment:
        
        
System: NetBSD bianconiglio 5.0.1 NetBSD 5.0.1 (BIANCONIGLIO) #2: Sat Sep 5 
22:44:19 CEST 2009 
leot@bianconiglio:/usr/src/sys/arch/i386/compile/BIANCONIGLIO i386
Architecture: i386
Machine: i386
>Description:
        mail/msmtp in pkgsrc (1.4.17) is not the latest stable version (1.4.18).
>How-To-Repeat:
        $ cd ${PKGSRCDIR}/mail/msmtp && make show-var VARNAME=DISTNAME

        and/or

        $ cd ${PKGSRCDIR}/mail/msmtp && make install
        $ msmtp --version
>Fix:
        Please apply the attached patches, while here I will write a possible 
cvs
        log message too.

        Thanks in advance!


Update mail/msmtp to 1.4.18.
[...]

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.


Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/mail/msmtp/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- distinfo    6 Jan 2009 12:08:01 -0000       1.16
+++ distinfo    12 Sep 2009 09:34:59 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.16 2009/01/06 12:08:01 obache Exp $
 
-SHA1 (msmtp-1.4.17.tar.bz2) = 6b7fa1d9c9eee249b571b3f7720ebd779f94f4de
-RMD160 (msmtp-1.4.17.tar.bz2) = 749cf22bcbde90dd298f0c96ee0f9e41f93767b6
-Size (msmtp-1.4.17.tar.bz2) = 766293 bytes
+SHA1 (msmtp-1.4.18.tar.bz2) = f7b42a2a6f4c9c21687dde86dfa827d728a08d76
+RMD160 (msmtp-1.4.18.tar.bz2) = 5157815713363e94b62e2de5fe6ba9dd0c330180
+Size (msmtp-1.4.18.tar.bz2) = 818691 bytes


Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/msmtp/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    26 Aug 2009 19:58:45 -0000      1.23
+++ Makefile    12 Sep 2009 09:41:26 -0000
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.23 2009/08/26 19:58:45 sno 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

>Unformatted:
        <Please check that the above is correct for the bug being reported,>
        <and append source date of snapshot, if applicable (one line).>


Home | Main Index | Thread Index | Old Index