Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fish-shell: update to 3.6.3.
@ 2023-12-04 16:54 akierig
  2023-12-04 16:56 ` [PR PATCH] [Updated] " akierig
  2023-12-04 17:18 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: akierig @ 2023-12-04 16:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 576 bytes --]

There is a new pull request by akierig against master on the void-packages repository

https://github.com/akierig/void-packages fish-3.6.3
https://github.com/void-linux/void-packages/pull/47574

fish-shell: update to 3.6.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl

A patch file from https://github.com/void-linux/void-packages/pull/47574.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fish-3.6.3-47574.patch --]
[-- Type: text/x-diff, Size: 1122 bytes --]

From 0e08f63dbe430e26d2a1cae5265faec0fa6eca7f Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Mon, 4 Dec 2023 10:52:12 -0600
Subject: [PATCH] fish-shell: update to 3.6.3.

---
 srcpkgs/fish-shell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template
index aa6a157317a7f..94b04e1914fdf 100644
--- a/srcpkgs/fish-shell/template
+++ b/srcpkgs/fish-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'fish-shell'
 pkgname=fish-shell
-version=3.6.1
+version=3.6.3
 revision=2
 build_style=cmake
 hostmakedepends="gettext"
@@ -12,7 +12,7 @@ license="GPL-2.0-only"
 homepage="https://fishshell.com/"
 changelog="https://github.com/fish-shell/fish-shell/raw/master/CHANGELOG.rst"
 distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
-checksum=55402bb47ca6739d8aba25e41780905b5ce1bce0a5e0dd17dca908b5bc0b49b2
+checksum=55520128c8ef515908a3821423b430db9258527a6c6acb61c7cb95626b5a48d5
 register_shell="/bin/fish /usr/bin/fish"
 # tests don't work as root
 make_check=ci-skip

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] fish-shell: update to 3.6.3.
  2023-12-04 16:54 [PR PATCH] fish-shell: update to 3.6.3 akierig
@ 2023-12-04 16:56 ` akierig
  2023-12-04 17:18 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: akierig @ 2023-12-04 16:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 689 bytes --]

There is an updated pull request by akierig against master on the void-packages repository

https://github.com/akierig/void-packages fish-3.6.3
https://github.com/void-linux/void-packages/pull/47574

fish-shell: update to 3.6.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl

fixes [CVE-2023-49284](https://github.com/fish-shell/fish-shell/security/advisories/GHSA-2j9r-pm96-wp4f)

A patch file from https://github.com/void-linux/void-packages/pull/47574.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fish-3.6.3-47574.patch --]
[-- Type: text/x-diff, Size: 1177 bytes --]

From 02c2f99cbce5e5eca404db92ccfc9b87219de2ab Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Mon, 4 Dec 2023 10:52:12 -0600
Subject: [PATCH] fish-shell: update to 3.6.3.

---
 srcpkgs/fish-shell/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template
index aa6a157317a7f..aa2ae47f34e53 100644
--- a/srcpkgs/fish-shell/template
+++ b/srcpkgs/fish-shell/template
@@ -1,7 +1,7 @@
 # Template file for 'fish-shell'
 pkgname=fish-shell
-version=3.6.1
-revision=2
+version=3.6.3
+revision=1
 build_style=cmake
 hostmakedepends="gettext"
 makedepends="ncurses-devel pcre2-devel"
@@ -12,7 +12,7 @@ license="GPL-2.0-only"
 homepage="https://fishshell.com/"
 changelog="https://github.com/fish-shell/fish-shell/raw/master/CHANGELOG.rst"
 distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
-checksum=55402bb47ca6739d8aba25e41780905b5ce1bce0a5e0dd17dca908b5bc0b49b2
+checksum=55520128c8ef515908a3821423b430db9258527a6c6acb61c7cb95626b5a48d5
 register_shell="/bin/fish /usr/bin/fish"
 # tests don't work as root
 make_check=ci-skip

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: fish-shell: update to 3.6.3.
  2023-12-04 16:54 [PR PATCH] fish-shell: update to 3.6.3 akierig
  2023-12-04 16:56 ` [PR PATCH] [Updated] " akierig
@ 2023-12-04 17:18 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-12-04 17:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

There's a merged pull request on the void-packages repository

fish-shell: update to 3.6.3.
https://github.com/void-linux/void-packages/pull/47574

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl

fixes [CVE-2023-49284](https://github.com/fish-shell/fish-shell/security/advisories/GHSA-2j9r-pm96-wp4f)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-04 17:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-04 16:54 [PR PATCH] fish-shell: update to 3.6.3 akierig
2023-12-04 16:56 ` [PR PATCH] [Updated] " akierig
2023-12-04 17:18 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).