jvasile / freedombox-privoxy

FreedomBox version of Privoxy
GNU General Public License v3.0
55 stars 10 forks source link

freedombox-privoxy

James Vasile james@jamesvasile.com

Released under GPLv3 or later. Modifications to Privoxy are copyright 2012 James Vasile and are released under GNU General Public License, version 3 or later.

One thing many people seem to agree the FreedomBox should do is web filtering for privacy and ad-removal. Toward that end, this is a first draft version of a privoxy package for FreedomBox.

To use, you can do the usual

 cd freedombox-privoxy
 make
 sudo make install

Or if you are on a Debian system:

 cd freedombox-privoxy
 sudo apt-get build-dep privoxy
 sudo apt-get install logrotate docbook-website dpatch
 make deb
 sudo apt-get purge privoxy # yes, this is necessary the first time
 sudo dpkg -i Debian/*.deb
 sudo service freedombox-privoxy restart

If you want to see what I changed, look in Debian/freedombox-privacy/debian/patches/9.dpatch after doing the make deb. I'll get some binary packages up for x86 and Dream Plug soon.

This package differs from the standard Debian privoxy package in a few key ways.

If you are a privoxy user, please do give this package a test run and report any problems to:

 https://github.com/jvasile/freedombox-privoxy/issues

Further work will include writing a script to test all the https-everywhere rules and discard the ones that are broken.
As well as one to periodically check for new regexes. Anybody who wants to contribute to writing that is welcome to jump on in!

Dependencies

Privoxy

This package is based on privoxy, which is copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/. Privoxy is released under GNU General Public License, version 2 or later.

Internet Junkbuster

Privoxy is in turn based on the Internet Junkbuster originally written by and copyright (C) 1997 Anonymous Coders and Junkbusters Corporation. http://www.junkbusters.com The Internet Junkbuster was released under the GNU General Public License, version 2 or later.

https-everywhere

This package downloads https-everywhere, which is released under GNU General Public License version 2 or later and has the following copyright information:

Copyright © 2010 Mike Perry mikeperry@fscked.org Peter Eckersley pde@eff.org

Incorporating code from NoScript, Copyright © 2004-2007 Giorgio Maone g.maone@informaction.com

git2changelog

This package downloads git2changelog, which is copyright 2012 James Vasile and released under GNU General Public License version 3 or later.