OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Aug-2002 17:39:05
Branch: HEAD Handle: 2002081216390302
Modified files:
openpkg-src/exim exim.spec
openpkg-src/postfix postfix.spec
openpkg-src/sendmail sendmail.spec
openpkg-src/ssmtp ssmtp.spec
Log:
Added conflict indicator to other MTAs.
Summary:
Revision Changes Path
1.26 +1 -0 openpkg-src/exim/exim.spec
1.77 +1 -0 openpkg-src/postfix/postfix.spec
1.31 +7 -15 openpkg-src/sendmail/sendmail.spec
1.22 +1 -1 openpkg-src/ssmtp/ssmtp.spec
____________________________________________________________________________
Index: openpkg-src/exim/exim.spec
============================================================
$ cvs diff -u -r1.25 -r1.26 exim.spec
--- openpkg-src/exim/exim.spec 22 Jul 2002 18:55:18 -0000 1.25
+++ openpkg-src/exim/exim.spec 12 Aug 2002 15:39:04 -0000 1.26
@@ -48,6 +48,7 @@
AutoReq: no
AutoReqProv: no
Provides: MTA
+Conflicts: sendmail, postfix, ssmtp
%description
Exim is a message transfer agent (MTA) developed at the University
Index: openpkg-src/postfix/postfix.spec
============================================================
$ cvs diff -u -r1.76 -r1.77 postfix.spec
--- openpkg-src/postfix/postfix.spec 10 Aug 2002 11:01:23 -0000 1.76
+++ openpkg-src/postfix/postfix.spec 12 Aug 2002 15:39:04 -0000 1.77
@@ -88,6 +88,7 @@
AutoReq: no
AutoReqProv: no
Provides: MTA
+Conflicts: sendmail, ssmtp, exim
%description
Postfix is a new-generation Mail Transfer Agent (MTA) able to
Index: openpkg-src/sendmail/sendmail.spec
============================================================
$ cvs diff -u -r1.30 -r1.31 sendmail.spec
--- openpkg-src/sendmail/sendmail.spec 10 Aug 2002 18:44:57 -0000 1.30
+++ openpkg-src/sendmail/sendmail.spec 12 Aug 2002 15:39:03 -0000 1.31
@@ -28,7 +28,6 @@
# 2 User, group ids in %files must be reviewed
# 3 Fix sys_nerr on Linux platforms
# 4 Test alot (also with smtpfeed)
-# 5 RSE: I don't think SFIO is still required
#
# Bugs:
# 1 All mitgelieferte config files use 8.11.6 options
@@ -53,7 +52,7 @@
Group: Mail
License: BSD
Version: 8.12.5
-Release: 20020810
+Release: 20020812
# list of sources
Source0: ftp://ftp.sendmail.org/pub/sendmail/sendmail.%{version}.tar.gz
@@ -66,8 +65,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, m4, make, db, openssl, sfio
-PreReq: OpenPKG, openpkg >= 20020206, m4, make, perl, procmail
+BuildPreReq: OpenPKG, openpkg >= 20020206, m4, make, db, openssl
+PreReq: OpenPKG, openpkg >= 20020206, m4, make, perl
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl
PreReq: fsl
@@ -75,16 +74,12 @@
AutoReq: no
AutoReqProv: no
Provides: MTA
-Conflicts: ssmtp
+Conflicts: ssmtp, exim, postfix
%description
- Sendmail is the most popular Mail Transfer Agent (MTA).
-
- Local specifics in this OpenPKG version:
- o Sendmail uses two process pools (incoming and outgoing)
- o Sendmail logs directly to the filesystem and not via syslog(3)
- o Sendmail delivers local mail via Procmail to ~<user>/.mail/inbox
- o Sendmail by default supports STARTTLS
+ Sendmail is the most popular Mail Transfer Agent (MTA). This copy contains
+ features specific to the OpenPKG distribution including fsl(3) logging
+ rather than syslog(3) and STARTTLS support by default.
%prep
# unpack standard tarballs
@@ -151,13 +146,10 @@
echo "define(\`confFORCE_RMAIL', \`yes')dnl"
echo "APPENDDEF(\`confENVDEF',
\`-D_PATH_SENDMAILCF=\\\"%{l_prefix}/etc/sendmail/sendmail.cf\\\"')dnl"
echo "APPENDDEF(\`confENVDEF',
\`-D_PATH_SENDMAILPID=\\\"%{l_prefix}/var/sendmail/sendmail.pid\\\"')dnl"
- echo "APPENDDEF(\`confENVDEF', \`-DSFIO')dnl"
echo "APPENDDEF(\`confINCDIRS', \`-I%{l_prefix}/include')dnl"
echo "APPENDDEF(\`confLIBDIRS', \`-L%{l_prefix}/lib')dnl"
echo "APPENDDEF(\`confLIBS', \`-ldb')dnl"
echo "define(\`confSTDIO_TYPE', \`portable')dnl"
- echo "APPENDDEF(\`confINCDIRS', \`-I%{l_prefix}/include/sfio')dnl"
- echo "APPENDDEF(\`confLIBS', \`-lsfio')dnl"
echo "APPENDDEF(\`conf_sendmail_ENVDEF', \`-DSTARTTLS')dnl"
echo "APPENDDEF(\`conf_sendmail_LIBS', \`-lssl -lcrypto')dnl"
) >devtools/Site/site.config.m4
Index: openpkg-src/ssmtp/ssmtp.spec
============================================================
$ cvs diff -u -r1.21 -r1.22 ssmtp.spec
--- openpkg-src/ssmtp/ssmtp.spec 12 Aug 2002 15:27:14 -0000 1.21
+++ openpkg-src/ssmtp/ssmtp.spec 12 Aug 2002 15:39:05 -0000 1.22
@@ -47,7 +47,7 @@
AutoReq: no
AutoReqProv: no
Provides: MTA
-Conflicts: sendmail
+Conflicts: sendmail, exim, postfix
%description
This is sSMTP, a program that replaces sendmail on workstations
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]