- new version 2.3.2 with major upstream fixes:
- corrupted queue file after a request to modify a short message header
- panic after spurious Milter request when a client was rejected
- maked the Milter more tolerant for redundant "data cleanup" requests
- applying pflogsumm-conn-delays-dsn-patch from postfix tree to pflogsumm
This commit is contained in:
Thomas Woerner 2006-07-31 08:10:56 +00:00
parent 263cdcf14e
commit a58c72bc2f
3 changed files with 13 additions and 2 deletions

View File

@ -2,3 +2,4 @@ pflogsumm-1.1.0.tar.gz
postfix-2.2.10.tar.gz
postfix-2.3.0.tar.gz
postfix-2.3.1.tar.gz
postfix-2.3.2.tar.gz

View File

@ -42,7 +42,7 @@
Name: postfix
Summary: Postfix Mail Transport Agent
Version: 2.3.1
Version: 2.3.2
Release: 1
Epoch: 2
Group: System Environment/Daemons
@ -137,6 +137,9 @@ umask 022
%if %{PFLOGSUMM}
gzip -dc %{SOURCE53} | tar xf -
pushd pflogsumm-%{pflogsumm_ver}
patch -p0 < ../pflogsumm-conn-delays-dsn-patch
popd
%endif
# pflogsumm subpackage
@ -468,6 +471,13 @@ exit 0
%changelog
* Mon Jul 31 2006 Thomas Woerner <twoerner@redhat.com> 2:2.3.2-1
- new version 2.3.2 with major upstream fixes:
- corrupted queue file after a request to modify a short message header
- panic after spurious Milter request when a client was rejected
- maked the Milter more tolerant for redundant "data cleanup" requests
- applying pflogsumm-conn-delays-dsn-patch from postfix tree to pflogsumm
* Fri Jul 28 2006 Thomas Woerner <twoerner@redhat.com> 2:2.3.1-1
- new version 2.3.1
- fixes problems with TLS and Milter support

View File

@ -1,2 +1,2 @@
1f78fcaf2a36ec3520ecff286a45251a pflogsumm-1.1.0.tar.gz
c4969321233186f6fc386a10b858c63b postfix-2.3.1.tar.gz
b1e482eea6a340041b8a637e62b15e3c postfix-2.3.2.tar.gz