From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 08 Sep 2025 09:06:23 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uvVxH-000YEU-0g for lore@lore.pengutronix.de; Mon, 08 Sep 2025 09:06:23 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uvVxG-0004ua-W4; Mon, 08 Sep 2025 09:06:23 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uvVx1-0004uQ-6a; Mon, 08 Sep 2025 09:06:07 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uvVx1-000CsD-04; Mon, 08 Sep 2025 09:06:07 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1uvVx0-0000000EhD4-443I; Mon, 08 Sep 2025 09:06:06 +0200 Date: Mon, 8 Sep 2025 09:06:06 +0200 From: Michael Olbrich To: Lars Alex Pedersen Message-ID: References: <20250902135512.267857-1-lapeddk@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250902135512.267857-1-lapeddk@gmail.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH 1/2] libbsd: Version bump 0.11.7 -> 0.12.2 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 Cc: 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Tue, Sep 02, 2025 at 03:55:11PM +0200, Lars Alex Pedersen wrote: > * COPYING: Copyright years updated > * COPYING: Cleanup for man/arc4random.3bsd > * New configure options --enable-sanitize and --enable-year2038 > > Signed-off-by: Lars Alex Pedersen > --- > rules/libbsd.make | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/rules/libbsd.make b/rules/libbsd.make > index 85e9718e8..f7fbb30e5 100644 > --- a/rules/libbsd.make > +++ b/rules/libbsd.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBBSD) += libbsd > # > # Paths and names > # > -LIBBSD_VERSION := 0.11.7 > -LIBBSD_MD5 := 2c5e63b5bb7771bbe4f572c7788e0bb8 > +LIBBSD_VERSION := 0.12.2 > +LIBBSD_MD5 := 1aa07d44ee00e2cc1ae3ac10baae7a68 > LIBBSD := libbsd-$(LIBBSD_VERSION) > LIBBSD_SUFFIX := tar.xz > LIBBSD_URL := http://libbsd.freedesktop.org/releases/$(LIBBSD).$(LIBBSD_SUFFIX) > @@ -23,7 +23,7 @@ LIBBSD_SOURCE := $(SRCDIR)/$(LIBBSD).$(LIBBSD_SUFFIX) > LIBBSD_DIR := $(BUILDDIR)/$(LIBBSD) > LIBBSD_LICENSE := BSD-4-Clause AND BSD-3-Clause AND BSD-2-Clause-NetBSD AND ISC AND MIT AND Beerware AND public_domain > LIBBSD_LICENSE_FILES := \ > - file://COPYING;md5=75e85c5a558f86d10fbd5abc567ea5e6 > + file://COPYING;md5=9b087a0981a1fcad42efbba6d4925a0f > > # ---------------------------------------------------------------------------- > # Prepare > @@ -38,6 +38,8 @@ LIBBSD_CONF_OPT := \ > $(GLOBAL_LARGE_FILE_OPTION) \ > --enable-shared \ > --disable-static \ > + --enable-sanitize \ This will enable the address sanitizer. Not something we want by default. And --disable-sanitize will do the same because the option is broken :-/ > + --$(call ptx/endis, PTXDIST_Y2038)-year2038 \ There is a patch that is still relevant. For some reason, this option is gone after autogen.sh runs.... Michael > --with-gnu-ld > > # ---------------------------------------------------------------------------- > > base-commit: df9923bad3649c7149af65eed63735df91e08480 > -- > 2.51.0 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |