<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libconfig, 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-09-07T06:31:34Z</updated>
<entry>
<title>libconfig: update to 1.8.1</title>
<updated>2025-09-07T06:31:34Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-08-14T19:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a8d300ad6760cca4fcda9af7c4fb649dc199851a'/>
<id>urn:sha1:a8d300ad6760cca4fcda9af7c4fb649dc199851a</id>
<content type='text'>
Fixes compilation with GCC 15.

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>libconfig: update to 1.7.3</title>
<updated>2021-09-27T02:33:25Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-19T07:59:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=feaf38de41e022611a4d3df79c778a2adada19f3'/>
<id>urn:sha1:feaf38de41e022611a4d3df79c778a2adada19f3</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libconfig: cleanup Makefile</title>
<updated>2020-05-22T23:17:36Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-05-22T21:31:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=af9bc693a8c0f258a3c59a3aead74db3ee43b964'/>
<id>urn:sha1:af9bc693a8c0f258a3c59a3aead74db3ee43b964</id>
<content type='text'>
Fixed license information.

Fixed URL.

Removed autoreconf as nothing is being patched.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libconfig: import from base</title>
<updated>2020-05-22T23:17:36Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-05-22T21:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=76825c61bd89b0f1cbab4dc1fd536f570a7b8ef8'/>
<id>urn:sha1:76825c61bd89b0f1cbab4dc1fd536f570a7b8ef8</id>
<content type='text'>
All of the packages that depend on this live here, not in base.

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