* [Buildroot] [PATCH] package/prosody: security bump version to 0.11.10
@ 2021-08-11 9:41 Francois Perrad
2021-08-12 22:04 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2021-08-11 9:41 UTC (permalink / raw)
To: buildroot
fixes CVE-2021-37601
see https://blog.prosody.im/prosody-0.11.10-released/
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/prosody/0001-enable-syslog.patch | 2 +-
package/prosody/0002-add-pidfile.patch | 2 +-
package/prosody/prosody.hash | 8 ++++----
package/prosody/prosody.mk | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/package/prosody/0001-enable-syslog.patch b/package/prosody/0001-enable-syslog.patch
index 16acc89c5..5f09fa903 100644
--- a/package/prosody/0001-enable-syslog.patch
+++ b/package/prosody/0001-enable-syslog.patch
@@ -11,7 +11,7 @@ diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index a0fc6c9e..af3cc0e4 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
-@@ -155,7 +155,7 @@ archive_expires_after = "1w" -- Remove archived messages after 1 week
+@@ -166,7 +166,7 @@ archive_expires_after = "1w" -- Remove archived messages after 1 week
log = {
info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging
error = "prosody.err";
diff --git a/package/prosody/0002-add-pidfile.patch b/package/prosody/0002-add-pidfile.patch
index 6221fd085..0653ed723 100644
--- a/package/prosody/0002-add-pidfile.patch
+++ b/package/prosody/0002-add-pidfile.patch
@@ -11,7 +11,7 @@ diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index af3cc0e4..675db12f 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
-@@ -176,6 +176,9 @@ log = {
+@@ -187,6 +187,9 @@ log = {
-- HTTPS currently only supports a single certificate, specify it here:
--https_certificate = "certs/localhost.crt"
diff --git a/package/prosody/prosody.hash b/package/prosody/prosody.hash
index 50d596471..4579545e3 100644
--- a/package/prosody/prosody.hash
+++ b/package/prosody/prosody.hash
@@ -1,8 +1,8 @@
# Locally computed:
-md5 be7e1c66c06b0eb4bdce37b67bcc6b51 prosody-0.11.9.tar.gz
-sha1 632c2dd7794d344d4edbcea18fc1b5f623da5ca4 prosody-0.11.9.tar.gz
-sha256 ccc032aea49d858635fb93644db276de6812be83073a8d80e9b4508095deff09 prosody-0.11.9.tar.gz
-sha512 fabbbbb1acb3de4ff01e3e8c6e9e4dc37cb161259f1649683a1f9d925ed9f1709e052bfc831cba3f1861a9cca599f2b725ee739bfcb57164d6f50ac07011b52a prosody-0.11.9.tar.gz
+md5 6130b79fb64141909330caf83a79a131 prosody-0.11.10.tar.gz
+sha1 4dc8b2f783b43e7a5e781b1fc8aee48b0e106def prosody-0.11.10.tar.gz
+sha256 c6d714e6d4a6ddd1db1266b205d9d8a3ed91818f42755c9268ffb18359d204e1 prosody-0.11.10.tar.gz
+sha512 419d8f8465f1807015f0a52d8f35ee89892b0869084dae38b60fc833d63c3d70892d8e59ae00039cd15e0e25f46d042954896f51f8c0520650a877f5296707cb prosody-0.11.10.tar.gz
# Hash for license file:
sha256 bbbdc1c5426e5944cf869fc0faeaf19d88a220cd2b39ea98b7b8e86b0e88a2ef COPYING
diff --git a/package/prosody/prosody.mk b/package/prosody/prosody.mk
index 92c812ebf..0eeb32cd3 100644
--- a/package/prosody/prosody.mk
+++ b/package/prosody/prosody.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PROSODY_VERSION = 0.11.9
+PROSODY_VERSION = 0.11.10
PROSODY_SITE = https://prosody.im/downloads/source
PROSODY_LICENSE = MIT
PROSODY_LICENSE_FILES = COPYING
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/prosody: security bump version to 0.11.10
2021-08-11 9:41 [Buildroot] [PATCH] package/prosody: security bump version to 0.11.10 Francois Perrad
@ 2021-08-12 22:04 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-08-12 22:04 UTC (permalink / raw)
To: Francois Perrad; +Cc: buildroot
On Wed, 11 Aug 2021 11:41:45 +0200
Francois Perrad <fperrad@gmail.com> wrote:
> fixes CVE-2021-37601
> see https://blog.prosody.im/prosody-0.11.10-released/
>
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> package/prosody/0001-enable-syslog.patch | 2 +-
> package/prosody/0002-add-pidfile.patch | 2 +-
> package/prosody/prosody.hash | 8 ++++----
> package/prosody/prosody.mk | 2 +-
> 4 files changed, 7 insertions(+), 7 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-12 22:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-11 9:41 [Buildroot] [PATCH] package/prosody: security bump version to 0.11.10 Francois Perrad
2021-08-12 22:04 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox