<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/zsh, 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-07-04T13:18:32Z</updated>
<entry>
<title>zsh: fix shell not sourcing /etc/profile</title>
<updated>2025-07-04T13:18:32Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-07-04T10:16:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=82be093872a2dd06fce4eedac572fec1ae1d0985'/>
<id>urn:sha1:82be093872a2dd06fce4eedac572fec1ae1d0985</id>
<content type='text'>
Currently our zsh package does not source /etc/profile which is the
expected behavior to setup environment configs.

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>zsh: fix compilation with GCC14</title>
<updated>2024-06-09T00:31:38Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-06-08T23:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=97d5d2555cebecb1d9bd3bc315a4a3183f9be632'/>
<id>urn:sha1:97d5d2555cebecb1d9bd3bc315a4a3183f9be632</id>
<content type='text'>
Upstream backport and local patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>utils/zsh: fix PKG_CPE_ID</title>
<updated>2024-02-04T23:58:25Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T21:23:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=00e038942a5856b01ee359706dbb4398148ba162'/>
<id>urn:sha1:00e038942a5856b01ee359706dbb4398148ba162</id>
<content type='text'>
zsh:zsh is a better CPE ID than zsh_project:zsh as this CPE ID has the
latest CVEs (whereas zsh_project:zsh only has CVEs up to 2017):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:zsh:zsh

Fixes: ff056fcffcacf2632505bb108bf8e8c2a3cef09c (zsh: Update to 5.6.2)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>zsh: backport PCRE2 patches and move to it</title>
<updated>2023-10-10T10:29:49Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-10-10T10:29:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5b929fde5f9b8bc2b6e85999c9eb08b5a4295c7f'/>
<id>urn:sha1:5b929fde5f9b8bc2b6e85999c9eb08b5a4295c7f</id>
<content type='text'>
Backport PCRE2 patches from upstream and move package to PCRE2 library
as PCRE is EOL and won't receive any security update anymore.

Patch are backported with minimal change, only the Changelog change is
commented out as it would conflict and makes no sense to adapt for the
purpose of backport patches.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>zsh: use autoreconf PKG_FIXUP to configure</title>
<updated>2023-10-05T10:57:17Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2023-10-04T21:46:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a7f837c98b0ab3fde1b19283e13a21fdaf1b1ee2'/>
<id>urn:sha1:a7f837c98b0ab3fde1b19283e13a21fdaf1b1ee2</id>
<content type='text'>
In preparation to PCRE2 fixup, use autoreconf PKG_FIXUP as a better
configure system instead of configure script. This is needed to reduce
upcoming patch to migrate to PCRE2 library.

To correctly use autoreconf it's needed to declare empty
PKG_REMOVE_FILES.

zsh include custom macro in the default aclocal.m4
When autoreconf PKG_FIXUP is used, if PKG_REMOVE_FILES is not defined,
it's set to remove the file aclocal.m4 by default resulting in problem
with the custom macro AC_PROG_LN.

Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
[ split to 2 commit, add PKG_REMOVE_FILES, reword commit description ]
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=lto</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e7d9c865036d7bc2ac30604e8573f25ae601aed1'/>
<id>urn:sha1:e7d9c865036d7bc2ac30604e8573f25ae601aed1</id>
<content type='text'>
See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS"
on the main repository.

Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This
fixes it and properly enables LTO.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=gc-sections</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:09:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=35f4ef76e0c88b690ec55f26aed072c4c5989eff'/>
<id>urn:sha1:35f4ef76e0c88b690ec55f26aed072c4c5989eff</id>
<content type='text'>
See commit da370098 "treewide: add support for "gc-sections" in
PKG_BUILD_FLAGS" on the main repository.

Note: This only touches packages which use all three parts
(-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by
this build flag. Some packages only use a subset, and these are left
unchanged for now.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>zsh: update to 5.9</title>
<updated>2022-05-18T19:26:59Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2022-05-17T18:43:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=de2ff3a5f18705152964edf827032fed513dc375'/>
<id>urn:sha1:de2ff3a5f18705152964edf827032fed513dc375</id>
<content type='text'>
Bump to latest release

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>zsh: update to 5.8.1</title>
<updated>2022-02-24T01:06:40Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2022-02-20T15:08:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=034da11e2bc56c9f960ebbd8c5d2b0f9cd76932b'/>
<id>urn:sha1:034da11e2bc56c9f960ebbd8c5d2b0f9cd76932b</id>
<content type='text'>
Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia &lt;graysky@archlinux.us&gt;
</content>
</entry>
<entry>
<title>zsh: update to 5.8</title>
<updated>2020-06-26T00:41:09Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-06-25T22:47:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1abf4f38846cbf27b7c314d139cec067e0bb7cf5'/>
<id>urn:sha1:1abf4f38846cbf27b7c314d139cec067e0bb7cf5</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
