Your message dated Thu, 5 Jun 2025 07:34:17 +0200
with message-id <170743a7-1d10-4a7d-b30c-2af6fa58e...@debian.org>
and subject line Re: Bug#1107301: unblock: aerc/0.20.0-2
has caused the Debian Bug report #1107301,
regarding unblock: aerc/0.20.0-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1107301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107301
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: secur...@debian.org, car...@debian.org, a...@packages.debian.org
Control: affects -1 + src:aerc
User: release.debian....@packages.debian.org
Usertags: unblock
aerc is not blocked and it well on its way to testing. The request here is
instead to
decrease the transition delay/age it a bit.
This upload fixes CVE-2025-49466 and security team recommended me to file a bug
to speed up migration.
The CVE is not mentioned in the changelog because at the time of upload it was
known only to the
security team and the package maintainers.
[ Reason ]
Fix for Path Injection Vulnerability CVE-2025-49466
[ Impact ]
The package will have a CVE in stable
[ Tests ]
This package has non-trivial autopkgtests which are passing
[ Risks ]
Only a fix for CVE with a small patch and minimal risks
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock aerc/0.20.0-2
diff -Nru aerc-0.20.0/debian/changelog aerc-0.20.0/debian/changelog
--- aerc-0.20.0/debian/changelog 2025-01-25 20:59:25.000000000 +0000
+++ aerc-0.20.0/debian/changelog 2025-05-31 17:39:24.000000000 +0000
@@ -1,3 +1,9 @@
+aerc (0.20.0-2) unstable; urgency=medium
+
+ * Add patch to fix temp file creation
+
+ -- Nilesh Patra <nil...@debian.org> Sat, 31 May 2025 23:09:24 +0530
+
aerc (0.20.0-1) unstable; urgency=medium
* New upstream version 0.20.0
diff -Nru aerc-0.20.0/debian/patches/fix-blhc.patch
aerc-0.20.0/debian/patches/fix-blhc.patch
--- aerc-0.20.0/debian/patches/fix-blhc.patch 2024-02-24 21:50:47.000000000
+0000
+++ aerc-0.20.0/debian/patches/fix-blhc.patch 2025-05-31 17:39:24.000000000
+0000
@@ -1,6 +1,6 @@
--- a/GNUmakefile
+++ b/GNUmakefile
-@@ -155,7 +155,7 @@
+@@ -162,7 +162,7 @@
define install_filter
ifneq ($(wildcard filters/$1.c),)
$1: filters/$1.c
diff -Nru aerc-0.20.0/debian/patches/fix-temp-file-creation.patch
aerc-0.20.0/debian/patches/fix-temp-file-creation.patch
--- aerc-0.20.0/debian/patches/fix-temp-file-creation.patch 1970-01-01
00:00:00.000000000 +0000
+++ aerc-0.20.0/debian/patches/fix-temp-file-creation.patch 2025-05-31
17:39:24.000000000 +0000
@@ -0,0 +1,22 @@
+--- a/commands/msgview/open.go
++++ b/commands/msgview/open.go
+@@ -5,6 +5,7 @@
+ "io"
+ "mime"
+ "os"
++ "path"
+ "path/filepath"
+
+ "git.sr.ht/~rjarry/aerc/app"
+@@ -56,9 +57,9 @@
+ app.PushError(err.Error())
+ return
+ }
+- filename := part.FileName()
++ filename := path.Base(part.FileName())
+ var tmpFile *os.File
+- if filename == "" {
++ if filename == "." {
+ extension := ""
+ if exts, _ := mime.ExtensionsByType(mimeType);
len(exts) > 0 {
+ extension = exts[0]
diff -Nru aerc-0.20.0/debian/patches/series aerc-0.20.0/debian/patches/series
--- aerc-0.20.0/debian/patches/series 2025-01-15 21:29:37.000000000 +0000
+++ aerc-0.20.0/debian/patches/series 2025-05-31 17:38:47.000000000 +0000
@@ -1 +1,2 @@
fix-blhc.patch
+fix-temp-file-creation.patch
--- End Message ---
--- Begin Message ---
Hi,
On 05-06-2025 06:10, Nilesh Patra wrote:
aerc is not blocked and it well on its way to testing. The request here is
instead to
decrease the transition delay/age it a bit.
urgented.
Paul
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---