Compare commits
No commits in common. "factory" and "devel" have entirely different histories.
BIN
postfix-3.9.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
postfix-3.9.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
7
postfix-3.9.0.tar.gz.asc
Normal file
7
postfix-3.9.0.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.18 (FreeBSD)
|
||||
|
||||
iFcDBQBl6JfdDAtZDoDKFacRCspDAP9CWwo61cuT1VgMaP+TrcP5izmrJSRxLMJN
|
||||
ubLPqIcYZAD9FM/D0BP7oUAbxDEY5vF3qWiayCJehlEmspmTg+xeYG8=
|
||||
=dY5B
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c488944eb0362576d18f5f8cc4b9b32a35bcb35d71b947daac9764af4770f643
|
||||
size 4953855
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.18 (FreeBSD)
|
||||
|
||||
iFcDBQBnUKiGDAtZDoDKFacRCrr+AP9mAUMNj9Bl3No2FwDzBDQM0DeZsZxXVowV
|
||||
7Y9BwEw1EgD/V96Bc3VWp1VyIml0QpKGbewL2WyJYSy+FD8OkT8a/m0=
|
||||
=xU/Y
|
||||
-----END PGP SIGNATURE-----
|
@ -1,44 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 19:05:33 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
- update to 3.9.1
|
||||
* The mail_version configuration parameter did not have a three-number
|
||||
value (3.9 instead of 3.9.0; it still had the two-number version
|
||||
from the development releases postfix-3.9-yyyymmdd). This broke
|
||||
pathnames derived from the mail_version value, such as
|
||||
shlib_directory.
|
||||
* Bugfix (defect introduced: Postfix 2.9, date 20111218): with
|
||||
"smtpd_sasl_auth_enable = no", the permit_sasl_authenticated feature
|
||||
ignored information that was received with the XCLIENT LOGIN
|
||||
command, so that the client was treated as unauthenticated. This was
|
||||
fixed by removing an unnecessary test.
|
||||
* Bugfix (defect introduced: postfix 3.0): the default master.cf
|
||||
syslog_name setting for the relay service did not preserve
|
||||
multi-instance information, which complicated logfile analysis.
|
||||
* Bugfix (defect introduced: Postfix 2.3, date 20051222): file
|
||||
descriptor leak after failure to connect to a Dovecot auth server.
|
||||
The impact is limited because Dovecot auth failures are rare, there
|
||||
are limits on the number of retries (one), on the number of errors
|
||||
per SMTP session (smtpd_hard_error_limit), on the number of sessions
|
||||
per SMTP server process (max_use), and on the number of file handles
|
||||
per process (managed with sysctl).
|
||||
* Bugfix (defect introduced: Postfix 3.4, date 20190121): the
|
||||
postsuper command failed with "open logfile '/path/to/file':
|
||||
Permission denied" when the maillog_file parameter specified a
|
||||
filename and Postfix was not running. This was fixed by opening the
|
||||
maillog_file before dropping root privileges.
|
||||
* Bugfix (defect introduced Postfix 3.0). No autodetection of UTF8
|
||||
text when missing message headers were automatically added by
|
||||
Postfix (for example, a From: header with UTF8 full name information
|
||||
from the password file). This caused Postfix to send UTF8 in message
|
||||
headers without using the SMTPUTF8 protocol.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 08:29:59 UTC 2024 - Peter Varkoly <varkoly@suse.com>
|
||||
|
||||
- Missing posttls-finger in postfix though changes mention it
|
||||
(bsc#1221501)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 08:48:52 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
@ -59,7 +59,7 @@
|
||||
%endif
|
||||
%bcond_without ldap
|
||||
Name: postfix-bdb
|
||||
Version: 3.9.1
|
||||
Version: 3.9.0
|
||||
Release: 0
|
||||
Summary: A fast, secure, and flexible mailer
|
||||
License: EPL-2.0 OR IPL-1.0
|
||||
@ -130,14 +130,14 @@ Requires(pre): shadow
|
||||
Requires: /usr/bin/cmp
|
||||
# /usr/lib/postfix/bin//post-install: line 667: ed: command not found
|
||||
Requires(pre): ed
|
||||
Requires(preun):ed
|
||||
Requires(preun): ed
|
||||
Requires(post): ed
|
||||
Requires(postun):ed
|
||||
Requires(postun): ed
|
||||
# /usr/sbin/config.postfix needs perl
|
||||
Requires(pre): perl
|
||||
Requires(preun):perl
|
||||
Requires(preun): perl
|
||||
Requires(post): perl
|
||||
Requires(postun):perl
|
||||
Requires(postun): perl
|
||||
|
||||
%description
|
||||
Postfix aims to be an alternative to the widely-used sendmail program with bdb support
|
||||
@ -400,9 +400,6 @@ rm -rf %{buildroot}/usr/lib/sysusers.d/postfix-vmail-user.conf
|
||||
rm -rf %{buildroot}/usr/share/doc/packages/postfix-doc/
|
||||
rm -rf %{buildroot}/%{_includedir}/postfix/
|
||||
|
||||
# posttls-finger is built but not installed
|
||||
install -m 755 bin/posttls-finger %{buildroot}%{_sbindir}/
|
||||
|
||||
%if 0%{?suse_version} >= 1330
|
||||
%pre -f postfix.pre
|
||||
%else
|
||||
@ -474,6 +471,7 @@ fi
|
||||
%config %{_sysconfdir}/pam.d/*
|
||||
%{_fillupdir}/sysconfig.postfix
|
||||
%{_fillupdir}/sysconfig.mail-postfix
|
||||
%{_sbindir}/config.postfix
|
||||
%dir %{_sysconfdir}/postfix
|
||||
%config %{_sysconfdir}/postfix/main.cf.default
|
||||
%config(noreplace) %{_sysconfdir}/postfix/[^mysql]*[^mysql]
|
||||
@ -510,11 +508,11 @@ fi
|
||||
%dir %{pf_shlib_directory}/systemd
|
||||
%attr(0755,root,root) %{pf_shlib_directory}/systemd/*
|
||||
%{_unitdir}/postfix.service
|
||||
%{_bindir}/*
|
||||
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postdrop
|
||||
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postlog
|
||||
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postqueue
|
||||
%attr(0755,root,root) %{_sbindir}/config.postfix
|
||||
%{_bindir}/mailq
|
||||
%{_bindir}/newaliases
|
||||
%attr(0755,root,root) %{_sbindir}/sendmail
|
||||
%attr(0755,root,root) %{_sbindir}/postalias
|
||||
%attr(0755,root,root) %{_sbindir}/postcat
|
||||
@ -525,7 +523,6 @@ fi
|
||||
%attr(0755,root,root) %{_sbindir}/postmap
|
||||
%attr(0755,root,root) %{_sbindir}/postmulti
|
||||
%attr(0755,root,root) %{_sbindir}/postsuper
|
||||
%attr(0755,root,root) %{_sbindir}/posttls-finger
|
||||
%attr(0755,root,root) %{_sbindir}/qshape
|
||||
%attr(0755,root,root) %{_sbindir}/qmqp-source
|
||||
%attr(0755,root,root) %{_sbindir}/smtp-sink
|
||||
|
@ -1,44 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 19:05:33 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
- update to 3.9.1
|
||||
* The mail_version configuration parameter did not have a three-number
|
||||
value (3.9 instead of 3.9.0; it still had the two-number version
|
||||
from the development releases postfix-3.9-yyyymmdd). This broke
|
||||
pathnames derived from the mail_version value, such as
|
||||
shlib_directory.
|
||||
* Bugfix (defect introduced: Postfix 2.9, date 20111218): with
|
||||
"smtpd_sasl_auth_enable = no", the permit_sasl_authenticated feature
|
||||
ignored information that was received with the XCLIENT LOGIN
|
||||
command, so that the client was treated as unauthenticated. This was
|
||||
fixed by removing an unnecessary test.
|
||||
* Bugfix (defect introduced: postfix 3.0): the default master.cf
|
||||
syslog_name setting for the relay service did not preserve
|
||||
multi-instance information, which complicated logfile analysis.
|
||||
* Bugfix (defect introduced: Postfix 2.3, date 20051222): file
|
||||
descriptor leak after failure to connect to a Dovecot auth server.
|
||||
The impact is limited because Dovecot auth failures are rare, there
|
||||
are limits on the number of retries (one), on the number of errors
|
||||
per SMTP session (smtpd_hard_error_limit), on the number of sessions
|
||||
per SMTP server process (max_use), and on the number of file handles
|
||||
per process (managed with sysctl).
|
||||
* Bugfix (defect introduced: Postfix 3.4, date 20190121): the
|
||||
postsuper command failed with "open logfile '/path/to/file':
|
||||
Permission denied" when the maillog_file parameter specified a
|
||||
filename and Postfix was not running. This was fixed by opening the
|
||||
maillog_file before dropping root privileges.
|
||||
* Bugfix (defect introduced Postfix 3.0). No autodetection of UTF8
|
||||
text when missing message headers were automatically added by
|
||||
Postfix (for example, a From: header with UTF8 full name information
|
||||
from the password file). This caused Postfix to send UTF8 in message
|
||||
headers without using the SMTPUTF8 protocol.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 08:29:19 UTC 2024 - Peter Varkoly <varkoly@suse.com>
|
||||
|
||||
- Missing posttls-finger in postfix though changes mention it
|
||||
(bsc#1221501)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 08:48:07 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
22
postfix.spec
22
postfix.spec
@ -46,7 +46,7 @@
|
||||
%endif
|
||||
%bcond_without ldap
|
||||
Name: postfix
|
||||
Version: 3.9.1
|
||||
Version: 3.9.0
|
||||
Release: 0
|
||||
Summary: A fast, secure, and flexible mailer
|
||||
License: EPL-2.0 OR IPL-1.0
|
||||
@ -112,14 +112,14 @@ BuildRequires: libnsl-devel
|
||||
Requires: /usr/bin/cmp
|
||||
# /usr/lib/postfix/bin//post-install: line 667: ed: command not found
|
||||
Requires(pre): /usr/bin/ed
|
||||
Requires(preun):/usr/bin/ed
|
||||
Requires(preun): /usr/bin/ed
|
||||
Requires(post): /usr/bin/ed
|
||||
Requires(postun):/usr/bin/ed
|
||||
Requires(postun): /usr/bin/ed
|
||||
# /usr/sbin/config.postfix needs perl
|
||||
Requires(pre): perl
|
||||
Requires(preun):perl
|
||||
Requires(preun): perl
|
||||
Requires(post): perl
|
||||
Requires(postun):perl
|
||||
Requires(postun): perl
|
||||
|
||||
%description
|
||||
Postfix aims to be an alternative to the widely-used sendmail program.
|
||||
@ -423,9 +423,6 @@ mkdir -p %{buildroot}%{_sysusersdir}
|
||||
install -m 644 %{SOURCE12} %{buildroot}%{_sysusersdir}/
|
||||
install -m 644 %{SOURCE13} %{buildroot}%{_sysusersdir}/
|
||||
|
||||
# posttls-finger is built but not installed
|
||||
install -m 755 bin/posttls-finger %{buildroot}%{_sbindir}/
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
%pre -f postfix.pre
|
||||
@ -509,6 +506,7 @@ fi
|
||||
%config %{_sysconfdir}/pam.d/*
|
||||
%{_fillupdir}/sysconfig.%{name}
|
||||
%{_fillupdir}/sysconfig.mail-%{name}
|
||||
%{_sbindir}/config.%{name}
|
||||
%dir %{_sysconfdir}/%{name}
|
||||
%config %{_sysconfdir}/%{name}/main.cf.default
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/[^mysql]*[^mysql]
|
||||
@ -525,8 +523,8 @@ fi
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/sasl_passwd
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/sender_canonical
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/virtual
|
||||
%ghost %attr(0644,root,root) %{_sysconfdir}/%{name}/*.lmdb
|
||||
%ghost %attr(0644,root,root) %{_sysconfdir}/aliases.lmdb
|
||||
%ghost %{_sysconfdir}/%{name}/*.lmdb
|
||||
%ghost %{_sysconfdir}/aliases.lmdb
|
||||
%dir %{_sysconfdir}/sasl2
|
||||
%config(noreplace) %{_sysconfdir}/sasl2/smtpd.conf
|
||||
%exclude %{_sysconfdir}/%{name}/LICENSE
|
||||
@ -545,7 +543,8 @@ fi
|
||||
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postdrop
|
||||
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postlog
|
||||
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postqueue
|
||||
%{_bindir}/*
|
||||
%{_bindir}/mailq
|
||||
%{_bindir}/newaliases
|
||||
%attr(0755,root,root) %{_sbindir}/sendmail
|
||||
%attr(0755,root,root) %{_sbindir}/postalias
|
||||
%attr(0755,root,root) %{_sbindir}/postcat
|
||||
@ -556,7 +555,6 @@ fi
|
||||
%attr(0755,root,root) %{_sbindir}/postmap
|
||||
%attr(0755,root,root) %{_sbindir}/postmulti
|
||||
%attr(0755,root,root) %{_sbindir}/postsuper
|
||||
%attr(0755,root,root) %{_sbindir}/posttls-finger
|
||||
%attr(0755,root,root) %{_sbindir}/qshape
|
||||
%attr(0755,root,root) %{_sbindir}/qmqp-source
|
||||
%attr(0755,root,root) %{_sbindir}/smtp-sink
|
||||
|
Loading…
x
Reference in New Issue
Block a user