Sebastian Pipping
9d950527a0
configure.ac: Add --without-xmlwf
2017-08-11 22:44:47 +02:00
Sebastian Pipping
e5470ee885
Bump version info bumped from 7:4:6 to 7:5:6
2017-08-02 15:40:46 +02:00
Sebastian Pipping
fd9581a34e
Never require XML_POOR_ENTROPY for "./configure && make"
...
.. as XML_POOR_ENTROPY was intended to catch _accidental_
compilation with no provider of high quality entropy
enabled for _non-Autoconf_ build systems from the start.
2017-07-29 21:38:42 +02:00
Sebastian Pipping
8c62e0aad1
Support arc4random for pre-10.7/Lion macOS
2017-07-19 15:39:33 +02:00
Sebastian Pipping
8c9ec41705
Bump version info from 7:3:6 to 7:4:6
2017-07-12 19:00:02 +02:00
Sebastian Pipping
5f51145401
Move to C99 ( #73 ) and fix ULL integer literals ( #69 )
2017-07-12 18:47:37 +02:00
Sebastian Pipping
602e6c78ca
configure.ac: Fix mis-detection of getrandom on Debian GNU/kFreeBSD ( #50 )
...
There is no such thing but we need to link (not just compile) to realize.
2017-06-18 18:56:03 +02:00
spzeidler
e5e25fac16
Fix sh syntax in configure.ac ( #49 )
...
The old '==' sh-is-not-C issue
It doesn't matter in bash, but some other sh don't like it, so it's a portability issue
2017-06-18 14:30:22 +02:00
Sebastian Pipping
b6742eb325
Bump version info from 7:2:6 to 7:3:6
2017-06-17 01:12:35 +02:00
Sebastian Pipping
64f3cf982a
Merge branch 'better-entropy' (pull request #30 )
2017-06-07 20:18:50 +02:00
Sebastian Pipping
49693bb768
Add run.sh wrapper to run test suite with Wine for MinGW
2017-06-04 17:43:47 +02:00
Sebastian Pipping
120bbbc8cf
configure.ac: Disable auto-detection of libbsd
2017-06-01 20:53:44 +02:00
Sebastian Pipping
f356fb56fb
Detect and support syscall(SYS_getrandom, [..]) as well
2017-05-31 23:31:15 +02:00
Sebastian Pipping
13e4b3d05e
Autoconf: Add --(with|without)-libbsd for bypassing auto-detection
2017-05-25 21:15:36 +02:00
Sebastian Pipping
7a93938687
Start using arc4random_buf with BSD and libbsd
2017-05-25 21:15:36 +02:00
Sebastian Pipping
c9cc7dd3d7
Start using getrandom for entropy extraction with glibc 2.25+
2017-05-25 20:08:23 +02:00
Sebastian Pipping
db023e68b7
configure.ac: Add --(en|dis)able-xml-context
2017-04-12 23:41:44 +02:00
Sebastian Pipping
acbdb19a28
configure.ac: Fix const correctness in check for __func__
2017-03-08 22:24:47 +01:00
Sebastian Pipping
06b9bcf2a6
Start using -fno-strict-aliasing (bug #538 )
2016-08-12 15:45:05 +02:00
Sebastian Pipping
a0eaef2d67
Set version 2.2.0/2016-06-18 where missing
2016-06-18 00:16:21 +02:00
Sebastian Pipping
2b9cb7f5b5
Bump soversion, skipped one for 2.1.1
2016-06-05 15:43:36 +02:00
Sebastian Pipping
4363739fd5
CMake: Add soversion, support -DNO_SONAME=yes to bypass (issue #536 )
2016-05-28 19:55:40 +02:00
Sebastian Pipping
4ae8aed082
Makefile.in: Respect CXXFLAGS if given
2016-05-15 13:50:06 +02:00
Sebastian Pipping
d1d7e18ac4
Rename configure.in to .ac
...
.. as requested by aclocal:
aclocal-1.15: warning: autoconf input should be named 'configure.ac', not 'configure.in'
2016-03-02 18:01:53 +01:00