./textproc/grepcidr, Filter IP addresses matching IPv4 or IPv6 CIDR specification

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.97, Package name: grepcidr-2.97, Maintainer: pkgsrc-users

grepcidr can be used to filter a list of IP addresses against one or more
IPv4 and IPv6 address ranges. As with grep, there are options to invert
matching and load patterns from a file. grepcidr is designed to scale well,
and handle large numbers of patterns and large input files efficiently.


Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2017-01-22 01:01:31 by Roland Illig | Files touched by this commit (4)
Log message:
Fixed spelling of NetBSD in mail addresses.
   2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797)
Log message:
Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-10-31 12:23:33 by Sergey Svishchev | Files touched by this commit (2)
Log message:
Update to 2.97.  Changes:

- New -s flag to stop comlaints about sloppy (misaligned CIDRs)
- CIDRs now always properly bit aligned, even if the base address wasn't
   2013-12-27 06:56:49 by Alan Barrett | Files touched by this commit (2)
Log message:
Upstream made some changes without changing the version number.

Deal with that by bumping PKGREVISION, and using a DIST_SUBDIR.  The
DIST_SUBDIR name contains the date when upstream made the change, in
case they do it again.

The changes are small bug fixes (verified by comparing the
unpacked files).  I will also ask upstream not to do this again.
   2013-12-16 16:28:28 by Alan Barrett | Files touched by this commit (2)
Log message:
Update grepcidr to version 2.95.  It's now distributed as a tarball,
so we don't have to download each file individually; a bug in command
line argument parsing has been fixed, and an incorrect size has been fixed
in a malloc call.