commit: f1e33bc0296f42d9489ca1cbde133bafb48f6d9b
parent 92dbfd453bb432b87382941e2c9ab54291680d34
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 7 Sep 2018 14:14:10 -0700
msmtp: Update to 1.8.0
Diffstat:
3 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/pkg/msmtp/config.h b/pkg/msmtp/config.h
@@ -8,7 +8,6 @@
#define HAVE_FSEEKO64 1
/* #undef HAVE_GAI_IDN */
#define HAVE_GETPASS 1
-#define HAVE_GETSERVBYNAME 1
/* #undef HAVE_GETTEXT */
/* #undef HAVE_ICONV */
#define HAVE_INTTYPES_H 1
@@ -20,8 +19,8 @@
#define HAVE_LINK 1
/* #undef HAVE_MACOSXKEYRING */
#define HAVE_MEMORY_H 1
-#define HAVE_MKSTEMP 1
#define HAVE_NETDB_H 1
+#define HAVE_NETINET_IN_H 1
#define HAVE_SIGNAL 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
@@ -36,14 +35,13 @@
#define HAVE_SYS_WAIT_H 1
#define HAVE_TLS 1
#define HAVE_UNISTD_H 1
-#define HAVE_VASPRINTF 1
#define PACKAGE "msmtp"
#define PACKAGE_BUGREPORT "marlam@marlam.de"
#define PACKAGE_NAME "msmtp"
-#define PACKAGE_STRING "msmtp 1.6.8"
+#define PACKAGE_STRING "msmtp 1.8.0"
#define PACKAGE_TARNAME "msmtp"
#define PACKAGE_URL "https://marlam.de/msmtp"
-#define PACKAGE_VERSION "1.6.8"
+#define PACKAGE_VERSION "1.8.0"
#define PLATFORM "x86_64-pc-linux-gnu"
#define STDC_HEADERS 1
#ifndef _ALL_SOURCE
@@ -61,7 +59,7 @@
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
-#define VERSION "1.6.8"
+#define VERSION "1.8.0"
#if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__
#define W32_NATIVE 1
#endif
diff --git a/pkg/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch b/pkg/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch
@@ -1,4 +1,4 @@
-From a92fb00546be6f4c4421c9746f1f15a0ae1ae776 Mon Sep 17 00:00:00 2001
+From 034e472403bcf0fbe90a0d4d9fa6535d3f473d78 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Fri, 13 May 2016 23:01:44 -0700
Subject: [PATCH] Use _Static_assert instead of checking for size of long long
@@ -9,11 +9,11 @@ Subject: [PATCH] Use _Static_assert instead of checking for size of long long
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
-index 74597e6..2f794bb 100644
+index 53bed10..d83bd44 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -49,7 +49,6 @@ AC_CHECK_HEADERS([sysexits.h netdb.h arpa/inet.h sys/socket.h sys/wait.h])
- AC_CHECK_FUNCS([fmemopen fseeko fseeko64 getpass getservbyname link mkstemp signal strndup syslog vasprintf])
+@@ -50,7 +50,6 @@ AC_CHECK_HEADERS([sysexits.h netdb.h arpa/inet.h sys/socket.h sys/wait.h netinet
+ AC_CHECK_FUNCS([fmemopen fseeko fseeko64 getpass link signal strndup syslog])
AC_SEARCH_LIBS([nanosleep], [rt posix4])
AC_SEARCH_LIBS([socket], [socket])
-AC_CHECK_SIZEOF([long long])
@@ -21,7 +21,7 @@ index 74597e6..2f794bb 100644
dnl pkg-config (required to detect libraries)
PKG_PROG_PKG_CONFIG([])
diff --git a/src/conf.c b/src/conf.c
-index fb20ae1..fd8e55c 100644
+index c39451f..f75759a 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -36,9 +36,7 @@
diff --git a/pkg/msmtp/rev b/pkg/msmtp/rev
@@ -1 +1 @@
-3
+4