From ece18c8ff99963b2ae88c0a097fa635433585f96 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:41:00 +0000 Subject: [PATCH] auto-import changelog data from postfix-2.1.1-1.src.rpm 2.1.1-1 - new version 2.1.1 - compiling postfix PIE - new alternatives slave for /usr/lib/sendmail --- .cvsignore | 8 +- postfix-2.1.1-config.patch | 53 ++++++++ postfix.spec | 268 ++++++++++++------------------------- sources | 8 +- 4 files changed, 148 insertions(+), 189 deletions(-) create mode 100644 postfix-2.1.1-config.patch diff --git a/.cvsignore b/.cvsignore index 0cc9646..25b3492 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,5 +1,5 @@ -ipv6-1.21-pf-2.0.18.patch.gz -pfixtls-0.8.16-2.0.18-0.9.7c.tar.gz +ipv6-1.24-pf-2.1.1.patch.gz +pfixtls-0.8.18-2.1.0-0.9.7d.tar.gz pflogsumm-1.1.0.tar.gz -postfix-2.0.18.tar.gz -tls+ipv6-1.21-pf-2.0.18.patch.gz +postfix-2.1.1.tar.gz +tls+ipv6-1.24-pf-2.1.1.patch.gz diff --git a/postfix-2.1.1-config.patch b/postfix-2.1.1-config.patch new file mode 100644 index 0000000..253793c --- /dev/null +++ b/postfix-2.1.1-config.patch @@ -0,0 +1,53 @@ +--- postfix-2.1.1/conf/main.cf.config 2004-04-15 15:27:21.000000000 +0200 ++++ postfix-2.1.1/conf/main.cf 2004-05-24 17:48:09.621348587 +0200 +@@ -106,6 +106,7 @@ + #inet_interfaces = all + #inet_interfaces = $myhostname + #inet_interfaces = $myhostname, localhost ++inet_interfaces = localhost + + # The proxy_interfaces parameter specifies the network interface + # addresses that this mail system receives mail on by way of a +@@ -150,7 +151,7 @@ + # + # See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS". + # +-#mydestination = $myhostname, localhost.$mydomain, localhost ++mydestination = $myhostname, localhost.$mydomain, localhost + #mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain + #mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain, + # mail.$mydomain, www.$mydomain, ftp.$mydomain +@@ -372,7 +373,7 @@ + # "postfix reload" to eliminate the delay. + # + #alias_maps = dbm:/etc/aliases +-#alias_maps = hash:/etc/aliases ++alias_maps = hash:/etc/aliases + #alias_maps = hash:/etc/aliases, nis:mail.aliases + #alias_maps = netinfo:/aliases + +--- postfix-2.1.1/conf/postfix-files.config 2004-05-24 17:29:30.002936514 +0200 ++++ postfix-2.1.1/conf/postfix-files 2004-05-24 17:50:24.548253843 +0200 +@@ -118,8 +118,8 @@ + $config_directory/postfix-script-sgid:f:root:-:755:o + $config_directory/postfix-script-nosgid:f:root:-:755:o + $config_directory/post-install:f:root:-:755 +-$manpage_directory/man1/mailq.1:f:root:-:644 +-$manpage_directory/man1/newaliases.1:f:root:-:644 ++$manpage_directory/man1/mailq.postfix.1:f:root:-:644 ++$manpage_directory/man1/newaliases.postfix.1:f:root:-:644 + $manpage_directory/man1/postalias.1:f:root:-:644 + $manpage_directory/man1/postcat.1:f:root:-:644 + $manpage_directory/man1/postconf.1:f:root:-:644 +@@ -131,9 +131,9 @@ + $manpage_directory/man1/postmap.1:f:root:-:644 + $manpage_directory/man1/postqueue.1:f:root:-:644 + $manpage_directory/man1/postsuper.1:f:root:-:644 +-$manpage_directory/man1/sendmail.1:f:root:-:644 ++$manpage_directory/man1/sendmail.postfix.1:f:root:-:644 + $manpage_directory/man5/access.5:f:root:-:644 +-$manpage_directory/man5/aliases.5:f:root:-:644 ++$manpage_directory/man5/aliases.postfix.5:f:root:-:644 + $manpage_directory/man5/body_checks.5:f:root:-:644 + $manpage_directory/man5/canonical.5:f:root:-:644 + $manpage_directory/man5/cidr_table.5:f:root:-:644 diff --git a/postfix.spec b/postfix.spec index d40a686..16d66b2 100644 --- a/postfix.spec +++ b/postfix.spec @@ -22,7 +22,7 @@ # If set to 1 if official version, 0 if snapshot %define official 1 -%define ver 2.0.18 +%define ver 2.1.1 %define releasedate 20040120 %define alternatives 1 %if %{official} @@ -32,10 +32,10 @@ Version: %{ver} Version: %{ver}.%{releasedate} %define ftp_directory experimental %endif -Release: 4 +Release: 1 Epoch: 2 -%define tlsno pfixtls-0.8.16-2.0.18-0.9.7c +%define tlsno pfixtls-0.8.18-2.1.0-0.9.7d %if %{PFLOGSUMM} %define pflogsumm_ver 1.1.0 %endif @@ -112,8 +112,8 @@ Source3: README-Postfix-SASL-RedHat.txt # original Source50 patch and doc. Source50: ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%{tlsno}.tar.gz -Source51: ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.21/tls+ipv6-1.21-pf-2.0.18.patch.gz -Source52: ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.21/ipv6-1.21-pf-2.0.18.patch.gz +Source51: ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.21/tls+ipv6-1.24-pf-2.1.1.patch.gz +Source52: ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.21/ipv6-1.24-pf-2.1.1.patch.gz %if %{PFLOGSUMM} Source53: http://jimsun.linxnet.com/downloads/pflogsumm-%{pflogsumm_ver}.tar.gz %endif @@ -125,9 +125,11 @@ Source101: postfix-pam.conf # Patches -Patch1: postfix-config.patch +Patch1: postfix-2.1.1-config.patch Patch2: postfix-smtp_sasl_proto.c.patch Patch3: postfix-alternatives.patch +Patch4: postfix-hostname-fqdn.patch +Patch5: postfix-2.1.1-pie.patch # Optional patches - set the appropriate environment variables to include # them when building the package/spec file @@ -229,6 +231,8 @@ patch --fuzz=3 -p1 -b -z .config < %{P:1} %if %alternatives %patch3 -p1 -b .alternatives %endif +%patch4 -p1 -b .postfix-hostname-fqdn +%patch5 -p1 -b .pie %if %{PFLOGSUMM} gzip -dc %{SOURCE53} | tar xf - @@ -252,7 +256,7 @@ warnings, errors and panics. %build umask 022 -CCARGS= +CCARGS=-fPIC AUXLIBS= %ifarch s390 s390x ppc @@ -406,6 +410,20 @@ install -c pflogsumm-%{pflogsumm_ver}/pflogsumm.1 $RPM_BUILD_ROOT%{_mandir}/man1 install -c pflogsumm-%{pflogsumm_ver}/pflogsumm.pl $RPM_BUILD_ROOT%{postfix_command_dir}/pflogsumm %endif +mkdir -p $RPM_BUILD_ROOT%{postfix_sample_dir} +%if %{IPV6} + install -c conf/sample-ipv6.cf $RPM_BUILD_ROOT%{postfix_sample_dir}/sample-ipv6.cf +%endif +%if %{TLS} + install -c conf/sample-tls.cf $RPM_BUILD_ROOT%{postfix_sample_dir}/sample-tls.cf +%endif + + +mkdir -p $RPM_BUILD_ROOT/usr/lib +pushd $RPM_BUILD_ROOT/usr/lib +ln -sf ../sbin/sendmail.postfix . +popd + %post umask 022 @@ -429,6 +447,7 @@ sh %{postfix_config_dir}/post-install \ --slave %{_bindir}/newaliases mta-newaliases %{_bindir}/newaliases.postfix \ --slave %{_sysconfdir}/pam.d/smtp mta-pam %{_sysconfdir}/pam.d/smtp.postfix \ --slave %{_bindir}/rmail mta-rmail %{_bindir}/rmail.postfix \ + --slave /usr/lib/sendmail mta-sendmail /usr/lib/sendmail.postfix \ --slave %{_mandir}/man1/mailq.1.gz mta-mailqman %{_mandir}/man1/mailq.postfix.1.gz \ --slave %{_mandir}/man1/newaliases.1.gz mta-newaliasesman %{_mandir}/man1/newaliases.postfix.1.gz \ --slave %{_mandir}/man8/sendmail.8.gz mta-sendmailman %{_mandir}/man1/sendmail.postfix.1.gz \ @@ -492,185 +511,67 @@ exit 0 %attr(0755, root, root) %{_bindir}/rmail.postfix -%attr(0755, root , root) %{postfix_command_dir}/smtp-sink -%attr(0755, root , root) %{postfix_command_dir}/smtp-source - -%doc %attr(0644, root , root) %{_mandir}/man1/smtp-sink.1.gz -%doc %attr(0644, root , root) %{_mandir}/man1/smtp-source.1.gz +%attr(0755, root, root) %{postfix_command_dir}/smtp-sink +%attr(0755, root, root) %{postfix_command_dir}/smtp-source +%attr(0755, root, root) /usr/lib/sendmail.postfix %doc %{postfix_doc_dir}/README-Postfix-SASL-RedHat.txt -%if %{IPV6} - %doc %attr(0644, root , root ) %{postfix_readme_dir}/IPV6_README - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-ipv6.cf -%endif -%if %{TLS} - %{postfix_daemon_dir}/tlsmgr - %doc %{postfix_doc_dir}/TLS - %doc %{postfix_sample_dir}/sample-tls.cf - %doc %{_mandir}/man8/tlsmgr.8.gz -%endif +%dir %attr(0755, root, root) %{postfix_sample_dir} +%doc %attr(0644, root, root) %{postfix_sample_dir}/* -# Files installed by upstream release. List generated by running parse-postfix-files /conf/postfix-files +%dir %attr(0755, root, root) %{postfix_config_dir} +%dir %attr(0755, root, root) %{postfix_daemon_dir} +%dir %attr(0755, root, root) %{postfix_queue_dir} +%dir %attr(0700, %{postfix_user}, root) %{postfix_queue_dir}/active +%dir %attr(0700, %{postfix_user}, root) %{postfix_queue_dir}/bounce +%dir %attr(0700, %{postfix_user}, root) %{postfix_queue_dir}/corrupt +%dir %attr(0700, %{postfix_user}, root) %{postfix_queue_dir}/defer +%dir %attr(0700, %{postfix_user}, root) %{postfix_queue_dir}/deferred +%dir %attr(0700, %{postfix_user}, root) %{postfix_queue_dir}/flush +%dir %attr(0700, %{postfix_user}, root) %{postfix_queue_dir}/hold +%dir %attr(0700, %{postfix_user}, root) %{postfix_queue_dir}/incoming +%dir %attr(0730, %{postfix_user}, %{maildrop_group}) %{postfix_queue_dir}/maildrop +%dir %attr(0755, root, root) %{postfix_queue_dir}/pid +%dir %attr(0700, %{postfix_user}, root) %{postfix_queue_dir}/private +%dir %attr(0710, %{postfix_user}, %{maildrop_group}) %{postfix_queue_dir}/public +%dir %attr(0755, root, root) %{postfix_doc_dir} - %attr(0755, root , root ) %{postfix_command_dir}/postalias - %attr(0755, root , root ) %{postfix_command_dir}/postcat - %attr(0755, root , root ) %{postfix_command_dir}/postconf - %attr(2755, root , %{maildrop_group}) %{postfix_command_dir}/postdrop - %attr(0755, root , root ) %{postfix_command_dir}/postfix - %attr(0755, root , root ) %{postfix_command_dir}/postkick - %attr(0755, root , root ) %{postfix_command_dir}/postlock - %attr(0755, root , root ) %{postfix_command_dir}/postlog - %attr(0755, root , root ) %{postfix_command_dir}/postmap - %attr(2755, root , %{maildrop_group}) %{postfix_command_dir}/postqueue - %attr(0755, root , root ) %{postfix_command_dir}/postsuper - %dir %attr(0755, root , root ) %{postfix_config_dir} - %attr(0644, root , root ) %{postfix_config_dir}/LICENSE - %attr(0644, root , root ) %config(noreplace) %{postfix_config_dir}/access - %attr(0644, root , root ) %config(noreplace) %{postfix_config_dir}/aliases - %attr(0644, root , root ) %config(noreplace) %{postfix_config_dir}/canonical - %attr(0644, root , root ) %config(noreplace) %{postfix_config_dir}/main.cf - %attr(0644, root , root ) %{postfix_config_dir}/main.cf.default - %attr(0644, root , root ) %config(noreplace) %{postfix_config_dir}/master.cf - %attr(0644, root , root ) %config(noreplace) %{postfix_config_dir}/pcre_table - %attr(0755, root , root ) %{postfix_config_dir}/post-install - %attr(0644, root , root ) %{postfix_config_dir}/postfix-files - %attr(0755, root , root ) %{postfix_config_dir}/postfix-script - %attr(0644, root , root ) %config(noreplace) %{postfix_config_dir}/regexp_table - %attr(0644, root , root ) %config(noreplace) %{postfix_config_dir}/relocated - %attr(0644, root , root ) %config(noreplace) %{postfix_config_dir}/transport - %attr(0644, root , root ) %config(noreplace) %{postfix_config_dir}/virtual - %dir %attr(0755, root , root ) %{postfix_daemon_dir} - %attr(0755, root , root ) %{postfix_daemon_dir}/bounce - %attr(0755, root , root ) %{postfix_daemon_dir}/cleanup - %attr(0755, root , root ) %{postfix_daemon_dir}/error - %attr(0755, root , root ) %{postfix_daemon_dir}/flush - %attr(0755, root , root ) %{postfix_daemon_dir}/lmtp - %attr(0755, root , root ) %{postfix_daemon_dir}/local - %attr(0755, root , root ) %{postfix_daemon_dir}/master - %attr(0755, root , root ) %{postfix_daemon_dir}/nqmgr - %attr(0755, root , root ) %{postfix_daemon_dir}/pickup - %attr(0755, root , root ) %{postfix_daemon_dir}/pipe - %attr(0755, root , root ) %{postfix_daemon_dir}/proxymap - %attr(0755, root , root ) %{postfix_daemon_dir}/qmgr - %attr(0755, root , root ) %{postfix_daemon_dir}/qmqpd - %attr(0755, root , root ) %{postfix_daemon_dir}/showq - %attr(0755, root , root ) %{postfix_daemon_dir}/smtp - %attr(0755, root , root ) %{postfix_daemon_dir}/smtpd - %attr(0755, root , root ) %{postfix_daemon_dir}/spawn - %attr(0755, root , root ) %{postfix_daemon_dir}/trivial-rewrite - %attr(0755, root , root ) %{postfix_daemon_dir}/virtual - %attr(0755, root , root ) %{_bindir}/mailq.postfix - %doc %attr(0644, root , root ) %{_mandir}/man1/mailq.postfix.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man1/newaliases.postfix.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man1/postalias.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man1/postcat.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man1/postconf.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man1/postdrop.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man1/postfix.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man1/postkick.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man1/postlock.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man1/postlog.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man1/postmap.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man1/postqueue.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man1/postsuper.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man1/sendmail.postfix.1.gz - %doc %attr(0644, root , root ) %{_mandir}/man5/access.5.gz - %doc %attr(0644, root , root ) %{_mandir}/man5/aliases.postfix.5.gz - %doc %attr(0644, root , root ) %{_mandir}/man5/canonical.5.gz - %doc %attr(0644, root , root ) %{_mandir}/man5/pcre_table.5.gz - %doc %attr(0644, root , root ) %{_mandir}/man5/regexp_table.5.gz - %doc %attr(0644, root , root ) %{_mandir}/man5/relocated.5.gz - %doc %attr(0644, root , root ) %{_mandir}/man5/transport.5.gz - %doc %attr(0644, root , root ) %{_mandir}/man5/virtual.5.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/bounce.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/cleanup.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/defer.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/error.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/flush.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/lmtp.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/local.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/master.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/nqmgr.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/pickup.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/pipe.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/proxymap.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/qmgr.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/qmqpd.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/showq.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/smtp.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/smtpd.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/spawn.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/trivial-rewrite.8.gz - %doc %attr(0644, root , root ) %{_mandir}/man8/virtual.8.gz - %attr(0755, root , root ) %{_bindir}/newaliases.postfix - %dir %attr(0755, root , root ) %{postfix_queue_dir} - %dir %attr(0700, %{postfix_user} , root ) %{postfix_queue_dir}/active - %dir %attr(0700, %{postfix_user} , root ) %{postfix_queue_dir}/bounce - %dir %attr(0700, %{postfix_user} , root ) %{postfix_queue_dir}/corrupt - %dir %attr(0700, %{postfix_user} , root ) %{postfix_queue_dir}/defer - %dir %attr(0700, %{postfix_user} , root ) %{postfix_queue_dir}/deferred - %dir %attr(0700, %{postfix_user} , root ) %{postfix_queue_dir}/flush - %dir %attr(0700, %{postfix_user} , root ) %{postfix_queue_dir}/hold - %dir %attr(0700, %{postfix_user} , root ) %{postfix_queue_dir}/incoming - %dir %attr(0730, %{postfix_user} , %{maildrop_group}) %{postfix_queue_dir}/maildrop - %dir %attr(0755, root , root ) %{postfix_queue_dir}/pid - %dir %attr(0700, %{postfix_user} , root ) %{postfix_queue_dir}/private - %dir %attr(0710, %{postfix_user} , %{maildrop_group}) %{postfix_queue_dir}/public - %dir %attr(0755, root , root ) %{postfix_readme_dir} - %doc %attr(0644, root , root ) %{postfix_readme_dir}/ADDRESS_CLASS_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/DB_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/DEBUG_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/ETRN_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/FILTER_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/INSTALL - %doc %attr(0644, root , root ) %{postfix_readme_dir}/LDAP_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/LINUX_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/LMTP_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/LOCAL_RECIPIENT_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/MACOSX_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/MAILDROP_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/MYSQL_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/NFS_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/PACKAGE_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/PCRE_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/QMQP_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/RELEASE_NOTES - %doc %attr(0644, root , root ) %{postfix_readme_dir}/RESTRICTION_CLASS_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/SASL_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/ULTRIX_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/UUCP_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/VERP_README - %doc %attr(0644, root , root ) %{postfix_readme_dir}/VIRTUAL_README - %dir %attr(0755, root , root ) %{postfix_sample_dir} - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-aliases.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-auth.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-canonical.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-compatibility.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-debug.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-filter.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-flush.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-ldap.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-lmtp.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-local.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-mime.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-misc.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-pcre-access.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-pcre-body.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-pcre-header.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-qmqpd.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-rate.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-regexp-access.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-regexp-body.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-regexp-header.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-relocated.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-resource.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-rewrite.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-smtp.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-smtpd.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-transport.cf - %doc %attr(0644, root , root ) %{postfix_sample_dir}/sample-virtual.cf - %attr(0755, root , root ) %{_sbindir}/sendmail.postfix +%doc %attr(0644, root, root) %{_mandir}/man1/* +%doc %attr(0644, root, root) %{_mandir}/man5/* +%doc %attr(0644, root, root) %{_mandir}/man8/* +%doc %attr(0644, root, root) %{postfix_doc_dir}/* + +%attr(0755, root, root) %{postfix_command_dir}/postalias +%attr(0755, root, root) %{postfix_command_dir}/postcat +%attr(0755, root, root) %{postfix_command_dir}/postconf +%attr(2755, root, %{maildrop_group}) %{postfix_command_dir}/postdrop +%attr(0755, root, root) %{postfix_command_dir}/postfix +%attr(0755, root, root) %{postfix_command_dir}/postkick +%attr(0755, root, root) %{postfix_command_dir}/postlock +%attr(0755, root, root) %{postfix_command_dir}/postlog +%attr(0755, root, root) %{postfix_command_dir}/postmap +%attr(2755, root, %{maildrop_group}) %{postfix_command_dir}/postqueue +%attr(0755, root, root) %{postfix_command_dir}/postsuper +%attr(0644, root, root) %{postfix_config_dir}/LICENSE +%attr(0644, root, root) %config(noreplace) %{postfix_config_dir}/access +%attr(0644, root, root) %config(noreplace) %{postfix_config_dir}/aliases +%attr(0644, root, root) %config(noreplace) %{postfix_config_dir}/canonical +%attr(0644, root, root) %config(noreplace) %{postfix_config_dir}/header_checks +%attr(0644, root, root) %config(noreplace) %{postfix_config_dir}/main.cf +%attr(0644, root, root) %{postfix_config_dir}/main.cf.default +%attr(0644, root, root) %config(noreplace) %{postfix_config_dir}/makedefs.out +%attr(0644, root, root) %config(noreplace) %{postfix_config_dir}/master.cf +%attr(0755, root, root) %{postfix_config_dir}/post-install +%attr(0644, root, root) %{postfix_config_dir}/postfix-files +%attr(0755, root, root) %{postfix_config_dir}/postfix-script +%attr(0644, root, root) %config(noreplace) %{postfix_config_dir}/relocated +%attr(0644, root, root) %config(noreplace) %{postfix_config_dir}/transport +%attr(0644, root, root) %config(noreplace) %{postfix_config_dir}/virtual +%attr(0755, root, root) %{postfix_daemon_dir}/* +%attr(0755, root, root) %{_bindir}/mailq.postfix +%attr(0755, root, root) %{_bindir}/newaliases.postfix +%attr(0755, root, root) %{_sbindir}/sendmail.postfix %if %{PFLOGSUMM} %files pflogsumm @@ -682,6 +583,11 @@ exit 0 %changelog +* Fri Jun 4 2004 Thomas Woerner 2:2.1.1-1 +- new version 2.1.1 +- compiling postfix PIE +- new alternatives slave for /usr/lib/sendmail + * Wed Mar 31 2004 John Dennis 2:2.0.18-4 - remove version from pflogsumm subpackage, it was resetting the version used in the doc directory, fixes bug 119213 diff --git a/sources b/sources index c175173..265c4b3 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -f30495d44b140239df02a0599d280d68 ipv6-1.21-pf-2.0.18.patch.gz -2d9b07d3847a06b77db3be25973acf14 pfixtls-0.8.16-2.0.18-0.9.7c.tar.gz +9170e8efda9341c6e5b7ac1bb1a9b323 ipv6-1.24-pf-2.1.1.patch.gz +01785d9636bdae51a906320e581b1e6b pfixtls-0.8.18-2.1.0-0.9.7d.tar.gz 1f78fcaf2a36ec3520ecff286a45251a pflogsumm-1.1.0.tar.gz -3e5baf2cc497a5fb1aaa6ba11aa6491e postfix-2.0.18.tar.gz -8d273f922352a0ff32c57c29bec26b46 tls+ipv6-1.21-pf-2.0.18.patch.gz +fd747b82f949e00040c2f101e1c7a6e4 postfix-2.1.1.tar.gz +22c7feb237ef35a0761fb5bdc5c6ff2c tls+ipv6-1.24-pf-2.1.1.patch.gz