diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-01 17:44:33 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-01 17:44:33 -0700 |
| commit | d547f2f8e350057ac25b275dcca7fe34fe2dfc26 (patch) | |
| tree | 52a271b8be68fd030dd06069df607efb65bb4be8 /core | |
| parent | fe219c8bb4e0d1ed6500122041ed8fc622276a76 (diff) | |
msmtp: Update to 1.6.5
Diffstat (limited to 'core')
| -rw-r--r-- | core/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch | 8 | ||||
| m--------- | core/msmtp/src | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch b/core/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch index 3855a158..1ffded8c 100644 --- a/core/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch +++ b/core/msmtp/patch/0001-Use-_Static_assert-instead-of-checking-for-size-of-l.patch @@ -1,4 +1,4 @@ -From 9d34ef4ef327bacc6d0b14c4367054f9036bb0fc Mon Sep 17 00:00:00 2001 +From 9e2788dc2cb13d7ef57447c2470adf3b1977d6fc 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 81af350..d4259fd 100644 +index 868062a..f00a42e 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,6 @@ AC_CHECK_HEADERS([sysexits.h netdb.h arpa/inet.h sys/socket.h sys/wait.h]) @@ -21,7 +21,7 @@ index 81af350..d4259fd 100644 dnl pkg-config (required to detect libraries) PKG_PROG_PKG_CONFIG([]) diff --git a/src/conf.c b/src/conf.c -index 7347ccd..86afec4 100644 +index 875e51e..e471bea 100644 --- a/src/conf.c +++ b/src/conf.c @@ -36,9 +36,7 @@ @@ -36,5 +36,5 @@ index 7347ccd..86afec4 100644 #include "gettext.h" #define _(string) gettext(string) -- -2.6.2 +2.8.1 diff --git a/core/msmtp/src b/core/msmtp/src -Subproject 6e2d4924c80e358142f6a7404676af0c4d5f58d +Subproject 6c693ffea3dcc1ed6cc3f7a7ae1d5bf34990935 |
