GNU bug report logs -
#62266
[PATCH] gnu: OpenSSH: Update to 9.3p1 [security fixes].
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Sat, 18 Mar 2023 21:32:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62266 in the body.
You can then email your comments to 62266 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#62266
; Package
guix-patches
.
(Sat, 18 Mar 2023 21:32:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo Famulari <leo <at> famulari.name>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 18 Mar 2023 21:32:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62266
; Package
guix-patches
.
(Wed, 22 Mar 2023 08:30:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 62266 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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 <at> 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
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Wed, 22 Mar 2023 15:59:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Leo Famulari <leo <at> famulari.name>
:
bug acknowledged by developer.
(Wed, 22 Mar 2023 15:59:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 62266-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Wed, Mar 22, 2023 at 10:29:25AM +0200, Efraim Flashner wrote:
> LGTM!
Thanks, Efraim! Pushed as 91f92f32d5a9317dd333d570b54c2ba34c9c14a9
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 20 Apr 2023 11:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 23 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.