Package: maildrop / 2.7.1-3

Metadata

Package Version Patches format
maildrop 2.7.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 sendmail path.patch | (download)

libs/maildrop/maildrop.1.in | 2 1 + 1 - 0 !
libs/maildrop/maildrop.html.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 adjust sendmail path to debian fsstd

 maildrop (1.5.2-1) unstable; urgency=low

  * Eliminated all references to anything but /usr/sbin/sendmail.

 -- Josip Rodin <joy-packages@debian.org>  Sat,  8 Mar 2003 17:58:48 +0100

 Adjusted for 2.7.1 by Osamu Aoki <osamu@debian.org>


0002 filter permissions.patch | (download)

libs/maildrop/main.C | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 drop warning for group since debian uses upg

 maildrop (2.0.2-8) unstable; urgency=high

  * Re-added the fix for #82986 - it went into sarge, and I still basically
    agree with the rationale. Filter directory and files being accessible
    to groups and the world is permissible; just check for world-writability.

 -- Josip Rodin <joy-packages@debian.org>  Sun, 10 Sep 2006 00:12:11 +0200

 maildrop (1.5.2-1) unstable; urgency=low

  * Allow .mailfilter files (and ~/.mailfilters directory) to be
    world/group-readable in maildrop/main.C, closes: #82986.

 -- Josip Rodin <joy-packages@debian.org>  Sat,  8 Mar 2003 17:58:48 +0100
 http://bugs.debian.org/82986


0003 permanent err.patch | (download)

libs/maildrop/deliver.C | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 maildrop (1.5.3-1.1) unstable; urgency=low

  * NMU during Darmstadt BSP
  * if failing to deliver, give back temporary failure. Closes: #265399

 -- Andreas Barth <aba@not.so.argh.org>  Sat, 21 Aug 2004 17:22:00 +0200

 http://bugs.debian.org/265399
 http://bugs.debian.org/481223


0004 deliver extra newlines.patch | (download)

libs/maildrop/deliver.C | 10 1 + 9 - 0 !
1 file changed, 1 insertion(+), 9 deletions(-)

 maildrop (2.0.2-10) unstable; urgency=low

  * Restored the patch to maildrop/deliver.C which avoids an extra newline
    before From_. This had originally fixed bug #156264. (dpatch 009)

 -- Josip Rodin <joy-packages@debian.org>  Tue, 12 Sep 2006 18:53:15 +0200

 http://bugs.debian.org/156264



0005 makedat docs.patch | (download)

Makefile.am | 21 19 + 2 - 0 !
configure.ac | 1 1 + 0 - 0 !
2 files changed, 20 insertions(+), 2 deletions(-)

 maildrop (1.2-2) unstable; urgency=low

0006 postfix docs.patch | (download)

README.postfix | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 add pointer to new information

0100 privilege escalation.patch | (download)

libs/maildrop/main.C | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 maildrop (2.2.0-3.1) unstable; urgency=high
  * Fix privilege escalation via maildrop -d which grants root group
    privileges (Closes: #564601) Thanks to Sam Varshavchik
 -- Steffen Joeris <white@debian.org>  Thu, 28 Jan 2010 20:24:22 +0100

  http://bugs.debian.org/564601

  "if (geteuid() == 0)" this is not discussed and not in the newer upstream
  source but setgroupid(getegid()) was used for "else"-section.

  This patch in was updated for 2.7.1 by Sam Varshavchik <mrsam@courier-mta.com>