OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   30-Dec-2002 08:58:10
  Branch: HEAD                             Handle: 2002123007580802

  Modified files:
    openpkg-re/vcheck       vc.sendmail
    openpkg-src/sendmail    sendmail.spec
    openpkg-web             news.txt
  Removed files:
    openpkg-src/sendmail    sendmail-db4.patch

  Log:
    upgrading package: sendmail 8.12.6 -> 8.12.7

  Summary:
    Revision    Changes     Path
    1.5         +1  -1      openpkg-re/vcheck/vc.sendmail
    1.4         +0  -207    openpkg-src/sendmail/sendmail-db4.patch
    1.46        +24 -37     openpkg-src/sendmail/sendmail.spec
    1.2416      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.sendmail
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 vc.sendmail
  --- openpkg-re/vcheck/vc.sendmail     29 Aug 2002 10:52:04 -0000      1.4
  +++ openpkg-re/vcheck/vc.sendmail     30 Dec 2002 07:58:08 -0000      1.5
  @@ -2,7 +2,7 @@
   }
   
   prog sendmail = {
  -  version   = 8.12.6
  +  version   = 8.12.7
     url       = ftp://ftp.sendmail.org/pub/sendmail/
     regex     = sendmail.(\d+\.\d+\.\d+)\.tar\.gz
   }
  @@ .
  rm -f openpkg-src/sendmail/sendmail-db4.patch <<'@@ .'
  Index: openpkg-src/sendmail/sendmail-db4.patch
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sendmail/sendmail.spec
  ============================================================================
  $ cvs diff -u -r1.45 -r1.46 sendmail.spec
  --- openpkg-src/sendmail/sendmail.spec        11 Dec 2002 10:50:18 -0000      1.45
  +++ openpkg-src/sendmail/sendmail.spec        30 Dec 2002 07:58:10 -0000      1.46
  @@ -23,15 +23,19 @@
   ##  SUCH DAMAGE.
   ##
   
  -# TODO:
  -# 1 User, group ids in %files must be reviewed
  -# 2 default config files use 8.11.6 options
  -
  -#   build options
  -%{!?with_tls:                %define  with_tls               yes}
  -%{!?with_sasl:               %define  with_sasl               no}
  -%{!?with_milter:             %define  with_milter             no}
  -%{!?with_ldap:               %define  with_ldap               no}
  +#   package options
  +%ifndef with_tls
  +%define with_tls      no
  +%endif
  +%ifndef with_sasl
  +%define with_sasl     no
  +%endif
  +%ifndef with_milter
  +%define with_milter   no
  +%endif
  +%ifndef with_ldap
  +%define with_ldap     no
  +%endif
   
   #   package information
   Name:         sendmail
  @@ -42,8 +46,8 @@
   Distribution: OpenPKG [EVAL]
   Group:        Mail
   License:      BSD
  -Version:      8.12.6
  -Release:      20021211
  +Version:      8.12.7
  +Release:      20021230
   
   #   list of sources
   Source0:      ftp://ftp.sendmail.org/pub/sendmail/sendmail.%{version}.tar.gz
  @@ -51,16 +55,11 @@
   Source2:      cf.tar
   Source3:      fsl.sendmail
   Source4:      rc.sendmail
  -Patch0:       http://www.sendmail.org/patches/smrsh-20020924.patch
  -Patch1:       http://www.sendmail.org/patches/proto.m4.8.649.2.13
  -Patch2:       http://www.sendmail.org/~ca/email/patches/recipient.c.8.330.2.1
  -Patch3:       http://www.sendmail.org/~ca/email/patches/proto.m4.8.646
  -Patch4:       sendmail-db4.patch
   
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg, m4, fsl, tar, gcc, make, db
  +BuildPreReq:  OpenPKG, openpkg, m4, fsl, tar, gcc, make, db >= 4.1.25
   PreReq:       OpenPKG, openpkg, m4, fsl, make, perl
   %if "%{with_tls}" == "yes"
   BuildPreReq:  openssl
  @@ -77,33 +76,21 @@
   Conflicts:    ssmtp, exim, postfix
   
   %description
  -    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.
  +    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 optional STARTTLS,
  +    SMTPAUTH, Milter and LDAP support.
   
       Options:
  -    --define 'with_tls                  %{with_tls}'
  -    --define 'with_sasl                 %{with_sasl}'
  -    --define 'with_milter               %{with_milter}'
  -    --define 'with_ldap                 %{with_ldap}'
  +    --define 'with_tls    %{with_tls}'
  +    --define 'with_sasl   %{with_sasl}'
  +    --define 'with_milter %{with_milter}'
  +    --define 'with_ldap   %{with_ldap}'
   
   %prep
       #   unpack standard tarballs
       %setup0 -q -c
       %setup1 -q -T -D -a 1
  -    ( cd sendmail-%{version}/smrsh
  -      %patch0 -p0
  -    )
  -    ( cd sendmail-%{version}/cf/m4
  -      %patch1 -p0
  -    )
  -    ( cd sendmail-%{version}/sendmail
  -      %patch2 -p0
  -    )
  -    ( cd sendmail-%{version}/cf/m4
  -      %patch3 -p0
  -    )
  -    %patch4 -p0
   
       #   add own M4 stuff to Sendmail configuration set
       ( cd sendmail-%{version}
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.2415 -r1.2416 news.txt
  --- openpkg-web/news.txt      30 Dec 2002 07:46:30 -0000      1.2415
  +++ openpkg-web/news.txt      30 Dec 2002 07:58:09 -0000      1.2416
  @@ -1,3 +1,4 @@
  +30-Dec-2002: Upgraded package: P<sendmail-8.12.7-20021230>
   30-Dec-2002: Upgraded package: P<gup-0.5.9-20021230>
   29-Dec-2002: New package: P<bochs-2.0-20021229>
   29-Dec-2002: Upgraded package: P<lftp-2.6.4-20021229>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to