1 |
|
# $Id$ |
2 |
|
|
3 |
Name: qpsmtpd |
Name: qpsmtpd |
4 |
Version: 0.40 |
Version: 0.40 |
5 |
Release: 1.7%{?dist} |
Release: 1.9%{?dist} |
6 |
%define orig_version 0.40 |
%define orig_version 0.40 |
7 |
Summary: qpsmtpd |
Summary: qpsmtpd |
8 |
License: distributable |
License: distributable |
36 |
Patch105: qpsmtpd-0.40-denysoft.patch |
Patch105: qpsmtpd-0.40-denysoft.patch |
37 |
Patch106: qpsmtpd-0.40-clamav-headers.patch |
Patch106: qpsmtpd-0.40-clamav-headers.patch |
38 |
Patch107: qpsmtpd-0.40-rhsbl_disconnect.patch |
Patch107: qpsmtpd-0.40-rhsbl_disconnect.patch |
39 |
|
Patch108: qpsmtpd-0.40-badrcpttoPlugin.patch |
40 |
|
Patch109: qpsmtpd-0.40-spamassassin.patch |
41 |
|
|
42 |
%description |
%description |
43 |
qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core |
qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core |
44 |
SMTP features, all functionality is implemented in small "extension |
SMTP features, all functionality is implemented in small "extension |
86 |
%patch105 -p1 |
%patch105 -p1 |
87 |
%patch106 -p1 |
%patch106 -p1 |
88 |
%patch107 -p1 |
%patch107 -p1 |
89 |
|
%patch108 -p1 |
90 |
|
%patch109 -p1 |
91 |
|
|
92 |
%build |
%build |
93 |
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLSITELIB=/usr/lib/perl5/site_perl |
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLSITELIB=/usr/lib/perl5/site_perl |
264 |
/usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost |
/usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost |
265 |
|
|
266 |
%changelog |
%changelog |
267 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 0.40-1.9.sme |
268 |
|
- fix uninitialized value in spamassassin plugin [SME: 3340] |
269 |
|
|
270 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 0.40-1.8.sme |
271 |
|
- change to badrcptto plugin [SME: 3476] |
272 |
|
|
273 |
* Tue Oct 16 2007 Charlie Brady <charlie_brady@mitel.com> 0.40-1.7.sme |
* Tue Oct 16 2007 Charlie Brady <charlie_brady@mitel.com> 0.40-1.7.sme |
274 |
- Add support for disconnect option in rhsbl plugin [SME: 3390] |
- Add support for disconnect option in rhsbl plugin [SME: 3390] |
275 |
|
|