aboutsummaryrefslogtreecommitdiff
path: root/net/privoxy
Commit message (Collapse)AuthorAge
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* privoxy: update to 3.0.28Peter Wagner2019-02-23
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* privoxy: fix uci configuration parsing after upstream OpenWrt changesJo-Philipp Wich2018-07-21
| | | | | | | | | | | | | | | OpenWrt changed the way the uci shell parsing functions deal with list configuration items. This change broke the generation of the privoxy runtime configuration because no callbacks were emitted anymore. Fix the problem by defining a list_cb() that simply calls the existing option_cb() to deal with list item values. Ref: c9c0fc28a9 ("base-files: fix UCI config parsing and callback handling") Ref: https://forum.lede-project.org/t/openwrt-snapshot-privoxy-error/15919 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* privoxy: clear PKG_MAINTAINERChristian Schoenebeck2017-07-29
| | | | | | | I do not use this software any more and due to lack of time, I give the maintenance responsibility back to the community. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* treewide: use name in define and eval linesStijn Tintel2017-03-08
| | | | | | | | | | | | | | | For consistency, use full name instead of $(PKG_NAME) in define and eval lines for all packages. I've seen reviews that asked to do this before, and I am asking the same during reviews now. To avoid this in the future, fix this treewide so when people use existing packages as example, we will not have to request this change anymore. This makes all packages consistent with both LEDE and OpenWrt base repositories. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* privoxy: fix handling config section "system"Christian Schoenebeck2016-10-22
| | | | | | | - privoxy.init fix handling of config section "system" - change start/stop to start=95 and stop=10 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* privoxy: update to 3.0.26Christian Schoenebeck2016-09-03
| | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* privoxy: bump to version 3.0.24Christian Schoenebeck2016-02-07
| | | | | | | | | | | * upstream to Privoxy 3.0.24 * add facility to set compile options * add file list to be saved on sysupgrade * fixed PKG_MAINTAINER string * add port 8118 used by privoxy to /etc/services * new "boot_delay" option (default 10 seconds) to wait for interfaces to come up before hotplug restarts are enabled Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* privoxy: "list" does not work when there are 10+ entriesClark WANG (Home)2016-01-03
| | | | Signed-off-by: Clark Wang <dearvoid@gmail.com>
* privoxy: remove upgrade handling, conffile and initscript fixesChristian Schoenebeck2015-02-15
| | | | | | | | * remove upgrade handling for version 3.0.21 or older packages. Also fix #726 * added user.action, user.filter and user.trust files to conffiles (might be modified by user on running system) * move permission setting from Makefile (install) to initscript because permissions are overwritten during/inside buildroot Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* privoxy: modified init scriptsChristian Schoenebeck2015-02-08
| | | | | | remove "killall" from initscript because it kills itself #867 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* privoxy: new upstream version 3.0.23Christian Schoenebeck2015-02-02
| | | | | | new upstream version 3.0.23 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* [privoxy] remove using procdChristian Schoenebeck2014-12-23
| | | | | | | | * go back to "old" initscript not using procd * privoxy running --no-daemon only logging to STDERR * procd do not support redirection of STDOUT/STDERR, '2>file' as a command parameter does not work Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* privoxy: moved to github and update to 3.0.22Steven Barth2014-12-08
- moved from oldpackages to github - set maintainer - update pkg source to new version 3.0.22 - run privoxy as non root user privoxy:privoxy - using procd including network events to restart on changes - log start and stop to syslog, privoxy not using syslog Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>