From patchwork Tue Apr 6 17:57:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "D. Olsson" X-Patchwork-Id: 1462963 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=senzilla.io header.i=@senzilla.io header.a=rsa-sha256 header.s=protonmail3 header.b=NeLTaMxF; dkim-atps=neutral Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FFFc059vbz9sRR for ; Wed, 7 Apr 2021 03:57:36 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id ED81240F79; Tue, 6 Apr 2021 17:57:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4jPy4oP_-1Jh; Tue, 6 Apr 2021 17:57:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id F22B640F8B; Tue, 6 Apr 2021 17:57:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 20C0A1BF277 for ; Tue, 6 Apr 2021 17:57:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 0F20840F8B for ; Tue, 6 Apr 2021 17:57:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t86CTgaDKcih for ; Tue, 6 Apr 2021 17:57:21 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) by smtp4.osuosl.org (Postfix) with ESMTPS id A428E40F79 for ; Tue, 6 Apr 2021 17:57:21 +0000 (UTC) Date: Tue, 06 Apr 2021 17:57:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=senzilla.io; s=protonmail3; t=1617731838; bh=V/pk8rx6B2BJn1mmY1R7/IdIrNwLU+NJU0e5RYYx6Pk=; h=Date:To:From:Cc:Reply-To:Subject:From; b=NeLTaMxFwq4JV0xZ+7vYanB1O3EDy3vZR4PWW4HgY8L+5Jv2F4Hf4SCSY5XIA2ibO ikMoyL9tf6yMyBy4F1704BvEoSG2z7nxVb2j3UDR3EYLRJl+bgoWPfRywekhiMe4fl ZL+NOjIjTC3fsj9TDBgqmB6/KkQAsHMHzTX1dB32so308bOW21bb8aQpgr3yaehNkI VvZHQpNeGPSraNnHkm2yLEAfmRDqP83Y1DvyUnTX7gHTB4zcOkLgreDDMlzNTN9eBd W6CADZU/bPYBLKP2HdtZ2z5FtKz4zPRlEXgo+LIQSf4hHY6h1cEC+v7mYavl3raK8a 4NGLuTpeRGWww== To: buildroot@buildroot.org Message-ID: MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/9] package/skalibs: bump to version 2.10.0.2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Dick Olsson via buildroot Reply-To: Dick Olsson Cc: Eric Le Bihan , Dick Olsson Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" - Drop patch that has been included upstream http://skarnet.org/cgi-bin/archive.cgi?1:mss:1535:lpehbljhhcpaopbnkkbf Signed-off-by: Dick Olsson --- ...ker-use-dummy-file-when-testing-libs.patch | 44 ------------------- package/skalibs/skalibs.hash | 2 +- package/skalibs/skalibs.mk | 2 +- 3 files changed, 2 insertions(+), 46 deletions(-) delete mode 100644 package/skalibs/0001-Make-linker-use-dummy-file-when-testing-libs.patch diff --git a/package/skalibs/0001-Make-linker-use-dummy-file-when-testing-libs.patch b/package/skalibs/0001-Make-linker-use-dummy-file-when-testing-libs.patch deleted file mode 100644 index 17376210f0..0000000000 --- a/package/skalibs/0001-Make-linker-use-dummy-file-when-testing-libs.patch +++ /dev/null @@ -1,44 +0,0 @@ -From ca69c0d48e65acadccfe65e3adf16c34a744627b Mon Sep 17 00:00:00 2001 -From: Eric Le Bihan -Date: Tue, 10 Oct 2017 19:51:34 +0200 -Subject: [PATCH] Make linker use dummy file when testing libs - -For some architectures, like Xtensa or HPPA, ld from binutils requires -the output file to be a regular file, as mentioned in a bug report on -the mailing list [1]. - -So, use a dummy file as output file for ld in trylibs(), instead of -/dev/null. - -[1] https://sourceware.org/bugzilla/show_bug.cgi?id=19526 - -Signed-off-by: Eric Le Bihan ---- - configure | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/configure b/configure -index 54d755b..64a061a 100755 ---- a/configure -+++ b/configure -@@ -230,7 +230,7 @@ trylibs () { - echo "Checking whether system has $2..." >&3 - shift 2 - if $CC_AUTO $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -c -o try$name.o src/sysdeps/try$name.c 2>/dev/null ; then -- until $CC_AUTO $CFLAGS_AUTO $CFLAGS $CFLAGS_POST $LDFLAGS_AUTO $LDFLAGS $LDFLAGS_POST -o /dev/null try$name.o $args 2>/dev/null ; do -+ until $CC_AUTO $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -o try$name try$name.o $args 2>/dev/null ; do - if test -z "$*" ; then - rm -f try$name.o - echo -@@ -246,7 +246,7 @@ trylibs () { - else - echo " ... yes, with$args" >&3 - fi -- rm -f try$name.o -+ rm -f try$name.o try$name - return 0 - else - echo --- -2.17.2 - diff --git a/package/skalibs/skalibs.hash b/package/skalibs/skalibs.hash index 6736dd8440..cb563d3cc5 100644 --- a/package/skalibs/skalibs.hash +++ b/package/skalibs/skalibs.hash @@ -1,3 +1,3 @@ # Locally generated -sha256 250b99b53dd413172db944b31c1b930aa145ac79fe6c5d7e6869ef804228c539 skalibs-2.9.2.1.tar.gz +sha256 8bba3d7650bab83d4ea2ad21d6bfb5479a8652e362a478fcb783b3c7cf891e0f skalibs-2.10.0.2.tar.gz sha256 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e COPYING diff --git a/package/skalibs/skalibs.mk b/package/skalibs/skalibs.mk index 1c73f26fe7..f92859ff26 100644 --- a/package/skalibs/skalibs.mk +++ b/package/skalibs/skalibs.mk @@ -4,7 +4,7 @@ # ################################################################################ -SKALIBS_VERSION = 2.9.2.1 +SKALIBS_VERSION = 2.10.0.2 SKALIBS_SITE = http://skarnet.org/software/skalibs SKALIBS_LICENSE = ISC SKALIBS_LICENSE_FILES = COPYING From patchwork Tue Apr 6 17:57:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "D. Olsson" X-Patchwork-Id: 1462964 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=2605:bc80:3010::137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=senzilla.io header.i=@senzilla.io header.a=rsa-sha256 header.s=protonmail3 header.b=Pp25h7vY; dkim-atps=neutral Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FFFcG1mW9z9sTD for ; Wed, 7 Apr 2021 03:57:50 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 5937841502; Tue, 6 Apr 2021 17:57:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gYtd3XgPlm3N; Tue, 6 Apr 2021 17:57:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 3387D414FD; Tue, 6 Apr 2021 17:57:45 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id CE63C1BF277 for ; Tue, 6 Apr 2021 17:57:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id CB9FC4019A for ; Tue, 6 Apr 2021 17:57:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp2.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=senzilla.io Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lJ8EC4FpKgcX for ; Tue, 6 Apr 2021 17:57:30 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail-40133.protonmail.ch (mail-40133.protonmail.ch [185.70.40.133]) by smtp2.osuosl.org (Postfix) with ESMTPS id 0DB6940122 for ; Tue, 6 Apr 2021 17:57:29 +0000 (UTC) Date: Tue, 06 Apr 2021 17:57:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=senzilla.io; s=protonmail3; t=1617731847; bh=hzIfj9KCslOWsTG8zcf8QtmD5MK4AT0fqBH13vam8Z0=; h=Date:To:From:Cc:Reply-To:Subject:From; b=Pp25h7vY3EJsarvhBPfiE3p7NSwa7/Qc9yArq34cl2TQ5CdC3LY9Kf2IWfQuDvk6C +0NuOBhScV606YOb5l6ZFFgxoXTWivo6gNr7eOSzaEYSbzevHpajlI4jus7nZBBuu6 luWBeuWykm2TnJB4kBCtNuVF8I1qzpDI8HCPeCr94XnR/rZs5EbERbpNs0N3LW6YG5 ILVZ+DYjBCpOAe/0yAtxOnsv3fQ7ReRG4W1ubr6TllNRi9Rxz2jzf7htsKaMpT/w/o Q68Wk0Q8GE652OkzDom/5jsKZ7e6HhiY/LJ0sgNkU6/uUWLdU8q/95bwG0vX+XGTQ2 xwcZ20145iq+w== To: buildroot@buildroot.org Message-ID: MIME-Version: 1.0 Subject: [Buildroot] [PATCH 2/9] package/execline: bump to version 2.8.0.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Dick Olsson via buildroot Reply-To: Dick Olsson Cc: Eric Le Bihan , Dick Olsson Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" http://skarnet.org/cgi-bin/archive.cgi?1:mss:1535:lpehbljhhcpaopbnkkbf Signed-off-by: Dick Olsson --- package/execline/execline.hash | 2 +- package/execline/execline.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/execline/execline.hash b/package/execline/execline.hash index ac6239e86d..935f5111f7 100644 --- a/package/execline/execline.hash +++ b/package/execline/execline.hash @@ -1,3 +1,3 @@ # Locally generated -sha256 a24c76f097ff44fe50b63b89bcde5d6ba9a481aecddbe88ee01b0e5a7b314556 execline-2.6.1.0.tar.gz +sha256 e7744b4a400eda68b83dcfb1bce65e454606279882d83d8230ddf8afda25766d execline-2.8.0.0.tar.gz sha256 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e COPYING diff --git a/package/execline/execline.mk b/package/execline/execline.mk index e2423e9536..0ab5a03f2e 100644 --- a/package/execline/execline.mk +++ b/package/execline/execline.mk @@ -4,7 +4,7 @@ # ################################################################################ -EXECLINE_VERSION = 2.6.1.0 +EXECLINE_VERSION = 2.8.0.0 EXECLINE_SITE = http://skarnet.org/software/execline EXECLINE_LICENSE = ISC EXECLINE_LICENSE_FILES = COPYING From patchwork Tue Apr 6 17:57:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "D. Olsson" X-Patchwork-Id: 1462965 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=senzilla.io header.i=@senzilla.io header.a=rsa-sha256 header.s=protonmail3 header.b=v86ac0QN; dkim-atps=neutral Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FFFcT67YNz9sRR for ; Wed, 7 Apr 2021 03:58:01 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 51A5260BB7; Tue, 6 Apr 2021 17:58:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AOMe87oIwVSk; Tue, 6 Apr 2021 17:57:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id B550E60BB5; Tue, 6 Apr 2021 17:57:58 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 085EE1BF277 for ; Tue, 6 Apr 2021 17:57:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 0479E849F1 for ; Tue, 6 Apr 2021 17:57:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp1.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=senzilla.io Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hwZTAC0ZXBJK for ; Tue, 6 Apr 2021 17:57:38 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) by smtp1.osuosl.org (Postfix) with ESMTPS id 039FB849EB for ; Tue, 6 Apr 2021 17:57:37 +0000 (UTC) Date: Tue, 06 Apr 2021 17:57:26 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=senzilla.io; s=protonmail3; t=1617731855; bh=Z4MQE3Ode0Wi7V5ZO6iNV7Oj/q0o1WznNh2gnmPjfwI=; h=Date:To:From:Cc:Reply-To:Subject:From; b=v86ac0QNfdLsRZ0eqz2+lezpQZIbJqpVvhGCR9ni8yiwSiuYyHRmcnHLAksTpBlYO UJMaKlh21FzIuMa50Z3XYq3pabUFni3uArazxuV6moVVHpuP8CDjkxyxOdeeBWbgn9 yp6JsvcJ/pJkhXRIARMsIXtvHesaz/GKfSrr2FS0Jp3R1QHBr8PszhVT49hHVP+kpT poK26/b46YAXIrreWfCyEuR4uGdA34BPeyoGbd4Pq6Ca6wjMAIrjQOZ9X5sY/nNHL9 HDPRmNhEyo3M6A3nNJpe3eJgVBvYT/A4M7VItP4vYqI60371DMn+pWCRAT0TdBOhj3 fx0mGME67nyiw== To: buildroot@buildroot.org Message-ID: MIME-Version: 1.0 Subject: [Buildroot] [PATCH 3/9] package/s6: bump to version 2.10.0.2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Dick Olsson via buildroot Reply-To: Dick Olsson Cc: Eric Le Bihan , Dick Olsson Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" http://skarnet.org/cgi-bin/archive.cgi?1:mss:1535:lpehbljhhcpaopbnkkbf Signed-off-by: Dick Olsson --- package/s6/s6.hash | 2 +- package/s6/s6.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/s6/s6.hash b/package/s6/s6.hash index 9b355351ea..3220fefec5 100644 --- a/package/s6/s6.hash +++ b/package/s6/s6.hash @@ -1,3 +1,3 @@ # Locally generated -sha256 e0cdbaf26e3ba1c41ecc0a8d1f45fb78194f96109b55cabeb849528b7e966c57 s6-2.9.0.1.tar.gz +sha256 b23afce87080b848b89499e85ebd93c20269e6db23f6ef65e58386c9cecd6c21 s6-2.10.0.2.tar.gz sha256 d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c COPYING diff --git a/package/s6/s6.mk b/package/s6/s6.mk index ec1407381e..443ecbbffd 100644 --- a/package/s6/s6.mk +++ b/package/s6/s6.mk @@ -4,7 +4,7 @@ # ################################################################################ -S6_VERSION = 2.9.0.1 +S6_VERSION = 2.10.0.2 S6_SITE = http://skarnet.org/software/s6 S6_LICENSE = ISC S6_LICENSE_FILES = COPYING From patchwork Tue Apr 6 17:57:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "D. Olsson" X-Patchwork-Id: 1462966 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=smtp1.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=senzilla.io header.i=@senzilla.io header.a=rsa-sha256 header.s=protonmail3 header.b=XK8vSSF3; dkim-atps=neutral Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FFFck6fvDz9sRR for ; Wed, 7 Apr 2021 03:58:14 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id CE26A849EB; Tue, 6 Apr 2021 17:58:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d5j_N-q7lJp0; Tue, 6 Apr 2021 17:58:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 30A96849F1; Tue, 6 Apr 2021 17:58:11 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 6C8E21C113E for ; Tue, 6 Apr 2021 17:57:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 552954145F for ; Tue, 6 Apr 2021 17:57:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp4.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=senzilla.io Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YFVtQ5E7Jq2g for ; Tue, 6 Apr 2021 17:57:39 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) by smtp4.osuosl.org (Postfix) with ESMTPS id 4A49740F8B for ; Tue, 6 Apr 2021 17:57:39 +0000 (UTC) Date: Tue, 06 Apr 2021 17:57:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=senzilla.io; s=protonmail3; t=1617731855; bh=tePcwyw5Svrb3UCnnevfz0UMsRutdRWeXIeOQPLc6xI=; h=Date:To:From:Cc:Reply-To:Subject:From; b=XK8vSSF3K605u5yRyZY6SumEBFhaSQsAQGEci4HBt+UjFdgRAbvX3W+g5iofz3zBb EJ+3mAcT6k7dS02990c3xchLdIEQjmSKtf458HnFA1PxmkXSDKsnZibizSURlXhMLh /Vj5zXVC2Q9YlJ8djK8fK/yTbGW7d9emNj5SK1x1NFEHwgsa9nu+9kF4mOBxsBQrXh OFYPGbj859lAS298+MNScW6daEsamjlniqOhRGBKfuMmcl4gr9l6ca/2HtWZ2biYdX 5ll1UJpBUFEmjlIN90b9YKsM1owyvBmDg09E1+0AseQSoQAg4Mtuldz/1blFEMeBX0 sUGOUQ6Ehz8TA== To: buildroot@buildroot.org Message-ID: MIME-Version: 1.0 Subject: [Buildroot] [PATCH 4/9] package/s6-portable-utils: bump to version 2.2.3.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Dick Olsson via buildroot Reply-To: Dick Olsson Cc: Eric Le Bihan , Dick Olsson Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" http://skarnet.org/cgi-bin/archive.cgi?1:mss:1515:mhcdpginfgieagphalne Signed-off-by: Dick Olsson --- package/s6-portable-utils/s6-portable-utils.hash | 2 +- package/s6-portable-utils/s6-portable-utils.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/s6-portable-utils/s6-portable-utils.hash b/package/s6-portable-utils/s6-portable-utils.hash index 83823b3438..2340b53878 100644 --- a/package/s6-portable-utils/s6-portable-utils.hash +++ b/package/s6-portable-utils/s6-portable-utils.hash @@ -1,3 +1,3 @@ # Locally generated -sha256 1e473224350c6ebedd7adf162b68303e2e0a32ca2e99d7afee7573d9e78f931c s6-portable-utils-2.2.2.1.tar.gz +sha256 43e68a9abec873b337baeee92075a1c2e22cdfffd595cb91475fdcb10b6441cf s6-portable-utils-2.2.3.1.tar.gz sha256 d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c COPYING diff --git a/package/s6-portable-utils/s6-portable-utils.mk b/package/s6-portable-utils/s6-portable-utils.mk index 8b60bf43e3..9da165b49b 100644 --- a/package/s6-portable-utils/s6-portable-utils.mk +++ b/package/s6-portable-utils/s6-portable-utils.mk @@ -4,7 +4,7 @@ # ################################################################################ -S6_PORTABLE_UTILS_VERSION = 2.2.2.1 +S6_PORTABLE_UTILS_VERSION = 2.2.3.1 S6_PORTABLE_UTILS_SITE = http://skarnet.org/software/s6-portable-utils S6_PORTABLE_UTILS_LICENSE = ISC S6_PORTABLE_UTILS_LICENSE_FILES = COPYING From patchwork Tue Apr 6 17:57:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "D. Olsson" X-Patchwork-Id: 1462967 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=2605:bc80:3010::136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=senzilla.io header.i=@senzilla.io header.a=rsa-sha256 header.s=protonmail3 header.b=Ew48NSG2; dkim-atps=neutral Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FFFcz59Stz9sTD for ; Wed, 7 Apr 2021 03:58:27 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 8C86C60BBA; Tue, 6 Apr 2021 17:58:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QWADXaUzswfh; Tue, 6 Apr 2021 17:58:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id E520160BB6; Tue, 6 Apr 2021 17:58:23 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 38C691BF277 for ; Tue, 6 Apr 2021 17:57:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 27972849F1 for ; Tue, 6 Apr 2021 17:57:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp1.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=senzilla.io Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JXhkrwsYP4kL for ; Tue, 6 Apr 2021 17:57:50 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail1.protonmail.ch (mail1.protonmail.ch [185.70.40.18]) by smtp1.osuosl.org (Postfix) with ESMTPS id 1E8FD849EB for ; Tue, 6 Apr 2021 17:57:50 +0000 (UTC) Date: Tue, 06 Apr 2021 17:57:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=senzilla.io; s=protonmail3; t=1617731866; bh=qNd2xnUFW7eMpUir9r3chCqSpeXGVtNNnsOlVP9RjqQ=; h=Date:To:From:Cc:Reply-To:Subject:From; b=Ew48NSG2oa3EOWUoQCaa2dY0H/J61kWL6nuQ2T+wzLYDPA5kFn5CgQgXgkBwyNPFa 4Sa1ldONG98Qi0alqiw1qdy6mp25TONQ990SLHn3Zl5c5Cms3kcrVwCCBqHCokZrDH PM6nazm8pObKZGzS/NN1tRbxY9KEjbqa/pLLNzE45gYBcpIoWPuRmhT4tv/DRFXYCR 1v83dZyKWdoQp9CNpkshtiKB8BSFNPjsklL/gPFB32YaltceQirkZxsZeuPKCQsTJH 9B7GrULDYK3i7GXwJQdUba185Jn5ZJgyCwAmE19bon8Ctb+HGAARqneCdF32nogaEs qoM5LV1ttkTeg== To: buildroot@buildroot.org Message-ID: MIME-Version: 1.0 Subject: [Buildroot] [PATCH 5/9] package/s6-linux-utils: bump to version 2.5.1.4 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Dick Olsson via buildroot Reply-To: Dick Olsson Cc: Eric Le Bihan , Dick Olsson Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" http://skarnet.org/cgi-bin/archive.cgi?1:mss:1515:mhcdpginfgieagphalne Signed-off-by: Dick Olsson --- package/s6-linux-utils/s6-linux-utils.hash | 2 +- package/s6-linux-utils/s6-linux-utils.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/s6-linux-utils/s6-linux-utils.hash b/package/s6-linux-utils/s6-linux-utils.hash index 638b6b8160..acb65cce88 100644 --- a/package/s6-linux-utils/s6-linux-utils.hash +++ b/package/s6-linux-utils/s6-linux-utils.hash @@ -1,3 +1,3 @@ # Locally generated -sha256 25f61961f3247b9a833536ebd1e19f3b024fa095fce30f93d82fdfd4e015dc02 s6-linux-utils-2.5.1.1.tar.gz +sha256 d8ad8dcc8d805646b655971ddcaabcd50094d8347bd49d859ba2c51713fbfd09 s6-linux-utils-2.5.1.4.tar.gz sha256 d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c COPYING diff --git a/package/s6-linux-utils/s6-linux-utils.mk b/package/s6-linux-utils/s6-linux-utils.mk index 926ec523a1..dcc4f9e4b2 100644 --- a/package/s6-linux-utils/s6-linux-utils.mk +++ b/package/s6-linux-utils/s6-linux-utils.mk @@ -4,7 +4,7 @@ # ################################################################################ -S6_LINUX_UTILS_VERSION = 2.5.1.1 +S6_LINUX_UTILS_VERSION = 2.5.1.4 S6_LINUX_UTILS_SITE = http://skarnet.org/software/s6-linux-utils S6_LINUX_UTILS_LICENSE = ISC S6_LINUX_UTILS_LICENSE_FILES = COPYING From patchwork Tue Apr 6 17:57:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "D. Olsson" X-Patchwork-Id: 1462968 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=2605:bc80:3010::136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=senzilla.io header.i=@senzilla.io header.a=rsa-sha256 header.s=protonmail3 header.b=GcCCengz; dkim-atps=neutral Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FFFdD0fC7z9sRR for ; Wed, 7 Apr 2021 03:58:40 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 1D5C260BB6; Tue, 6 Apr 2021 17:58:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mbdAbqQDUtOA; Tue, 6 Apr 2021 17:58:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 5E75C60BBB; Tue, 6 Apr 2021 17:58:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 3C5391BF277 for ; Tue, 6 Apr 2021 17:57:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 2B8394019A for ; Tue, 6 Apr 2021 17:57:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp2.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=senzilla.io Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tH2RiwyIB2Kh for ; Tue, 6 Apr 2021 17:57:55 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail-40136.protonmail.ch (mail-40136.protonmail.ch [185.70.40.136]) by smtp2.osuosl.org (Postfix) with ESMTPS id D315040122 for ; Tue, 6 Apr 2021 17:57:54 +0000 (UTC) Date: Tue, 06 Apr 2021 17:57:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=senzilla.io; s=protonmail3; t=1617731871; bh=j0UqnbG1ZYqtQNcl9CqZIUc819wF8l7ZgLKL+q9cOSU=; h=Date:To:From:Cc:Reply-To:Subject:From; b=GcCCengzl2liDaXmcLUmbNyRsh6TUPMSRcg16zCKUTsA7J6OYFWVzhq54gQLqONRa SvQbnFWtt8Bsj6dp7kXijrKraqd0qRYSmGHvS5YTpmR1gUfQlfaIp+bAJlkC2FdMbP g85jO/H6eLfUAbQsG/kbpXU1ZE72DPAWMwtB7vMy7loCI/jvPlNxb6bxxrYgjPYgdm TagIfhlW827pqTkw71B69yUAWninRWrIktFNrqAnVHK/px1xrASj0fwiZE+q7H771i rG2t7KGz0YIfxniQINtDGUILDYZxsiKtGE4RsvPCmhqjzRnoxVXeTpQgrBLyuOi/s2 L92NWbdat9lrw== To: buildroot@buildroot.org Message-ID: MIME-Version: 1.0 Subject: [Buildroot] [PATCH 6/9] package/s6-linux-init: bump to version 1.0.6.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Dick Olsson via buildroot Reply-To: Dick Olsson Cc: Eric Le Bihan , Dick Olsson Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" http://skarnet.org/cgi-bin/archive.cgi?1:mss:1535:lpehbljhhcpaopbnkkbf Signed-off-by: Dick Olsson --- package/s6-linux-init/s6-linux-init.hash | 2 +- package/s6-linux-init/s6-linux-init.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/s6-linux-init/s6-linux-init.hash b/package/s6-linux-init/s6-linux-init.hash index bc2f7072ca..c35862efef 100644 --- a/package/s6-linux-init/s6-linux-init.hash +++ b/package/s6-linux-init/s6-linux-init.hash @@ -1,3 +1,3 @@ # Locally generated -sha256 216af5589c2bc5dbdea6b6c94d55575c12e31f57b2e0fde5c534a840aeed02fb s6-linux-init-1.0.3.1.tar.gz +sha256 16f6c84f3c4825ca8b244b89693569d8f69db98c485bd958301a079586f2086b s6-linux-init-1.0.6.1.tar.gz sha256 487e89990a571700bcdf7c0cbbde2859446f79e85e8b59791adab98fff6b1889 COPYING diff --git a/package/s6-linux-init/s6-linux-init.mk b/package/s6-linux-init/s6-linux-init.mk index 71c727de02..efd4984085 100644 --- a/package/s6-linux-init/s6-linux-init.mk +++ b/package/s6-linux-init/s6-linux-init.mk @@ -4,7 +4,7 @@ # ################################################################################ -S6_LINUX_INIT_VERSION = 1.0.3.1 +S6_LINUX_INIT_VERSION = 1.0.6.1 S6_LINUX_INIT_SITE = http://skarnet.org/software/s6-linux-init S6_LINUX_INIT_LICENSE = ISC S6_LINUX_INIT_LICENSE_FILES = COPYING From patchwork Tue Apr 6 17:57:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "D. Olsson" X-Patchwork-Id: 1462969 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=senzilla.io header.i=@senzilla.io header.a=rsa-sha256 header.s=protonmail3 header.b=k+wabNKX; dkim-atps=neutral Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FFFdS2CLVz9sRR for ; Wed, 7 Apr 2021 03:58:52 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id C673E40209; Tue, 6 Apr 2021 17:58:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jV-KLN9qyRfY; Tue, 6 Apr 2021 17:58:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id EB402401B0; Tue, 6 Apr 2021 17:58:48 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 2DA411BF277 for ; Tue, 6 Apr 2021 17:57:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 1D89C849F1 for ; Tue, 6 Apr 2021 17:57:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp1.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=senzilla.io Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pJrFGuTHp8C2 for ; Tue, 6 Apr 2021 17:57:56 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail-40133.protonmail.ch (mail-40133.protonmail.ch [185.70.40.133]) by smtp1.osuosl.org (Postfix) with ESMTPS id 56DAB849EB for ; Tue, 6 Apr 2021 17:57:56 +0000 (UTC) Date: Tue, 06 Apr 2021 17:57:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=senzilla.io; s=protonmail3; t=1617731874; bh=iGZWo6J/8VG2uoXM/oMUVZZm1XwwBlxy6ad8aOg1mLM=; h=Date:To:From:Cc:Reply-To:Subject:From; b=k+wabNKX0xvmOcL1oF1CSuqUq8jZjvVTu/sUN0bgy8+MjnCWmhxQx73iFtvpfVuup SImtVZeJS34ZJOcIEzYg2h+Aoqlgg8qVrpqEG5kHO0Q62VwHaelKzfHg1eoG85ddbQ Rb8YWpFAU+M6IK+upFzpHiTfe71mOdTPB5IxcomPN5i0/VUsWlOcgwm9PS2/Io8wbe UjoNcWWU7qZsD3dhPH39EPxUTHvTlZqXaPGHXeSqzm51o/qDHam7uZsLXlTE96TNye t0PkoXsDuG30EELkBgQsDwV2hWcxizlyR4mwiDcpPlRQcB6Ko+6M9buGcFZlPifWDG hnq5/vvh/BNCw== To: buildroot@buildroot.org Message-ID: MIME-Version: 1.0 Subject: [Buildroot] [PATCH 7/9] package/s6-dns: bump to version 2.3.5.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Dick Olsson via buildroot Reply-To: Dick Olsson Cc: Eric Le Bihan , Dick Olsson Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Refer to the change set described for s6-networking in the announcement: http://skarnet.org/cgi-bin/archive.cgi?1:mss:1535:lpehbljhhcpaopbnkkbf Signed-off-by: Dick Olsson --- package/s6-dns/s6-dns.hash | 2 +- package/s6-dns/s6-dns.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/s6-dns/s6-dns.hash b/package/s6-dns/s6-dns.hash index 5ee12ae275..8625478f46 100644 --- a/package/s6-dns/s6-dns.hash +++ b/package/s6-dns/s6-dns.hash @@ -1,3 +1,3 @@ # Locally generated -sha256 415e3e8a8baaa39b3eac57eef8b3023d63bcdb33d9f9b03bcb298fd940589132 s6-dns-2.3.1.1.tar.gz +sha256 9f0b71c82cb51e9b7f998978d94c44e5e896fa60105f7233544db539572bb740 s6-dns-2.3.5.0.tar.gz sha256 d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c COPYING diff --git a/package/s6-dns/s6-dns.mk b/package/s6-dns/s6-dns.mk index 7384f07244..9ed75bd600 100644 --- a/package/s6-dns/s6-dns.mk +++ b/package/s6-dns/s6-dns.mk @@ -4,7 +4,7 @@ # ################################################################################ -S6_DNS_VERSION = 2.3.1.1 +S6_DNS_VERSION = 2.3.5.0 S6_DNS_SITE = http://skarnet.org/software/s6-dns S6_DNS_LICENSE = ISC S6_DNS_LICENSE_FILES = COPYING From patchwork Tue Apr 6 17:58:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "D. Olsson" X-Patchwork-Id: 1462970 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=senzilla.io header.i=@senzilla.io header.a=rsa-sha256 header.s=protonmail3 header.b=c2AbbxPz; dkim-atps=neutral Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FFFdk6NTNz9sTD for ; Wed, 7 Apr 2021 03:59:06 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id F36D140564; Tue, 6 Apr 2021 17:59:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0Za9UP1b99YA; Tue, 6 Apr 2021 17:59:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 51ECF4019A; Tue, 6 Apr 2021 17:59:02 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A0F701BF277 for ; Tue, 6 Apr 2021 17:58:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 901B784A1E for ; Tue, 6 Apr 2021 17:58:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp1.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=senzilla.io Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3yjwCKx-pmX4 for ; Tue, 6 Apr 2021 17:58:13 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) by smtp1.osuosl.org (Postfix) with ESMTPS id A9DC3849F1 for ; Tue, 6 Apr 2021 17:58:13 +0000 (UTC) Date: Tue, 06 Apr 2021 17:58:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=senzilla.io; s=protonmail3; t=1617731890; bh=Qk8bQh1ur0SiZTmdUq7Xy0ZPUAadCPELNjP9DuEZO4Y=; h=Date:To:From:Cc:Reply-To:Subject:From; b=c2AbbxPzAbCKV3k2fWGhW/qGsvctdRjsHY9hOpb47lCsABps8PseBuNjTFUr7Q0gH +lwpPTPpRQSQMrD1tfin/ymtAJFA8YgvfFoNdJkdW46kyvNIiupLJat+veoVk4nwgD UGGmvm2fIhYpksWUM9WTA4ZcuZC34Tf0c2Htz4CZEfQ1lESI3gTGGmqYZP+Zypmci9 0y6SOV6jD2+mIv1EVPZJOfIx03kvLVD0QszYK3AoHZ90CWZwWP4NdgmRF2IhPdlpfv p6y0ug90PFsr70lZ2gJ7lW1THbn9JBqeaiQdxVizOqUm88wgOXrJ7Wk0AUQzWCby2w x31a8U8NFpBFw== To: buildroot@buildroot.org Message-ID: MIME-Version: 1.0 Subject: [Buildroot] [PATCH 8/9] package/s6-networking: bump to version 2.4.1.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Dick Olsson via buildroot Reply-To: Dick Olsson Cc: Eric Le Bihan , Dick Olsson Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" http://skarnet.org/cgi-bin/archive.cgi?1:mss:1535:lpehbljhhcpaopbnkkbf Signed-off-by: Dick Olsson --- package/s6-networking/s6-networking.hash | 2 +- package/s6-networking/s6-networking.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/s6-networking/s6-networking.hash b/package/s6-networking/s6-networking.hash index 41ceda0c05..e9dd82e2b2 100644 --- a/package/s6-networking/s6-networking.hash +++ b/package/s6-networking/s6-networking.hash @@ -1,3 +1,3 @@ # Locally generated -sha256 9d411b5f742529be8e14da0a21635fcc304a4d7ac05fe0e45cf2355e5e3cf188 s6-networking-2.3.1.1.tar.gz +sha256 cc1f80eec0ce8227bf058a1371978e4e78274b3c1b0fa82d9dadbdb0bdb27c08 s6-networking-2.4.1.0.tar.gz sha256 d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c COPYING diff --git a/package/s6-networking/s6-networking.mk b/package/s6-networking/s6-networking.mk index c23445b967..d687c567cd 100644 --- a/package/s6-networking/s6-networking.mk +++ b/package/s6-networking/s6-networking.mk @@ -4,7 +4,7 @@ # ################################################################################ -S6_NETWORKING_VERSION = 2.3.1.1 +S6_NETWORKING_VERSION = 2.4.1.0 S6_NETWORKING_SITE = http://skarnet.org/software/s6-networking S6_NETWORKING_LICENSE = ISC S6_NETWORKING_LICENSE_FILES = COPYING From patchwork Tue Apr 6 17:58:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "D. Olsson" X-Patchwork-Id: 1462971 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=2605:bc80:3010::136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=senzilla.io header.i=@senzilla.io header.a=rsa-sha256 header.s=protonmail3 header.b=BvYH+y3v; dkim-atps=neutral Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FFFdy4l3yz9sRR for ; Wed, 7 Apr 2021 03:59:18 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 969F060BBF; Tue, 6 Apr 2021 17:59:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wZfMGcI_xnDn; Tue, 6 Apr 2021 17:59:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 094E460BB6; Tue, 6 Apr 2021 17:59:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 0B5461BF277 for ; Tue, 6 Apr 2021 17:58:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id EECB6414F4 for ; Tue, 6 Apr 2021 17:58:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp4.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=senzilla.io Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vcqckBKOMAbL for ; Tue, 6 Apr 2021 17:58:15 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail-40133.protonmail.ch (mail-40133.protonmail.ch [185.70.40.133]) by smtp4.osuosl.org (Postfix) with ESMTPS id E630A414E0 for ; Tue, 6 Apr 2021 17:58:14 +0000 (UTC) Date: Tue, 06 Apr 2021 17:58:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=senzilla.io; s=protonmail3; t=1617731892; bh=zIqdCGW6uop7ahbowKo78NunjW8APEA5CTH/qncZfvs=; h=Date:To:From:Cc:Reply-To:Subject:From; b=BvYH+y3vS3K/LXAhCrELQqDye7DBe36RlQ1Ttk4KkKX5BZMzSfe2MfxMSnsm/4jnZ gkU1a6feW1SUO1SkbmLUcIIZgogw7EOfskR3UNdc0Ly4MRzV94HH4oQp6m7Qr75NRg XEEB6Qwmxk0UNt/JJ/yAL5OCfy35DmzGdFDieHqy89bbqhuXSD0f4FMrIWvfDFpFCR N1xKcp97t5+7P1bB7IyH512sGiXm7OkatV3seErNLAEFakzlUBOiPiZPX6Bj4OueTe OA8ttmqmk2VOYiPe6TEU7jwwhfo/UOFrzOBs4+abcsue+qilA3eLhk9pJ0pmfQ7Bml i6uoyL9J3KgFg== To: buildroot@buildroot.org Message-ID: MIME-Version: 1.0 Subject: [Buildroot] [PATCH 9/9] package/s6-rc: bump to version 0.5.2.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Dick Olsson via buildroot Reply-To: Dick Olsson Cc: Eric Le Bihan , Dick Olsson Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" http://skarnet.org/cgi-bin/archive.cgi?1:mss:1515:mhcdpginfgieagphalne Signed-off-by: Dick Olsson --- package/s6-rc/s6-rc.hash | 2 +- package/s6-rc/s6-rc.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/s6-rc/s6-rc.hash b/package/s6-rc/s6-rc.hash index 918dc0fd2e..be96a989b8 100644 --- a/package/s6-rc/s6-rc.hash +++ b/package/s6-rc/s6-rc.hash @@ -1,3 +1,3 @@ # Locally generated -sha256 257e2c428336c2b57cd17b65382bc55592759acc65e053e23ad646444f28af52 s6-rc-0.5.1.1.tar.gz +sha256 2842fa55e2bddb65573d78d2c475c4a2f2b26b9258a18b457f8a0342e2fafa0a s6-rc-0.5.2.1.tar.gz sha256 487e89990a571700bcdf7c0cbbde2859446f79e85e8b59791adab98fff6b1889 COPYING diff --git a/package/s6-rc/s6-rc.mk b/package/s6-rc/s6-rc.mk index 3044341371..4e0ef57d7a 100644 --- a/package/s6-rc/s6-rc.mk +++ b/package/s6-rc/s6-rc.mk @@ -4,7 +4,7 @@ # ################################################################################ -S6_RC_VERSION = 0.5.1.1 +S6_RC_VERSION = 0.5.2.1 S6_RC_SITE = http://skarnet.org/software/s6-rc S6_RC_LICENSE = ISC S6_RC_LICENSE_FILES = COPYING