From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id UCpSARSkg2PRXAEAbAwnHQ (envelope-from ) for ; Sun, 27 Nov 2022 18:53:24 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id oGpTARSkg2NlewEAauVa8A (envelope-from ) for ; Sun, 27 Nov 2022 18:53:24 +0100 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 50D0529FD4 for ; Sun, 27 Nov 2022 18:53:23 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ozLpw-0007i4-Br; Sun, 27 Nov 2022 12:53:04 -0500 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 1ozLpu-0007g5-Vq for guix-patches@gnu.org; Sun, 27 Nov 2022 12:53:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ozLpu-0005BU-NJ for guix-patches@gnu.org; Sun, 27 Nov 2022 12:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ozLpu-0007Dx-Je for guix-patches@gnu.org; Sun, 27 Nov 2022 12:53:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#57181] [PATCH v2 4/4] gnu: Add cryptominisat. Resent-From: Maximilian Heisinger Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 27 Nov 2022 17:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57181 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Liliana Marie Prikler , "57181@debbugs.gnu.org" <57181@debbugs.gnu.org> Received: via spool by 57181-submit@debbugs.gnu.org id=B57181.166957157127747 (code B ref 57181); Sun, 27 Nov 2022 17:53:02 +0000 Received: (at 57181) by debbugs.gnu.org; 27 Nov 2022 17:52:51 +0000 Received: from localhost ([127.0.0.1]:43349 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ozLpi-0007DO-G3 for submit@debbugs.gnu.org; Sun, 27 Nov 2022 12:52:50 -0500 Received: from mout-p-102.mailbox.org ([80.241.56.152]:59390) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ozLll-0007B9-U0 for 57181@debbugs.gnu.org; Sun, 27 Nov 2022 12:48:47 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4NKx0j5Qxhz9sJB; Sun, 27 Nov 2022 18:48:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maxheisinger.at; s=MBO0001; t=1669571317; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bN2ZsO3kVa5W32w/YvURzxrH4nv5Btr8UJY7PPEIoNc=; b=lLqCJpX+QPqF76TIO+sBcZhRw6OCjwfoO5Jm4O2gzzWZ+VDI0tdqmbs9dIDVoZm4pAfpEZ KWjxwDU9lLUMkVI62EIfZFHI+iehQmdjvX+UC2V16yUS/wekhCxQYOW+Q5lxdSn+Jy66Gw 5sT2y26YiY0ZmjmU+6vV20PBsyT3CQvWXaNoYjCtJ7eP/4NgHWwvCat1Q1jH7yeLJGbh15 4zcvqAfEuA5pdYLjZnh+YxgKQkzj4r1vbtwkPS61UTYF+6ELrfNQmg4akYNwE1YsnZLSma 2CHH1FP5lRYWKS3oIM7tUzEMmbQr4doaMiaZ1F9KHCih4h1DmoEcD9B66lAqfQ== Date: Sun, 27 Nov 2022 18:48:37 +0100 (CET) From: Maximilian Heisinger Message-ID: <2043553104.672393.1669571317340@ox93.mailbox.org> In-Reply-To: <4f47de966a995ce3dca2cd4b8f4256b032730e14.camel@gmail.com> References: <72146c36adf1eddc32377307b8855038b53e8cba.camel@gmail.com> <4f47de966a995ce3dca2cd4b8f4256b032730e14.camel@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----=_Part_672392_1810064204.1669571317340" X-Priority: 3 Importance: Normal X-Rspamd-Queue-Id: 4NKx0j5Qxhz9sJB X-Mailman-Approved-At: Sun, 27 Nov 2022 12:52:47 -0500 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: , 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1669571603; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=bN2ZsO3kVa5W32w/YvURzxrH4nv5Btr8UJY7PPEIoNc=; b=eqZwDox1aSb2rlGot3u3F2IgvnaXmIIhdD/Quj0eqei9cataGiYpEk2EQKXN+kI6WeuBMY mSSanylc33Bu5bJapOdoVKxqJQpOnNlilCNNCVDPldXSPeE0vulf0VgUrGLB8jGnTHlU9m 2Jclt1RvVCHOcBoYxmKPu/952hl0/03c22+2culjBKVRcalDNzA71oQ5CzzFvhMl/U0VT0 KHzt1HVinXybhZSNdwgbf+og5rTq0vm/l+JAe4gtYn74t7wVqTy/1/D4ziPnhQKBT7ZQhO luF0KsXwZFrsXr2NBcTSHW7VOcT6u4DOVn4vPBexXoOKiGILWyeoI5zqAdXQjg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1669571603; a=rsa-sha256; cv=none; b=WXwenxDmjeEK9jKMqjWHMvXYXGANDVzDyiI4gyrCnOsYuxcjD24iFyeRWg2f8ErZrcLKRz LQbnhAQ7dbNunAGpQ5V411WS0OAk9zIFXcPSwZDg5iLKGRmgAE7p30KvkjmTV8we+ZqK9z cu8gPGPD11fmvSvLaIet1Bk9/TUWwGt5FMGb3D7OsqwLg+UpHm/cgfCLKzA9ZLT9LbCTJs SlN0RJO40IDFE4ZAvgJRhEq0zTEn6mDxKl7YQM1vy3bnx0CpEOnclVqAQYgCfYMUEEP0Dg rxIxheWuzVdkwwxdgFVcoWRXXtXtmIEMw+Z8uRTnIX9KmRR3gZdFVwgwgPCV+Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=maxheisinger.at header.s=MBO0001 header.b=lLqCJpX+; dmarc=fail reason="SPF not aligned (relaxed)" header.from=maxheisinger.at (policy=none); 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" X-Migadu-Spam-Score: 3.04 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=maxheisinger.at header.s=MBO0001 header.b=lLqCJpX+; dmarc=fail reason="SPF not aligned (relaxed)" header.from=maxheisinger.at (policy=none); 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" X-Migadu-Queue-Id: 50D0529FD4 X-Spam-Score: 3.04 X-Migadu-Scanner: scn0.migadu.com X-TUID: VdrNADNZPsNb ------=_Part_672392_1810064204.1669571317340 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit > Liliana Marie Prikler hat am 26.11.2022 14:15 CET geschrieben: > > Aaaand it's pushed. Thank you so much! Sorry for not working on the patch in the meantime, I started doing this while at a conference and was completely wrapped up in other issues and some deadlines after coming back... This is a beautiful patch series and I am looking forward to being able to coming up with such constructs myself. Integrating libraries like this is really interesting and opens up quite a few possibilities for research, especially with preserving old releases and making them comparable. Thanks again, and I'm looking forward to future submissions! They will be bottom-up next time :) Best regards, Max ------=_Part_672392_1810064204.1669571317340 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: BCPG v1.65 iQEcBAABCgAGBQJjg6L1AAoJEIhyV2pwqbcQ4IoIAKD/DM1ZCP4u3FNziV0J4Cyo /avci2wQIC4UHUKKY/437ZOvtfdaGXSKTUkOHVXiSq96KCDCxEYmzHY4JVGBL35T ndvKNWdaskrpjcq0hdxs923nxz4SkftObEmrsChnZt6AGT7n7SbG6899RN0Wyst0 HeM+9H/CcGYlPtTe5qQ1+hP+BNaLkuVp+DxbLfOftTQDlapVL3cCOHj3jhVcWXc7 yNFJcKa8S5k1i2JMFaWG4gzl0WVMVGG/IoO16gghNSGYepdw7AYX1zuMPUXLD1Ae sqiGJ3FFl3CN9aOT1QKTcqVa+MP9Eeu5J28V9ufmjhIaGFfwSl81KiwDmU9OzME= =gkaT -----END PGP SIGNATURE----- ------=_Part_672392_1810064204.1669571317340--