Mailinglist Archive: opensuse-commit (1670 mails)

< Previous Next >
commit postfix
  • From: root@xxxxxxx (h_root)
  • Date: Sat, 28 Oct 2006 11:42:22 +0200 (CEST)
  • Message-id: <20061028094222.18767848D7@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package postfix
checked in at Sat Oct 28 11:42:22 CEST 2006.

--------
--- postfix/postfix.changes 2006-10-24 22:34:28.000000000 +0200
+++ /mounts/work_src_done/STABLE/postfix/postfix.changes 2006-10-28 11:42:03.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Oct 28 11:41:50 CEST 2006 - varkoly@xxxxxxx
+
+- #206414 - /usr/lib/sasl2/smtpd.conf misplaced
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postfix.spec ++++++
--- /var/tmp/diff_new_pack.mWC8XE/_old 2006-10-28 11:42:09.000000000 +0200
+++ /var/tmp/diff_new_pack.mWC8XE/_new 2006-10-28 11:42:09.000000000 +0200
@@ -22,7 +22,7 @@
Autoreqprov: on
Summary: A fast, secure, and flexible mailer
Version: 2.3.2
-Release: 15
+Release: 16
Source: postfix-%{version}.tar.gz
Source1: postfix-SuSE.tar.gz
Patch: dynamic_maps.patch
@@ -178,7 +178,8 @@
install -m 644 postfix-SuSE/sender_canonical $RPM_BUILD_ROOT/etc/postfix/sender_canonical
install -m 644 postfix-SuSE/relay_ccerts $RPM_BUILD_ROOT/etc/postfix/relay_ccerts
install -m 600 postfix-SuSE/sasl_passwd $RPM_BUILD_ROOT/etc/postfix/sasl_passwd
-install -m 600 postfix-SuSE/smtpd.conf $RPM_BUILD_ROOT/%{_libdir}/sasl2/smtpd.conf
+mkdir -p $RPM_BUILD_ROOT/etc/sasl2
+install -m 600 postfix-SuSE/smtpd.conf $RPM_BUILD_ROOT/etc/sasl2/smtpd.conf
install -m 644 postfix-SuSE/openssl_postfix.conf.in $RPM_BUILD_ROOT/etc/postfix/openssl_postfix.conf.in
install -m 755 postfix-SuSE/mkpostfixcert $RPM_BUILD_ROOT/usr/sbin/mkpostfixcert
rm -rf $RPM_BUILD_ROOT/var/spool/postfix
@@ -473,7 +474,8 @@
%config(noreplace) /etc/postfix/header_checks
%config(noreplace) /etc/postfix/bounce.cf.default
%config(noreplace) /etc/postfix/dynamicmaps.cf
-%config(noreplace) %{_libdir}/sasl2/smtpd.conf
+%dir /etc/sasl2/
+%config(noreplace) /etc/sasl2/smtpd.conf
/etc/postfix/LICENSE
%if %{usetls}
/etc/postfix/TLS_LICENSE
@@ -619,6 +621,9 @@
Bugfix: the *SQL, proxy and LDAP maps were not defined in
user-land commands such as postqueue.
Bugfix: the anvil server would terminate after "max_idle"
+ seconds, even when this waP maps were not defined in
+ user-land commands such as postqueue.
+ Bugfix: the anvil server would terminate after "max_idle"
seconds, even when this was less than the anvil_rate_time_unit
interval.
Portability: 64-bit support for LINUX chroot script by Keith

++++++ postfix-SuSE.tar.gz ++++++


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread