aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/nftables/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-08-09 00:05:02 +0200
committerJo-Philipp Wich <jo@mein.io>2022-08-09 11:51:46 +0200
commite6e4f979999393825370e9db9fe04d75cb01acf2 (patch)
treeb1368ee5d578d572c73e2cabc3348ebfd87548ee /package/network/utils/nftables/Makefile
parentb5ec04f81a5ff1baddb8591af8ac9a4fa9da2a11 (diff)
downloadupstream-e6e4f979999393825370e9db9fe04d75cb01acf2.tar.gz
upstream-e6e4f979999393825370e9db9fe04d75cb01acf2.tar.bz2
upstream-e6e4f979999393825370e9db9fe04d75cb01acf2.zip
nftables: fix parsing date expressions
Musl libc does not support the non-POSIX "%F" format for strptime() so replace all occurrences of it with an equivalent "%Y-%m-%d" format. Fixes: #10419 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/utils/nftables/Makefile')
-rw-r--r--package/network/utils/nftables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile
index 88d7aebefc..850355df8d 100644
--- a/package/network/utils/nftables/Makefile
+++ b/package/network/utils/nftables/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nftables
PKG_VERSION:=1.0.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files