<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/netopeer2, 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>treewide: fix spelling and grammar in Makefiles</title>
<updated>2025-12-31T07:12:36Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-26T04:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=de64f871b0f00b885039997eb46f914bdac687a5'/>
<id>urn:sha1:de64f871b0f00b885039997eb46f914bdac687a5</id>
<content type='text'>
Fix spelling and grammar in package definitions, configs, comments and
other strings.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>netopeer2: fix install path for netopeer2-server</title>
<updated>2025-11-26T01:26:06Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-26T01:26:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0028a5434d8ec723c6eef5e9847c314e22205353'/>
<id>urn:sha1:0028a5434d8ec723c6eef5e9847c314e22205353</id>
<content type='text'>
New version of netopeer2 moved the install location of netopeer2-server
from /usr/bin to /usr/sbin.

Update the install location to reflect this change.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>netopeer2: bump to 2.4.5</title>
<updated>2025-11-25T00:04:23Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-23T12:21:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=37bfd2bb61a03cad41b20c9ab5d4ef53cf402359'/>
<id>urn:sha1:37bfd2bb61a03cad41b20c9ab5d4ef53cf402359</id>
<content type='text'>
Bump netopeer2 to 2.4.5 to fix support for CMake &gt;= 4.0 version.

Drop any upstream patch.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>netopeer2: Remove myself from maintainers</title>
<updated>2025-11-20T20:51:19Z</updated>
<author>
<name>Jakov Smolić</name>
</author>
<published>2025-11-19T23:14:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=726ef9070ca2a70902d26dfe2b1cbd5b9a31340d'/>
<id>urn:sha1:726ef9070ca2a70902d26dfe2b1cbd5b9a31340d</id>
<content type='text'>
Remove myself from maintainers

Signed-off-by: Jakov Smolić &lt;jsmolic@gentoo.org&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>netopeer2: update to 2.0.35</title>
<updated>2021-11-12T19:02:56Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2021-11-12T03:17:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=90834c5ce15b964f42a705fd2270cbffcc41b0f3'/>
<id>urn:sha1:90834c5ce15b964f42a705fd2270cbffcc41b0f3</id>
<content type='text'>
needed after libyang update

Signed-off-by: Lucian Cristian &lt;lucian.cristian@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>netopeer2: update to 1.1.70</title>
<updated>2021-03-26T18:24:35Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-20T23:09:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=be179a8855029a504233e06b6cc0130b74930513'/>
<id>urn:sha1:be179a8855029a504233e06b6cc0130b74930513</id>
<content type='text'>
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>netopeer2: Bump to 1.1.53</title>
<updated>2021-02-02T19:28:10Z</updated>
<author>
<name>Jakov Smolic</name>
</author>
<published>2021-02-02T19:28:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8e1a762eddf36fb22c2f1f01511023a02041a837'/>
<id>urn:sha1:8e1a762eddf36fb22c2f1f01511023a02041a837</id>
<content type='text'>
Signed-off-by: Jakov Smolic &lt;jakov.smolic@sartura.hr&gt;
</content>
</entry>
</feed>
