commit db3d1dda695db6065ee04635aff4485aba20da04
Author: Philip Prindeville <philipp@redfish-solutions.com>
Date:   Fri Jan 6 12:01:04 2017 -0700

    eventlog, syslog-ng3: bump versions to latest
    
    Update to latest versions.  Both eventlog needs to be updated with/
    before syslog-ng3 because syslong-ng3 has dependencies on functionality
    only present in the most recent version of eventlog.
    
    Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
---
 admin/syslog-ng3/Makefile               | 17 +++++++++++------
 admin/syslog-ng3/files/custom-logs.conf |  2 ++
 admin/syslog-ng3/files/syslog-ng.conf   |  3 +++
 libs/eventlog/Makefile                  |  6 +++---
 4 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/admin/syslog-ng3/Makefile b/admin/syslog-ng3/Makefile
index a3dbe25..2aef46a 100644
--- a/admin/syslog-ng3/Makefile
+++ b/admin/syslog-ng3/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=syslog-ng
-PKG_VERSION:=3.0.5
-PKG_RELEASE:=5
+PKG_VERSION:=3.6.4
+PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/$(PKG_VERSION)/source/
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
-PKG_MD5SUM:=28f0d9ff2243b330e8cd6311ef9b2f12
+PKG_MD5SUM:=e9f401615e92e5eb27396c995c1446ba
 
 PKG_CONFIG_DEPENDS:= \
 	CONFIG_IPV6 \
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/nls.mk
 define Package/syslog-ng3
   SECTION:=admin
   CATEGORY:=Administration
-  DEPENDS:=+libpcre +glib2 +libeventlog +libopenssl +libwrap +libpthread +librt +zlib +libdbi
+  DEPENDS:=+libpcre +glib2 +libeventlog +libopenssl +libwrap +libpthread +librt +zlib +libdbi +libjson-c +libuuid
   TITLE:=A powerful syslog daemon
   URL:=http://www.balabit.com/network-security/syslog-ng/opensource-logging-system/
 endef
@@ -62,11 +62,16 @@ CONFIGURE_VARS += \
 
 define Package/syslog-ng3/install
 	$(INSTALL_DIR) $(1)/usr/sbin
-	$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/syslog-ng $(1)/usr/sbin/
+	$(MAKE) -C $(PKG_BUILD_DIR) \
+		install-sbinPROGRAMS \
+		install-libLTLIBRARIES install-moduleLTLIBRARIES \
+		DESTDIR="$(1)"
 	$(INSTALL_DIR) $(1)/etc/init.d
 	$(INSTALL_BIN) ./files/syslog-ng.init $(1)/etc/init.d/syslog-ng
 	$(INSTALL_DIR) $(1)/etc
-	$(INSTALL_DATA) ./files/syslog-ng.conf $(1)/etc
+	$(INSTALL_DATA) ./files/syslog-ng.conf ./files/custom-logs.conf \
+		$(1)/etc
+	$(call libtool_remove_files,$(1))
 endef
 
 $(eval $(call BuildPackage,syslog-ng3))
diff --git a/admin/syslog-ng3/files/custom-logs.conf b/admin/syslog-ng3/files/custom-logs.conf
new file mode 100644
index 0000000..79b54f1
--- /dev/null
+++ b/admin/syslog-ng3/files/custom-logs.conf
@@ -0,0 +1,2 @@
+# file to hold further customization of logging
+
diff --git a/admin/syslog-ng3/files/syslog-ng.conf b/admin/syslog-ng3/files/syslog-ng.conf
index 972848c..2c6b9b6 100644
--- a/admin/syslog-ng3/files/syslog-ng.conf
+++ b/admin/syslog-ng3/files/syslog-ng.conf
@@ -35,3 +35,6 @@ log {
         source(kernel);
 	destination(messages);
 };
+
+@include "/etc/custom-logs.conf"
+
diff --git a/libs/eventlog/Makefile b/libs/eventlog/Makefile
index c311692..cf46066 100644
--- a/libs/eventlog/Makefile
+++ b/libs/eventlog/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=eventlog
-PKG_VERSION:=0.2.9
-PKG_RELEASE:=2
+PKG_VERSION:=0.2.12
+PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=http://www.balabit.com/downloads/files/eventlog/0.2/
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
-PKG_MD5SUM:=76e3d7a0b8f335c12099e9b91191fbf1
+PKG_MD5SUM:=3d6ebda8a161d36cb40d09328f78786b
 
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
