From patchwork Wed Feb 28 20:32:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Puhlman X-Patchwork-Id: 40275 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D048C47DD9 for ; Wed, 28 Feb 2024 20:32:38 +0000 (UTC) Received: from mail-yw1-f170.google.com (mail-yw1-f170.google.com [209.85.128.170]) by mx.groups.io with SMTP id smtpd.web10.7904.1709152352819180571 for ; Wed, 28 Feb 2024 12:32:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@mvista.com header.s=google header.b=bVyMyUxK; spf=pass (domain: mvista.com, ip: 209.85.128.170, mailfrom: jpuhlman@mvista.com) Received: by mail-yw1-f170.google.com with SMTP id 00721157ae682-6093247d1acso2041917b3.0 for ; Wed, 28 Feb 2024 12:32:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mvista.com; s=google; t=1709152351; x=1709757151; darn=lists.yoctoproject.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=qVAYUZw5124LyFf2dQK1zeUOKcu+guMcj7OiKKFJOQc=; b=bVyMyUxKBUgAlO8oog6NOUhljCAuf3NVEo0q5urjsZvj5lOPzO3acub08sFrItBs9M x/qnMHm6KYE1HugSEC8ejU/FTJ5O+udJ4EXpkvaJLkFL1iVqrsW+1B1suocWq2otLerl RCesekanR4OLbVjWL/JyY9Fhcqb+GpGY3/yB0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709152351; x=1709757151; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=qVAYUZw5124LyFf2dQK1zeUOKcu+guMcj7OiKKFJOQc=; b=DMTMLuCbYIDoCY7zPlZsKVnTCRlpSPOCWZDjq0xjs8Q04rSzZuS9wQMW26365Ttye+ ZO5Tgs3YrRyJagR1wL3waj1gm3jITcCJT0k5vwecnMXfaJJCYaVb67TNxJo5sE0r0it7 +f5HR7LIiyF+DvAEPsAL37SSUbg36UsiggyulTycrwIQlZ1mIrXCzjsYAFIHJPOciDXe n6+pl0rVkcn2E5wMoY10zEtU03P7nqY+YLjk25auumwyRBB3YryWxRKfAkd91w1q1Mda Nu886ZrfqJNl8ldyEYjiXmvjyqIVh1RsnDQyX0G2z7UnZ6WlYGD9yofpXzWfmzDAcJ4T BWYw== X-Gm-Message-State: AOJu0Yzvl/TiJbioQ1yYbSAiFNylhaKswBjhAHDh/A2JpyANqJqdOSxo Ur1RJZImbl48GFhIGx8hSTEBhyr9aUoBp7ptgVMA+bdsrGdeHbnxR+1R8tqyqHH2pjYEtXkMVZk e X-Google-Smtp-Source: AGHT+IGDepb/WtxvyQ9sovictwmDkRjlTYPZcxJvrHYZYcsKZMXCdXxm78Tv9yi8wdXhHIvohs056Q== X-Received: by 2002:a0d:cac1:0:b0:608:b676:bc15 with SMTP id m184-20020a0dcac1000000b00608b676bc15mr210321ywd.8.1709152350143; Wed, 28 Feb 2024 12:32:30 -0800 (PST) Received: from brown (99-14-97-149.lightspeed.frokca.sbcglobal.net. [99.14.97.149]) by smtp.gmail.com with ESMTPSA id x135-20020a81a08d000000b006094ac70480sm48263ywg.51.2024.02.28.12.32.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Feb 2024 12:32:29 -0800 (PST) Received: by brown (sSMTP sendmail emulation); Wed, 28 Feb 2024 12:32:22 -0800 From: jpuhlman@mvista.com To: yocto@lists.yoctoproject.org Cc: "Jeremy A. Puhlman" Subject: [meta-security][PATCH 1/2] arpwatch: fix misspelling of PACKAGECONFIG Date: Wed, 28 Feb 2024 12:32:18 -0800 Message-Id: <20240228203219.1861150-1-jpuhlman@mvista.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 28 Feb 2024 20:32:38 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/62642 From: "Jeremy A. Puhlman" Signed-off-by: Jeremy A. Puhlman --- recipes-scanners/arpwatch/arpwatch_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb index 7a0a776..391a82e 100644 --- a/recipes-scanners/arpwatch/arpwatch_3.3.bb +++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb @@ -23,7 +23,7 @@ ARPWATH_REPLY ?= "${ARPWATCH_UID}" PACKAGECONFIG ??= "" -PACKACONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg" +PACKAGECONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg" CONFIGUREOPTS = " --build=${BUILD_SYS} \ --host=${HOST_SYS} \ From patchwork Wed Feb 28 20:32:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Puhlman X-Patchwork-Id: 40276 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B20DC5478C for ; Wed, 28 Feb 2024 20:32:48 +0000 (UTC) Received: from mail-yb1-f180.google.com (mail-yb1-f180.google.com [209.85.219.180]) by mx.groups.io with SMTP id smtpd.web11.7826.1709152367865472578 for ; Wed, 28 Feb 2024 12:32:47 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@mvista.com header.s=google header.b=Fqcz8xqc; spf=pass (domain: mvista.com, ip: 209.85.219.180, mailfrom: jpuhlman@mvista.com) Received: by mail-yb1-f180.google.com with SMTP id 3f1490d57ef6-dc6dcd9124bso212455276.1 for ; Wed, 28 Feb 2024 12:32:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mvista.com; s=google; t=1709152366; x=1709757166; darn=lists.yoctoproject.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=PlhN1REFIJ04lOy/evRgkFUrLnPfn4h7pD/b/OOKLDE=; b=Fqcz8xqcMI0A0HTjNVd9bfYoT14NrZFvH5wI7i3vVurYgwlbV9Hpn+FeeOGjQTERHY HHm84g8caO2ithar6UcJJr7eZpSW70WcukpnLe616Q1GNlgaZV+KUwu5Jby/kpmUefxU 12J5BXqjP2JlLCf1CjG9w8Fl5xr7T9062NMns= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709152366; x=1709757166; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=PlhN1REFIJ04lOy/evRgkFUrLnPfn4h7pD/b/OOKLDE=; b=oNybEZUvEQhWJ629MoWzNs0uQ/sUxLxXz2fuzAdN2PgexSKd3W+loXpHG9nSdG0/OS kPgnEraizqqOjtiIsYnpWtNtAdRB7XQTFIz+obmM69TC/g5d5Pi2OCHoTHiHXHpg1gFd Y1lr7Eyz9K1oSaHITvgMYCq+8RREtCOI1FG76Kt9s9PHl3Xkt2aZ1nPx11TEGjWnpdMb hXSZA71GKbJSSB/uCIKEOZZoOuCWxXFFDmZB4psDkT8oF6Rzlm8RKT0+ooA1xkD3ymjJ w2ShXpS2mD9WqxHli0ocgIG55Mj9hSwoMoueCs7yz8WLTrU7//GZVD/uvbP7brHdeJ4+ CLwg== X-Gm-Message-State: AOJu0YwN84oro1vISeUMz1//1U2O14qxK2awVrmdR4SgqcQDJRPZk2N6 19of47NjJ210Q9MbmrTp+tpDjeLRNwoxhBIZxPr5fPq3WudKDDDxtN6xjzqUTJuQ+z9H5gkyOCv 5 X-Google-Smtp-Source: AGHT+IFRqy4pNehTNijqnBS84AeCg9ZWwF59+b+y75XRiS8JUs/Zy+8+hFeaJqeRR7wzphNOs2Z8rw== X-Received: by 2002:a05:6902:4f1:b0:dca:c369:face with SMTP id w17-20020a05690204f100b00dcac369facemr361065ybs.18.1709152365981; Wed, 28 Feb 2024 12:32:45 -0800 (PST) Received: from brown (99-14-97-149.lightspeed.frokca.sbcglobal.net. [99.14.97.149]) by smtp.gmail.com with ESMTPSA id i14-20020a258b0e000000b00dc6e5ea9152sm40310ybl.29.2024.02.28.12.32.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Feb 2024 12:32:44 -0800 (PST) Received: by brown (sSMTP sendmail emulation); Wed, 28 Feb 2024 12:32:37 -0800 From: jpuhlman@mvista.com To: yocto@lists.yoctoproject.org Cc: "Jeremy A. Puhlman" Subject: [meta-security][PATCH 2/2] aprwatch: Add path for sendmail Date: Wed, 28 Feb 2024 12:32:19 -0800 Message-Id: <20240228203219.1861150-2-jpuhlman@mvista.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20240228203219.1861150-1-jpuhlman@mvista.com> References: <20240228203219.1861150-1-jpuhlman@mvista.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 28 Feb 2024 20:32:48 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/62643 From: "Jeremy A. Puhlman" Arpwatch won't build on a system without a sendmail provider installed with out this setting. Signed-off-by: Jeremy A. Puhlman --- recipes-scanners/arpwatch/arpwatch_3.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb index 391a82e..8e9a268 100644 --- a/recipes-scanners/arpwatch/arpwatch_3.3.bb +++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb @@ -42,6 +42,7 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \ --infodir=${infodir} \ --mandir=${mandir} \ --srcdir=${S} \ + --with-sendmail=${sbindir}/sendmail \ " do_configure () {