mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 01:42:58 +02:00
ipset: Update to version 7.1
Signed-off-by: Erik Kapfer <ummeegge@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
7c57cbe24b
commit
46a073f1b5
@@ -3,6 +3,7 @@ etc/ipset
|
||||
#usr/include/libipset/args.h
|
||||
#usr/include/libipset/data.h
|
||||
#usr/include/libipset/errcode.h
|
||||
#usr/include/libipset/ipset.h
|
||||
#usr/include/libipset/linux_ip_set.h
|
||||
#usr/include/libipset/linux_ip_set_bitmap.h
|
||||
#usr/include/libipset/linux_ip_set_hash.h
|
||||
@@ -16,12 +17,12 @@ etc/ipset
|
||||
#usr/include/libipset/session.h
|
||||
#usr/include/libipset/transport.h
|
||||
#usr/include/libipset/types.h
|
||||
#usr/include/libipset/ui.h
|
||||
#usr/include/libipset/utils.h
|
||||
#usr/lib/libipset.la
|
||||
#usr/lib/libipset.so
|
||||
usr/lib/libipset.so.11
|
||||
usr/lib/libipset.so.11.1.0
|
||||
usr/lib/libipset.so.13
|
||||
usr/lib/libipset.so.13.1.0
|
||||
#usr/lib/pkgconfig/libipset.pc
|
||||
usr/sbin/ipset
|
||||
#usr/share/man/man3/libipset.3
|
||||
#usr/share/man/man8/ipset.8
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2019 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 = 6.38
|
||||
VER = 7.1
|
||||
|
||||
THISAPP = ipset-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 0e5d9c85f6b78e7dff0c996e2900574b
|
||||
$(DL_FILE)_MD5 = 72b477d1ce076d681b0799f88280f2f3
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user