- new version 2.2.10
- added option LDAP_DEPRECATED to support deprecated ldap functions for now
- fixed build without pflogsumm support (#188470)
This commit is contained in:
Thomas Woerner 2006-04-11 15:48:17 +00:00
parent 13cc9698bf
commit 52938ede92
3 changed files with 12 additions and 5 deletions

View File

@ -1,2 +1,2 @@
pflogsumm-1.1.0.tar.gz pflogsumm-1.1.0.tar.gz
postfix-2.2.8.tar.gz postfix-2.2.10.tar.gz

View File

@ -42,8 +42,8 @@
Name: postfix Name: postfix
Summary: Postfix Mail Transport Agent Summary: Postfix Mail Transport Agent
Version: 2.2.8 Version: 2.2.10
Release: 1.2 Release: 1
Epoch: 2 Epoch: 2
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.postfix.org URL: http://www.postfix.org
@ -62,8 +62,10 @@ Source3: README-Postfix-SASL-RedHat.txt
# Sources 50-99 are upstream [patch] contributions # Sources 50-99 are upstream [patch] contributions
%if %{PFLOGSUMM}
# Postfix Log Entry Summarizer: http://jimsun.linxnet.com/postfix_contrib.html # Postfix Log Entry Summarizer: http://jimsun.linxnet.com/postfix_contrib.html
Source53: http://jimsun.linxnet.com/downloads/pflogsumm-%{pflogsumm_ver}.tar.gz Source53: http://jimsun.linxnet.com/downloads/pflogsumm-%{pflogsumm_ver}.tar.gz
%endif
# Sources >= 100 are config files # Sources >= 100 are config files
@ -165,7 +167,7 @@ CCARGS="${CCARGS} -fsigned-char"
%endif %endif
%if %{LDAP} %if %{LDAP}
CCARGS="${CCARGS} -DHAS_LDAP" CCARGS="${CCARGS} -DHAS_LDAP -DLDAP_DEPRECATED=1"
AUXLIBS="${AUXLIBS} -L%{_libdir} -lldap -llber" AUXLIBS="${AUXLIBS} -L%{_libdir} -lldap -llber"
%endif %endif
%if %{PCRE} %if %{PCRE}
@ -467,6 +469,11 @@ exit 0
%changelog %changelog
* Tue Apr 11 2006 Thomas Woerner <twoerner@redhat.com> 2:2.2.10-1
- new version 2.2.10
- added option LDAP_DEPRECATED to support deprecated ldap functions for now
- fixed build without pflogsumm support (#188470)
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:2.2.8-1.2 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:2.2.8-1.2
- bump again for double-long bug on ppc(64) - bump again for double-long bug on ppc(64)

View File

@ -1,2 +1,2 @@
1f78fcaf2a36ec3520ecff286a45251a pflogsumm-1.1.0.tar.gz 1f78fcaf2a36ec3520ecff286a45251a pflogsumm-1.1.0.tar.gz
971bf94de3e8433c8965c27b42d56b9a postfix-2.2.8.tar.gz 440a4702182a79ac2f51e8974fb742c9 postfix-2.2.10.tar.gz