From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 01 19:28:16 2021 Received: (at submit) by debbugs.gnu.org; 1 Jun 2021 23:28:16 +0000 Received: from localhost ([127.0.0.1]:38199 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loDnv-0005LB-O7 for submit@debbugs.gnu.org; Tue, 01 Jun 2021 19:28:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:38134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loDnq-0005Kz-5W for submit@debbugs.gnu.org; Tue, 01 Jun 2021 19:28:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55320) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loDnp-00083v-W1 for guix-patches@gnu.org; Tue, 01 Jun 2021 19:28:06 -0400 Received: from smtprelay02.ispgateway.de ([80.67.18.14]:15864) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loDnm-0003AF-JD for guix-patches@gnu.org; Tue, 01 Jun 2021 19:28:05 -0400 Received: from [93.195.161.34] (helo=milk) by smtprelay02.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1loDmh-0007a3-1r for guix-patches@gnu.org; Wed, 02 Jun 2021 01:26:55 +0200 From: Simon Streit To: guix-patches@gnu.org Subject: [PATCH] gnu: redis: Update to 6.2.4 [security fixes]. Gcc: nnfolder+archive:sent.2021-06 Date: Wed, 02 Jun 2021 01:28:01 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Df-Sender: bGlzdHNAbmV0cGFuaWMub3Jn Received-SPF: none client-ip=80.67.18.14; envelope-from=simon@netpanic.org; helo=smtprelay02.ispgateway.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi! Please find attached a patch that updates redis to the current version 6.2.4. Please note, that I disabled a test =E2=80=98(("integration/failover") "")= =E2=80=99, since it fails. But since other tests have been disabled like wise, I hope it is Okay to leave this one off too? This may well not be a good excuse though. Here's the error that happens while leaving it switched on: --8<---------------cut here---------------start------------->8--- *** [err]: failover to a replica with force works in tests/integration/fail= over.tcl Expected 'e561a2488904ba006e3dac0f23f34450552e9dd7' to be equal to 'baafeb6= 5ba165b88bab00215bc2524c22b0ddf6d' (context: type proc line 3 cmd {assert_e= qual [$n2 debug digest] [$n3 debug digest]} proc ::assert_digests_match lev= el 2) *** [err]: failover with timeout aborts if replica never catches up in test= s/integration/failover.tcl Expected '357f82255aec8021475fd5b806c2793665584f2e' to be equal to '282f156= 09b9a05d607e3d0c3d7ef5fc8319836eb' (context: type proc line 3 cmd {assert_e= qual [$n2 debug digest] [$n3 debug digest]} proc ::assert_digests_match lev= el 2) Cleanup: may take some time... OK make[1]: *** [Makefile:383: test] Error 1 make[1]: Leaving directory '/tmp/guix-build-redis-6.2.4.drv-0/redis-6.2.4/s= rc' make: *** [Makefile:6: check] Error 2 --8<---------------cut here---------------end--------------->8--- --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-redis-Update-to-6.2.4-security-fixes.patch Content-Transfer-Encoding: quoted-printable >From b5584018ad8464d11b623e15ac652b11a13282d1 Mon Sep 17 00:00:00 2001 From: Simon Streit Date: Wed, 2 Jun 2021 01:11:31 +0200 Subject: [PATCH] gnu: redis: Update to 6.2.4 [security fixes]. Fixes CVE-2021-29477. * gnu/packages/databases.scm: Update to 6.2.4. --- gnu/packages/databases.scm | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index cead8c0e5a..cd760ee5ef 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -51,6 +51,7 @@ ;;; Copyright =C2=A9 2021 David Larsson ;;; Copyright =C2=A9 2021 Pjotr Prins ;;; Copyright =C2=A9 2021 Bonface Munyoki Kilyungi +;;; Copyright =C2=A9 2021 Simon Streit ;;; ;;; This file is part of GNU Guix. ;;; @@ -2135,14 +2136,14 @@ similar to BerkeleyDB, LevelDB, etc.") (define-public redis (package (name "redis") - (version "6.0.11") + (version "6.2.4") (source (origin (method url-fetch) (uri (string-append "http://download.redis.io/releases/redis= -" version".tar.gz")) (sha256 (base32 - "0prwqap452m581nyc3cz642d1z3x9nd81896hlqdm3z8238z49y9")) + "0vp1d9mlfsppry3nsj9f7bmh9wjgsy3jggp24sac1hhgl43c8cms")) (modules '((guix build utils))) (snippet ;; Delete bundled jemalloc, as the package will use the lib= c one @@ -2150,8 +2151,8 @@ similar to BerkeleyDB, LevelDB, etc.") #t)))) (build-system gnu-build-system) (native-inputs - `(("procps" ,procps) ; for tests - ("tcl" ,tcl))) ; for tests + `(("procps" ,procps) ; for tests + ("tcl" ,tcl))) ; for tests (arguments '(#:phases (modify-phases %standard-phases @@ -2168,9 +2169,10 @@ similar to BerkeleyDB, LevelDB, etc.") (lambda _ ;; Disable failing tests (substitute* "tests/test_helper.tcl" - ((" integration/replication[^-]") "") - ((" integration/replication-4") "") - ((" integration/replication-psync") "")) + (("integration/failover") "") + (("integration/replication-4") "") + (("integration/replication-psync") "") + (("integration/replication[^-]") "")) #t))) #:make-flags `("CC=3Dgcc" "MALLOC=3Dlibc" --=20 2.31.1 --=-=-= Content-Type: text/plain Greetings Simon --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 02 01:22:52 2021 Received: (at 48787-done) by debbugs.gnu.org; 2 Jun 2021 05:22:52 +0000 Received: from localhost ([127.0.0.1]:38357 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loJLA-0007h1-DT for submit@debbugs.gnu.org; Wed, 02 Jun 2021 01:22:52 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:57613) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loJL8-0007go-1x for 48787-done@debbugs.gnu.org; Wed, 02 Jun 2021 01:22:50 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 15A7612FF; Wed, 2 Jun 2021 01:22:44 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Wed, 02 Jun 2021 01:22:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-transfer-encoding:in-reply-to; s=mesmtp; bh=akO57rFts97TVQ3IWP0Y7+iojUmYKrr5EnbNlyBtM6U=; b=C9p9PA0wqokh Rzqlnb2+d8691hw2hxk8szXb5ESSmH8GpcEqJBAKa1LRbwVzwWal6HNtmMsdJJt2 YZep1FgJJ+XSf1GUq/YJ5HZmiYW3QsAlbbfUowAvKwa8zXLso4vrIxqNZr6H3b9t kWfsEjSZC1jucsy9DUhww0spYD+U+O8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=akO57rFts97TVQ3IWP0Y7+iojUmYKrr5EnbNlyBtM 6U=; b=AVKaH/M00YoO44yrL2fy3nAjGn2EwCoVD6AuXuV1ZU08zPdMKYmHDGjUv m6iz+oOC/U4kHdqgslRYfBTYm9MRKe75ZOv1yDavvgyNoYdoPzU8JFoExsdm5vl0 wl+KISowaE/toAI/8qRTjTLSlTy6tDkAovU4SGwoWbLaBpiFT544wKkQWrKZuX0I ShynK1WwMwKDdh73vVcp3Rj/NMRhWRk6J5uEIdV/ylQbJToAg7vTE473nH3i9GQp BZFh4rzpbXSVDHv7TnEDP7KJTg8wJ54vR6o+7cJq15fKJVq1z4LbQ6wrmhCpEY3x 1tFLhdplEK82JEkfMQeucpDf04OCw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdeliedgleehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtugfgjgesthekredttddtjeenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepieevvdevvdeggfduheejfeehvdduledtleduffefueeuheevgeetffehkeev tdelnecuffhomhgrihhnpehrvgguihhsrdhiohenucevlhhushhtvghrufhiiigvpedtne curfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 2 Jun 2021 01:22:43 -0400 (EDT) Date: Wed, 2 Jun 2021 01:22:41 -0400 From: Leo Famulari To: Simon Streit Subject: Re: [bug#48787] [PATCH] gnu: redis: Update to 6.2.4 [security fixes]. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48787-done Cc: 48787-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Wed, Jun 02, 2021 at 01:28:01AM +0200, Simon Streit wrote: > Please find attached a patch that updates redis to the current > version 6.2.4. Thanks! Pushed as 841edfa49119c63eade4930751ac4ff5c012bfe5 > Please note, that I disabled a test ‘(("integration/failover") "")’, > since it fails. But since other tests have been disabled like wise, I > hope it is Okay to leave this one off too? Okay. Can you report this test failure upstream? https://redis.io/community From unknown Thu Jun 19 14:13:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 30 Jun 2021 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator