From patchwork Sun Dec 7 16:04:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Schoenebeck X-Patchwork-Id: 418470 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 9E015140119 for ; Mon, 8 Dec 2014 03:05:14 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 1A7A32805AB; Sun, 7 Dec 2014 17:03:26 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 1EF9C2800EA for ; Sun, 7 Dec 2014 17:03:19 +0100 (CET) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Sun, 7 Dec 2014 17:03:18 +0100 (CET) Received: by mail-wg0-f44.google.com with SMTP id b13so4478128wgh.3 for ; Sun, 07 Dec 2014 08:05:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=P6bpFI5rn7hraftj1ndAN7hyZybLdZArp5DVjONnSZw=; b=PYgvxGbJyLDT67pNtdic3v2zNd/QXf+e5RJe8801H5RSG23z9umzJFlJFgxuzyf1Rm 66Z7GAdD9bbwRhmQQyB4DKMbJjmF0z4mdt8Alt35N6JSKxgRNRTxsRe0T75iDyg74ffO sKQ4F7xbIxbYKLiEw4md3Fd3nn1BIhxDuolUU2meUFxPnR+2MO/UQw2OebHgrwA0J30E 2I6JC0dyCwYdbcW2zskh4TMojUePQzJG4rRG+lERCFKPkcGmPbKRgqFgbrUgWziRvVDD dxDiHGICtY8RdALdnn/FtiF0Qr919vjlc5NhiNWhqIKRJEtlsWN6HnKn+iRSUZ1DdJDM JYqw== X-Received: by 10.194.85.197 with SMTP id j5mr38299351wjz.106.1417968300423; Sun, 07 Dec 2014 08:05:00 -0800 (PST) Received: from [172.27.10.167] (ip-37-24-132-140.hsi14.unitymediagroup.de. [37.24.132.140]) by mx.google.com with ESMTPSA id mw7sm6250596wib.14.2014.12.07.08.04.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 07 Dec 2014 08:04:59 -0800 (PST) Message-ID: <54847AAB.2010901@gmail.com> Date: Sun, 07 Dec 2014 17:04:59 +0100 From: Christian Schoenebeck User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: OpenWrt Development List Subject: [OpenWrt-Devel] [oldpackages] privoxy: move to github X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" privoxy: moved to github Signed-off-by: Christian Schoenebeck --- net/privoxy/Makefile | 64 ---------------------------------------- net/privoxy/files/privoxy.config | 27 ----------------- net/privoxy/files/privoxy.init | 16 ---------- 3 files changed, 107 deletions(-) diff --git a/net/privoxy/Makefile b/net/privoxy/Makefile deleted file mode 100644 index 7257d1f..0000000 --- a/net/privoxy/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# -# Copyright (C) 2006-2013 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=privoxy -PKG_VERSION:=3.0.21 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-stable-src.tar.gz -PKG_SOURCE_URL:=@SF/ijbswa -PKG_MD5SUM:=79558f2545cfcf9731f7de611646d837 - -PKG_LICENSE:=GPLv2 -PKG_LICENSE_FILES:=LICENSE - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-stable -PKG_FIXUP:=autoreconf -PKG_INSTALL:=1 - -include $(INCLUDE_DIR)/package.mk - -define Package/privoxy - SECTION:=net - CATEGORY:=Network - SUBMENU:=Web Servers/Proxies - DEPENDS:=+libpcre +libpthread +zlib - TITLE:=web proxy with advanced filtering capabilities - URL:=http://www.privoxy.org/ -endef - -define Package/privoxy/description - Privoxy is a web proxy with advanced filtering capabilities for - protecting privacy, modifying web page content, managing cookies, - controlling access, and removing ads, banners, pop-ups and other - obnoxious Internet junk. Privoxy has a very flexible configuration - and can be customized to suit individual needs and tastes. Privoxy - has application for both stand-alone systems and multi-user networks. -endef - -CONFIGURE_ARGS += \ - --sysconfdir=/etc/privoxy \ - -MAKE_FLAGS := - -define Package/privoxy/conffiles -/etc/privoxy/config -endef - -define Package/privoxy/install - $(INSTALL_DIR) $(1)/usr/sbin - $(CP) $(PKG_INSTALL_DIR)/usr/sbin/privoxy $(1)/usr/sbin/ - $(INSTALL_DIR) $(1)/etc/privoxy - $(CP) $(PKG_INSTALL_DIR)/etc/privoxy/* $(1)/etc/privoxy/ - $(INSTALL_CONF) ./files/privoxy.config $(1)/etc/privoxy/config - $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) ./files/privoxy.init $(1)/etc/init.d/privoxy -endef - -$(eval $(call BuildPackage,privoxy)) diff --git a/net/privoxy/files/privoxy.config b/net/privoxy/files/privoxy.config deleted file mode 100644 index 7f0b8af..0000000 --- a/net/privoxy/files/privoxy.config +++ /dev/null @@ -1,27 +0,0 @@ -confdir /etc/privoxy -logdir /var/log -filterfile default.filter -logfile privoxy -actionsfile match-all.action # Actions that are applied to all sites and maybe overruled later on. -actionsfile default.action # Main actions file -#actionsfile user.action # User customizations -listen-address 127.0.0.1:8118 -toggle 1 -enable-remote-toggle 1 -enable-remote-http-toggle 0 -enable-edit-actions 1 -enforce-blocks 0 -buffer-limit 4096 -forwarded-connect-retries 0 -accept-intercepted-requests 0 -allow-cgi-request-crunching 0 -split-large-forms 0 -keep-alive-timeout 300 -socket-timeout 300 -permit-access 192.168.1.0/24 -debug 1 # show each GET/POST/CONNECT request -debug 4096 # Startup banner and warnings -debug 8192 # Errors - *we highly recommended enabling this* -#admin-address privoxy-admin@example.com -#proxy-info-url http://www.example.com/proxy-service.html - diff --git a/net/privoxy/files/privoxy.init b/net/privoxy/files/privoxy.init deleted file mode 100644 index 78c29b4..0000000 --- a/net/privoxy/files/privoxy.init +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh /etc/rc.common -# Copyright (C) 2006-2011 OpenWrt.org - -START=80 -STOP=80 - -SERVICE_USE_PID=1 - -start() { - service_start /usr/sbin/privoxy --pidfile /var/run/privoxy.pid \ - /etc/privoxy/config -} - -stop() { - service_stop /usr/sbin/privoxy -}