From b076f1de53f654ddba9dd11ec40ee373335e174c Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Glondu?= Date: Mon, 2 Mar 2026 08:04:31 +0100 Subject: [PATCH] New upstream release --- debian/changelog | 5 +++-- debian/ocamlvars.mk | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0e0a1fb4..18f962f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -ocaml (5.4.0-4) UNRELEASED; urgency=medium +ocaml (5.4.1-1) UNRELEASED; urgency=medium + * New upstream release (Closes: #1129317, CVE-2026-28364) * Stabilize compiler-libs ABI by not including config.cmx * Print .cmi flags in objinfo - -- Stéphane Glondu Sun, 01 Mar 2026 21:59:33 +0100 + -- Stéphane Glondu Mon, 02 Mar 2026 08:03:10 +0100 ocaml (5.4.0-3) unstable; urgency=medium diff --git a/debian/ocamlvars.mk b/debian/ocamlvars.mk index 04c534db..2b9faede 100644 --- a/debian/ocamlvars.mk +++ b/debian/ocamlvars.mk @@ -1,7 +1,7 @@ include /usr/share/dpkg/architecture.mk OCAMLMAJOR := 5.4 -OCAMLMINOR := 0 +OCAMLMINOR := 1 OCAML_ABI := $(OCAMLMAJOR).$(OCAMLMINOR) OCAML_STDLIB_DIR := /usr/lib/$(DEB_TARGET_MULTIARCH)/ocaml/$(OCAML_ABI) -- 2.30.2