SHA256
1
0
forked from pool/postfix
OBS User unknown 2009-01-09 00:51:30 +00:00 committed by Git OBS Bridge
parent 7656dc65b7
commit fa3066c5f5
5 changed files with 26 additions and 8 deletions

2
.gitattributes vendored
View File

@ -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

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59d810fde87c73dc50d309051e726a1ad25f5ea081aa1d0fe00dc9d6aa4405f1
size 2304976

View File

@ -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

View File

@ -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