Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914272 - mail-mta/sendmail-8.17.2 version bump
Summary: mail-mta/sendmail-8.17.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: CFuga
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-16 07:52 UTC by Rahil Bhimjiani
Modified: 2025-04-10 09:40 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rahil Bhimjiani 2023-09-16 07:52:46 UTC
https://www.sendmail.org/
Comment 1 Larry the Git Cow gentoo-dev 2025-04-10 09:33:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2988c7148a532f78524820d0e40d96738940ea02

commit 2988c7148a532f78524820d0e40d96738940ea02
Author:     Cristian Othón Martínez Vera <cfuga@cfuga.mx>
AuthorDate: 2025-04-03 16:07:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-04-10 09:32:54 +0000

    mail-mta/sendmail: bump to version 8.18.1, add myself as maintainer
    
    * Convert ```sys-libs/db``` to an optional dependency, controlled by the ```berkdb``` USE flag.
    * Add ```eai``` USE flag to support optional Email Address Internationalization, like ```mail-mta/postfix```.
    * Add ```tinycdb``` USE flag to compile with ```dev-db/tinycdb``` and prevent automagic linking with ```dev-db/cdb```.
    * Add ```_FFR_TLS_USE_CERTIFICATE_CHAIN_FILE```, to fix STARTTLS chain validation when the server's certificate requires intermediate certs.
    * Add ```mail-filter/maildrop``` as alternative to use maildir-style mailboxes.
    * Keep ```sys-libs/db``` and ```mail-filter/procmail``` as default dependencies, to allow seamless upgrades from previous versions.
    * Fix compilation with gcc-15/-std=c23
    * Clean up blockers.
    * Fix some ebuild typos.
    * Fix building with musl, using patches borrowed from ```mail-filter/libmilter```. It just compiles; needs more tweaking/debugging to make it work.
    
    Closes: https://bugs.gentoo.org/830525
    Closes: https://bugs.gentoo.org/831999
    Closes: https://bugs.gentoo.org/914272
    Closes: https://bugs.gentoo.org/921521
    Closes: https://bugs.gentoo.org/944822
    Closes: https://bugs.gentoo.org/945726
    Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
    Signed-off-by: Sam James <sam@gentoo.org>

 mail-mta/sendmail/Manifest                         |   1 +
 .../sendmail/files/sendmail-8.18.1-ctime.patch     |  13 +
 mail-mta/sendmail/files/sendmail-maildir.mc        |  13 +
 .../files/sendmail-musl-disable-cdefs.patch        |  11 +
 .../sendmail/files/sendmail-musl-stack-size.patch  |  42 ++++
 mail-mta/sendmail/metadata.xml                     |  14 +-
 mail-mta/sendmail/sendmail-8.18.1.ebuild           | 280 +++++++++++++++++++++
 7 files changed, 373 insertions(+), 1 deletion(-)