[PATCH 3/3] wmbiff: Bump to verson 0.4.30.

2016-11-30 Thread Doug Torrance
--- wmbiff/ChangeLog| 23 +++ wmbiff/NEWS | 6 ++ wmbiff/configure.ac | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/wmbiff/ChangeLog b/wmbiff/ChangeLog index cbe9678..6d1ee66 100644 --- a/wmbiff/ChangeLog +++ b/wmbiff/ChangeLog @@ -1,3

[PATCH 1/3] wmbiff: Use unsigned data type for port number.

2016-11-30 Thread Doug Torrance
--- wmbiff/wmbiff/Client.h | 7 --- wmbiff/wmbiff/socket.c | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/wmbiff/wmbiff/Client.h b/wmbiff/wmbiff/Client.h index b3a048c..cd89496 100644 --- a/wmbiff/wmbiff/Client.h +++ b/wmbiff/wmbiff/Client.h @@ -18,6 +18,7 @@ #includ

[PATCH 0/3] wmbiff

2016-11-30 Thread Doug Torrance
Here's a few small patches for wmbiff. Carlos, could you tag the last commit wmbiff-0.4.30? Thanks! Doug Torrance (3): wmbiff: Use unsigned data type for port number. wmbiff: Add #define _GNU_SOURCE to avoid "implicit declaration" warnings. wmbiff: Bump to verson 0.4.30. wmbiff/Chang

[PATCH 2/3] wmbiff: Add #define _GNU_SOURCE to avoid "implicit declaration" warnings.

2016-11-30 Thread Doug Torrance
--- wmbiff/wmbiff/Imap4Client.c | 2 ++ wmbiff/wmbiff/ShellClient.c | 2 ++ wmbiff/wmbiff/passwordMgr.c | 2 ++ wmbiff/wmbiff/test_wmbiff.c | 2 ++ 4 files changed, 8 insertions(+) diff --git a/wmbiff/wmbiff/Imap4Client.c b/wmbiff/wmbiff/Imap4Client.c index ba12a66..ec0f7b3 100644 --- a/wmbiff/wm