Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654124 - mail-mta/nullmailer-2.2 version bump
Summary: mail-mta/nullmailer-2.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-26 13:12 UTC by Nick
Modified: 2019-04-01 08:30 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
proposed commit (0001-mail-mta-nullmailer-revbump.patch,5.90 KB, patch)
2019-02-26 16:39 UTC, Michael Haubenwallner (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick 2018-04-26 13:12:27 UTC
The new version has important bugfixes and is now half a year old.

Reproducible: Always
Comment 1 Marc Joliet 2018-12-04 22:42:52 UTC
Version 2.2 has been out for about two months and contains a fix for a bug I just hit today:

  "nullmailer-send no longer generates bounces for rejected bounces."

In my case /var/spool/nullmailer/ grew to over 33 GB (!) within hours because of that.
Comment 2 Michael Haubenwallner (RETIRED) gentoo-dev 2019-02-26 16:39:19 UTC
Also, nullmailer-2.2 does compile fine on Cygwin.
Comment 3 Michael Haubenwallner (RETIRED) gentoo-dev 2019-02-26 16:39:58 UTC
Created attachment 566596 [details, diff]
proposed commit

The necessary diff to current nullmailer-2.0-r2.ebuild is:

-       newins "${FILESDIR}"/remotes.sample-${PV} remotes
+       newins "${FILESDIR}"/remotes.sample-2.0 remotes
Comment 4 Michael Haubenwallner (RETIRED) gentoo-dev 2019-03-28 08:45:11 UTC
(In reply to Michael Haubenwallner from comment #3)
> Created attachment 566596 [details, diff] [details, diff]

Ok to push?
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2019-03-28 17:06:41 UTC
haubi: sure, if you use it, please merge & add yourself as a maintainer.
Comment 6 Larry the Git Cow gentoo-dev 2019-04-01 08:30:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c1f8418e70e3c9050942653e385da982ab2ced

commit 24c1f8418e70e3c9050942653e385da982ab2ced
Author:     Michael Haubenwallner <haubi@gentoo.org>
AuthorDate: 2019-02-26 16:37:46 +0000
Commit:     Michael Haubenwallner <haubi@gentoo.org>
CommitDate: 2019-04-01 08:14:04 +0000

    mail-mta/nullmailer: revbump and more
    
    Revbump, EAPI 7, add myself as maintainer.
    Closes: https://bugs.gentoo.org/654124
    
    Add ~arm keyword.
    Closes: https://bugs.gentoo.org/664514
    
    Fix permission for /var/spool/nullmailer/failed,
    credits to John R. Graham.
    Closes: https://bugs.gentoo.org/622738
    
    Keep dir /var/spool/nullmailer/failed.
    Closes: https://bugs.gentoo.org/651288
    
    No not depend on sys-apps/groff.
    Closes: https://bugs.gentoo.org/604316
    
    Tell if 'emerge --config' gets empty FQDN or domainname,
    and remind to tweak /etc/nullmailer/remotes.
    Closes: https://bugs.gentoo.org/668104
    
    Block with USE=mta against msmtp,opensmtpd,ssmtp.
    Closes: https://bugs.gentoo.org/631654
    
    Package-Manager: Portage-2.3.51, Repoman-2.3.11
    Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>

 mail-mta/nullmailer/Manifest              |   1 +
 mail-mta/nullmailer/metadata.xml          |   4 +
 mail-mta/nullmailer/nullmailer-2.2.ebuild | 148 ++++++++++++++++++++++++++++++
 3 files changed, 153 insertions(+)