Просмотр исходного кода

fix proto.m4, remove SASL options from config file to avoid warnings

Michael van Elst 23 лет назад
Родитель
Сommit
1dabbb735f
2 измененных файлов с 5 добавлено и 1 удалено
  1. BIN
      sendmail/etc.sendmail.tar
  2. 5 1
      sendmail/sendmail.spec

BIN
sendmail/etc.sendmail.tar


+ 5 - 1
sendmail/sendmail.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Mail
 License:      BSD
 Version:      8.12.7
-Release:      20030114
+Release:      20030129
 
 #   package options
 %option       with_tls      no
@@ -47,6 +47,7 @@ Source1:      etc.sendmail.tar
 Source2:      cf.tar
 Source3:      fsl.sendmail
 Source4:      rc.sendmail
+Patch0:       http://www.sendmail.org/~ca/email/patches/proto.m4.8.649.2.14
 
 #   build information
 Prefix:       %{l_prefix}
@@ -77,6 +78,9 @@ Conflicts:    ssmtp, exim, postfix
     #   unpack standard tarballs
     %setup0 -q -c
     %setup1 -q -T -D -a 1
+    ( cd sendmail-%{version}/cf/m4
+      %patch0
+    )
 
     #   add own M4 stuff to Sendmail configuration set
     ( cd sendmail-%{version}