<feed xmlns='http://www.w3.org/2005/Atom'>
<title>routing/minimalist-pcproxy/Makefile, branch master</title>
<subtitle>Mirror of routing feed</subtitle>
<id>https://git.openwrt.org/feed/routing/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/routing/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/'/>
<updated>2025-11-12T20:16:37Z</updated>
<entry>
<title>minimalist-pcproxy: remove this package</title>
<updated>2025-11-12T20:16:37Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-11-10T12:52:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=2dbcc5b466c2865ce57f184cca308c92b4fbc09e'/>
<id>urn:sha1:2dbcc5b466c2865ce57f184cca308c92b4fbc09e</id>
<content type='text'>
It looks like that repository has been read-only since 3rd July 2025,
so we can not expect new features, bug fixes, etc.

Even though, last commit in the repository was done in 2014,
which is more than 11 years ago.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T18:04:28Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-07T15:35:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=0fed081486198212608bebe257590947e58dc0d8'/>
<id>urn:sha1:0fed081486198212608bebe257590947e58dc0d8</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-27T15:14:16Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-04-26T09:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=3e96c851a7871f38c52c7be0e0f693b045fe0758'/>
<id>urn:sha1:3e96c851a7871f38c52c7be0e0f693b045fe0758</id>
<content type='text'>
OpenWrt/packages removed AUTORELEASE treewide. Remove it also in the
routing feed.

This is just copied from [0] with modification to the sed cmd because it
was not working for the routing feed:

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/routing; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's/\/Makefile$//';);
do
  make package/$i/download
done

[0] - https://github.com/openwrt/packages/commit/0c10c224be81f9221dabfab449855ab6718d2a0c

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>minimalist-pcproxy: Makefile cleanup</title>
<updated>2022-03-04T08:49:08Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-02-26T12:52:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=c9a7659f2f97a5e2e920a2c451efdb9ec9ce1ace'/>
<id>urn:sha1:c9a7659f2f97a5e2e920a2c451efdb9ec9ce1ace</id>
<content type='text'>
- Fixed LICENSE
Software is licensed under MIT
- Added PKG_LICENSE_FILES

- The was wrong date in PKG_VERSION
The latest commit is 2014-12-12.

- Changed package versioning
Before: minimalist-pcproxy_2015-01-12-2d6d1b0b0a3b79a9b4a9b0a7606a84600a967bcb-2_arm_cortex-a9_vfpv3-d16.ipk
After: minimalist-pcproxy_2014-12-12-2d6d1b0b-1_arm_cortex-a9_vfpv3-d16.ipk

Also the downloaded tarball is smaller by 0,4 kB

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>minimalist-pcproxy: include PKG_MIRROR_HASH</title>
<updated>2021-11-19T06:04:33Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2021-10-19T13:36:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=e9d5f990a3994d9064a4b5e339b24abe735b1eca'/>
<id>urn:sha1:e9d5f990a3994d9064a4b5e339b24abe735b1eca</id>
<content type='text'>
This avoids unnecessary downloads and rebuilds.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Basic cleanup and alignment to package guidelines (#383)</title>
<updated>2018-07-12T14:50:47Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2018-07-12T14:50:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=43449bcbbda0582a820acf9f8e2ac20e4ec28137'/>
<id>urn:sha1:43449bcbbda0582a820acf9f8e2ac20e4ec28137</id>
<content type='text'>
This is a very basic cleanup, several packages needs more work
but this at least drops git for https and removes the use of
PKG_MD5SUM and some minor fixes.

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;</content>
</entry>
<entry>
<title>replace DEPENDS=+@IPV6 with DEPENDS=@IPV6</title>
<updated>2016-06-05T01:07:20Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2016-06-05T00:13:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=9b610a90c61cb2a5ec73bc95e5a46cd4b4375aef'/>
<id>urn:sha1:9b610a90c61cb2a5ec73bc95e5a46cd4b4375aef</id>
<content type='text'>
The symbol IPV6 is a global config symbol, don't select it because it
will override the user decision of IPV6 as all other package in base do
it. A select (+) will also create a recursive dependency error.

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>minimalist-pcproxy: Update to github HEAD.</title>
<updated>2015-01-12T09:40:21Z</updated>
<author>
<name>Markus Stenberg</name>
</author>
<published>2015-01-12T09:40:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=a5f73bbaf82d4644b575a26813554389b1cf4a21'/>
<id>urn:sha1:a5f73bbaf82d4644b575a26813554389b1cf4a21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add SPDX license tags</title>
<updated>2014-11-03T12:17:00Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2014-11-03T12:16:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=69f203d5c309e84a4ec89396a07a160a176b53c9'/>
<id>urn:sha1:69f203d5c309e84a4ec89396a07a160a176b53c9</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;
</content>
</entry>
<entry>
<title>minimalist-pcproxy: ANNOUNCE opcode support and better error handling.</title>
<updated>2014-09-02T10:16:03Z</updated>
<author>
<name>Markus Stenberg</name>
</author>
<published>2014-09-02T10:16:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=2b73beb31336bd2770f8e080c23c0ff0ce881e48'/>
<id>urn:sha1:2b73beb31336bd2770f8e080c23c0ff0ce881e48</id>
<content type='text'>
</content>
</entry>
</feed>
