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         Date:   23-Dec-2002 09:33:01
  Branch: HEAD                             Handle: 2002122308325901

  Modified files:
    openpkg-src/postfix     etc.tar postfix.spec
    openpkg-web             news.txt
  Removed files:
    openpkg-src/postfix     postfix-db4.patch postfix-sasl2.patch

  Log:
    - upgrade from 1.1.12 to 2.0.0
    - remove old SASL2 patch, SASL2 support is now included
    - remove old DB4 patch, DB 4.1 support is now included
    - TLS patch is still broken, because Lutz has to provide new patch first
    - adjusted etc/postfix/ stuff to reflect 2.0.0 changes
    - Remove "Optional" keyword from Berkeley-DB and PCRE support description
    - Remove "IPv6 support" from description, because we do not have IPv6 support
    - replace BuildPreReq: patch with a higher bootstrap dependency
    - upgrade to pflogsumm 1.0.5

  Summary:
    Revision    Changes     Path
    1.8         BLOB        openpkg-src/postfix/etc.tar
    1.5         +0  -34     openpkg-src/postfix/postfix-db4.patch
    1.2         +0  -715    openpkg-src/postfix/postfix-sasl2.patch
    1.92        +13 -20     openpkg-src/postfix/postfix.spec
    1.2370      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  (cd openpkg-src/postfix && uudecode <<'@@ .' && \
   mv etc.tar etc.tar.orig && xdelta patch etc.tar.xdelta etc.tar.orig etc.tar && \
   rm -f etc.tar.orig etc.tar.xdelta)
  Index: openpkg-src/postfix/etc.tar
  ============================================================================
  begin 664 etc.tar.xdelta
  M)5A$6C`P-"4````(`!``$`````````````````````!S:&EE;&$N,CDR.#$N
  M;VQD<VAI96QA+C(Y,C@Q+FYE=Q^+"`````````,#````````````'XL(````
  M`````V-@:&!F8&`PN"+;<[.?81/+RP;.&6]^.-4!Q1@`/>#\OQP```````!4
  ()5A$6C`P-"4`
  `
  end
  @@ .
  rm -f openpkg-src/postfix/postfix-db4.patch <<'@@ .'
  Index: openpkg-src/postfix/postfix-db4.patch
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f openpkg-src/postfix/postfix-sasl2.patch <<'@@ .'
  Index: openpkg-src/postfix/postfix-sasl2.patch
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/postfix/postfix.spec
  ============================================================================
  $ cvs diff -u -r1.91 -r1.92 postfix.spec
  --- openpkg-src/postfix/postfix.spec  20 Dec 2002 19:12:14 -0000      1.91
  +++ openpkg-src/postfix/postfix.spec  23 Dec 2002 08:33:00 -0000      1.92
  @@ -24,9 +24,9 @@
   ##
   
   #   involved versions
  -%define       V_postfix   1.1.12
  +%define       V_postfix   2.0.0
   %define       V_tls       0.8.12-1.1.12-0.9.6h
  -%define       V_pflogsumm 1.0.4
  +%define       V_pflogsumm 1.0.5
   
   #   build options
   %ifndef       with_tls
  @@ -49,7 +49,7 @@
   Group:        Mail
   License:      IPL
   Version:      %{V_postfix}
  -Release:      20021209
  +Release:      20021223
   
   #   list of sources
   Source0:      
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%{V_postfix}.tar.gz
  @@ -58,17 +58,15 @@
   Source3:      etc.tar
   Source4:      http://jimsun.linxnet.com/downloads/pflogsumm-%{V_pflogsumm}.pl
   Source5:      rc.postfix
  -Source6:      postfix-sasl2.patch
  -Patch0:       postfix-db4.patch
   
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20020206, perl, fsl
  -PreReq:       OpenPKG, openpkg >= 20020206, perl, fsl, procmail, perl-time
  +BuildPreReq:  OpenPKG, openpkg >= 20021020, perl, fsl
  +PreReq:       OpenPKG, openpkg >= 20021020, perl, fsl, procmail, perl-time
   BuildPreReq:  db, pcre
   %if "%{with_tls}" == "yes"
  -BuildPreReq:  openssl, patch
  +BuildPreReq:  openssl
   %endif
   %if "%{with_sasl}" == "yes"
   BuildPreReq:  sasl
  @@ -90,21 +88,19 @@
       Local specifics in this OpenPKG version:
       o Postfix delivers locally via Procmail
       o Postfix logs directly to the filesystem and not via syslog(3)
  -    o Optional IPv6 support
  +    o Berkeley-DB lookup table support
  +    o PCRE matching support
       o Optional STARTTLS support
  -    o Optional Berkeley-DB lookup table support
  -    o Optional MySQL support
  -    o Optional PCRE matching support
       o Optional SASL2 authentication support
  +    o Optional MySQL support
   
       Options:
  -    --define 'with_mysql   %{with_mysql}'
  -    --define 'with_sasl    %{with_sasl}'
  -    --define 'with_tls     %{with_tls}'
  +    --define 'with_tls   %{with_tls}'
  +    --define 'with_sasl  %{with_sasl}'
  +    --define 'with_mysql %{with_mysql}'
   
   %prep
       %setup0 -q -c -a 0
  -    %patch0 -p0
   %if "%{with_tls}" == "yes"
       %setup1 -q -T -D -a 1
   %endif
  @@ -113,9 +109,6 @@
   %if "%{with_tls}" == "yes"
       %{l_patch} -p1 < ../pfixtls-%{V_tls}/pfixtls.diff
   %endif
  -%if "%{with_sasl}" == "yes"
  -    %{l_patch} -p1 < %{SOURCE postfix-sasl2.patch}
  -%endif
       %{l_shtool} subst \
           -e 's/var_config_dir, /var_command_dir, /' \
           src/postfix/postfix.c
  @@ -138,7 +131,7 @@
       CCARGS=""
       CCARGS="$CCARGS %{l_cflags -O}"
       CCARGS="$CCARGS -I%{l_prefix}/include"
  -    CCARGS="$CCARGS -DDEF_CONFIG_DIR=\\\\\\\"%{l_prefix}/etc/postfix\\\\\\\""
  +    CCARGS="$CCARGS -DDEF_CONFIG_DIR=\\\"%{l_prefix}/etc/postfix\\\""
       AUXLIBS=""
       AUXLIBS="$AUXLIBS -L%{l_prefix}/lib"
       CCARGS="$CCARGS -DHAS_DB"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.2369 -r1.2370 news.txt
  --- openpkg-web/news.txt      23 Dec 2002 07:36:38 -0000      1.2369
  +++ openpkg-web/news.txt      23 Dec 2002 08:32:59 -0000      1.2370
  @@ -1,3 +1,4 @@
  +23-Dec-2002: Upgraded package: P<postfix-2.0.0-20021223>
   23-Dec-2002: Upgraded package: P<vim-6.1.264-20021223>
   23-Dec-2002: Upgraded package: P<cvsd-0.9.15-20021223>
   23-Dec-2002: Upgraded package: P<shiela-1.0.1-20021223>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to