From patchwork Thu Jul 11 20:43:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1131004 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="CD5uUJeB"; dkim-atps=neutral Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45l7Lf5D9Qz9sMr for ; Fri, 12 Jul 2019 06:43:38 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7F608226D7; Thu, 11 Jul 2019 20:43:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1SU8WntRtyIU; Thu, 11 Jul 2019 20:43:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 15E8D226C2; Thu, 11 Jul 2019 20:43:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 8212B1BF2B1 for ; Thu, 11 Jul 2019 20:43:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7F08186360 for ; Thu, 11 Jul 2019 20:43:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VDhPKpddszre for ; Thu, 11 Jul 2019 20:43:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 8C9ED86356 for ; Thu, 11 Jul 2019 20:43:32 +0000 (UTC) Received: from menoah.home (lfbn-1-8923-205.w193-250.abo.wanadoo.fr [193.250.65.205]) by koncepto.io (Postfix) with ESMTPSA id D6FFD603AA; Thu, 11 Jul 2019 22:43:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1562877810; bh=SIeBx6eC0GuY4F5WmgfFE8zvyIANyfkw21xZvnVjXMo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CD5uUJeBIzNL9WqR+VL3AfZmXTC0DY79r7Iv0MTL1z2OQ8+pvDEsHWJppzXvaorEb 2ER26Qx3xE586J9Hv+lRdIzSn8gYelr/TsSaeMvs+mRGLpJDii28m36zuABD8YB/sb Bnrs/w0g6Ea6QLDEHgu2XjNMyIpPBdXKSgjomZZmtLdNhKnu1jTaQRqWZVpmORbJeO +ACA7G8VsMl3nKChdn/04h3vcEGXave0SoMwfPixclXkAe88y7oAp+PdJZlYmIvqMC 81ydRaJVh+vHqjwiV866wc6n3mSfv1mAZw2yLERdLzW6TPTxJPPLLP0sMN3YIIYRgf Nascg5d44KoTw== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Thu, 11 Jul 2019 22:43:26 +0200 Message-Id: <1562877806-10215-2-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1562877806-10215-1-git-send-email-pjtexier@koncepto.io> References: <1562877806-10215-1-git-send-email-pjtexier@koncepto.io> Subject: [Buildroot] [PATCH 2/2] DEVELOPERS: add myself for stunnel 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: , Cc: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Pierre-Jean Texier --- DEVELOPERS | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPERS b/DEVELOPERS index e9c521f..bac9a17 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -1860,6 +1860,7 @@ F: package/trace-cmd/ N: Pierre-Jean Texier F: package/libubootenv/ F: package/python-periphery/ +F: package/stunnel/ N: Pieter De Gendt F: package/libvips/