starting with privoxy-3.0.7-beta and privoxy-3.0.8 upstream added new configure
option --enable-zlib which allows to decompress gzip and zlib compressed
documents for filtering
Reproducible: Always
Steps to Reproduce:
1.emerge =net-proxy/privoxy-3.0.8
2.look @ the configure options enabled / disabled
3.after compilation no zlib support
Actual Results:
emerged privoxy without zlib support
Expected Results:
privoxy should have USE=zlib to activate or deactivate zlib support
privoxy changelog: 'Added zlib support to filter content with gzip and deflate
encoding.'
I use a modified ebuild since privoxy-3.0.7-beta in my overlay which takes care
of USE="zlib".
Should have postet it a bit earlier, so i'm doing it now :) In my opinion zlib
makes privoxy even a bit faster, had no troubles so far!