[commit] master: fix 'make log' with non-default git config format.pretty

2017-05-14 Thread Oswald Buddenhagen
commit 4b3768806278a70db696ba52645dc1b6eb8de58a Author: Oswald Buddenhagen Date: Sun May 14 09:42:36 2017 +0200 fix 'make log' with non-default git config format.pretty suggested by Aaron Jensen . REFMAIL: cahyo48z0dcofpc8rcnal38oxvqtznkifvd-nef3sp1efr-g...@mail.gmail.com

[commit] master: fix build without BDB

2017-05-14 Thread Oswald Buddenhagen
commit 1039ee25f7e19525883412d64dccaccae1100f52 Author: Oswald Buddenhagen Date: Sun May 14 09:37:37 2017 +0200 fix build without BDB amends 83ebe902. REFMAIL: cahyo48z0dcofpc8rcnal38oxvqtznkifvd-nef3sp1efr-g...@mail.gmail.com src/drv_maildir.c | 2 -- 1 file changed, 2

trivial patch to allow use of libressl

2017-05-14 Thread beoram
patch socket.c:43 to: # if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER) -- Benjamin Slade `(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19)) '(sent by mu4e on Emacs running under GNU/Linux . https://gnu.org ) '(Choose Linux, Choose Freedom . h

Re: trivial patch to allow use of libressl

2017-05-14 Thread Benjamin Slade
The isync package in Void is the 1.2.1 release. I couldn't get the current("git") version of isync to build on Void w/o this patch. I would get: gcc -g -O2 -pipe -W -Wall -Wshadow -Wstrict-prototypes -std=c99 -pedantic -Wno-overlength-strings -o mbsync main.o sync.o config.o util.o sock

Re: trivial patch to allow use of libressl

2017-05-14 Thread Toyam Cox
Void Linux uses isync with libressl without this patch. - Toyam > patch socket.c:43 to: > # if OPENSSL_VERSION_NUMBER < 0x1010L || > defined(LIBRESSL_VERSION_NUMBER) > > -- > Benjamin Slade > `(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19)) > '(sent by mu4e on Emacs ru