<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/sumo, 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-09-08T12:36:13Z</updated>
<entry>
<title>sumo: add missing fmt dependency</title>
<updated>2025-09-08T12:36:13Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-08-25T04:22:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c2c210fd42424bf2d3249384400d23f0ba219e6b'/>
<id>urn:sha1:c2c210fd42424bf2d3249384400d23f0ba219e6b</id>
<content type='text'>
Apparently it's used by sumo.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>sumo: update to 1.23.1</title>
<updated>2025-07-29T09:00:27Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-07-09T00:45:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4a022613b821558c9877843cc45587d12f339bc2'/>
<id>urn:sha1:4a022613b821558c9877843cc45587d12f339bc2</id>
<content type='text'>
Remove no longer needed GCC14 patch.

Make python optional. It's not used anyway.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>sumo: update to 1.16.0</title>
<updated>2024-06-29T18:56:14Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-06-24T05:17:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ba0ff68c27a724c0c0dd3dc6f780598815395402'/>
<id>urn:sha1:ba0ff68c27a724c0c0dd3dc6f780598815395402</id>
<content type='text'>
Add patch for GCC14.

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-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>sumo: update to 1.12</title>
<updated>2022-03-03T00:30:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-02-05T22:58:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5e2df7e38ea670b3e43c2efba944f6c242dc7cb3'/>
<id>urn:sha1:5e2df7e38ea670b3e43c2efba944f6c242dc7cb3</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>sumo: fix compilation when gtest is present</title>
<updated>2021-06-19T21:10:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-19T07:36:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=caa2cc5cc1478ab66af15adb1979e63caea2eb77'/>
<id>urn:sha1:caa2cc5cc1478ab66af15adb1979e63caea2eb77</id>
<content type='text'>
Removes cmake check for gtest.

Signed-off-by: Rosen Penev &lt;rosenp@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>sumo: update to 1.9.2</title>
<updated>2021-06-02T06:06:33Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-02T01:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2e7ede0e3b616f1579554dae08ec0aa8fdcd0ffe'/>
<id>urn:sha1:2e7ede0e3b616f1579554dae08ec0aa8fdcd0ffe</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: build CMake projects with Ninja</title>
<updated>2021-03-28T04:51:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-04T22:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a31b7320077c340268d31642ded69cc66fbc230c'/>
<id>urn:sha1:a31b7320077c340268d31642ded69cc66fbc230c</id>
<content type='text'>
faster to compile.

A small selection of packages was tested going from:

Executed in  696.30 secs   fish           external
   usr time   82.98 mins  395.00 micros   82.98 mins
   sys time    9.02 mins    0.00 micros    9.02 mins

to:

Executed in  592.20 secs   fish           external
   usr time   84.84 mins  361.00 micros   84.84 mins
   sys time    8.85 mins   57.00 micros    8.85 mins

Tested by running make -j 12 and wiping staging/build_dir/target_x

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>sumo: update to 1.8.0</title>
<updated>2020-12-23T03:24:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-21T04:30:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8a6869ed87a4baf39c31c6a3aff2efb5bd359b43'/>
<id>urn:sha1:8a6869ed87a4baf39c31c6a3aff2efb5bd359b43</id>
<content type='text'>
Replace patch with simple CMAKE_OPTION.

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