<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/protobuf, 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-04-16T18:48:36Z</updated>
<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>protobuf: add cmake 4.x compatibility, remove maintainer</title>
<updated>2025-11-08T19:17:57Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-11-08T17:58:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=96d59ae7c9b692a031cb483a62ee314cb00a4629'/>
<id>urn:sha1:96d59ae7c9b692a031cb483a62ee314cb00a4629</id>
<content type='text'>
Add a patch for cmake 4.x compatibility.
Remove maintainer who has not been active for several years.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>protobuf: don't use shared libraries for host</title>
<updated>2024-04-08T08:30:31Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-04-08T03:48:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d24229e4415b4a5c4fb7784d20c8748c9a9ebf4b'/>
<id>urn:sha1:d24229e4415b4a5c4fb7784d20c8748c9a9ebf4b</id>
<content type='text'>
Avoids needing to handle rpath.

Signed-off-by: Rosen Penev &lt;rosenp@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>
<entry>
<title>protobuf: update to 3.17.3</title>
<updated>2021-09-27T02:30:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-19T08:40:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c3ee90b076409b0af94e910e90bac6adb4c7b6b'/>
<id>urn:sha1:0c3ee90b076409b0af94e910e90bac6adb4c7b6b</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>protobuf: update to 3.17.2</title>
<updated>2021-06-13T04:16:58Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-13T03:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=11acce8fa9747d90d05223b84e90a2cecf8a3d25'/>
<id>urn:sha1:11acce8fa9747d90d05223b84e90a2cecf8a3d25</id>
<content type='text'>
Refreshed patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>protobuf: update to 3.15.6</title>
<updated>2021-03-21T00:28:09Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-20T23:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1d0d8e057cab2a2fb573c3952b88b26a9def5d96'/>
<id>urn:sha1:1d0d8e057cab2a2fb573c3952b88b26a9def5d96</id>
<content type='text'>
Remove upstreamed patch.

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>protobuf: fix bad CFLAGS in pkgconfig</title>
<updated>2020-12-18T06:02:30Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-18T05:02:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=457dcc5d5ba5488c6d53dbda6e62c45229d34e4c'/>
<id>urn:sha1:457dcc5d5ba5488c6d53dbda6e62c45229d34e4c</id>
<content type='text'>
Issue shows itself when using clang.

Refreshed other patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>protobuf: update to 3.14.0</title>
<updated>2020-12-02T00:18:37Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-01T01:00:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2b2fa695bb1e21d06a1a07819574d78626a4b843'/>
<id>urn:sha1:2b2fa695bb1e21d06a1a07819574d78626a4b843</id>
<content type='text'>
Remove pointless CMAKE_INSTALL. There's an InstallDev section.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
