* filter arguments to filter STDIN for address lines only * read and make cdb files * example cdb maker * countseen adds occurrence count of IP when in encapsulating and group mode, this option automatically sets encapsulating and group to 128 * abuseipdb support * add cdb pairs to output when no format is specified * when cdb or abuseipdb are present, without a format, all key pairs will be shown * option makethymecdb to download IP information from thyme.apnic.net, options --data-raw-table, --ipv6-raw-table, --data-used-autnums can be used with a file or URL if format is specified filter should output that style * add a useragent string to http client * basic top-like function with --delay, --noclear and --iterations arguments --group4 and --group6 to override --group respectively * experimental geoip2 lite support * adding network match iter * bump nix -> 0.30 * making Ip functions pub * quiet option * use a /32 mask for encapsulation if --mask is not present and addresses are from command line arguments * assume v4/32 and v6/128 in csv if not specified OBS-URL: https://build.opensuse.org/package/show/network:utilities/ripcalc?expand=0&rev=10
24 lines
888 B
Plaintext
24 lines
888 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://gitlab.com/edneville/ripcalc.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">ripcalc</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">v0.3.0</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">ripcalc</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|