<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libnetconf2/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-11-25T15:18:12Z</updated>
<entry>
<title>libnetconf2: add pending patch to disable PAM support</title>
<updated>2025-11-25T15:18:12Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-25T15:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=51f533e53b161bdb20e2313dd3a4cc7e327f7ae2'/>
<id>urn:sha1:51f533e53b161bdb20e2313dd3a4cc7e327f7ae2</id>
<content type='text'>
Add pending patch to disable PAM support to limit need to add extra
dependency.

This is needed if libpam is selected as the package will detect the
library and enable support for it by default.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnetconf2: bump to 3.7.10</title>
<updated>2025-11-25T00:04:23Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-23T12:18:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6620df9fb92df4858c1952d35b7af2c2f88a6175'/>
<id>urn:sha1:6620df9fb92df4858c1952d35b7af2c2f88a6175</id>
<content type='text'>
Bump libnetconf2 to 3.7.10 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>libnetconf2: Remove myself from maintainers</title>
<updated>2025-11-20T20:51:19Z</updated>
<author>
<name>Jakov Smolić</name>
</author>
<published>2025-11-19T23:15:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9d17d2ec49d5742711207cda238c67f4f4dfc453'/>
<id>urn:sha1:9d17d2ec49d5742711207cda238c67f4f4dfc453</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-03.infra.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>libnetconf2: update to 2.0.24</title>
<updated>2021-11-12T19:02:56Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2021-11-12T03:15:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d6bf638cb8278b2203c91699f7a90a44070d79ba'/>
<id>urn:sha1:d6bf638cb8278b2203c91699f7a90a44070d79ba</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-03.infra.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>libnetconf2: update to 1.1.43</title>
<updated>2021-03-21T02:07:57Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-21T01:13:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=01299e68a245483b5921a0978ab1fb7f9a299e1f'/>
<id>urn:sha1:01299e68a245483b5921a0978ab1fb7f9a299e1f</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>libnetconf2: Bump to 1.1.36</title>
<updated>2021-02-02T19:23:11Z</updated>
<author>
<name>Jakov Smolic</name>
</author>
<published>2021-02-02T19:23:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f4f777403d2a997c68d9cce4ba3fda7f5186f552'/>
<id>urn:sha1:f4f777403d2a997c68d9cce4ba3fda7f5186f552</id>
<content type='text'>
Signed-off-by: Jakov Smolic &lt;jakov.smolic@sartura.hr&gt;
</content>
</entry>
<entry>
<title>libnetconf2: update to 1.1.26</title>
<updated>2020-08-22T16:26:04Z</updated>
<author>
<name>Jakov Smolic</name>
</author>
<published>2020-08-22T13:24:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=03ab03ad06875a89a085a867ceefd0b360aa0b4f'/>
<id>urn:sha1:03ab03ad06875a89a085a867ceefd0b360aa0b4f</id>
<content type='text'>
Signed-off-by: Jakov Smolic &lt;jakov.smolic@sartura.hr&gt;
</content>
</entry>
<entry>
<title>Netopeer2: update Netopeer2 and dependencies to master</title>
<updated>2020-05-09T21:03:55Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2020-05-09T21:03:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c825364c1d3c45d1dac321ec1a8209f44da75d8d'/>
<id>urn:sha1:c825364c1d3c45d1dac321ec1a8209f44da75d8d</id>
<content type='text'>
libnetconf2 to 1.1.24
libyang to 1.0.167
sysrepo to 1.4.58

Signed-off-by: Lucian Cristian &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
</feed>
