summaryrefslogtreecommitdiff
path: root/textproc/grepcidr
AgeCommit message (Collapse)AuthorFilesLines
2013-12-27Upstream made some changes without changing the version number.apb2-5/+7
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-16Update grepcidr to version 2.95. It's now distributed as a tarball,apb2-18/+7
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.
2013-12-14Add grepcidr-2.9.apb4-0/+44
From the man page: 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. This version uses a completely rewritten parser that is typically two or three times faster than previous versions.