[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#818225: marked as done (wheezy-pu: package exim4/4.80-7+deb7u3)



Your message dated Sat, 02 Apr 2016 14:22:42 +0100
with message-id <1459603362.2441.217.camel@adam-barratt.org.uk>
and subject line Fix included in oldstable
has caused the Debian Bug report #818225,
regarding wheezy-pu: package exim4/4.80-7+deb7u3
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 owner@bugs.debian.org
immediately.)


-- 
818225: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818225
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian.org@packages.debian.org
Usertags: pu

Hi Stable release managers,

The recent DSA had a defective backported patch applied for the
wheezy-security upload. Apologies it slept trough on the review, so I
propose the attached debdiff to fix this in wheezy via the last point
release (the issue is not severe enought to do a follow up DSA).

Fine with that upload?

Regards,
Salvatore
diff -Nru exim4-4.80/debian/changelog exim4-4.80/debian/changelog
--- exim4-4.80/debian/changelog	2016-03-13 18:46:32.000000000 +0100
+++ exim4-4.80/debian/changelog	2016-03-14 21:02:22.000000000 +0100
@@ -1,3 +1,11 @@
+exim4 (4.80-7+deb7u3) wheezy; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix defect in 89_02_Store-the-initial-working-directory.diff patch.
+    Thanks to Marc Deslauriers
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 14 Mar 2016 21:01:47 +0100
+
 exim4 (4.80-7+deb7u2) wheezy-security; urgency=high
 
   * 88_CVE-2016-1531.diff:
diff -Nru exim4-4.80/debian/patches/89_02_Store-the-initial-working-directory.diff exim4-4.80/debian/patches/89_02_Store-the-initial-working-directory.diff
--- exim4-4.80/debian/patches/89_02_Store-the-initial-working-directory.diff	2016-03-13 18:46:32.000000000 +0100
+++ exim4-4.80/debian/patches/89_02_Store-the-initial-working-directory.diff	2016-03-14 21:02:22.000000000 +0100
@@ -28,13 +28,13 @@
  readconf_main();
  
  if (cleanup_environment() == FALSE)
-@@ -3698,8 +3705,10 @@ if (((debug_selector & D_any) != 0 || (l
+@@ -3698,8 +3705,9 @@ if (((debug_selector & D_any) != 0 || (l
    {
    int i;
    uschar *p = big_buffer;
 -  Ustrcpy(p, "cwd=");
-   (void)getcwd(CS p+4, big_buffer_size - 4);
-+
+-  (void)getcwd(CS p+4, big_buffer_size - 4);
++  Ustrcpy(p, "cwd= (failed)");
 +  Ustrncpy(p + 4, initial_cwd, big_buffer_size-5);
 +
    while (*p) p++;

--- End Message ---
--- Begin Message ---
Version: 7.10

Hi,

The updates referenced in these bugs were included in today's wheezy
point release.

Regards,

Adam

--- End Message ---

Reply to: