Alexander Pyhalov
2017-04-12 4d753943dbfd2a296ddeaabb87abb86eed8ff78d
privoxy: update to 3.0.26 (#2980)

2 files deleted
3 files modified
780 ■■■■■ changed files
components/web/privoxy/Makefile 21 ●●●● patch | view | raw | blame | history
components/web/privoxy/manifests/sample-manifest.p5m 2 ●●●●● patch | view | raw | blame | history
components/web/privoxy/privoxy.copyright 714 ●●●●● patch | view | raw | blame | history
components/web/privoxy/privoxy.p5m 37 ●●●● patch | view | raw | blame | history
components/web/privoxy/resolve.deps 6 ●●●●● patch | view | raw | blame | history
components/web/privoxy/Makefile
@@ -26,14 +26,22 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        privoxy
COMPONENT_VERSION=    3.0.23
COMPONENT_VERSION=    3.0.26
COMPONENT_SUMMARY=    Privacy-enhancing, ad-removing web proxy
COMPONENT_DESCRIPTION=    Privoxy is a non-caching web proxy with advanced\
 filtering capabilities for enhancing privacy, modifying web page data\
 and HTTP headers, controlling access, and removing ads and other obnoxious\
 Internet junk
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)-stable
COMPONENT_ARCHIVE=    $(COMPONENT_SRC)-src.tar.gz
COMPONENT_PROJECT_URL=    http://www.privoxy.org/
COMPONENT_ARCHIVE_HASH=    \
    sha256:b75f6b8b8409ed7ac6c3a00dcd608a45180f07bfa46658c836d5c6ffc4dc25c4
    sha256:57e415b43ee5dfdca74685cc034053eaae962952fdabd086171551a86abf9cd8
COMPONENT_ARCHIVE_URL=    http://downloads.sourceforge.net/ijbswa/$(COMPONENT_ARCHIVE)
COMPONENT_BUGDB=    utility/privoxy
COMPONENT_FMRI=    web/proxy/privoxy
COMPONENT_CLASSIFICATION=    Web Services/Application and Web Servers
COMPONENT_LICENSE=    GPLv2
COMPONENT_LICENSE_FILE=    LICENSE
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
@@ -72,6 +80,7 @@
test:         $(NO_TESTS)
BUILD_PKG_DEPENDENCIES =    $(BUILD_TOOLS)
include $(WS_MAKE_RULES)/depend.mk
REQUIRED_PACKAGES += library/pcre
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += system/library
components/web/privoxy/manifests/sample-manifest.p5m
@@ -26,6 +26,7 @@
file path=etc/default.action
file path=etc/default.filter
file path=etc/match-all.action
file path=etc/regression-tests.action
file path=etc/templates/blocked
file path=etc/templates/cgi-error-404
file path=etc/templates/cgi-error-bad-param
@@ -35,6 +36,7 @@
file path=etc/templates/cgi-error-modified
file path=etc/templates/cgi-error-parse
file path=etc/templates/cgi-style.css
file path=etc/templates/client-tags
file path=etc/templates/connect-failed
file path=etc/templates/connection-timeout
file path=etc/templates/default
components/web/privoxy/privoxy.copyright
File was deleted
components/web/privoxy/privoxy.p5m
@@ -23,6 +23,16 @@
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=pkg.description value="$(COMPONENT_DESCRIPTION)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
<transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
# Files delivered to /etc/privoxy will be found in the proto directory
@@ -33,27 +43,18 @@
<transform file path=(etc/privoxy/.*) -> default original_name SUNWprivoxy:%<1>>
<transform file path=etc/privoxy/.* -> default preserve renamenew>
set name=pkg.fmri \
    value=pkg:/web/proxy/privoxy@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.description value="Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk"
set name=pkg.summary value="Privacy-enhancing, ad-removing web proxy"
set name=com.oracle.info.description value="the privoxy web proxy"
set name=com.oracle.info.tpno value=9002
set name=info.classification value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid \
    value=LSARC/2008/433
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license privoxy.copyright license='GPLv2'
dir path=var/log/privoxy group=webservd owner=webservd
file files/http-privoxy path=lib/svc/method/http-privoxy
file files/http-privoxy.xml path=lib/svc/manifest/network/http-privoxy.xml
file usr/sbin/privoxy path=usr/lib/privoxy mode=0555
file path=etc/privoxy/config
file path=etc/privoxy/default.action
file path=etc/privoxy/default.filter
file path=etc/privoxy/match-all.action
file path=etc/privoxy/regression-tests.action
file path=etc/privoxy/templates/blocked
file path=etc/privoxy/templates/cgi-error-404
file path=etc/privoxy/templates/cgi-error-bad-param
@@ -63,6 +64,7 @@
file path=etc/privoxy/templates/cgi-error-modified
file path=etc/privoxy/templates/cgi-error-parse
file path=etc/privoxy/templates/cgi-style.css
file path=etc/privoxy/templates/client-tags
file path=etc/privoxy/templates/connect-failed
file path=etc/privoxy/templates/connection-timeout
file path=etc/privoxy/templates/default
@@ -94,9 +96,6 @@
file path=etc/privoxy/trust
file path=etc/privoxy/user.action
file path=etc/privoxy/user.filter
file files/http-privoxy path=lib/svc/method/http-privoxy
file files/http-privoxy.xml path=lib/svc/manifest/network/http-privoxy.xml
file path=usr/share/doc/privoxy/AUTHORS
file path=usr/share/doc/privoxy/ChangeLog
@@ -141,5 +140,3 @@
file path=usr/share/doc/privoxy/user-manual/templates.html
file path=usr/share/doc/privoxy/user-manual/whatsnew.html
file path=usr/share/man/man1/privoxy.1
file usr/sbin/privoxy path=usr/lib/privoxy mode=0555
components/web/privoxy/resolve.deps
File was deleted