<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/privoxy, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-06-08T11:34:23Z</updated>
<entry>
<title>privoxy: add support for https inspection</title>
<updated>2026-06-08T11:34:23Z</updated>
<author>
<name>Richard Schneidt</name>
</author>
<published>2026-06-07T14:09:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d373e0ec7d600ba31c0d5b16a0f7ac4234a63047'/>
<id>urn:sha1:d373e0ec7d600ba31c0d5b16a0f7ac4234a63047</id>
<content type='text'>
Creates CA and server cert for use with https inspection

Signed-off-by: Richard Schneidt &lt;ricsc@t-online.de&gt;
</content>
</entry>
<entry>
<title>privoxy: update to 4.1.0</title>
<updated>2026-05-14T12:39:33Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-22T09:12:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6a5b851c2ec4a9e803153c003ad6f990613d3b89'/>
<id>urn:sha1:6a5b851c2ec4a9e803153c003ad6f990613d3b89</id>
<content type='text'>
Changes since 4.0.0:
- Add Zstandard decompression support for compressed web content
- Improve WolfSSL compatibility and SSL host name validation
- Improve IPv6 address support and Connection header handling
- Drop legacy pcre1 support; PCRE2 is now required
- Fix multiple memory leaks and socket leaks

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>treewide: set me where PKG_MAINTAINER empty</title>
<updated>2026-04-16T18:48:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-13T07:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8d3c00421392c9c4c6c920977959ab7fae237261'/>
<id>urn:sha1:8d3c00421392c9c4c6c920977959ab7fae237261</id>
<content type='text'>
Seems a lot of packages are just getting abandoned by people.
Will pick these up and see them through.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>privoxy: bump to version 4.0.0</title>
<updated>2025-11-22T16:59:30Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-22T10:48:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aeec6c6ce15867114589d2ebd45adcf034dad072'/>
<id>urn:sha1:aeec6c6ce15867114589d2ebd45adcf034dad072</id>
<content type='text'>
Bump privoxy to version 4.0.0. Every PCRE2 patch got merged and this
also fix compilation error currently present with the package.

filters.c: In function 'get_filter_function':
filters.c:2104:23: error: assignment to 'filter_function_ptr' {aka 'char * (*)(void)'} from incompatible pointer type 'char * (*)(struct client_state *)' [-Wincompatible-pointer-types]
 2104 |       filter_function = pcrs_filter_response_body;
      |                       ^
filters.c:2109:23: error: assignment to 'filter_function_ptr' {aka 'char * (*)(void)'} from incompatible pointer type 'char * (*)(struct client_state *)' [-Wincompatible-pointer-types]
 2109 |       filter_function = gif_deanimate_response;
      |                       ^
filters.c: In function 'execute_content_filters':
filters.c:2547:42: error: too many arguments to function 'content_filter'
 2547 |    content = (content_filter != NULL) ? (*content_filter)(csp) : NULL;
      |                                         ~^~~~~~~~~~~~~~~~

Reading the Changelog, no regression should arise from the package bump.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>privoxy: adjust version for apk</title>
<updated>2024-11-13T17:09:56Z</updated>
<author>
<name>xiao bo</name>
</author>
<published>2024-11-13T04:39:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=414ef7a52e974e809e4338ec2c2606b9f6cb6fc9'/>
<id>urn:sha1:414ef7a52e974e809e4338ec2c2606b9f6cb6fc9</id>
<content type='text'>
Signed-off-by: xiao bo &lt;peterwillcn@gmail.com&gt;
</content>
</entry>
<entry>
<title>privoxy: use PKG_NAME variable instead of hardcoding privoxy</title>
<updated>2023-11-02T19:48:03Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-11-02T19:48:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8474ab1a288936cbff8f291e05dae793bedb92bb'/>
<id>urn:sha1:8474ab1a288936cbff8f291e05dae793bedb92bb</id>
<content type='text'>
Use PKG_NAME in PKG_SOURCE AND PKG_BUILD_DIR instead of hardcoding to
privoxy to make the Makefile cleaner.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>privoxy: backport and move to PCRE2 library</title>
<updated>2023-10-29T16:12:30Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-10-29T16:12:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a2d801cdf3063263ba663339754109928296b5d3'/>
<id>urn:sha1:a2d801cdf3063263ba663339754109928296b5d3</id>
<content type='text'>
Backport required patch for PCRE2 support and move to PCRE2 library as
PCRE is now EOL and won't receive any security updates anymore.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>privoxy: update to release 3.0.34</title>
<updated>2023-10-29T16:11:53Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-10-29T16:11:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=76707306d1a91af8749dd5c7dcdea25f31c824a5'/>
<id>urn:sha1:76707306d1a91af8749dd5c7dcdea25f31c824a5</id>
<content type='text'>
Update to release 3.0.34 to permit easier backport of PCRE2 support.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
</feed>
