logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: af1e59d3411f55dceba0990594c2ca4d883c97c8
parent 656328097fa7c5709048d02c3f927fd4af859c44
Author: Michael Forney <mforney@mforney.org>
Date:   Thu,  3 Dec 2020 20:05:45 -0800

msmtp: Update to 1.8.13

Diffstat:

Mpkg/msmtp/config.h8++++----
Mpkg/msmtp/ver2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git 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/ver b/pkg/msmtp/ver @@ -1 +1 @@ -1.8.12 r0 +1.8.13 r0