From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: Re: [ptxdist] [APPLIED] systemd: add option for openssl support
Date: Mon, 14 Feb 2022 13:43:39 +0100 [thread overview]
Message-ID: <20220214124339.839869-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220204162809.830058-2-clemens.gruber@pqgruber.com>
Thanks, applied as c72da50372d3dceb210d0dcfb29055280670b0a3.
Michael
[sent from post-receive hook]
On Mon, 14 Feb 2022 13:43:39 +0100, Clemens Gruber <clemens.gruber@pqgruber.com> wrote:
> With the OpenSSL dependency, systemd-resolved supports DNSSEC
> validation.
>
> Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
> Message-Id: <20220204162809.830058-2-clemens.gruber@pqgruber.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/systemd.in b/rules/systemd.in
> index 1a8696d2b821..053991f3ef99 100644
> --- a/rules/systemd.in
> +++ b/rules/systemd.in
> @@ -28,6 +28,7 @@ menuconfig SYSTEMD
> select IPTABLES if SYSTEMD_IPMASQUERADE
> select LIBELF if SYSTEMD_COREDUMP
> select LIBELF_LIBDW if SYSTEMD_COREDUMP
> + select OPENSSL if SYSTEMD_OPENSSL
> # for udev:
> select ROOTFS_DEV
> select LIBBLKID
> @@ -108,6 +109,12 @@ config SYSTEMD_NETWORK
> select SYSTEMD_DBUS_SERVICES
> prompt "network configuration with systemd"
>
> +config SYSTEMD_OPENSSL
> + bool
> + prompt "openssl support"
> + help
> + OpenSSL is needed for DNSSEC support in systemd-resolved
> +
> config SYSTEMD_IPMASQUERADE
> bool
> depends on SYSTEMD_NETWORK
> diff --git a/rules/systemd.make b/rules/systemd.make
> index ffa9dbd6a13a..c13f9abb9ea3 100644
> --- a/rules/systemd.make
> +++ b/rules/systemd.make
> @@ -143,7 +143,7 @@ SYSTEMD_CONF_OPT := \
> -Dntp-servers= \
> -Dok-color=green \
> -Doomd=false \
> - -Dopenssl=false \
> + -Dopenssl=$(call ptx/truefalse,PTXCONF_SYSTEMD_OPENSSL) \
> -Doss-fuzz=false \
> -Dp11kit=false \
> -Dpam=false \
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2022-02-14 12:45 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-04 16:28 [ptxdist] [PATCH 1/3] hiredis: new package Clemens Gruber
2022-02-04 16:28 ` [ptxdist] [PATCH 2/3] systemd: add option for openssl support Clemens Gruber
2022-02-14 12:43 ` Michael Olbrich [this message]
2022-02-04 16:28 ` [ptxdist] [PATCH 3/3] protobuf: version bump 3.7.1 -> 3.19.4 Clemens Gruber
2022-02-11 9:43 ` Michael Olbrich
2022-02-11 14:30 ` Clemens Gruber
2022-02-07 7:39 ` [ptxdist] [PATCH 1/3] hiredis: new package Michael Olbrich
2022-02-07 9:03 ` Clemens Gruber
2022-02-07 10:39 ` Alexander Dahl
2022-02-07 12:54 ` Clemens Gruber
2022-02-07 13:11 ` Alexander Dahl
2022-02-07 13:33 ` Clemens Gruber
2022-02-07 15:22 ` Michael Olbrich
2022-02-07 15:25 ` Michael Olbrich
2022-02-07 15:51 ` Clemens Gruber
2022-02-07 16:30 ` Alexander Dahl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220214124339.839869-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=clemens.gruber@pqgruber.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox