summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2021-01-27 11:33:57 +0000
committerSimon McVittie <smcv@debian.org>2021-01-27 11:33:57 +0000
commit4f04bc3648190f82719f7e779a88f318ba8d9749 (patch)
treec6426c98a78411768a6988e0d6ec83eea16b2c12
parentf61f4cd73fccb74ced2c8577808a84dbce54065b (diff)
Release to unstabledebian/2.66.4-2
-rw-r--r--debian/changelog14
1 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 158cb3a55..58d4e0e74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-glib2.0 (2.66.4-2) UNRELEASED; urgency=medium
+glib2.0 (2.66.4-2) unstable; urgency=medium
- * Update patch series to upstream commit 2.66.4-18-g872181c4f
+ * d/patches: Update patch series to upstream commit 2.66.4-18-g872181c4f
(excluding Windows-specific changes)
- Security hardening: in GIO, ignore various environment variables
if GIO is (inadvisably) used in a setuid process without sanitizing
@@ -8,8 +8,14 @@ glib2.0 (2.66.4-2) UNRELEASED; urgency=medium
- Reject very long date strings early, instead of spending time
normalizing and parsing them
- Fix recursion in GPrivate
-
- -- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2021 11:23:16 +0000
+ * d/p/spawn-Don-t-set-a-search-path-if-we-don-t-want-to-search-.patch:
+ Make the g_spawn family only search PATH if G_SPAWN_SEARCH_PATH is used.
+ Previously, they would sometimes search /usr/bin:/bin:. for an
+ executable they should have only loaded from the current working
+ directory. In particular, this made gtk+3.0 fail its build-time tests
+ if ImageMagick display(1) happened to be installed. (Closes: #977961)
+
+ -- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2021 11:33:06 +0000
glib2.0 (2.66.4-1) unstable; urgency=medium