<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/sysrepo, 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>sysrepo: correctly install .yang file with revision</title>
<updated>2025-11-25T15:39:59Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-25T15:39:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7c9b2491a9998d51eb9ab4c50b27ea54cee2d000'/>
<id>urn:sha1:7c9b2491a9998d51eb9ab4c50b27ea54cee2d000</id>
<content type='text'>
With new sysrepo version, the .yang file are shipped with revision.
Update the package install to align to the new names.

The change of name doesn't cause regression as the revision is optional
on loading .yang files.

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

Drop any upstream patch.

Update the CMake options to the new unified SYSREPO_SETUP that replace
the old GENERATE_HOSTKEY, INSTALL_MODULES and MERGE_LISTEN_CONFIG.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>sysrepo: Remove myself from maintainers</title>
<updated>2025-11-20T20:51:19Z</updated>
<author>
<name>Jakov Smolić</name>
</author>
<published>2025-11-19T23:13:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ef4e5299f0649d108edbd8340fba73e8b250b0c3'/>
<id>urn:sha1:ef4e5299f0649d108edbd8340fba73e8b250b0c3</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>sysrepo: build under WSL</title>
<updated>2022-09-14T19:59:27Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-09-10T00:46:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7dbf3f41c5eac509afddecd03acbf3021edbfce3'/>
<id>urn:sha1:7dbf3f41c5eac509afddecd03acbf3021edbfce3</id>
<content type='text'>
This check is for host, not cross compilation.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>sysrepo: update to 2.0.53</title>
<updated>2021-11-12T19:02:56Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2021-11-12T03:17:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6048971467dc5621d2d08f2babca86f06043462d'/>
<id>urn:sha1:6048971467dc5621d2d08f2babca86f06043462d</id>
<content type='text'>
needed after libyang update
also drop python3-sysrepo as now is standalone

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>sysrepo: update to 1.4.122</title>
<updated>2021-03-23T01:39:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-20T23:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cdd1a443151f6cf7cd9753eeb55f1b83256ac0ba'/>
<id>urn:sha1:cdd1a443151f6cf7cd9753eeb55f1b83256ac0ba</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Use Ninja for faster compilation.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #14723 from svaaz/master</title>
<updated>2021-02-23T23:39:11Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-23T23:39:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1e736d5b0355e67cfc385be5f98debd29eefa830'/>
<id>urn:sha1:1e736d5b0355e67cfc385be5f98debd29eefa830</id>
<content type='text'>
sysrepo: fix plugind option for verbosity</content>
</entry>
</feed>
