<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/tinyproxy, 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-01-25T12:57:54Z</updated>
<entry>
<title>tinyproxy: support DisableViaHeader option</title>
<updated>2026-01-25T12:57:54Z</updated>
<author>
<name>Xu Wang</name>
</author>
<published>2025-11-24T13:45:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=80618e704647ebd921bedf7b27112018e20eb1fc'/>
<id>urn:sha1:80618e704647ebd921bedf7b27112018e20eb1fc</id>
<content type='text'>
This option is required for the proxy to be transparent, and has been
supported since at least 2009. Description taken from upstream.

Signed-off-by: Xu Wang &lt;xwang1498@gmx.com&gt;
</content>
</entry>
<entry>
<title>tinyproxy: fix upstream config generation</title>
<updated>2024-06-23T23:09:28Z</updated>
<author>
<name>Daniel Kucera</name>
</author>
<published>2024-04-25T06:47:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=de8e13efa593e7af54d0a37cbfa8cc18649db173'/>
<id>urn:sha1:de8e13efa593e7af54d0a37cbfa8cc18649db173</id>
<content type='text'>
Signed-off-by: Daniel Kucera &lt;daniel.kucera@gmail.com&gt;
</content>
</entry>
<entry>
<title>net/tinyproxy: fix PKG_CPE_ID</title>
<updated>2024-02-04T23:58:02Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T19:43:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d6d157f644ec57b682c246f6c876936f0bcb9baa'/>
<id>urn:sha1:d6d157f644ec57b682c246f6c876936f0bcb9baa</id>
<content type='text'>
tinyproxy_project:tinyproxy is a better CPE ID than banu:tinyproxy as
this CPE ID has the latest CVEs (whereas banu:tinyproxy only has CVEs up
to 2012):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:tinyproxy_project:tinyproxy

Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>tinyproxy: Update to 1.11.1</title>
<updated>2023-04-05T15:47:30Z</updated>
<author>
<name>Zhang Rui</name>
</author>
<published>2023-03-28T08:45:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5c32126d39521efca1c3c5b836ca2d42edede6e0'/>
<id>urn:sha1:5c32126d39521efca1c3c5b836ca2d42edede6e0</id>
<content type='text'>
Signed-off-by: Zhang Rui &lt;rui.crater@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>tinyproxy: convert to procd</title>
<updated>2020-03-15T20:40:13Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-03-15T20:20:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c14ba8bd7729f0b085fefceb59a438e2861eaa20'/>
<id>urn:sha1:c14ba8bd7729f0b085fefceb59a438e2861eaa20</id>
<content type='text'>
The path changed since 274506803ab9025e3726b1a9449830e4ea8e72d0

Fixed.

Also took the time to convert to procd.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tinyproxy: update to 1.10.0</title>
<updated>2020-01-13T01:04:30Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-01-13T00:39:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=274506803ab9025e3726b1a9449830e4ea8e72d0'/>
<id>urn:sha1:274506803ab9025e3726b1a9449830e4ea8e72d0</id>
<content type='text'>
Added license information.

Added PKG_BUILD_PARALLEL for faster compilation.

Refreshed patches.

Updated URLs.

Ran init script through shellcheck.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: add PKG_CPE_ID for better cvescanner coverage</title>
<updated>2019-09-17T10:40:26Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2019-09-12T12:13:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=299e5b0a9bce19d6e96cb9ff217028b36ee2dd36'/>
<id>urn:sha1:299e5b0a9bce19d6e96cb9ff217028b36ee2dd36</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>tinyproxy: update makefile to increment PKG_RELEASE</title>
<updated>2019-04-16T22:53:51Z</updated>
<author>
<name>Mathieu Coupe</name>
</author>
<published>2019-04-16T07:13:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5342bf6146038ddbf89d3b106c4e85b91ee7a279'/>
<id>urn:sha1:5342bf6146038ddbf89d3b106c4e85b91ee7a279</id>
<content type='text'>
Increment PKG_RELEASE from 2 to 3

Signed-off-by: Mathieu Coupe &lt;eagle.pounains@gmail.com&gt;
</content>
</entry>
<entry>
<title>tinyproxy: handling of option XTinyproxy</title>
<updated>2019-04-13T08:37:23Z</updated>
<author>
<name>Mathieu Coupe</name>
</author>
<published>2019-01-07T20:02:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=247a8c740e9fe239d745b2da354c9fb25fd4b6eb'/>
<id>urn:sha1:247a8c740e9fe239d745b2da354c9fb25fd4b6eb</id>
<content type='text'>
1.) Fix the handling of XTinyproxy option to avoid syntax error when starting tinyproxy:

example:
Syntax error on line 15
Unable to parse config file. Not starting.

Signed-off-by: Mathieu Coupe &lt;eagle.pounains@gmail.com&gt;
</content>
</entry>
</feed>
