diff options
| author | Michael Forney <mforney@mforney.org> | 2020-12-14 18:27:59 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-12-14 18:28:10 -0800 |
| commit | 049473238185fcb5e131b9e2c676d5207c12e048 (patch) | |
| tree | 2873171b1d9e569d161ea92d1040031eefabc96e | |
| parent | eb5be7fcd7648678a20ed637fe5693b946fb5a46 (diff) | |
msmtp: Update to latest git
| -rw-r--r-- | .gitmodules | 1 | ||||
| -rw-r--r-- | pkg/msmtp/patch/0001-Remove-unnecessary-check-for-sizeof-long-long.patch | 41 | ||||
| m--------- | pkg/msmtp/src | 0 | ||||
| -rw-r--r-- | pkg/msmtp/ver | 2 |
4 files changed, 1 insertions, 43 deletions
diff --git a/.gitmodules b/.gitmodules index 1bd87fcc..c49e5ce7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -189,7 +189,6 @@ [submodule "pkg/msmtp/src"] path = pkg/msmtp/src url = https://github.com/marlam/msmtp-mirror - ignore = all [submodule "pkg/mtdev/src"] path = pkg/mtdev/src url = http://bitmath.org/git/mtdev.git 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 deleted file mode 100644 index 93130cf7..00000000 --- a/pkg/msmtp/patch/0001-Remove-unnecessary-check-for-sizeof-long-long.patch +++ /dev/null @@ -1,41 +0,0 @@ -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) - -The C standard guarantees that its maximum value is at least 2^63 - 1. ---- - configure.ac | 1 - - src/conf.c | 4 ---- - 2 files changed, 5 deletions(-) - -diff --git a/configure.ac b/configure.ac -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 vasprintf]) - AC_SEARCH_LIBS([nanosleep], [rt posix4]) - AC_SEARCH_LIBS([socket], [socket]) --AC_CHECK_SIZEOF([long long]) - - 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 aedbd18..c92c088 100644 ---- a/src/conf.c -+++ b/src/conf.c -@@ -36,10 +36,6 @@ - #include <ctype.h> - #include <errno.h> - --#if (SIZEOF_LONG_LONG * CHAR_BIT) < 64 --# error "long long has fewer than 64 bits" --#endif -- - #include "gettext.h" - #define _(string) gettext(string) - --- -2.27.0 - diff --git a/pkg/msmtp/src b/pkg/msmtp/src -Subproject d9f30b5005cac0e17ed9ce1650d44d124d40651 +Subproject 535ecebf4785cbedd044c247f60d43815b7a7ec diff --git a/pkg/msmtp/ver b/pkg/msmtp/ver index 6f17480c..e9e5ecb2 100644 --- a/pkg/msmtp/ver +++ b/pkg/msmtp/ver @@ -1 +1 @@ -1.8.13-8-gd9f30b5 r0 +1.8.13-16-g535eceb r0 |
