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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [email protected]
  Module: openpkg-src                      Date:   14-Mar-2009 09:19:15
  Branch: HEAD                             Handle: 2009031408191400

  Modified files:
    openpkg-src/dovecot     dovecot.patch dovecot.spec

  Log:
    upgrading package: dovecot 1.1.11 -> 1.1.12

  Summary:
    Revision    Changes     Path
    1.8         +20 -21     openpkg-src/dovecot/dovecot.patch
    1.25        +2  -2      openpkg-src/dovecot/dovecot.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/dovecot/dovecot.patch
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 dovecot.patch
  --- openpkg-src/dovecot/dovecot.patch 24 Jan 2009 11:49:34 -0000      1.7
  +++ openpkg-src/dovecot/dovecot.patch 14 Mar 2009 08:19:14 -0000      1.8
  @@ -1,7 +1,7 @@
   Index: configure.in
  ---- configure.in.orig        2009-01-16 00:02:47 +0100
  -+++ configure.in     2009-01-24 12:43:24 +0100
  -@@ -1950,14 +1950,14 @@
  +--- configure.in.orig        2009-03-13 23:06:16 +0100
  ++++ configure.in     2009-03-14 09:11:12 +0100
  +@@ -1962,14 +1962,14 @@
    
    if test $want_pgsql != no; then
        # based on code from PHP
  @@ -21,9 +21,9 @@
                                PGSQL_LIBDIR=$i/$j
                        fi
   Index: configure
  ---- configure.orig   2009-01-16 00:03:03 +0100
  -+++ configure        2009-01-24 12:43:25 +0100
  -@@ -27905,14 +27905,14 @@
  +--- configure.orig   2009-03-13 23:06:32 +0100
  ++++ configure        2009-03-14 09:11:12 +0100
  +@@ -27966,14 +27966,14 @@
    
    if test $want_pgsql != no; then
        # based on code from PHP
  @@ -44,7 +44,7 @@
                        fi
   Index: doc/dovecot-sql-example.conf
   --- doc/dovecot-sql-example.conf.orig        2009-01-05 21:49:58 +0100
  -+++ doc/dovecot-sql-example.conf     2009-01-24 12:43:25 +0100
  ++++ doc/dovecot-sql-example.conf     2009-03-14 09:11:12 +0100
   @@ -47,7 +47,8 @@
    #                           the default my.cnf location
    #     option_group        - Read options from the given group (default: 
client)
  @@ -65,8 +65,8 @@
    #connect =
    
   Index: dovecot-example.conf
  ---- dovecot-example.conf.orig        2009-01-13 22:51:40 +0100
  -+++ dovecot-example.conf     2009-01-24 12:43:46 +0100
  +--- dovecot-example.conf.orig        2009-03-13 22:23:14 +0100
  ++++ dovecot-example.conf     2009-03-14 09:12:40 +0100
   @@ -11,16 +11,14 @@
    
    # Default values are shown for each setting, it's not required to uncomment
  @@ -256,7 +256,7 @@
      #}
    
      # vpopmail authentication <doc/wiki/AuthDatabase.VPopMail.txt>
  -@@ -966,13 +964,13 @@
  +@@ -974,13 +972,13 @@
      # SQL database <doc/wiki/AuthDatabase.SQL.txt>
      #userdb sql {
        # Path for SQL configuration file, see doc/dovecot-sql-example.conf
  @@ -299,16 +299,18 @@
    #    }
    #  }
    #}
  -@@ -1057,7 +1055,7 @@
  +@@ -1057,8 +1055,8 @@
    # referenced using URIs in format "proxy::<name>".
    
    dict {
   -  #quota = mysql:/etc/dovecot-dict-quota.conf 
  +-  #expire = db:/var/lib/dovecot/expire.db
   +  #quota = mysql:@l_prefix@/etc/dovecot/dovecot-dict-quota.conf
  ++  #expire = db:@l_prefix@/var/dovecot/lib/expire.db
    }
    
    # Path to Berkeley DB's configuration file. See doc/dovecot-db-example.conf
  -@@ -1108,7 +1106,7 @@
  +@@ -1109,7 +1107,7 @@
      # one file for each mailbox, eg. INBOX or sub.mailbox. cache_secs 
parameter
      # specifies how many seconds to wait between stat()ing dovecot-acl file
      # to see if it changed.
  @@ -317,7 +319,7 @@
    
      # Convert plugin. If set, specifies the source storage path which is
      # converted to destination storage (mail_location) when the user logs in.
  -@@ -1127,16 +1125,16 @@
  +@@ -1128,14 +1126,14 @@
      # until the message can be saved within quota limits. The configuration 
file
      # is a text file where each line is in format: <priority> <mailbox name>
      # Mails are first deleted in lowest -> highest priority number order
  @@ -332,14 +334,11 @@
   -  #   dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool
   +  #   dovecot --exec-mail ext @l_prefix@/libexec/dovecot/expire-tool
      #expire = Trash 7 Spam 30
  --  #expire_dict = db:/var/lib/dovecot/expire.db
  -+  #expire_dict = db:@l_prefix@/var/dovecot/lib/expire.db
  +   #expire_dict = proxy::expire
    
  -   # Lazy expunge plugin. Currently works only with maildirs. When a user
  -   # expunges mails, the mails are moved to a mailbox in another namespace
   Index: src/deliver/deliver.c
  ---- src/deliver/deliver.c.orig       2009-01-13 22:53:53 +0100
  -+++ src/deliver/deliver.c    2009-01-24 12:43:25 +0100
  +--- src/deliver/deliver.c.orig       2009-02-27 00:31:13 +0100
  ++++ src/deliver/deliver.c    2009-03-14 09:11:12 +0100
   @@ -41,7 +41,7 @@
    #include <syslog.h>
    
  @@ -350,8 +349,8 @@
    
    /* After buffer grows larger than this, create a temporary file to /tmp
   Index: src/master/master-settings.c
  ---- src/master/master-settings.c.orig        2009-01-20 23:36:57 +0100
  -+++ src/master/master-settings.c     2009-01-24 12:43:25 +0100
  +--- src/master/master-settings.c.orig        2009-03-13 20:11:53 +0100
  ++++ src/master/master-settings.c     2009-03-14 09:11:12 +0100
   @@ -178,14 +178,14 @@
        MEMBER(syslog_facility) "mail",
    
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/dovecot/dovecot.spec
  ============================================================================
  $ cvs diff -u -r1.24 -r1.25 dovecot.spec
  --- openpkg-src/dovecot/dovecot.spec  4 Feb 2009 08:06:40 -0000       1.24
  +++ openpkg-src/dovecot/dovecot.spec  14 Mar 2009 08:19:14 -0000      1.25
  @@ -23,7 +23,7 @@
   
   #   package version
   %define       V_major             1.1
  -%define       V_minor             11
  +%define       V_minor             12
   %define       V_minor_sieve       6
   %define       V_minor_managesieve 1
   %define       V_managesieve       0.10.3
  @@ -39,7 +39,7 @@
   Group:        Mail
   License:      MIT+LGPL
   Version:      %{V_major}.%{V_minor}
  -Release:      20090204
  +Release:      20090314
   
   #   package options
   %option       with_fsl          yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to