commit: ab438ea71e5b61956b9ad8c5b5f56e3a6c6b66c3
parent 785b495ba77ee716740523df566c560c63b4ddcc
Author: Michael Forney <mforney@mforney.org>
Date: Thu, 4 Jun 2020 19:57:28 -0700
msmtp: Update to 1.8.11
Diffstat:
3 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/pkg/msmtp/config.h b/pkg/msmtp/config.h
@@ -36,13 +36,14 @@
#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.8.10"
+#define PACKAGE_STRING "msmtp 1.8.11"
#define PACKAGE_TARNAME "msmtp"
#define PACKAGE_URL "https://marlam.de/msmtp"
-#define PACKAGE_VERSION "1.8.10"
+#define PACKAGE_VERSION "1.8.11"
#define PLATFORM "x86_64-pc-linux-musl"
#define STDC_HEADERS 1
#ifndef _ALL_SOURCE
@@ -60,7 +61,7 @@
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
-#define VERSION "1.8.10"
+#define VERSION "1.8.11"
#if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__
#define W32_NATIVE 1
#endif
diff --git a/pkg/msmtp/patch/0001-Remove-unnecessary-check-for-sizeof-long-long.patch b/pkg/msmtp/patch/0001-Remove-unnecessary-check-for-sizeof-long-long.patch
@@ -1,4 +1,4 @@
-From b6441967d311b6d62f5936ff346293505d5f0261 Mon Sep 17 00:00:00 2001
+From 40238cc120312dc1e70ac35e8c993d959c70438b Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Fri, 13 May 2016 23:01:44 -0700
Subject: [PATCH] Remove unnecessary check for sizeof(long long)
@@ -10,11 +10,11 @@ The C standard guarantees that its maximum value is at least 2^63 - 1.
2 files changed, 5 deletions(-)
diff --git a/configure.ac b/configure.ac
-index b3b0fa1..2c1aef7 100644
+index 6b214b6..a2c4ef2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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_CHECK_FUNCS([fmemopen fseeko fseeko64 getpass link signal strndup syslog vasprintf])
AC_SEARCH_LIBS([nanosleep], [rt posix4])
AC_SEARCH_LIBS([socket], [socket])
-AC_CHECK_SIZEOF([long long])
@@ -22,7 +22,7 @@ index b3b0fa1..2c1aef7 100644
dnl Unfortunately AC_SEARCH_LIBS([res_query], [resolv]) does not work because we
dnl apparently need to include the appropriate header files, so we use a double
diff --git a/src/conf.c b/src/conf.c
-index a0e3eb3..d5c9306 100644
+index aedbd18..c92c088 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -36,10 +36,6 @@
@@ -37,5 +37,5 @@ index a0e3eb3..d5c9306 100644
#define _(string) gettext(string)
--
-2.26.0
+2.27.0
diff --git a/pkg/msmtp/ver b/pkg/msmtp/ver
@@ -1 +1 @@
-1.8.10 r0
+1.8.11 r0