* [bug#62266] [PATCH] gnu: OpenSSH: Update to 9.3p1 [security fixes].
@ 2023-03-18 21:31 Leo Famulari
2023-03-22 8:29 ` Efraim Flashner
0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2023-03-18 21:31 UTC (permalink / raw)
To: 62266
The release announcement contains more information about the security
vulnerabilities fixed in this update:
https://www.openssh.com/txt/release-9.3
* gnu/packages/ssh.scm (openssh): Update to 9.3p1.
---
gnu/packages/ssh.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 886cb74070..b91e70aaed 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -197,7 +197,7 @@ (define-public libssh2
(define-public openssh
(package
(name "openssh")
- (version "9.2p1")
+ (version "9.3p1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
@@ -206,7 +206,7 @@ (define-public openssh
"openssh-trust-guix-store-directory.patch"))
(sha256
(base32
- "0ingf6fxzg2fcf6k68bvh0lc460jn0macvf5w585zd2zcpqxnriz"))))
+ "1a7qia3c255igny5kf00m5zxkp69lf1w6qjsv3rm2sm705vvmfp9"))))
(build-system gnu-build-system)
(native-inputs (list groff pkg-config))
(inputs `(("libedit" ,libedit)
--
2.39.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#62266] [PATCH] gnu: OpenSSH: Update to 9.3p1 [security fixes].
2023-03-18 21:31 [bug#62266] [PATCH] gnu: OpenSSH: Update to 9.3p1 [security fixes] Leo Famulari
@ 2023-03-22 8:29 ` Efraim Flashner
2023-03-22 15:58 ` bug#62266: " Leo Famulari
0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2023-03-22 8:29 UTC (permalink / raw)
To: Leo Famulari; +Cc: 62266
[-- Attachment #1: Type: text/plain, Size: 1552 bytes --]
LGTM!
On Sat, Mar 18, 2023 at 05:31:11PM -0400, Leo Famulari wrote:
> The release announcement contains more information about the security
> vulnerabilities fixed in this update:
>
> https://www.openssh.com/txt/release-9.3
>
> * gnu/packages/ssh.scm (openssh): Update to 9.3p1.
> ---
> gnu/packages/ssh.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
> index 886cb74070..b91e70aaed 100644
> --- a/gnu/packages/ssh.scm
> +++ b/gnu/packages/ssh.scm
> @@ -197,7 +197,7 @@ (define-public libssh2
> (define-public openssh
> (package
> (name "openssh")
> - (version "9.2p1")
> + (version "9.3p1")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://openbsd/OpenSSH/portable/"
> @@ -206,7 +206,7 @@ (define-public openssh
> "openssh-trust-guix-store-directory.patch"))
> (sha256
> (base32
> - "0ingf6fxzg2fcf6k68bvh0lc460jn0macvf5w585zd2zcpqxnriz"))))
> + "1a7qia3c255igny5kf00m5zxkp69lf1w6qjsv3rm2sm705vvmfp9"))))
> (build-system gnu-build-system)
> (native-inputs (list groff pkg-config))
> (inputs `(("libedit" ,libedit)
> --
> 2.39.1
>
>
>
>
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#62266: [PATCH] gnu: OpenSSH: Update to 9.3p1 [security fixes].
2023-03-22 8:29 ` Efraim Flashner
@ 2023-03-22 15:58 ` Leo Famulari
0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2023-03-22 15:58 UTC (permalink / raw)
To: Efraim Flashner, 62266-done
[-- Attachment #1: Type: text/plain, Size: 141 bytes --]
On Wed, Mar 22, 2023 at 10:29:25AM +0200, Efraim Flashner wrote:
> LGTM!
Thanks, Efraim! Pushed as 91f92f32d5a9317dd333d570b54c2ba34c9c14a9
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-22 15:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-18 21:31 [bug#62266] [PATCH] gnu: OpenSSH: Update to 9.3p1 [security fixes] Leo Famulari
2023-03-22 8:29 ` Efraim Flashner
2023-03-22 15:58 ` bug#62266: " Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.