SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for silk-ipset-lib-3.18.0-1.el6.i686.rpm :
Thu Dec 13 13:00:00 2018 Lawrence R. Rogers - 3.18.0-1

* Release 3.18.0-1
rwsetcat
When --ip-format includes zero-padded and CIDR prefixes are being printed, also apply zero-padding to the prefix.
Fix a bug when using --ip-format=decimal,zero-padded that caused an extra leading 0 to appear for IPv6 addresses.
libskipset changes
Add function skipaddrCidrString() to get a string representation of an IP address and its CIDR designation.
Add function skipaddrCidrStringMaxlen() to compute column width.
Add macro SKIPADDR_CIDR_STRLEN for defining minimum buffer size.

Sun Apr 29 14:00:00 2018 Lawrence R. Rogers - 3.17.0-1

* Release 3.17.0-1
rwsetcat
POTENTIAL INCOMPATIBILITY. Default to using the IPv4 format for IPv6-addresses in the ::ffff:0:0/96 netblock.
Add new values to the --ip-format switch and change how some values (zero-padded) work.
libskipset changes
Add new values to skipaddr_flags_t.
Add function skipaddrStringMaxlen() to compute column width.
Mark the num2dot0() and num2dot0_r() functions as deprecated.
Do not export the structures used by SiLK header entries.

Thu Feb 15 13:00:00 2018 Lawrence R. Rogers - 3.16.1-1

* Release 3.16.1-1
rwsetcat
Print an error message when rwsetcat is unable to read an IPset.

Fri Jun 30 14:00:00 2017 Lawrence R. Rogers - 3.16.0-1

* Release 3.16.0-1
libskipset changes
Internal changes
rwsetbuild, rwsetcat, rwsetmember, rwsettool
Enhance the manual pages.

Sat Mar 25 13:00:00 2017 Lawrence R. Rogers - 3.15.0-1

* Release 3.15.0-1
libskipset changes
Add a second argument to skOptionsIPFormatRegister().
Remove functions that operate on an IPset Header Entry.
Fix a potential bug in skIPSetWrite() by ensuring that the IPset file\'s header is set to use native byte order.
rwsetcat
Add the --output-path switch to specify the output file.
Do not use the the pager when the output contains only the count of the number of IPs in a singe IPset.

Thu Nov 17 13:00:00 2016 Lawrence R. Rogers - 3.14.0-1

* Release 3.14.0-1
libskipset changes
Add a new file format, record-version=5, for IPsets that contain IPv6 addresses.
Fix a bug when working with IPsets that contain IPv6 addresses and have more than 44,739,242
internal nodes. The bug may cause the tool to crash or to loop endlessly.
Reduce how quickly memory grows when building an IPset that contains IPv6 addresses.
Perform additional integrity checks when reading an IPset file from disk.
Add support for printing a more detailed error message when attempting to read an IPset file. The
message is printed when the SILK_IPSET_PRINT_READ_ERROR environment variable is set.
rwsetbuild
Fix a bug introduced in SiLK IPset-3.11.0 that may occur when computing the intersection or
difference of an IPv4 IPset with an IPv6 IPset that is in record-version=4 format. Addresses in
the ::ffff:0:0/96 netblock of the IPv6 IPset were ignored when the IPset contained clusters of
addresses less then ::ffff:0:0.
rwsetcat
Add support for counting the IP addresses in an IPset without loading the IPset into memory.
Fix a bug where a completely full IPv6 IPset would report it contained 0 IPs.
Building
Add a configure switch, --enable-ipset-compatibility, that allows changing the default IPset file
format written by the tools. The argument is the version of SiLK IPset with which IPsets are to
be compatible. New file formats were added at 3.7.0 and 3.14.0.

Thu Sep 29 14:00:00 2016 Lawrence R. Rogers - 3.13.0-1

* Release 3.13.0-1
Change across all tools
Add support for compressing files with \"Snappy\" compression when the Snappy library and header are found during configuration.
Add support for the SILK_COMPRESSION_METHOD environment variable that provides a default value for the --compression-method switch.
rwsettool
Add a --symmetric-difference switch to compute the set of IP addresses that occur in only one of two input IPsets.
Add more examples to the manual page.
rwsetcat
Add many more examples to the manual page.
libskipset
Rename functions sksiteCompmethod...() to skCompMethod...().
Rename functions sksiteFileformat...() to skFileFormat...().
Remove some skHeader...() functions from the public headers.

Thu Mar 31 14:00:00 2016 Lawrence R. Rogers - 3.12.0-1

* Release 3.12.0-1
ibskipset
Fix a bug in the code that copies an memory-mapped IPset prior to modifying it.

Wed Sep 30 14:00:00 2015 Lawrence R. Rogers - 3.11.0-1

* Release 3.11.0-1
libskipset
Add functions to process an IPset without reading it into memory.
Change definition of skipset_iterator_t.
Change some skIPTree
* APIs from macros to functions and vice versa.
Fix a bug in skIPSetIteratorNext() and skIPSetWalk() when visiting the individual IPs of an IPv6 IPset and numeric prefix of the current leaf is 64 or less.
Additional changes.
rwsetcat
Add support for the SILK_IP_FORMAT environment variable that provides a default value for the --ip-format switch.
Allowing printing of IPset contents without reading the IPset into memory.
rwsettool
Avoid reading an IPset into memory when possible.
rwsetbuild
Print an error and exit when the --ip-ranges delimiter is set to the comment character(\'#\'), newline, or the empty string.

Thu May 21 14:00:00 2015 Lawrence R. Rogers - 3.10.2-1

* Release 3.10.2-1
libskipset
Change skipaddrString() when flags is SKIPADDR_FORCE_IPV6 so that a single 16-bit 0 field is not shortened (RFC5952).
rwsetcat
Change the printing of IPs when the --ip-format is \'force-ipv6\' so that a single 16-bit 0 field is not shortened (RFC5952).
Fix a bug in the output of --network-structure when reading an IPv4 IPset file and the --ip-format was \'force-ipv6\' where the net block prefix was not adjusted for the move into IPv6.
Fix a bug in the output of --network-structure=v4:... when reading an IPv6 IPset file that produced net blocks counts that were incorrect and sometimes impossibly large.
Fix a display bug of a narrow IP column when processing an IPv4 IPset file and the --ip-format was \'force-ipv6\'.

Thu Dec 18 13:00:00 2014 Lawrence R. Rogers - 3.10.0-1

* Release 3.10.0-1
libskipset bug fixes
Fix a bug in skIPTreeCheckIntersectIPWildcard() where intersections with CIDR blocks sized /17 to /26 are not found.
This bug could affect rwsetmember when the --count switch is not given causing it to report false instead of true.
Fix a potential read of uninitialized memory in skIPTreeCIDRBlockIteratorReset(). The read could occur after removing IPs such that a /16 becomes empty.
Building
Add a --disable-applications switch to configure to disable building of the command lines tools so only the SiLK IPset library is built and installed.
Do not build the static library libskipset.a by default. Specify the --enable-static switch to configure for static libraries.
Require at least autoconf-2.64 and automake-1.12 to rebuild the configure script and Makefile.in files.

Thu Sep 25 14:00:00 2014 Lawrence R. Rogers - 3.9.0-1

* Release 3.9.0-1
libskipset bug fix
Fix a bug where the IPv6 wildcard \"x:x:x:x:x:x:x:x\" was being treated as the single IP \"::\" instead of as all of IPv6 space
in skIPSetInsertIPWildcard() and skIPSetCheckIPWildcard(). This change affects the rwsetbuild and rwsetmember tools.
rwsetmember
Improve performance when the --count switch is not specified.
rwsettool
Improve performance in the --mask and --intersect operations.
Fix a bug where rwsettool would report an error and not produce output when using the --sample switch with an IPv6 IPset.

Thu Apr 24 14:00:00 2014 Lawrence R. Rogers - 3.8.2-1

* Release 3.8.2-1
libskipset bug fix
Fix an assertion that may cause the application to abort.
Building
Fix small bugs in the silk-ipset.spec file.

Thu Jan 30 13:00:00 2014 Lawrence R. Rogers - 3.8.1-1

* Release 3.8.1-1
libskipset bug fix
Change parsing of (textual) IPv6 address to be more strict (e.g., fix a bug that treated embedded whitespace as a colon).
Fix a potential memory leak when intersecting IPsets.

Thu Aug 15 14:00:00 2013 Lawrence R. Rogers - 3.7.2-1

* Release 3.7.2-1
ibskipset bug fix
Fix bugs when computing the union or intersection of an IPv4-IPset
and an IPv6-IPset that contains only IPv4 addresses.

Fri Jun 21 14:00:00 2013 Lawrence R. Rogers - 3.7.1-1

* Release 3.7.1-1
rwsetcat
Do a better job of reporting errors caused by problems reading IPset files.
rwsetmember
Do a better job of reporting errors caused by problems reading IPset files.
Building
Fix a small issue in the silk-ipset.spec file when the dist RPM macro was not defined.

Thu May 30 14:00:00 2013 Lawrence R. Rogers - 3.7.0-1

* Release 3.7.0-1
This release corresponds to the SiLK 3.7.0 release.
As of SiLK IPset 3.6.0, the library uses the SiLK-2 memory representation of the IPset
code when working with IPsets that contain only IPv4 addresses.

Thu Apr 11 14:00:00 2013 Lawrence R. Rogers - 3.6.0-1

* Release 3.6.0-1
This release corresponds to the SiLK 3.6.0 release.
As of SiLK IPset 3.6.0, the library uses the SiLK-2 memory representation of the IPset code when working with IPsets that contain only IPv4 addresses.


 
ICM