forked from pool/postfix
This commit is contained in:
parent
7656dc65b7
commit
fa3066c5f5
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
postfix-2.5.5.tar.bz filter=lfs diff=lfs merge=lfs -text
|
||||
postfix-2.5.6.tar.bz filter=lfs diff=lfs merge=lfs -text
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0129b9a9b19f41ef42daeb7bb955f51656511d7c2348afbd6e453101c44bc6ba
|
||||
size 2306658
|
3
postfix-2.5.6.tar.bz
Normal file
3
postfix-2.5.6.tar.bz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59d810fde87c73dc50d309051e726a1ad25f5ea081aa1d0fe00dc9d6aa4405f1
|
||||
size 2304976
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 5 13:54:11 CET 2009 - varkoly@suse.de
|
||||
|
||||
- update to 2.5.6
|
||||
- The SMTP server did not ask for a client certificate
|
||||
with "smtpd_tls_req_ccert = yes". Reported by Rob Foehl.
|
||||
|
||||
- Avoid reduced TCP performance when reusing an SMTP connection
|
||||
with a larger than 4096-byte TCP MSS value. In practice, this
|
||||
could happen only with loopback (localhost) connections.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 16 12:16:03 CET 2008 - varkoly@suse.de
|
||||
|
||||
|
15
postfix.spec
15
postfix.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package postfix (Version 2.5.5)
|
||||
# spec file for package postfix (Version 2.5.6)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -31,8 +31,8 @@ Provides: smtp_daemon
|
||||
Conflicts: sendmail exim
|
||||
AutoReqProv: on
|
||||
Summary: A fast, secure, and flexible mailer
|
||||
Version: 2.5.5
|
||||
Release: 6
|
||||
Version: 2.5.6
|
||||
Release: 1
|
||||
Source: postfix-%{version}.tar.bz
|
||||
Source1: postfix-SuSE.tar.gz
|
||||
Patch: dynamic_maps.patch
|
||||
@ -587,6 +587,13 @@ Authors:
|
||||
Wietse Venema <wietse@porcupine.org>
|
||||
|
||||
%changelog
|
||||
* Mon Jan 05 2009 varkoly@suse.de
|
||||
- update to 2.5.6
|
||||
- The SMTP server did not ask for a client certificate
|
||||
with "smtpd_tls_req_ccert = yes". Reported by Rob Foehl.
|
||||
- Avoid reduced TCP performance when reusing an SMTP connection
|
||||
with a larger than 4096-byte TCP MSS value. In practice, this
|
||||
could happen only with loopback (localhost) connections.
|
||||
* Sun Nov 16 2008 varkoly@suse.de
|
||||
- (bnc#442456) - chrooted postfix and saslauthd
|
||||
* Tue Nov 04 2008 ro@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user