diff options
author | kleink <kleink@pkgsrc.org> | 2004-04-19 21:37:22 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2004-04-19 21:37:22 +0000 |
commit | 0832160ed66456d5fc8de4e8898438ceb72aa4e8 (patch) | |
tree | 2bc6a120b0e613f872f3fc8d8af6238905c18bf7 /www | |
parent | 3cc4626f01946e7ebb1da79c388d7e5904ab6447 (diff) | |
download | pkgsrc-0832160ed66456d5fc8de4e8898438ceb72aa4e8.tar.gz |
Update to adzap-20040408; changes since -20040104 include:
* 2004-04-08
cameron:
scripts/squid_redirect: Move % unescaping into the zap pattern
matching function so that $words[0]
remains undamaged. Previously a %20 in an
input URL which hit a PASS rule (or no rule)
transmuted into a bare space, and other
nasty chars could do likewise - I imagine
a %0a would really break stuff.
Rod Savard reported this issue, which
breaks chained redirectors, on 29mar2004.
* 2004-03-31
cameron:
rc/patterns: popups from popup.scambiositi.com
* 2004-03-07
cameron:
scripts/squid_redirect: Jean-Pierre Radley reports that the
/usr/bin/env trick fails because SCO
OpenServer 5.0.x has /bin/env, not
/usr/bin/env. So I've reverted to the
older, simpler system, undoing the
suggestion of Petri T. Koistinen.
Mykefile: Use $HOMEHOST instead of hardwiring "amadeus".
* 2004-03-06
cameron:
scripts/squid_redirect: Set #! line to #!/usr/bin/env perl on
suggestion from Petri T. Koistinen.
rc/patterns: popup at www.military.com from John Woodstock
falkag.(de|net) pattern updates from Nick Leverton
* 2004-02-03
cameron:
rc/patterns: PRINT rule for sciencedaily.com
planetark.com PRINT rule
* 2004-01-31
cameron:
rc/patterns: self ads at bigfoot
* 2004-01-29
cameron:
rc/patterns: more SWF ads
* 2004-01-26
cameron:
rc/patterns: content.ad-flow.com GIFs
.falkag.net GIFs
* 2004-01-22
cameron:
rc/patterns: another PRINT rule for abc.net.au
* 2004-01-20
cameron:
rc/patterns: ads from klipmart.dvlabs.com, seen at forbes.com
* 2004-01-19
cameron:
rc/patterns: widen http://servedby.advertising.com/** on report
from Billy Newsom big exception for webmail.aol.com
from Neal Macklin exception for NYTIMES article
about popup ads
* 2004-01-14
cameron:
rc/patterns: bar.hit-counter.udub.com
* 2004-01-08
cameron:
rc/patterns: raise priority of .yimg.com PASS rule on report from
Mike Mitchell
Diffstat (limited to 'www')
-rw-r--r-- | www/adzap/Makefile | 4 | ||||
-rw-r--r-- | www/adzap/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/adzap/Makefile b/www/adzap/Makefile index f4d5c219c37..45ea6c3c015 100644 --- a/www/adzap/Makefile +++ b/www/adzap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2004/02/13 22:18:31 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2004/04/19 21:37:22 kleink Exp $ # -DISTNAME= adzap-20040104 +DISTNAME= adzap-20040408 CATEGORIES= www perl5 # XXX: should use the following one day: #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=adzapper/} diff --git a/www/adzap/distinfo b/www/adzap/distinfo index d847f151794..6d701de1579 100644 --- a/www/adzap/distinfo +++ b/www/adzap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2004/02/13 22:18:32 wiz Exp $ +$NetBSD: distinfo,v 1.29 2004/04/19 21:37:22 kleink Exp $ -SHA1 (adzap-20040104.tar.gz) = b3124cf2b6919016b1c633f10b6db35408f2b173 -Size (adzap-20040104.tar.gz) = 38368 bytes +SHA1 (adzap-20040408.tar.gz) = a8f49f0abeba7b68109f46a01802ba04c67f51ca +Size (adzap-20040408.tar.gz) = 38693 bytes SHA1 (patch-aa) = 2b83211b9eee28f508bc6ac40575a46c8bbbcc56 SHA1 (patch-ab) = 7aa67928e6a49bee814a75eac52c58e4ab5eb8eb |