mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] libbsd: version bump 0.11.7 -> 0.12.2
@ 2025-10-14 10:40 Sven Püschel
  2025-10-17  8:21 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Püschel @ 2025-10-14 10:40 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

libbsd wanted to get rid of the advertising clause [1] by the
BSD-4-Clause license and therefore rewrote or replaced the offending
man pages [2]. Besides this the license year was also updated.

[1] https://gitlab.freedesktop.org/libbsd/libbsd/-/issues/7
[2] https://gitlab.freedesktop.org/libbsd/libbsd/-/commit/4c6da577a11bc6857a4dba3a9ce2f6894af1e604

Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
 .../0001-use-I-instead-of-isystem-for-local-path.patch   | 0
 patches/{libbsd-0.11.7 => libbsd-0.12.2}/autogen.sh      | 0
 patches/{libbsd-0.11.7 => libbsd-0.12.2}/series          | 0
 rules/libbsd.make                                        | 9 +++++----
 4 files changed, 5 insertions(+), 4 deletions(-)
 rename patches/{libbsd-0.11.7 => libbsd-0.12.2}/0001-use-I-instead-of-isystem-for-local-path.patch (100%)
 rename patches/{libbsd-0.11.7 => libbsd-0.12.2}/autogen.sh (100%)
 rename patches/{libbsd-0.11.7 => libbsd-0.12.2}/series (100%)

diff --git a/patches/libbsd-0.11.7/0001-use-I-instead-of-isystem-for-local-path.patch b/patches/libbsd-0.12.2/0001-use-I-instead-of-isystem-for-local-path.patch
similarity index 100%
rename from patches/libbsd-0.11.7/0001-use-I-instead-of-isystem-for-local-path.patch
rename to patches/libbsd-0.12.2/0001-use-I-instead-of-isystem-for-local-path.patch
diff --git a/patches/libbsd-0.11.7/autogen.sh b/patches/libbsd-0.12.2/autogen.sh
similarity index 100%
rename from patches/libbsd-0.11.7/autogen.sh
rename to patches/libbsd-0.12.2/autogen.sh
diff --git a/patches/libbsd-0.11.7/series b/patches/libbsd-0.12.2/series
similarity index 100%
rename from patches/libbsd-0.11.7/series
rename to patches/libbsd-0.12.2/series
diff --git a/rules/libbsd.make b/rules/libbsd.make
index 85e9718e8..1c5c737f2 100644
--- a/rules/libbsd.make
+++ b/rules/libbsd.make
@@ -14,16 +14,16 @@ 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)
 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	:= 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,7 @@ LIBBSD_CONF_OPT	:= \
 	$(GLOBAL_LARGE_FILE_OPTION) \
 	--enable-shared \
 	--disable-static \
+	--disable-sanitize \
 	--with-gnu-ld
 
 # ----------------------------------------------------------------------------
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libbsd: version bump 0.11.7 -> 0.12.2
  2025-10-14 10:40 [ptxdist] [PATCH v2] libbsd: version bump 0.11.7 -> 0.12.2 Sven Püschel
@ 2025-10-17  8:21 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-10-17  8:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

Thanks, applied as 0d8d99a84218a4f3b7f99bb549bc00fb6de8f54c.

Michael

[sent from post-receive hook]

On Fri, 17 Oct 2025 10:21:05 +0200, Sven Püschel <s.pueschel@pengutronix.de> wrote:
> libbsd wanted to get rid of the advertising clause [1] by the
> BSD-4-Clause license and therefore rewrote or replaced the offending
> man pages [2]. Besides this the license year was also updated.
> 
> [1] https://gitlab.freedesktop.org/libbsd/libbsd/-/issues/7
> [2] https://gitlab.freedesktop.org/libbsd/libbsd/-/commit/4c6da577a11bc6857a4dba3a9ce2f6894af1e604
> 
> Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
> Message-Id: <20251014104024.3444691-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libbsd-0.11.7/0001-use-I-instead-of-isystem-for-local-path.patch b/patches/libbsd-0.12.2/0001-use-I-instead-of-isystem-for-local-path.patch
> similarity index 100%
> rename from patches/libbsd-0.11.7/0001-use-I-instead-of-isystem-for-local-path.patch
> rename to patches/libbsd-0.12.2/0001-use-I-instead-of-isystem-for-local-path.patch
> diff --git a/patches/libbsd-0.11.7/autogen.sh b/patches/libbsd-0.12.2/autogen.sh
> similarity index 100%
> rename from patches/libbsd-0.11.7/autogen.sh
> rename to patches/libbsd-0.12.2/autogen.sh
> diff --git a/patches/libbsd-0.11.7/series b/patches/libbsd-0.12.2/series
> similarity index 100%
> rename from patches/libbsd-0.11.7/series
> rename to patches/libbsd-0.12.2/series
> diff --git a/rules/libbsd.make b/rules/libbsd.make
> index 85e9718e847f..1c5c737f2a99 100644
> --- a/rules/libbsd.make
> +++ b/rules/libbsd.make
> @@ -14,16 +14,16 @@ 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)
>  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	:= 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,7 @@ LIBBSD_CONF_OPT	:= \
>  	$(GLOBAL_LARGE_FILE_OPTION) \
>  	--enable-shared \
>  	--disable-static \
> +	--disable-sanitize \
>  	--with-gnu-ld
>  
>  # ----------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-17  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-14 10:40 [ptxdist] [PATCH v2] libbsd: version bump 0.11.7 -> 0.12.2 Sven Püschel
2025-10-17  8:21 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox