mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
ulogd: bump to version 2.0.7
It's been quite a long time since there was a release, and this one includes quite a bit of fixes/updates. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
+8
-8
@@ -8,15 +8,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ulogd
|
||||
PKG_VERSION:=2.0.5
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=2.0.7
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=ftp://ftp.netfilter.org/pub/ulogd/ \
|
||||
ftp://ftp.be.netfilter.org/pub/netfilter/ulogd/ \
|
||||
ftp://ftp.de.netfilter.org/pub/netfilter/ulogd/ \
|
||||
ftp://ftp.no.netfilter.org/pub/netfilter/ulogd/
|
||||
PKG_HASH:=a221cb9f77347c0ca00d0937e27c1b90e3291a553cc62a4139b788e2e420e8c0
|
||||
PKG_SOURCE_URL:=https://netfilter.org/projects/ulogd/files/ \
|
||||
ftp://ftp.netfilter.org/pub/ulogd/
|
||||
PKG_HASH:=990a05494d9c16029ba0a83f3b7294fc05c756546b8d60d1c1572dc25249a92b
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
@@ -141,7 +139,9 @@ else
|
||||
endif
|
||||
|
||||
ifneq ($(DEVELOPER)$(SDK)$(CONFIG_PACKAGE_ulogd-mod-mysql),)
|
||||
CONFIGURE_ARGS += --with-mysql="$(STAGING_DIR)/usr"
|
||||
CONFIGURE_ARGS += \
|
||||
--with-mysql-inc=$(STAGING_DIR)/usr/include/mysql \
|
||||
--with-mysql-lib=$(STAGING_DIR)/usr/lib/mysql
|
||||
else
|
||||
CONFIGURE_ARGS += --without-mysql
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user