Browse Source

rsyslog: update to 8.2010.0

Waldemar Brodkorb 3 years ago
parent
commit
774c79cf71
2 changed files with 9 additions and 7 deletions
  1. 2 2
      package/libfastjson/Makefile
  2. 7 5
      package/rsyslog/Makefile

+ 2 - 2
package/libfastjson/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		libfastjson
-PKG_VERSION:=		0.99.4
+PKG_VERSION:=		0.99.8
 PKG_RELEASE:=		1
-PKG_HASH:=		03ef63dcc88417e71c19ce4436804159e3397e3a20d3529efef6a43c3bef5c8d
+PKG_HASH:=		7e49057b26a5a9e3c6623e024f95f9fd9a14b571b9150aeb89d6d475fc3633e3
 PKG_DESCR:=		another json library
 PKG_SECTION:=		libs/data
 PKG_URL:=		https://github.com/rsyslog/libfastjson

+ 7 - 5
package/rsyslog/Makefile

@@ -4,16 +4,18 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		rsyslog
-PKG_VERSION:=		8.21.0
+PKG_VERSION:=		8.2010.0
 PKG_RELEASE:=		1
-PKG_HASH:=		bdb1fde87b75107b58d1cd5d00408822fb15b9f3efb8d9dbb93a1dee128339ab
+PKG_HASH:=		19b232f765c4ba7a35b91ef1f5f9af775f6ff78ef56bb7737a2ce79ccbb32b98
 PKG_DESCR:=		syslog daemon
 PKG_SECTION:=		sys/misc
-PKG_DEPENDS:=		libestr liblogging libfastjson libuuid zlib libncurses
-PKG_BUILDDEP:=		libestr liblogging libfastjson util-linux zlib ncurses
+PKG_DEPENDS:=		libestr liblogging libfastjson libuuid zlib libncurses libgcrypt
+PKG_DEPENDS+=		libcurl
+PKG_BUILDDEP:=		libestr liblogging libfastjson util-linux zlib ncurses libgcrypt
+PKG_BUILDDEP+=		curl
 PKG_NEEDS:=		threads
 PKG_URL:=		http://www.rsyslog.com/
-PKG_SITES:=		http://www.rsyslog.com/files/download/rsyslog/
+PKG_SITES:=		https://www.rsyslog.com/files/download/rsyslog/
 
 DISTFILES:=             ${PKG_NAME}-${PKG_VERSION}.tar.gz