unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62410] [staging PATCH] gnu: subversion: Update to 1.14.2 [security fixes].
@ 2023-03-23 18:46 Greg Hogan
  2023-03-24  4:20 ` bug#62410: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-03-23 18:46 UTC (permalink / raw)
  To: 62410; +Cc: Greg Hogan

This release contains fixes for CVE-2021-28544 and CVE-2022-24070.

* gnu/packages/version-control.scm (subversion): Update to 1.14.2.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 12e21336ce..526b6bbb2b 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1995,14 +1995,14 @@ (define-public neon
 (define-public subversion
   (package
     (name "subversion")
-    (version "1.14.1")
+    (version "1.14.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/subversion/"
                                  "subversion-" version ".tar.bz2"))
              (sha256
               (base32
-               "1ag1hvcm9q92kgalzbbgcsq9clxnzmbj9nciz9lmabjx4lyajp9c"))))
+               "0a6csc84hfymm8b5cnvq1n1p3rjjf33qy0z7y1k8lwkm1f6hw4y9"))))
     (build-system gnu-build-system)
     (arguments
      '(#:parallel-tests? #f             ; TODO Seems to cause test failures on
-- 
2.40.0





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

* bug#62410: [staging PATCH] gnu: subversion: Update to 1.14.2 [security fixes].
  2023-03-23 18:46 [bug#62410] [staging PATCH] gnu: subversion: Update to 1.14.2 [security fixes] Greg Hogan
@ 2023-03-24  4:20 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-03-24  4:20 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 62410-done

Hi Greg,

Greg Hogan <code@greghogan.com> writes:

> This release contains fixes for CVE-2021-28544 and CVE-2022-24070.
>
> * gnu/packages/version-control.scm (subversion): Update to 1.14.2.
> ---
>  gnu/packages/version-control.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
> index 12e21336ce..526b6bbb2b 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -1995,14 +1995,14 @@ (define-public neon
>  (define-public subversion
>    (package
>      (name "subversion")
> -    (version "1.14.1")
> +    (version "1.14.2")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append "mirror://apache/subversion/"
>                                   "subversion-" version ".tar.bz2"))
>               (sha256
>                (base32
> -               "1ag1hvcm9q92kgalzbbgcsq9clxnzmbj9nciz9lmabjx4lyajp9c"))))
> +               "0a6csc84hfymm8b5cnvq1n1p3rjjf33qy0z7y1k8lwkm1f6hw4y9"))))
>      (build-system gnu-build-system)
>      (arguments
>       '(#:parallel-tests? #f             ; TODO Seems to cause test failures on

I decided to push this to master, as the dependent packages count was
rather low.  I hope I wasn't misguided :-).

-- 
Thanks,
Maxim




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

end of thread, other threads:[~2023-03-24 15:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 18:46 [bug#62410] [staging PATCH] gnu: subversion: Update to 1.14.2 [security fixes] Greg Hogan
2023-03-24  4:20 ` bug#62410: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).