logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: a95903c286ec3d097b96a4ae13997fb61f66f92f
parent a32671ebce109be78fc180112a39bc04b7fc4488
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 18 Mar 2019 22:51:17 -0700

msmtp: Update to 1.8.3

Diffstat:

Mpkg/msmtp/config.h7++++---
Mpkg/msmtp/gen.lua1+
Mpkg/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch12++++++------
Mpkg/msmtp/ver2+-
4 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/pkg/msmtp/config.h b/pkg/msmtp/config.h @@ -14,6 +14,7 @@ /* #undef HAVE_LIBGNUTLS */ /* #undef HAVE_LIBGSASL */ /* #undef HAVE_LIBIDN */ +#define HAVE_LIBRESOLV 1 /* #undef HAVE_LIBSECRET */ #define HAVE_LIBSSL 1 #define HAVE_LINK 1 @@ -38,10 +39,10 @@ #define PACKAGE "msmtp" #define PACKAGE_BUGREPORT "marlam@marlam.de" #define PACKAGE_NAME "msmtp" -#define PACKAGE_STRING "msmtp 1.8.1" +#define PACKAGE_STRING "msmtp 1.8.3" #define PACKAGE_TARNAME "msmtp" #define PACKAGE_URL "https://marlam.de/msmtp" -#define PACKAGE_VERSION "1.8.0" +#define PACKAGE_VERSION "1.8.3" #define PLATFORM "x86_64-pc-linux-gnu" #define STDC_HEADERS 1 #ifndef _ALL_SOURCE @@ -59,7 +60,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "1.8.1" +#define VERSION "1.8.3" #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ #define W32_NATIVE 1 #endif diff --git a/pkg/msmtp/gen.lua b/pkg/msmtp/gen.lua @@ -18,6 +18,7 @@ exe('msmtp', [[ tools.c xalloc.c aliases.c + password.c tls.c 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 034e472403bcf0fbe90a0d4d9fa6535d3f473d78 Mon Sep 17 00:00:00 2001 +From f42d6ab0fa846b265b6d96be7db05ddcb7cc30dc 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,7 +9,7 @@ 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 53bed10..d83bd44 100644 +index f3cea01..b177e0e 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 @@ -18,10 +18,10 @@ index 53bed10..d83bd44 100644 AC_SEARCH_LIBS([socket], [socket]) -AC_CHECK_SIZEOF([long long]) - dnl pkg-config (required to detect libraries) - PKG_PROG_PKG_CONFIG([]) + 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 c39451f..f75759a 100644 +index ab44daa..8a95f1f 100644 --- a/src/conf.c +++ b/src/conf.c @@ -36,9 +36,7 @@ @@ -36,5 +36,5 @@ index c39451f..f75759a 100644 #include "gettext.h" #define _(string) gettext(string) -- -2.18.0 +2.21.0 diff --git a/pkg/msmtp/ver b/pkg/msmtp/ver @@ -1 +1 @@ -1.8.1 r0 +1.8.3 r0