diff options
| author | Michael Forney <mforney@mforney.org> | 2020-04-27 17:16:16 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-04-27 17:21:24 -0700 |
| commit | a39aeff8170c81837e17cc88bb343bb0c4377d98 (patch) | |
| tree | 36f462fdb144e37f2f330082eba3534a3707bc62 /pkg/msmtp | |
| parent | da8b36287b686202b19f793e2c7a38ee8b3f23a0 (diff) | |
msmtp: Update to 1.8.10
Diffstat (limited to 'pkg/msmtp')
| -rw-r--r-- | pkg/msmtp/config.h | 8 | ||||
| m--------- | pkg/msmtp/src | 0 | ||||
| -rw-r--r-- | pkg/msmtp/ver | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/pkg/msmtp/config.h b/pkg/msmtp/config.h index 2e0b9402..2ce9e115 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_CFLOCALECOPYCURRENT */ +/* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ /* #undef HAVE_DCGETTEXT */ #define HAVE_FMEMOPEN 1 @@ -39,10 +39,10 @@ #define PACKAGE "msmtp" #define PACKAGE_BUGREPORT "marlam@marlam.de" #define PACKAGE_NAME "msmtp" -#define PACKAGE_STRING "msmtp 1.8.8" +#define PACKAGE_STRING "msmtp 1.8.10" #define PACKAGE_TARNAME "msmtp" #define PACKAGE_URL "https://marlam.de/msmtp" -#define PACKAGE_VERSION "1.8.8" +#define PACKAGE_VERSION "1.8.10" #define PLATFORM "x86_64-pc-linux-musl" #define STDC_HEADERS 1 #ifndef _ALL_SOURCE @@ -60,7 +60,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "1.8.8" +#define VERSION "1.8.10" #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ #define W32_NATIVE 1 #endif diff --git a/pkg/msmtp/src b/pkg/msmtp/src -Subproject 63441f9011840d28ed8caab217d7a91a988199c +Subproject fcc5e11a3e57d364d09310d63abd4bce26a3c1c diff --git a/pkg/msmtp/ver b/pkg/msmtp/ver index d2afe28b..47a6a525 100644 --- a/pkg/msmtp/ver +++ b/pkg/msmtp/ver @@ -1 +1 @@ -1.8.8 r0 +1.8.10 r0 |
