All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/subversion: security bump to version 1.14.1
@ 2021-02-11 14:18 Peter Korsgaard
  2021-02-12  7:41 ` Peter Korsgaard
  2021-02-14 16:52 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-02-11 14:18 UTC (permalink / raw)
  To: buildroot

Fixes the following security issue:

CVE-2020-17525: Remote unauthenticated denial-of-service in Subversion
mod_authz_svn

Subversion's mod_authz_svn module will crash if the server is using
in-repository authz rules with the AuthzSVNReposRelativeAccessFile option
and a client sends a request for a non-existing repository URL.

For more details, see the advisory:
https://subversion.apache.org/security/CVE-2020-17525-advisory.txt

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/subversion/subversion.hash | 4 ++--
 package/subversion/subversion.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/subversion/subversion.hash b/package/subversion/subversion.hash
index da0fe91184..534d596514 100644
--- a/package/subversion/subversion.hash
+++ b/package/subversion/subversion.hash
@@ -1,5 +1,5 @@
-# From https://www.apache.org/dist/subversion/subversion-1.14.0.tar.bz2.sha512
-sha512  af6b706fdc91f7ab292fce9d9de582da306fd11e92767dc852687e71a6a8b65bb867fa70d5afd7f76a46005acb1b3c2d3193e690def48cd26875b3a7851cd13b  subversion-1.14.0.tar.bz2
+# From https://www.apache.org/dist/subversion/subversion-1.14.1.tar.bz2.sha512
+sha512  0a70c7152b77cdbcb810a029263e4b3240b6ef41d1c19714e793594088d3cca758d40dfbc05622a806b06463becb73207df249393924ce591026b749b875fcdd  subversion-1.14.1.tar.bz2
 
 # Locally calculated
 sha256  484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad  LICENSE
diff --git a/package/subversion/subversion.mk b/package/subversion/subversion.mk
index 34ae7bc5e1..d4cc717536 100644
--- a/package/subversion/subversion.mk
+++ b/package/subversion/subversion.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SUBVERSION_VERSION = 1.14.0
+SUBVERSION_VERSION = 1.14.1
 SUBVERSION_SOURCE = subversion-$(SUBVERSION_VERSION).tar.bz2
 SUBVERSION_SITE = https://downloads.apache.org/subversion
 SUBVERSION_LICENSE = Apache-2.0
-- 
2.20.1

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

* [Buildroot] [PATCH] package/subversion: security bump to version 1.14.1
  2021-02-11 14:18 [Buildroot] [PATCH] package/subversion: security bump to version 1.14.1 Peter Korsgaard
@ 2021-02-12  7:41 ` Peter Korsgaard
  2021-02-14 16:52 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-02-12  7:41 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes the following security issue:
 > CVE-2020-17525: Remote unauthenticated denial-of-service in Subversion
 > mod_authz_svn

 > Subversion's mod_authz_svn module will crash if the server is using
 > in-repository authz rules with the AuthzSVNReposRelativeAccessFile option
 > and a client sends a request for a non-existing repository URL.

 > For more details, see the advisory:
 > https://subversion.apache.org/security/CVE-2020-17525-advisory.txt

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/subversion: security bump to version 1.14.1
  2021-02-11 14:18 [Buildroot] [PATCH] package/subversion: security bump to version 1.14.1 Peter Korsgaard
  2021-02-12  7:41 ` Peter Korsgaard
@ 2021-02-14 16:52 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-02-14 16:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes the following security issue:
 > CVE-2020-17525: Remote unauthenticated denial-of-service in Subversion
 > mod_authz_svn

 > Subversion's mod_authz_svn module will crash if the server is using
 > in-repository authz rules with the AuthzSVNReposRelativeAccessFile option
 > and a client sends a request for a non-existing repository URL.

 > For more details, see the advisory:
 > https://subversion.apache.org/security/CVE-2020-17525-advisory.txt

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2020.02.x and 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-02-14 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 14:18 [Buildroot] [PATCH] package/subversion: security bump to version 1.14.1 Peter Korsgaard
2021-02-12  7:41 ` Peter Korsgaard
2021-02-14 16:52 ` Peter Korsgaard

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.