OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 18-May-2009 22:47:38 Branch: HEAD Handle: 2009051821473700 Modified files: openpkg-src/dovecot dovecot.patch dovecot.spec Log: upgrading package: dovecot 1.1.14 -> 1.1.15 Summary: Revision Changes Path 1.9 +37 -43 openpkg-src/dovecot/dovecot.patch 1.29 +2 -2 openpkg-src/dovecot/dovecot.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/dovecot/dovecot.patch ============================================================================ $ cvs diff -u -r1.8 -r1.9 dovecot.patch --- openpkg-src/dovecot/dovecot.patch 14 Mar 2009 08:19:14 -0000 1.8 +++ openpkg-src/dovecot/dovecot.patch 18 May 2009 20:47:37 -0000 1.9 @@ -1,6 +1,6 @@ Index: configure.in ---- configure.in.orig 2009-03-13 23:06:16 +0100 -+++ configure.in 2009-03-14 09:11:12 +0100 +--- configure.in.orig 2009-05-18 03:39:35 +0200 ++++ configure.in 2009-05-18 22:39:30 +0200 @@ -1962,14 +1962,14 @@ if test $want_pgsql != no; then @@ -21,9 +21,9 @@ PGSQL_LIBDIR=$i/$j fi Index: configure ---- configure.orig 2009-03-13 23:06:32 +0100 -+++ configure 2009-03-14 09:11:12 +0100 -@@ -27966,14 +27966,14 @@ +--- configure.orig 2009-05-18 03:39:51 +0200 ++++ configure 2009-05-18 22:39:30 +0200 +@@ -28482,14 +28482,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-03-14 09:11:12 +0100 ++++ doc/dovecot-sql-example.conf 2009-05-18 22:39:30 +0200 @@ -47,7 +47,8 @@ # the default my.cnf location # option_group - Read options from the given group (default: client) @@ -65,16 +65,10 @@ #connect = Index: dovecot-example.conf ---- 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 - # any of the lines. Exception to this are paths, they're just examples with --# the real defaults being based on configure options. The paths listed here --# are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --# --with-ssldir=/etc/ssl -+# the real defaults being based on configure options. +--- dovecot-example.conf.orig 2009-05-13 18:41:46 +0200 ++++ dovecot-example.conf 2009-05-18 22:42:42 +0200 +@@ -17,11 +17,11 @@ + # --sysconfdir=/etc --localstatedir=/var --with-ssldir=/etc/ssl # Base directory where to store runtime data. -#base_dir = /var/run/dovecot/ @@ -87,7 +81,7 @@ # A space separated list of IP or host addresses where to listen in for # connections. "*" listens in all IPv4 interfaces. "[::]" listens in all IPv6 -@@ -38,7 +36,7 @@ +@@ -39,7 +39,7 @@ # listen = *:10100 # .. # } @@ -96,14 +90,14 @@ # Disable LOGIN command and all other plaintext authentications unless # SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP -@@ -82,17 +80,17 @@ +@@ -83,17 +83,17 @@ # IP or host address where to listen in for SSL connections. Remember to also # add imaps and/or pop3s to protocols setting. Defaults to same as "listen" # setting if not specified. -#ssl_listen = +#ssl_listen = 127.0.0.1 - # Disable SSL/TLS support. <doc/wiki/SSL> + # Disable SSL/TLS support. <doc/wiki/SSL.txt> -#ssl_disable = no +#ssl_disable = yes @@ -118,7 +112,7 @@ # If key file is password protected, give the password here. Alternatively # give it when starting dovecot with -p parameter. Since this file is often -@@ -135,7 +133,7 @@ +@@ -136,7 +136,7 @@ # which login needs to be able to connect to. The sockets are created when # running as root, so you don't have to worry about permissions. Note that # everything in this directory is deleted when Dovecot is started. @@ -127,7 +121,7 @@ # chroot login process to the login_dir. Only reason not to do this is if you # wish to run the whole Dovecot without roots. <doc/wiki/Rootless.txt> -@@ -145,7 +143,7 @@ +@@ -146,7 +146,7 @@ # and don't use it anywhere else. The user must also belong to a group where # only it has access, it's used to control access for authentication process. # Note that this user is NOT used to access mails. <doc/wiki/UserIds.txt> @@ -136,7 +130,7 @@ # Set max. process size in megabytes. If you don't use # login_process_per_connection you might need to grow this. -@@ -503,7 +501,7 @@ +@@ -504,7 +504,7 @@ protocol imap { # Login executable location. @@ -145,7 +139,7 @@ # IMAP executable location. Changing this allows you to execute other # binaries before the imap process is executed. -@@ -515,7 +513,7 @@ +@@ -516,7 +516,7 @@ # /tmp/gdbhelper.* files: # mail_executable = /usr/libexec/dovecot/gdbhelper /usr/libexec/dovecot/imap # @@ -154,7 +148,7 @@ # Maximum IMAP command line length in bytes. Some clients generate very long # command lines with huge mailboxes, so you may need to raise this if you get -@@ -529,7 +527,7 @@ +@@ -530,7 +530,7 @@ # Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. #mail_plugins = @@ -163,7 +157,7 @@ # Send IMAP capabilities in greeting message. This makes it unnecessary for # clients to request it with CAPABILITY command, so it saves one round-trip. -@@ -572,11 +570,11 @@ +@@ -573,11 +573,11 @@ protocol pop3 { # Login executable location. @@ -177,7 +171,7 @@ # Don't try to set mails non-recent or seen with POP3 sessions. This is # mostly intended to reduce disk I/O. With maildir it doesn't move files -@@ -636,7 +634,7 @@ +@@ -637,7 +637,7 @@ # Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. #mail_plugins = @@ -186,7 +180,7 @@ # Workarounds for various client bugs: # outlook-no-nuls: -@@ -664,7 +662,7 @@ +@@ -665,7 +665,7 @@ # Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. #mail_plugins = @@ -195,7 +189,7 @@ # If user is over quota, return with temporary failure instead of # bouncing the mail. -@@ -678,7 +676,7 @@ +@@ -679,7 +679,7 @@ #deliver_log_format = msgid=%m: %$ # Binary to use for sending mails. @@ -204,7 +198,7 @@ # Subject: header to use for rejection mails. You can use the same variables # as for rejection_reason below. -@@ -689,7 +687,7 @@ +@@ -690,7 +690,7 @@ #rejection_reason = Your message to <%t> was automatically rejected:%n%r # UNIX socket path to master authentication server to find users. @@ -213,7 +207,7 @@ } ## -@@ -697,7 +695,7 @@ +@@ -698,7 +698,7 @@ ## # Executable location @@ -222,7 +216,7 @@ # Set max. process size in megabytes. #auth_process_size = 256 -@@ -787,7 +785,7 @@ +@@ -788,7 +788,7 @@ #auth_ntlm_use_winbind = no # Path for Samba's ntlm_auth helper binary. @@ -231,7 +225,7 @@ # Number of seconds to delay before replying to failed authentications. #auth_failure_delay = 2 -@@ -820,7 +818,7 @@ +@@ -821,7 +821,7 @@ #passdb passwd-file { # File contains a list of usernames, one per line @@ -240,7 +234,7 @@ #deny = yes #} -@@ -903,13 +901,13 @@ +@@ -904,13 +904,13 @@ # SQL database <doc/wiki/AuthDatabase.SQL.txt> #passdb sql { # Path for SQL configuration file, see doc/dovecot-sql-example.conf @@ -256,7 +250,7 @@ #} # vpopmail authentication <doc/wiki/AuthDatabase.VPopMail.txt> -@@ -974,13 +972,13 @@ +@@ -975,13 +975,13 @@ # SQL database <doc/wiki/AuthDatabase.SQL.txt> #userdb sql { # Path for SQL configuration file, see doc/dovecot-sql-example.conf @@ -272,7 +266,7 @@ #} # vpopmail <doc/wiki/AuthDatabase.VPopMail.txt> -@@ -1017,7 +1015,7 @@ +@@ -1018,7 +1018,7 @@ # Master socket provides access to userdb information. It's typically # used to give Dovecot's local delivery agent access to userdb so it # can find mailbox locations. @@ -281,7 +275,7 @@ #mode = 0600 # Default user/group is the one who started dovecot-auth (root) #user = -@@ -1027,7 +1025,7 @@ +@@ -1028,7 +1028,7 @@ # The client socket is generally safe to export to everyone. Typical use # is to export it to your SMTP server so it can do SMTP AUTH lookups # using it. @@ -290,7 +284,7 @@ #mode = 0660 #} #} -@@ -1041,7 +1039,7 @@ +@@ -1042,7 +1042,7 @@ #auth external { # socket connect { # master { @@ -299,7 +293,7 @@ # } # } #} -@@ -1057,8 +1055,8 @@ +@@ -1058,8 +1058,8 @@ # referenced using URIs in format "proxy::<name>". dict { @@ -310,7 +304,7 @@ } # Path to Berkeley DB's configuration file. See doc/dovecot-db-example.conf -@@ -1109,7 +1107,7 @@ +@@ -1110,7 +1110,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. @@ -319,7 +313,7 @@ # Convert plugin. If set, specifies the source storage path which is # converted to destination storage (mail_location) when the user logs in. -@@ -1128,14 +1126,14 @@ +@@ -1129,14 +1129,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 @@ -338,7 +332,7 @@ Index: src/deliver/deliver.c --- src/deliver/deliver.c.orig 2009-02-27 00:31:13 +0100 -+++ src/deliver/deliver.c 2009-03-14 09:11:12 +0100 ++++ src/deliver/deliver.c 2009-05-18 22:39:30 +0200 @@ -41,7 +41,7 @@ #include <syslog.h> @@ -349,8 +343,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-03-13 20:11:53 +0100 -+++ src/master/master-settings.c 2009-03-14 09:11:12 +0100 +--- src/master/master-settings.c.orig 2009-05-13 19:32:34 +0200 ++++ src/master/master-settings.c 2009-05-18 22:39:30 +0200 @@ -178,14 +178,14 @@ MEMBER(syslog_facility) "mail", @@ . patch -p0 <<'@@ .' Index: openpkg-src/dovecot/dovecot.spec ============================================================================ $ cvs diff -u -r1.28 -r1.29 dovecot.spec --- openpkg-src/dovecot/dovecot.spec 18 Apr 2009 13:09:56 -0000 1.28 +++ openpkg-src/dovecot/dovecot.spec 18 May 2009 20:47:37 -0000 1.29 @@ -23,7 +23,7 @@ # package version %define V_major 1.1 -%define V_minor 14 +%define V_minor 15 %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: 20090418 +Release: 20090518 # package options %option with_fsl yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org