<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/fish, 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>2026-07-06T08:01:00Z</updated>
<entry>
<title>fish: fix postrm script interpreter</title>
<updated>2026-07-06T08:01:00Z</updated>
<author>
<name>Dharmik Parmar</name>
</author>
<published>2026-06-18T16:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=909597789ce5881ffda48250f44ada1d2e92cbf7'/>
<id>urn:sha1:909597789ce5881ffda48250f44ada1d2e92cbf7</id>
<content type='text'>
Add the missing shell interpreter line to the postrm script.

This lets apk run the generated post-deinstall hook when fish is removed.

Bump PKG_RELEASE for the package script change.

Fixes: #29348
Signed-off-by: Dharmik Parmar &lt;dharmikparmar2004@yahoo.com&gt;
</content>
</entry>
<entry>
<title>fish: updated to 4.7.1</title>
<updated>2026-05-13T05:16:25Z</updated>
<author>
<name>David Adam</name>
</author>
<published>2026-05-09T18:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=39f4c789babdc98a9f13205b96301842f2d1a9ec'/>
<id>urn:sha1:39f4c789babdc98a9f13205b96301842f2d1a9ec</id>
<content type='text'>
Update the build flags to the new spelling required by fish.

The groff directory no longer exists, and the manual pages are never
built, so there's no need to remove them.

The MIPS patch was cherry-picked from upstream and can be dropped.

Signed-off-by: David Adam &lt;zanchey@ucc.gu.uwa.edu.au&gt;
</content>
</entry>
<entry>
<title>fish: fix compilation with mips64</title>
<updated>2025-11-01T23:21:45Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-10-22T20:01:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5d28efd32030e3848fb82aeb9f8ea5d0b5627ba9'/>
<id>urn:sha1:5d28efd32030e3848fb82aeb9f8ea5d0b5627ba9</id>
<content type='text'>
Upstream backport.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>fish: update to 4.1.2</title>
<updated>2025-10-12T16:10:57Z</updated>
<author>
<name>董昊 (Dong, Hao)</name>
</author>
<published>2025-10-12T14:16:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ece701bc5a724f421a358950c28bc9a207c57a7a'/>
<id>urn:sha1:ece701bc5a724f421a358950c28bc9a207c57a7a</id>
<content type='text'>
This release fixes several regressions in 4.1.0, including:
- Fixed spurious error output when completing remote file paths for scp
- Fixed the alt-l binding for formatting ls output
- Fixed multiline prompt redraw issues with focus events
- Fixed Midnight Commander compatibility issues
- Fixed Zellij escape key processing
- Fixed web-based configuration tool issue
- Fixed pasting into fish -c read

Signed-off-by: 董昊 (Dong, Hao) &lt;dong_hao@vip.qq.com&gt;
</content>
</entry>
<entry>
<title>fish: update to 4.0.2</title>
<updated>2025-08-23T10:31:00Z</updated>
<author>
<name>Shin Rag</name>
</author>
<published>2025-08-22T13:25:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3989142f14579965a4a151d347372e2f5820c570'/>
<id>urn:sha1:3989142f14579965a4a151d347372e2f5820c570</id>
<content type='text'>
Update fish to 4.0.2

Signed-off-by: Shin Rag &lt;zhdlcc@gmail.com&gt;
</content>
</entry>
<entry>
<title>fish: update to 3.7.1</title>
<updated>2025-06-18T05:47:40Z</updated>
<author>
<name>Shin Rag</name>
</author>
<published>2025-06-13T15:42:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3e6c11de7336aea6f79488546ac55d8abb1eafdf'/>
<id>urn:sha1:3e6c11de7336aea6f79488546ac55d8abb1eafdf</id>
<content type='text'>
Update fish to version 3.7.1

Signed-off-by: Shin Rag &lt;zhdlcc@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>fish: update to 3.5.0</title>
<updated>2022-06-22T22:34:36Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-10-05T03:56:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7dc5f0b43608b867a39eaa84a469560473ec994e'/>
<id>urn:sha1:7dc5f0b43608b867a39eaa84a469560473ec994e</id>
<content type='text'>
Various other cleanups.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>fish: don't build docs</title>
<updated>2021-08-14T23:11:31Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2021-08-14T23:08:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4e35ada04ffc2458258205e17abba9fa33be22bd'/>
<id>urn:sha1:4e35ada04ffc2458258205e17abba9fa33be22bd</id>
<content type='text'>
Building docs fails due to fish_indent not being available. As we don't
install docs anyway, simply disable docs build.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>fish: update to 3.3.1</title>
<updated>2021-07-21T07:12:56Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-21T03:40:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9519819d66dc944647377ba3dcc717ba08430b90'/>
<id>urn:sha1:9519819d66dc944647377ba3dcc717ba08430b90</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
