Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (b050981a802962d7b7ffa81e8b14b6748e6e47e6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (b050981a802962d7b7ffa81e8b14b6748e6e47e6)
  • Date: Thu, 27 Aug 2026 03:47:03 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

utils/bubblewrap/CONFIGURE | 5 ++---
utils/bubblewrap/DETAILS | 4 ++--
utils/bubblewrap/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 5 deletions(-)

New commits:
commit b050981a802962d7b7ffa81e8b14b6748e6e47e6
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/bubblewrap: version 0.12.0

diff --git a/utils/bubblewrap/CONFIGURE b/utils/bubblewrap/CONFIGURE
index e3b33d9..b12a452 100755
--- a/utils/bubblewrap/CONFIGURE
+++ b/utils/bubblewrap/CONFIGURE
@@ -9,9 +9,8 @@ fi &&
persistent_remove TESTS
fi &&

-config_query_option BUBBLEWRAP_OPTS "Require user namespaces?" n \
- "require_userns=true" \
- "require_userns=false" &&
+list_remove BUBBLEWRAP_OPTS "require_userns=true" &&
+list_remove BUBBLEWRAP_OPTS "require_userns=false" &&

config_query_option BUBBLEWRAP_OPTS "Enable tests?" n \
"tests=true" \
diff --git a/utils/bubblewrap/DETAILS b/utils/bubblewrap/DETAILS
index f1d2e7b..d828273 100755
--- a/utils/bubblewrap/DETAILS
+++ b/utils/bubblewrap/DETAILS
@@ -1,7 +1,7 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=bubblewrap
- VERSION=0.11.2
-
SOURCE_HASH="sha256:69abc30005d2186baf7737feacd8da35633b93cf5af38838ecff17c5f8e924f6:UPSTREAM_HASH"
+ VERSION=0.12.0
+
SOURCE_HASH="sha256:9760d007363e3abba7c747489910f9f82d9fca53ba3bd3282e396fa3c97a3314:UPSTREAM_HASH"
SECURITY_PATCH=1
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/utils/bubblewrap/HISTORY b/utils/bubblewrap/HISTORY
index 36b0266..9a52862f 100644
--- a/utils/bubblewrap/HISTORY
+++ b/utils/bubblewrap/HISTORY
@@ -1,3 +1,7 @@
+2026-08-26 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.12.0
+ * CONFIGURE: removed require_userns option
+
2026-04-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.11.2, SECURITY_PATCH++, (CVE-2026-41163)



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (b050981a802962d7b7ffa81e8b14b6748e6e47e6), Pavel Vinogradov, 08/26/2026

Archive powered by MHonArc 2.6.24.

Top of Page