From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 17 Oct 2022 14:37:25 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1okPN0-00BdCb-OE for lore@lore.pengutronix.de; Mon, 17 Oct 2022 14:37:25 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1okPMz-000802-4v; Mon, 17 Oct 2022 14:37:25 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1okPMF-0007kI-Nu for ptxdist@pengutronix.de; Mon, 17 Oct 2022 14:36:39 +0200 Received: from [2a0a:edc0:0:1101:1d::28] (helo=dude02.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1okPME-0024vr-70 for ptxdist@pengutronix.de; Mon, 17 Oct 2022 14:36:38 +0200 Received: from localhost ([::1] helo=blackshift.org) by dude02.red.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1okPMD-000EKm-AZ for ptxdist@pengutronix.de; Mon, 17 Oct 2022 14:36:37 +0200 From: Marc Kleine-Budde To: ptxdist@pengutronix.de Date: Mon, 17 Oct 2022 14:36:32 +0200 Message-Id: <20221017123636.54555-1-mkl@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH v5 0/4] various version bumps X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false this series contains a few versions bumps. regards, Marc changes since v1: https://lore.ptxdist.org/ptxdist/20220920125705.2728029-1-mkl@pengutronix.de - clarify subject and patch description for 1/7 changes since v2: https://lore.ptxdist.org/ptxdist/20220920141759.3394460-1-mkl@pengutronix.de - 1/5 simplify no SSL backend fix (thanks mol) - 2/5, 3/5, 4/5 update license file checksums - 5/5 nettle: new patch - dropped already applied patches changes since v3: https://lore.ptxdist.org/ptxdist/20220928121609.1209927-1-mkl@pengutronix.de - 2/5, 3/5, 4/5: explain diff of license files changes since v4: https://lore.ptxdist.org/ptxdist/20220929145223.1932910-1-mkl@pengutronix.de - rebase to ptxdist-2022.10.0, after "[PATCH v4 1/5] libcurl: fix configure if no SSL backend is selected" has been applied