معرفی شرکت ها


ipset-7.1-1.el7.x86_64.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Manage Linux IP sets
ویژگی مقدار
سیستم عامل Linux
توزیع CentOS 7
مخزن Centos os x86_64
نام بسته ipset
نام فایل بسته ipset-7.1-1.el7.x86_64.rpm
نسخه بسته 7.1
انتشار بسته 1.el7
معماری بسته x86_64
نگهدارنده -
تاریخ ساخت Fri Aug 9 04
هاست سازنده x86-02.bsys.centos.org
نوع بسته .rpm
آدرس صفحه اصلی http://ipset.netfilter.org/
مجوز GPLv2
حجم دانلود 39K
حجم نصب 60.577K
IP sets are a framework inside the Linux kernel since version 2.4.x, which can be administered by the ipset utility. Depending on the type, currently an IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC addresses in a way, which ensures lightning speed when matching an entry against a set. If you want to: - store multiple IP addresses or port numbers and match against the collection by iptables at one swoop; - dynamically update iptables rules against IP addresses or ports without performance penalty; - express complex IP address and ports based rulesets with one single iptables rule and benefit from the speed of IP sets then ipset may be the proper tool for you.


جایگزین ها

بسته نسخه معماری مخزن
ipset-devel-7.1-1.el7.i686.rpm 7.1 i686 CentOS os
ipset-devel-7.1-1.el7.x86_64.rpm 7.1 x86_64 CentOS os
ipset-libs-7.1-1.el7.i686.rpm 7.1 i686 CentOS os
ipset-libs-7.1-1.el7.x86_64.rpm 7.1 x86_64 CentOS os
ipset-service-7.1-1.el7.noarch.rpm 7.1 noarch CentOS os


نیازمندی

مقدار نام
- /bin/sh
= 7.1-1.el7 ipset-libs(x86-64)
- libc.so.6()(64bit)
- libc.so.6(GLIBC_2.2.5)(64bit)
- libipset.so.13()(64bit)
- libipset.so.13(LIBIPSET_2.0)(64bit)
- libipset.so.13(LIBIPSET_4.8)(64bit)
- rtld(GNU_HASH)


ارائه دهنده

مقدار نام
= 7.1-1.el7 ipset
= 7.1-1.el7 ipset(x86-64)


نحوه نصب


نصب پکیج rpm ipset:

    sudo yum localinstall ipset-7.1-1.el7.x86_64.rpm


فایل ها

مسیرها
/usr/sbin/ipset
/usr/share/doc/ipset-7.1
/usr/share/doc/ipset-7.1/COPYING
/usr/share/doc/ipset-7.1/ChangeLog


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2019-02-24

Rebase to 7.1 (RHBZ#1649080):
Add compatibility support for strscpy()
Correct the manpage about the sort option
Add missing functions to libipset.map
configure.ac: Fix build regression on RHEL/CentOS/SL (Serhey Popovych)
Implement sorting for hash types in the ipset tool
Fix to list/save into file specified by option (reported by Isaac Good)
Introduction of new commands and protocol version 7, updated kernel include files
Add compatibility support for async in pernet_operations
Use more robust awk patterns to check for backward compatibility
Prepare the ipset tool to handle multiple protocol version
Fix warning message handlin
Correct to test null valued entry in hash:net6,port,net6 test
Library reworked to support embedding ipset completely
Add compatibility to support kvcalloc()
Validate string type attributes in attr2data() (Stefano Brivio)
manpage: Add comment about matching on destination MAC address (Stefano Brivio)
Add compatibility to support is_zero_ether_addr()
Fix use-after-free in ipset_parse_name_compat() (Stefano Brivio) (RHBZ#1649073)
Fix leak in build_argv() on line parsing error (Stefano Brivio) (RHBZ#1649073)
Simplify return statement in ipset_mnl_query() (Stefano Brivio) (RHBZ#1649073)
tests/check_klog.sh: Try dmesg too, don't let shell terminate script (Stefano Brivio)
Fixes:
Fix all shellcheck warnings in init script (RHBZ#1649073)
Make error reporting consistent, introduce different severities (RHBZ#1649877)
While restoring, on invalid entries, remove them and retry (RHBZ#1650297)
Fix covscan SC2166 warning in init script (RHBZ#1649073)
Hardcode triggerin, triggerun versions for ipset-service (RHBZ#1646666)

2018-11-06

Fix loading of sets with dependencies on other sets (RHBZ#1646666)

2018-06-27

Fix upgrade and downgrade triggers in specfile (RHBZ#1594722)

2018-04-16

Rebase to 6.38 (RHBZ#1557600):
hash:ipmac type support added to ipset, userspace part (Tomasz Chilinski)
Refactor /etc/sysconfig/ipset.start-stop
Fixes:
IPSet Service Monolithic Operation (RHBZ#1440741)
"systemctl start ipset" doesn't handle existing ipset's having counters

2017-02-01

Rebase to 6.29 (RHBZ#1351299)
Fixes:
Backport ipset capability to run in namespaces (RHBZ#1226051)
Fix service save with empty ipset list and existing ipset save file
Fix internal error at printing to output buffer (RHBZ#1395865)

2016-08-17

Use /etc/sysconfig/ipset-config in service as EnvironmentFile (RHBZ#1136257)
Use /etc/sysconfig/ipset for data as in RHEL-6 (RHBZ#1136257)
No save on reload, but legacy save action (RHBZ#1136257)

2016-06-29

New service sub package to provide the ipset service (RHBZ#1136257)
stop script from F-24
Fixed ipset package summary (RHBZ#1195171)
24

2014-01-24

Mass rebuild 2014-01-24

2014-01-14

fixed failed rmdiff testing (RHBZ#884500)

2013-12-27

Mass rebuild 2013-12-27

2013-08-15

New upstream release.

2013-08-03

Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2013-02-14

Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

2012-09-26

New upstream release.
Fix a requirement.

2012-09-26

New upstream release.
Fix scriptlets, ldconfig is needed for the libs subpackage, not the main one.

2012-07-30

New upstream release.
Split out the library in its own subpackage.