[PATCH] sysutils/syslog-ng: switch to using net/libmaxminddb

2019-11-11 Thread Frederic Cambus
Hi ports@, Here is a diff to switch syslog-ng from net/GeoIP to net/libmaxminddb. This adds support for using GeoIP2/GeoLite2 databases instead of the deprecated GeoIP/GeoLite databases [1]. Compile tested only. Comments? OK? [1] https://blog.maxmind.com/2018/01/02/discontinuation-of-the-geoli

Re: [patch] sysutils/syslog-ng

2013-10-07 Thread Steven Mestdagh
David Hill [2013-09-24, 11:37:59]: > Hello - > > This patch replaces rand() calls with arc4random(), which happens to fix > a regress test. I also added --without-libnet to stop an ugly > libnet-config not found on ./configure. Maybe we want to add it? makes sense, i'll add your patches with th

[patch] sysutils/syslog-ng

2013-09-24 Thread David Hill
Hello - This patch replaces rand() calls with arc4random(), which happens to fix a regress test. I also added --without-libnet to stop an ugly libnet-config not found on ./configure. Maybe we want to add it? Tested on amd64 and i386 with my libivykis update. Index: Makefile ===