summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-12-03 20:05:45 -0800
committerMichael Forney <mforney@mforney.org>2020-12-03 21:11:43 -0800
commitaf1e59d3411f55dceba0990594c2ca4d883c97c8 (patch)
treea210ba02a76d39adb063eb0d15d87240a9c67fd3 /pkg
parent656328097fa7c5709048d02c3f927fd4af859c44 (diff)
msmtp: Update to 1.8.13
Diffstat (limited to 'pkg')
-rw-r--r--pkg/msmtp/config.h8
m---------pkg/msmtp/src0
-rw-r--r--pkg/msmtp/ver2
3 files changed, 5 insertions, 5 deletions
diff --git a/pkg/msmtp/config.h b/pkg/msmtp/config.h
index 50fc7d69..52dfd7ca 100644
--- a/pkg/msmtp/config.h
+++ b/pkg/msmtp/config.h
@@ -1,6 +1,6 @@
/* #undef ENABLE_NLS */
#define HAVE_ARPA_INET_H 1
-/* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
+/* #undef HAVE_CFLOCALECOPYCURRENT */
/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
/* #undef HAVE_DCGETTEXT */
#define HAVE_FMEMOPEN 1
@@ -40,10 +40,10 @@
#define PACKAGE "msmtp"
#define PACKAGE_BUGREPORT "marlam@marlam.de"
#define PACKAGE_NAME "msmtp"
-#define PACKAGE_STRING "msmtp 1.8.12"
+#define PACKAGE_STRING "msmtp 1.8.13"
#define PACKAGE_TARNAME "msmtp"
#define PACKAGE_URL "https://marlam.de/msmtp"
-#define PACKAGE_VERSION "1.8.12"
+#define PACKAGE_VERSION "1.8.13"
#define PLATFORM "x86_64-pc-linux-musl"
#define STDC_HEADERS 1
#ifndef _ALL_SOURCE
@@ -61,7 +61,7 @@
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
-#define VERSION "1.8.12"
+#define VERSION "1.8.13"
#if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__
#define W32_NATIVE 1
#endif
diff --git a/pkg/msmtp/src b/pkg/msmtp/src
-Subproject 56113d319d22026b32e4cf7eb6633bcc12c453a
+Subproject 72975cea6b8401d58169c56409eebca1d1f62be
diff --git a/pkg/msmtp/ver b/pkg/msmtp/ver
index 879fbd27..9d6400c4 100644
--- a/pkg/msmtp/ver
+++ b/pkg/msmtp/ver
@@ -1 +1 @@
-1.8.12 r0
+1.8.13 r0