Package Release Info

sendmail-8.18.1-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libmilter-doc
rmail
sendmail
sendmail-devel
sendmail-starttls

Change Logs

* Mon Jul 07 2025 meissner@suse.com
- ran /usr/lib/obs/service/source_validators/helpers/fix_changelog
  to fixup changes to current standard.
* Tue Apr 08 2025 hsk17@mail.de
- add -std=gnu11 to compiler flags, to fix gcc15 compile time
  error, and to still allow build on Leap 15.6
* Mon Mar 17 2025 werner@suse.de
- Update keyring
* Wed Feb 12 2025 werner@suse.de
- Skip /var/spool/mail/ from  permissons files of sendmail (boo#1236847)
- Handle Leap 16.0 similar to TW
* Thu Feb 06 2025 werner@suse.de
- Avoid rpmlint warning
* Thu Feb 06 2025 werner@suse.de
- Skip sysvinit
* Tue Jan 28 2025 werner@suse.de
- Allow libmilter to be installed without local MTA as it can be
  used with a remote MTA as well
* Tue Jan 28 2025 meissner@suse.com
- reduce requires smtp_daemon to recommends, to allow e.g. smaller
  clamav footprints.
* Tue Dec 17 2024 bwiedemann@suse.com
- Add sendmail.8.18.1-reproducibleuname.patch to not embed
  the build machine's kernel version in debuginfo (boo#1234629)
* Mon Feb 26 2024 dimstar@opensuse.org
- Use %patch -P N instead of deprecated %patchN.
Version: 8.15.2-8.6.1
* Thu Jan 30 2020 werner@suse.de
- Add upstream patch 8.15.2.mci.p0 (boo#1164084)
  * If sendmail tried to reuse an SMTP session which had already been
    closed by the server, then the connection cache could have invalid
    information about the session.  One possible consequence was that
    STARTTLS was not used even if offered.
* Thu Dec 19 2019 dimstar@opensuse.org
- BuildRequire pkgconfig(libsystemd) instead of systemd-devel:
  Allow OBS to shortcut through the -mini flavors.
* Mon Oct 14 2019 werner@suse.de
- Avoid recursion trouble in spec file cause by undefined _lto_cflags
* Sat Sep 28 2019 werner@suse.de
- Add patch sendmail-8.15.2-glibc-2.30.patch
  * The former deprecated macro RES_USE_INET6 is gone with glibc 2.30
* Mon Sep 09 2019 werner@suse.de
- Use FAT LTO objects in order to provide proper static library.
* Fri Jul 26 2019 matthias.gerstner@suse.com
- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
  firewalld, see [1].
  [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
Version: 8.15.2-8.3.1
* Fri Jan 04 2019 werner@suse.de
-  Remove alias to mail-transfer-agent.target (boo#1116675)
* Fri Jul 27 2018 jengelh@inai.de
- Replace exec rm by delete/print.
* Mon Jul 16 2018 werner@suse.de
- Remove left over from last patch
- Group daemon is required
* Tue Dec 05 2017 bwiedemann@suse.com
- Add sendmail-8.15.2-reproducible.patch to make package build reproducible
* Wed Nov 29 2017 werner@suse.de
- Add _FFR_TLS_EC m4 macro definition for site configuration as
  well (boo#1070065)
* Thu Nov 23 2017 rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
* Thu Nov 09 2017 werner@suse.de
- Apply former patches only if openssl 1.1.0+ are installed
* Wed Nov 08 2017 vcizek@suse.com
- support build with openssl 1.1 (bsc#1067222)
  * add patches from Fedora:
    sendmail-8.15.2-openssl-1.1.0-fix.patch
    sendmail-8.15.2-openssl-1.1.0-ecdhe-fix.patch (rh#1473971)
* Thu Aug 17 2017 kukuk@suse.de
- Add libnsl-devel build requires for glibc obsoleting libnsl
* Wed Jul 19 2017 werner@suse.de
-  Change requirements for libmilter and sendmail-devel as
  the library is also used by other MTA like postfix (boo#1049188)
* Thu May 11 2017 werner@suse.de
- Require user and group mail
* Wed Apr 12 2017 werner@suse.de
- Add bitdomain and uudomain to possible targets for refresh
* Wed Apr 12 2017 werner@suse.de
- Add bitdomain and uudomain to possible targets for refresh
* Tue Apr 11 2017 jengelh@inai.de
- Replace a find|xargs rm by -delete
* Thu Mar 23 2017 werner@suse.de
- New package libmilter1_0 for the shared library version of
  libmilter, the  Sendmail Content Management API
- Also new package libmilter-doc for the substantial documentation
  about Sendmail Content Management API (milter)
- Make sendmail-tls a noarch package
* Mon Mar 06 2017 werner@suse.de
- Require m4 at build time
* Mon Feb 20 2017 kukuk@suse.de
- Don't use insserv together with systemd
* Mon Sep 26 2016 werner@suse.de
- Use _unitdir macro instead asking pkg config of systemd
* Tue Jul 19 2016 dimstar@opensuse.org
- Fix License: Even https://spdx.org/licenses/Sendmail.html lists
  "Sendmail" as the valid identifier. Same as
  http://license.opensuse.org/ does. "Sendmail License" is in the
  column "Full Name". The License: tag requires the identifier.
- Fix some more rpmlint warnings:
  + sendmail: W: suse-missing-rclink sendmail:
  - Ship /usr/sbin/rcsendmail symlink to /usr/sbin/service
  + sendmail: W: suse-missing-rclink sendmail-client
  - Ship /usr/sbin/rcsendmail-client symlink to /usr/sbin/service
  + sendmail: W: suse-wrong-suse-capitalisation:
  - Rename README.SuSE to README.SUSE (fix spelling also inside
    the file).
  + sendmail: W: permissions-dir-without-slash
  - Fix permissions and permissions.paranoid inside
    sendmail-suse.tar.bz2.
  + sendmail: W: systemd-service-without-service_del_postun:
  - Add corresponding macros to postun script when not building
    with sysvinit support.
  + sendmail: W: systemd-service-without-service_add_pre:
  - Add corresponding macros to pre script when not building
    with sysvinit support.
* Thu Jun 16 2016 tchvatal@suse.com
- Drop unused patch:
  * sendmail-8.14.7-warning.patch
Version: 8.15.2-150000.8.9.1
* Tue Oct 25 2022 werner@suse.de
- Remove maybe perilous shell script code from sm-client.pre
  (boo#1202937, bsc#1204696, CVE-2022-31256)
Version: 8.15.2-150000.8.12.1
* Tue Jan 23 2024 werner@suse.de
- Port back fix for CVE-2023-51765 (bsc#1218351) for SLE-15