Changeset 54 for trunk/dnsbl/Makefile


Ignore:
Timestamp:
12/11/14 17:22:28 (10 years ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

Extend the number of layers/depth from 3 to 7 internally. Note that only

5 are exposed in the "add" UI.

Add support to extract the CIDR range when a WHOIS lookup gives a non-CIDR

range.

Fix tracking of "seen" IPs creating the browse display.
Add the new DNSBLweb.pm to the Makefile MANIFEST, and bump the version in

the Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsbl/Makefile

    r42 r54  
    99MANIFEST = \
    1010        browse.cgi check-iplist.pl delist-ip export-dnsbl index.shtml Makefile \
    11         dnsbl.cgi DNSBL.pm dnsbl.sql templates/ addparents.sql setparents.pl \
     11        dnsbl.cgi DNSBL.pm DNSBLweb.pm dnsbl.sql templates/ addparents.sql setparents.pl \
    1212        COPYING sa-dnsbl-example.cf
    1313
    1414PKGNAME=dnsbl
    15 VERSION=0.2.2
     15VERSION=0.3.0
    1616
    1717all:
Note: See TracChangeset for help on using the changeset viewer.