<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libgee, 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-12-31T07:12:36Z</updated>
<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>libgee: update to 0.20.8</title>
<updated>2025-05-02T12:20:53Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-11-14T22:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=97722ed05f66942c4c6485289c8437b0599062f3'/>
<id>urn:sha1:97722ed05f66942c4c6485289c8437b0599062f3</id>
<content type='text'>
Fixes compilation with GCC14.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libs/libgee: assign PKG_CPE_ID</title>
<updated>2024-01-30T00:04:09Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-01-25T21:49:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4bdc29ece49d9e4706b31c7243a9ad0ed3eaae6c'/>
<id>urn:sha1:4bdc29ece49d9e4706b31c7243a9ad0ed3eaae6c</id>
<content type='text'>
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:gnome:libgee

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: make all GNOME URLs consistent</title>
<updated>2023-07-11T15:37:37Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2023-07-02T00:55:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b044ba7b37e8166edd2ffe98eaa41ed2c51a45bc'/>
<id>urn:sha1:b044ba7b37e8166edd2ffe98eaa41ed2c51a45bc</id>
<content type='text'>
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>libgee: update to 0.20.6</title>
<updated>2022-11-05T17:30:28Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-11-05T04:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9a430e72fe150bdbfe2866785893e419122d05ac'/>
<id>urn:sha1:9a430e72fe150bdbfe2866785893e419122d05ac</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libgee: update to 0.20.5</title>
<updated>2022-05-11T21:49:00Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2022-05-10T19:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6f24e9d5ec4418be9f75b3c4e901b2fddf1cfda5'/>
<id>urn:sha1:6f24e9d5ec4418be9f75b3c4e901b2fddf1cfda5</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>libgee: update to 0.20.4</title>
<updated>2021-05-10T16:52:32Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2021-05-10T16:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c7f1a6290a5abad41f86f1f518011d8516703068'/>
<id>urn:sha1:c7f1a6290a5abad41f86f1f518011d8516703068</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>libgee: update to 0.20.3</title>
<updated>2020-03-07T02:49:38Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-03-07T02:49:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=146b783526e89d4159996f5aa3890c8d1058b275'/>
<id>urn:sha1:146b783526e89d4159996f5aa3890c8d1058b275</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libgee: Update to 0.20.2</title>
<updated>2019-09-12T20:19:24Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-09-12T20:18:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cf55c9ee58f72bddd7b47299c1a023b0a3e2e060'/>
<id>urn:sha1:cf55c9ee58f72bddd7b47299c1a023b0a3e2e060</id>
<content type='text'>
Eliminate patch in favor of configure argument.

Shuffled some stuff around for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

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