From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id gFmkGCttHGbwVQAAqHPOHw:P1 (envelope-from ) for ; Mon, 15 Apr 2024 01:56:27 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id gFmkGCttHGbwVQAAqHPOHw (envelope-from ) for ; Mon, 15 Apr 2024 01:56:27 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lostca.se header.s=anamika header.b=gaguzlSQ; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1713138987; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=zEAEkIIwWAezGp9QfQPEfjF2NDUKmLwJMIzX2ZQ5Sok=; b=MTXf0TKZT37Rf9p4WPv1lkLMO9sUNejmPHJLqwmt11ddO4m5xvAqeePqXO1OMqR95W9Nzn 7QY+SDQr4sT/gG9SxV+39BP6KmENpQyiQWX9kLBQ+cv44Qu+R7R6b26iLMVJ57/tc7oCSo AquAUE+hI0QtOfW6ZtvCpIZ3msopDlQtI5CZ5+jWpzr3GVfeWLJdTfUZZYimxAcoA2q4Af yAJPZ9qVloELYHExTek6ell28Ik7coUs+w5PB6aA3pjLU2sD2j5qVNXyUPybO/ZAM2fSJP 8QQavPXNpfVWERijIA9GZZSlfMK1gcnQHUEYwBohAz+bkcmb7lugkbZVMMAa+A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lostca.se header.s=anamika header.b=gaguzlSQ; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1713138987; a=rsa-sha256; cv=none; b=iy+zZTeNH1LBZBZvYwzNI6cyi/3bSBLCMq0xRSmNpw4hfQd2LBKN5GYcPVp7Pxolvm65oe B35qnNPj+OKA9LRRFqbxr3yXeBcx6Tp94Tm/iYwPtf2yv08vbzXL4WwR5UCFjOw+Ux80nl Tfzffw6crumOl9+tDxbB5fhLwtPm+lbf5mlNZNpwalHpNkdwZtEaM0UI5+ROQ6q28C7pAe XJGMqD5AizcHZTAd8tj8fCycSbJ8d7b6/NOPYvDZcA08RY/vR3Nqbi7eFT5i85SQaCpIOi muDganP3zBm4CVib3YVXBYVuj+rjk702mJLlakM+VZAp+6B7a+FwCYROnE5PYQ== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7C6185892 for ; Mon, 15 Apr 2024 01:56:26 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rw9hR-00029b-2f; Sun, 14 Apr 2024 19:55:53 -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 1rw9hP-00028p-FE for guix-patches@gnu.org; Sun, 14 Apr 2024 19:55:51 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rw9hP-000445-6f for guix-patches@gnu.org; Sun, 14 Apr 2024 19:55:51 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rw9ha-00018i-0V for guix-patches@gnu.org; Sun, 14 Apr 2024 19:56:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70389] [PATCH] gnu: fossil: update to 2.23 Resent-From: ashish.is@lostca.se Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Apr 2024 23:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 70389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70389@debbugs.gnu.org Cc: Ashish SHUKLA X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17131389534284 (code B ref -1); Sun, 14 Apr 2024 23:56:01 +0000 Received: (at submit) by debbugs.gnu.org; 14 Apr 2024 23:55:53 +0000 Received: from localhost ([127.0.0.1]:36387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rw9hP-00016Z-7l for submit@debbugs.gnu.org; Sun, 14 Apr 2024 19:55:52 -0400 Received: from lists.gnu.org ([2001:470:142::17]:35816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rw9hM-00014y-SO for submit@debbugs.gnu.org; Sun, 14 Apr 2024 19:55:49 -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 1rw9h4-0001y2-9p for guix-patches@gnu.org; Sun, 14 Apr 2024 19:55:30 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rw9h2-0003pu-8A for guix-patches@gnu.org; Sun, 14 Apr 2024 19:55:30 -0400 Received: from localhost.localdomain (poincare.inet6.in [IPv6:2a0a:4cc0:1:12d4::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 391595B6; Sun, 14 Apr 2024 23:55:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1713138915; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zEAEkIIwWAezGp9QfQPEfjF2NDUKmLwJMIzX2ZQ5Sok=; b=gaguzlSQhhqHIQHz4dGNiBsxs7lrWJSU9WgTb+DkWRlF9tDbUkY3b+2lbwuijzIPg7wea1 eWQq91aO8j5soecSq55pEJHpttZMT2DB1ZzXXDPuA3JwiXRMtwnSGgjGpL2X2H1xyzCqhM AK3cGjI97I2bfTlZhdiw/kV/c4bp54Y= Date: Sun, 14 Apr 2024 23:54:50 +0000 Message-ID: <12bbabebdc8c229f8a000858cfb96495a7259d61.1713138890.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: ashish.is@lostca.se X-ACL-Warn: , "ashish.is--- via Guix-patches" From: "ashish.is--- via Guix-patches" via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.37 X-Migadu-Scanner: mx11.migadu.com X-Spam-Score: -6.37 X-Migadu-Queue-Id: 7C6185892 X-TUID: 2ldfn6jaoMb0 From: Ashish SHUKLA * gnu/packages/version-control.scm (fossil): Update to 2.23. Signed-off-by: Ashish SHUKLA Change-Id: I1794e75cedc4a9bd878850e25686674cecd360e0 --- gnu/packages/version-control.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 19f128d45f..923f67a6a4 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -3015,17 +3015,17 @@ (define-public git-annex-remote-rclone (define-public fossil (package (name "fossil") - (version "2.20") + (version "2.23") (source (origin (method url-fetch) (uri (string-append "https://www.fossil-scm.org/home/tarball/" - "210e89a0597f225f49722b096cf5563bf193e920e02a9bd38503a906deacd416" + "47362306a7dd7c6fc3cab77cebe5d25469b0a9448479d9718eb5c49c8337b29" "/fossil-src-" version ".tar.gz")) ;; XXX: Currently the above hash must be manually updated. (sha256 - (base32 "08g7img88n2nwcdkpzmg4aqbp2iy40nllgas53502dspm97ym4h8")) + (base32 "1r1kabvmlhc0qgyq8g9zhq8i0123x9dba9b71j4xc71k14kfqjm9")) (modules '((guix build utils))) (snippet '(delete-file-recursively "compat")))) @@ -3035,7 +3035,7 @@ (define-public fossil which ;for tests only ed)) ;ditto (inputs - (list openssl zlib sqlite)) + (list openssl zlib sqlite-next)) (arguments `(#:configure-flags (list "--with-openssl=auto" "--disable-internal-sqlite") base-commit: 4e7337536ba41e888a601c92fada8a4adca9d2c6 -- 2.41.0