<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libyang, 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>2025-11-20T20:51:19Z</updated>
<entry>
<title>libyang: Remove myself from maintainers</title>
<updated>2025-11-20T20:51:19Z</updated>
<author>
<name>Jakov Smolić</name>
</author>
<published>2025-11-19T23:14:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=98f7f35c392a4ece72453df9d2089b5d568cfe10'/>
<id>urn:sha1:98f7f35c392a4ece72453df9d2089b5d568cfe10</id>
<content type='text'>
Remove myself from maintainers

Signed-off-by: Jakov Smolić &lt;jsmolic@gentoo.org&gt;
</content>
</entry>
<entry>
<title>libyang: add dependency on libxxhash</title>
<updated>2025-11-13T11:48:18Z</updated>
<author>
<name>Vladimir Ermakov</name>
</author>
<published>2025-11-13T09:50:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7c41b63f96b081c6f90b8971933c3aa84c450711'/>
<id>urn:sha1:7c41b63f96b081c6f90b8971933c3aa84c450711</id>
<content type='text'>
Fix #27856

Signed-off-by: Vladimir Ermakov &lt;vooon341@gmail.com&gt;
</content>
</entry>
<entry>
<title>libyang: update to 3.13.6</title>
<updated>2025-11-11T20:21:44Z</updated>
<author>
<name>Lucian CRISTIAN</name>
</author>
<published>2025-11-11T20:08:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6c5ace844108f0048692b4f3bf0902b0a7f87648'/>
<id>urn:sha1:6c5ace844108f0048692b4f3bf0902b0a7f87648</id>
<content type='text'>
update to latest version to fix Cmake issues

Signed-off-by: Lucian CRISTIAN &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>libyang: update to 2.1.128</title>
<updated>2025-01-24T09:30:13Z</updated>
<author>
<name>Lucian CRISTIAN</name>
</author>
<published>2025-01-23T19:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8fcb4bc86c23ccf0b8e0c404f7ea496fdbb7faba'/>
<id>urn:sha1:8fcb4bc86c23ccf0b8e0c404f7ea496fdbb7faba</id>
<content type='text'>
this is a dependency for updated frr


Signed-off-by: Lucian CRISTIAN &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>libs/libyang: assign PKG_CPE_ID</title>
<updated>2024-01-29T23:57:26Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-01-25T17:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3c823356581c8b2d0eb99705e335d721e300c9e7'/>
<id>urn:sha1:3c823356581c8b2d0eb99705e335d721e300c9e7</id>
<content type='text'>
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:cesnet:libyang

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>libyang: update to 2.1.80</title>
<updated>2023-08-17T23:55:01Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2023-08-16T11:32:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=00e9510e2ed8d7b90b9df3671f52fec0e5abec59'/>
<id>urn:sha1:00e9510e2ed8d7b90b9df3671f52fec0e5abec59</id>
<content type='text'>
Signed-off-by: Lucian Cristian &lt;lucian.cristian@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>libyang: update to 2.0.112</title>
<updated>2021-11-12T19:02:56Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2021-11-12T03:14:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f0df83b4b5eb6b34d33b37e10b7d9ecc675c1983'/>
<id>urn:sha1:f0df83b4b5eb6b34d33b37e10b7d9ecc675c1983</id>
<content type='text'>
needed by frr 8+

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>libyang: update to 1.0.225</title>
<updated>2021-03-26T20:13:07Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-20T23:55:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=12dc76f4266caaab3e7ed6a427379caffe497e94'/>
<id>urn:sha1:12dc76f4266caaab3e7ed6a427379caffe497e94</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>
</feed>
