<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/tcl, 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-05-11T18:23:49Z</updated>
<entry>
<title>lang/tcl: fix PKG_CPE_ID</title>
<updated>2025-05-11T18:23:49Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2025-02-26T18:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6de9eebf5101d8e0391e27f476db68aae0e20a33'/>
<id>urn:sha1:6de9eebf5101d8e0391e27f476db68aae0e20a33</id>
<content type='text'>
tcl:tcl is a better CPE ID than tcl_tk:tcl_tk as this CPE ID has the
latest CVE (whereas tcl_tk:tcl_tk only has CVEs up to 2008):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:tcl:tcl

Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>tcl: update to 8.6.14</title>
<updated>2024-08-16T23:02:10Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-08-03T07:33:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b101cc6d237261049ed12233edc66a721eb8e350'/>
<id>urn:sha1:b101cc6d237261049ed12233edc66a721eb8e350</id>
<content type='text'>
Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@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>tcl: fix build on macos</title>
<updated>2022-01-29T16:19:54Z</updated>
<author>
<name>Sergey V. Lobanov</name>
</author>
<published>2022-01-24T15:19:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6e9c7010501df5bb03ebc7e61c96a842d8843783'/>
<id>urn:sha1:6e9c7010501df5bb03ebc7e61c96a842d8843783</id>
<content type='text'>
configure script detects Darwin and uses flags incompatible with
Linux target build.

This patch uses fakeuname tool if host OS is MacOS to avoid Darwin
detection on target build.

Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>tcl: update to 8.6.11</title>
<updated>2021-06-02T06:08:47Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-02T01:31:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=396a06e6f39e96ce76e34631a858d189b16cfb94'/>
<id>urn:sha1:396a06e6f39e96ce76e34631a858d189b16cfb94</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tcl: update to 8.6.10</title>
<updated>2020-12-02T00:21:39Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-01T00:23:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ed15983ff8a4f684f2324d0afbf76721a4345bed'/>
<id>urn:sha1:ed15983ff8a4f684f2324d0afbf76721a4345bed</id>
<content type='text'>
Add *BUILD_PARALLEL for faster compilation.

Rearrange variable for consistency between packages.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tcl: Fix pkgconfig file</title>
<updated>2019-11-28T07:29:54Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-11-28T07:25:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1b2e94e537e901b989727514f591be8140718f88'/>
<id>urn:sha1:1b2e94e537e901b989727514f591be8140718f88</id>
<content type='text'>
It's pointing to the host.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: add PKG_CPE_ID for better cvescanner coverage</title>
<updated>2019-09-17T10:40:26Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2019-09-12T12:13:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=299e5b0a9bce19d6e96cb9ff217028b36ee2dd36'/>
<id>urn:sha1:299e5b0a9bce19d6e96cb9ff217028b36ee2dd36</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>tcl: Update to 8.6.9</title>
<updated>2018-12-17T17:14:02Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-12-16T15:16:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dda7047768ee41b10cbec1b8b46ad104cd4a9b2f'/>
<id>urn:sha1:dda7047768ee41b10cbec1b8b46ad104cd4a9b2f</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>lang/tcl: bring back package, update to 8.6.8, add host compile</title>
<updated>2018-10-18T16:24:21Z</updated>
<author>
<name>Vadim Radovel</name>
</author>
<published>2018-10-16T15:02:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7bf98d8af13db1e4ed443ee857311ee7e33cd741'/>
<id>urn:sha1:7bf98d8af13db1e4ed443ee857311ee7e33cd741</id>
<content type='text'>
Signed-off-by: Vadim Radovel &lt;vadim@radovel.ru&gt;
</content>
</entry>
</feed>
