Revisions of sendmail

Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 882201 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 103)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 870505 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 102)
- Fix up build dependencies. The construct:
    %%if %%{undefined systemd_requires}\n%%global with_sysvinit 1
  does not work as intended. The OBS scheduler for example does not
  have all the macros coming from 'random' rpmmacro files/packages
  (systemd-rpm-macros in this case) present, as such for OBS,
  systemd_requires is undefined, which in turn pulls in
  insserv_prereq. The build itself then does not use it though, as
  at this time, the correct macros are known (inside the build VM).
- As we're at it: replace systemd_requires with systemd_ordering:
  people installing sendmail into a container do not require
  systemd as a dependency there. But for people installing sendmail
  in a transaction together with systemd, we prefer systemd to be
  installed first.

- Add qtool perl script from contrib as this is very handy
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 867723 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 101)
- Correct path of update script for older products/distributions

- Add qtool perl script from contrib as this is very handy 
- Make GLIBC_VERSION macro work again
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 867124 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 100)
- Move SMTPD_LISTEN_REMOTE hack into valid code of update script
- Change location of update script in fillup/sysconfig files

- Add better support for IPv6
- Fix bug in udage of fillup_only macro to get sysconfig file for
  sendmail written by fillup
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 844507 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 99)
- cleanup the sendmail permissions profile:
  - /var/run/sendmail was last used in SLE-11 with systemv init, is no longer
    required.
  - /var/spool/clientmqueue is now owned by the system-user-mail package.
    Nobody is calling %set_permissions and %verify_permissions on this
    directory anymore, therefore the permissions entry is useless.
  - /var/spool/mail is the same for all permissions profiles and also managed
    by systemd-tmpfiles via the filesystem package (fs-var.conf). (forwarded request 844363 from mgerstner)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 840227 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 98)
- adjust permissions.d entries to new %libexedir location (bsc#1171164). (forwarded request 840191 from mgerstner)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 823136 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 97)
- Fix same strange permissions below /usr/share/sendmail 

- Update to sendmail 8.16.1 2020/07/05 (boo#1174572)
   SECURITY: 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.  This problem has been fixed
           by clearing out all relevant status information
           when a closed session is encountered.
   OpenSSL versions before 0.9.8 are no longer supported.
   OpenSSL version 1.1.0 and 1.1.1 are supported.
   Initial support for DANE (see RFC 7672 et.al.) is available if
           the compile time option DANE is set.  Only TLSA RR 3-1-x
           is currently implemented.
   New options SSLEngine and SSLEnginePath to support OpenSSL engines.
           Note: this feature has so far only been tested with the
           "chil" engine; please report problems with other engines
           if you encounter any.
   New option CRLPath to specify a directory which contains
           hashes pointing to certificate revocations files.
           Based on patch from Al Smith.
   New rulesets tls_srv_features and tls_clt_features which
           can return a (semicolon separated) list of TLS related
           options, e.g., CipherList, CertFile, KeyFile,
           see doc/op/op.me for details.
   To automatically handle TLS interoperability problems for outgoing
           mail, sendmail can now immediately try a connection again
           without STARTTLS after a TLS handshake failure.
           This can be configured globally via the option
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 816802 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 96)
- Fixes for %_libexecdir changing to /usr/libexec
- Spec file cleanups (forwarded request 816723 from gmbr3)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 814660 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 95)
- sendmail-suse.tar.bz2: fix rpmlint warning W: permissions-dir-without-slash
  for /var/spool/clientmqueue. This wasn't noticed before, because the
  directory is not packaged by sendmail but by system-user-mail. (forwarded request 813250 from mgerstner)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 779008 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 94)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 768562 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 93)
- Add upstream patch 8.15.2.mci.p0
  * 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 741483 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 91)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 733805 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 90)
- Add patch sendmail-8.15.2-glibc-2.30.patch
  * The former deprecated macro RES_USE_INET6 is gone with glibc 2.30
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 729353 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 89)
- Use FAT LTO objects in order to provide proper static library.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 663280 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 87)
-  Remove alias to mail-transfer-agent.target (boo#1116675)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 623084 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 85)
- Remove left over from last patch
- Group daemon is required
Displaying revisions 21 - 40 of 123
openSUSE Build Service is sponsored by