Changeset 62 for trunk/uribl/Makefile


Ignore:
Timestamp:
02/12/16 15:45:59 (9 years ago)
Author:
Kris Deugau
Message:

/trunk/uribl

Commit accumulated tweaks and fixes from production:

  • add "use Encode;" and set the HTTP charset header to deal with non-ASCII more sanely
  • reorder mangling of request-URI components a little so we can symlink index.cgi -> uridb.cgi
  • collapse results from extract-data showing a hit on some other DNSBL into a single field rather than just treating it as "another domain" that needs to be hand-reflagged as "don't list"
  • use POST for form submissions; mainly to clean up the working URL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/uribl/Makefile

    r42 r62  
    77
    88PKGNAME=uridb
    9 VERSION=0.1
     9VERSION=0.1.2
    1010
    1111# bloody stupid Debian config puts OS-provided packaged sitelib under
     
    2929        rm -rf $(PKGNAME)-$(VERSION)
    3030        # gpg --detach-sign $(PKGNAME)-$(VERSION).tar.gz
    31 
Note: See TracChangeset for help on using the changeset viewer.