- Update from version 7.17 to 7.19 - Update of nrootfile not required - Changelog 7.19 - build: Fix the double-prefix in pkgconfig (Sam James)
7.18 - Add json output to list command (Thomas Oberhammer) - tests: hash:ip,port.t: Replace VRRP by GRE protocol (Phil Sutter) - tests: hash:ip,port.t: 'vrrp' is printed as 'carp' (Phil Sutter) - tests: cidr.sh: Add ipcalc fallback (Phil Sutter) - tests: xlate: Make test input valid (Phil Sutter) - tests: xlate: Test built binary by default (Phil Sutter) - xlate: Drop dead code (Phil Sutter) - xlate: Fix for fd leak in error path (Phil Sutter) - configure.ac: fix bashisms (Sam James) - lib/Makefile.am: fix pkgconfig dir (Sam James)
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/ipset | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/lfs/ipset b/lfs/ipset index f26f0d5de..bc34b44ea 100644 --- a/lfs/ipset +++ b/lfs/ipset @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 7.17 +VER = 7.19
THISAPP = ipset-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 43b74ab7caf5a963787184aa75b6c071388c8d28997681444b72118aba68b843e961b50418c3fa70b451b4cb090ec62940b770abac2156910442115edbf90d41 +$(DL_FILE)_BLAKE2 = 04290b94be471aedd732601e1dc147a066933606152beb76ba1a21283aa2e3f8b891fd9575db73f2af67b446fb77a0ca6b2432ae606440ac9e9bf80e41d1f640
install : $(TARGET)
@@ -70,7 +70,6 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure \ --prefix=/usr \ --with-kmod=no \