<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/canutils/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-12T17:10:09Z</updated>
<entry>
<title>canutils: Update to 2025.01</title>
<updated>2025-11-12T17:10:09Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2025-11-12T09:41:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=23ee8f59b1700838bfaaab57f204fcb7e1f5307c'/>
<id>urn:sha1:23ee8f59b1700838bfaaab57f204fcb7e1f5307c</id>
<content type='text'>
Update build targets and backport an upstream fix for missing header.

Changelog: https://github.com/linux-can/can-utils/releases/tag/v2025.01

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>canutils: Fix license file</title>
<updated>2025-05-22T21:27:12Z</updated>
<author>
<name>Jan Kardell</name>
</author>
<published>2025-05-20T09:48:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ed9613e5ce809b34d05a75b27d9f369ab9d44fb2'/>
<id>urn:sha1:ed9613e5ce809b34d05a75b27d9f369ab9d44fb2</id>
<content type='text'>
Signed-off-by: Jan Kardell &lt;jan.kardell@telliq.com&gt;
</content>
</entry>
<entry>
<title>canutils: update to 2023.03</title>
<updated>2024-05-14T23:36:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-05-12T22:24:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b8e26bba39813882c098a2412a33c85acc30b0f1'/>
<id>urn:sha1:b8e26bba39813882c098a2412a33c85acc30b0f1</id>
<content type='text'>
Fixes compilation with GCC 14.

Removed can-calc-bit-timing. No longer present.

Backport time_t patch to prevent crashing under 32-bit systems.

Switched to local git tarballs. Smaller.

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>canutils: update to 2021.08.0</title>
<updated>2021-12-17T09:03:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T01:56:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a004e872ea17ec0face861dceedd3da0871bcb93'/>
<id>urn:sha1:a004e872ea17ec0face861dceedd3da0871bcb93</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>canutils: uipdate to 2021.06.0</title>
<updated>2021-07-21T07:14:39Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-21T03:36:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5fb11cf1d5c249c88783d9a456e7b10c0e83ea23'/>
<id>urn:sha1:5fb11cf1d5c249c88783d9a456e7b10c0e83ea23</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

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>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>canutils: update to 2020.12.0</title>
<updated>2021-02-23T00:36:35Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-22T01:50:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9adda83a9abcc52ef3af182f160c26b87b7e9943'/>
<id>urn:sha1:9adda83a9abcc52ef3af182f160c26b87b7e9943</id>
<content type='text'>
Remove upstreamed patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>canutils: update to 2020.11.0</title>
<updated>2020-11-20T00:17:42Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-18T06:05:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=66191f481e539bae8f883d506b1d2f4d80c84231'/>
<id>urn:sha1:66191f481e539bae8f883d506b1d2f4d80c84231</id>
<content type='text'>
Renamed j* tools to their new versions.

Remove upstreamed patches.

Add missing time.h header.

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