Author: glen Date: Sat Jun 25 15:38:10 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - domainkeys support
---- Files affected: SPECS: qmail.spec (1.135 -> 1.136) ---- Diffs: ================================================================ Index: SPECS/qmail.spec diff -u SPECS/qmail.spec:1.135 SPECS/qmail.spec:1.136 --- SPECS/qmail.spec:1.135 Wed Jun 15 19:35:17 2005 +++ SPECS/qmail.spec Sat Jun 25 17:38:05 2005 @@ -25,6 +25,7 @@ %bcond_with home_etc # with home_etc %bcond_without tls # disable tls %bcond_with ipv6 # enable ipv6 +%bcond_without dkeys # without domainkeys support # %define qhpsi_ver 0.1.7 # @@ -32,7 +33,7 @@ Summary(pl): qmail - serwer pocztowy (MTA) Name: qmail Version: 1.03 -Release: 57.4 +Release: 57.6 License: DJB (http://cr.yp.to/qmail/dist.html) Group: Networking/Daemons Source0: http://cr.yp.to/software/%{name}-%{version}.tar.gz @@ -200,11 +201,16 @@ # Let qmail accept bare LF in the mail body Patch223: %{name}-0.95-liberal-lf-rediff.patch +# qmail-queue replacement that signs and verifies DomainKeys signatures. +Patch224: http://www.qmail.org/qmail-1.03-dk-0.53.patch +Patch225: qmail-dkeys-shared.patch + URL: http://www.qmail.org/ BuildRequires: groff BuildRequires: ucspi-tcp >= 0.88 %{?with_home_etc:BuildRequires: home-etc-devel >= 1.0.8} BuildRequires: pam-devel +BuildRequires: libdomainkeys-devel >= 0.66 %if %{with tls} BuildRequires: openssl-devel >= 0.9.7d Requires: openssl-tools >= 0.9.7d @@ -444,6 +450,10 @@ %patch221 -p1 -b .ipalias #%patch222 -p1 -b .8bitmime %patch223 -p0 -b .liberal-lf +%if %{with dkeys} +%patch224 -p0 -b .dk +%patch225 -p0 -b .dk-shared +%endif mkdir -p qhpsi tar zxvf %{SOURCE17} -C qhpsi @@ -617,6 +627,10 @@ install fastforward-0.51/setmaillist $RPM_BUILD_ROOT%{varqmail}/bin install fastforward-0.51/*.1 $RPM_BUILD_ROOT%{varqmail}/man/man1/ +%if %{with dkeys} +install qmail-dk $RPM_BUILD_ROOT%{varqmail}/bin +%endif + # default folder in /etc/skel install -d $RPM_BUILD_ROOT/etc/skel/Mail ./maildirmake $RPM_BUILD_ROOT/etc/skel/Mail/Maildir @@ -1032,6 +1046,9 @@ %attr(755,root,root) %{_libdir}/qmail/printmaillist %attr(755,root,root) %{_libdir}/qmail/setforward %attr(755,root,root) %{_libdir}/qmail/setmaillist +%if %{with dkeys} +%attr(755,root,root) %{_libdir}/qmail/qmail-dk +%endif %attr(755,root,root) %{varqmail}/rc %attr(755,root,root) %{_libdir}/qmail/config-sanity-check @@ -1232,6 +1249,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.136 2005/06/25 15:38:05 glen +- domainkeys support + Revision 1.135 2005/06/15 17:35:17 glen - fix partial tls bcond usage ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/qmail.spec?r1=1.135&r2=1.136&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
