From debbugs-submit-bounces@debbugs.gnu.org Sat May 20 17:23:08 2023 Received: (at submit) by debbugs.gnu.org; 20 May 2023 21:23:08 +0000 Received: from localhost ([127.0.0.1]:59451 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q0U2d-0005up-TT for submit@debbugs.gnu.org; Sat, 20 May 2023 17:23:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:43384) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q0U2Z-0005ug-Tc for submit@debbugs.gnu.org; Sat, 20 May 2023 17:23:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0U2Z-0004H6-Mu for guix-patches@gnu.org; Sat, 20 May 2023 17:23:03 -0400 Received: from smtpm1.myservices.hosting ([185.26.105.232]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0U2Y-0000hX-08 for guix-patches@gnu.org; Sat, 20 May 2023 17:23:03 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm1.myservices.hosting (Postfix) with ESMTP id BB77220919 for ; Sat, 20 May 2023 23:22:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 2033E80097; Sat, 20 May 2023 23:22:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id dN5vsTYMYeTI; Sat, 20 May 2023 23:22:49 +0200 (CEST) Received: from guix-nuc.home.arpa (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 8088280060; Sat, 20 May 2023 23:22:49 +0200 (CEST) From: Bruno Victal To: guix-patches@gnu.org Subject: [PATCH] gnu: socat: Update to 1.7.4.4. Date: Sat, 20 May 2023 22:22:17 +0100 Message-Id: X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.105.232; envelope-from=mirai@makinata.eu; helo=smtpm1.myservices.hosting 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Bruno Victal 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: -2.3 (--) * gnu/packages/networking.scm (socat): Update to 1.7.4.4. [inputs]: Add readline for READLINE support. --- Notes: This is core-updates material due to the amount of dependencies. gnu/packages/networking.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 85fb352ebf..74a5d5e2f5 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1196,7 +1196,7 @@ (define-public pproxy (define-public socat (package (name "socat") - (version "1.7.4.3") + (version "1.7.4.4") (source (origin (method url-fetch) (uri (string-append @@ -1204,10 +1204,10 @@ (define-public socat version ".tar.bz2")) (sha256 (base32 - "01w0hpqf5xmgn40s1ablfd4y67dlrx5y9zlx24spc1qm8h81hwyl")))) + "1b40ccdvxq5kaghsbwg4q3dq5aw4acw1bpqvs3v3ljp5y392pm7v")))) (build-system gnu-build-system) (arguments '(#:tests? #f)) ; no test suite - (inputs (list openssl)) + (inputs (list openssl readline)) (home-page "http://www.dest-unreach.org/socat/") (synopsis "Open bidirectional communication channels from the command line") base-commit: bd7b795aeb9d35ac7b825ad4d0cf0088f18e1167 -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 23 10:16:47 2023 Received: (at control) by debbugs.gnu.org; 23 Sep 2023 14:16:48 +0000 Received: from localhost ([127.0.0.1]:40155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qk3R9-0007p5-Lb for submit@debbugs.gnu.org; Sat, 23 Sep 2023 10:16:47 -0400 Received: from smtpmciv3.myservices.hosting ([185.26.107.239]:57582) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qk3R7-0007ox-P5 for control@debbugs.gnu.org; Sat, 23 Sep 2023 10:16:46 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv3.myservices.hosting (Postfix) with ESMTP id 1C4B82058A for ; Sat, 23 Sep 2023 16:16:30 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id CE43380092; Sat, 23 Sep 2023 15:59:23 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id zNhNYw9ibwnh; Sat, 23 Sep 2023 15:59:23 +0200 (CEST) Received: from guix-nuc (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 6567C80060; Sat, 23 Sep 2023 15:59:23 +0200 (CEST) X-Hashcash: 1:26:230923:control@debbugs.gnu.org::NI9I4lk+sUXiTfFW:3u3+E From: Bruno Victal To: control@debbugs.gnu.org Subject: control-msg Date: Sat, 23 Sep 2023 14:59:18 +0100 Message-ID: <87edipyoqx.fsf@makinata.eu> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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 (-) retitle 63617 [PATCH core-updates] gnu: socat: Update to 1.7.4.4. retitle 60824 [PATCH core-updates] Update and wrap perl-xml-xpath. quit -- Thanks, Bruno. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 09 10:36:03 2023 Received: (at 63617-done) by debbugs.gnu.org; 9 Oct 2023 14:36:03 +0000 Received: from localhost ([127.0.0.1]:60670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qprMY-00054N-Vd for submit@debbugs.gnu.org; Mon, 09 Oct 2023 10:36:03 -0400 Received: from mail-vs1-xe2b.google.com ([2607:f8b0:4864:20::e2b]:52661) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qprMX-00053U-QG for 63617-done@debbugs.gnu.org; Mon, 09 Oct 2023 10:36:02 -0400 Received: by mail-vs1-xe2b.google.com with SMTP id ada2fe7eead31-452863742f3so2011928137.1 for <63617-done@debbugs.gnu.org>; Mon, 09 Oct 2023 07:35:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696862135; x=1697466935; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=Vn5uT8HLJv7IG4SAH+hT3p2tacnV9c44LK9kOZfOPhw=; b=gNF3XdMSE+H6OqSDzxDU7exbdspXm4ZW99KSWvm23BM6AHpn7Ik6qEZYjwLqwRmFOW Bm7XN0RJ56s/hDaR89yqSIEFjWrBtYrcgHkZoKK0qw8uokEdgkAsH1eA8un7O5RVVvrh sX3mxyQGsbgG7mYOPYOAUy5T7pXf0CW33nM5cc5hQtjI1+B8rYOqd3YTMn6wHOkFybg3 j5fGcYLesLKUVwjnBpEIxeTv3m3U0awIunWYHYDdLoeu+amaEU65Yw2E8MIet2cUVvbm ax5h3nel1u0PODFuwMFlwo45XEBrWwYbPr9c+LU9Z7dooEacGK6zHkjx2SYwSKkNQIeZ rGDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696862135; x=1697466935; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=Vn5uT8HLJv7IG4SAH+hT3p2tacnV9c44LK9kOZfOPhw=; b=VG/Oknh0uBdYWUEwevwxTaHYkbqGOfwjqWEtIvIqn+LCm/SObo6hLg8tBwpIWlZ1Fh tjCpFQsMfNk1ensDcS5xnzX1XWkX6+LbnrrpJiQqvrtxkRlU6i5VcOU4Pi+BG/LJb8SN fWBAk5j3GVvmg75wsF3WRIEtD61gaLs2g3P26XjK7gmJtJ5G4zmez1VO5DnIj5H8XpUG 8eoHnyow3OXYqUpXUKhzZvODj6aoPIdrnLx4QrLmIKT+UqSqu7gZIb99aIYOm+HVwf1L AS925SL5IC+9i0uyrVJN3Ywdh2wIVrVNxPMcmJxIo90OoNYSVLAYsqM4RwdsJ3raArsm nYkQ== X-Gm-Message-State: AOJu0YwfUlWJsgvtaHKhXdvujqY8/Vlg/B2HDCvAg8Zs5UhoBWYhfVlM DMdQopLS36Z2SoTIcjNyYttSAModGIM= X-Google-Smtp-Source: AGHT+IEyVZfzedSoqRB58K677Ny9ECnUO3UrHtB9+rxYiGbjpfeZIFdwibbvn6blynqnlBdVFi2dtQ== X-Received: by 2002:a05:6102:a24:b0:447:6bdc:654c with SMTP id 4-20020a0561020a2400b004476bdc654cmr13222088vsb.31.1696862134996; Mon, 09 Oct 2023 07:35:34 -0700 (PDT) Received: from hurd (dsl-10-149-16.b2b2c.ca. [72.10.149.16]) by smtp.gmail.com with ESMTPSA id v11-20020a05620a122b00b0076f1d8b1c2dsm3573326qkj.12.2023.10.09.07.35.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Oct 2023 07:35:34 -0700 (PDT) From: Maxim Cournoyer To: Bruno Victal Subject: Re: bug#63617: [PATCH core-updates] gnu: socat: Update to 1.7.4.4. In-Reply-To: (Bruno Victal's message of "Sat, 20 May 2023 22:22:17 +0100") References: Date: Mon, 09 Oct 2023 10:35:33 -0400 Message-ID: <87a5srdft6.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63617-done Cc: 63617-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.0 (-) Hi, Bruno Victal writes: > * gnu/packages/networking.scm (socat): Update to 1.7.4.4. > [inputs]: Add readline for READLINE support. Installed! -- Thanks, Maxim From unknown Thu Jun 19 14:03:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 07 Nov 2023 12:24:06 +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