summaryrefslogtreecommitdiff
path: root/dovecot
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2008-11-24 09:25:36 +0100
committerJuergen Daubert <jue@jue.li>2008-11-24 09:25:36 +0100
commit1cc8b5b6291ea595e89bfee3983fe7c87a86652a (patch)
treed57370e7d0d632026676f5f1aef2d0ddfd683785 /dovecot
parentad0be58cefd250beff4e072e537607589be87523 (diff)
downloadopt-1cc8b5b6291ea595e89bfee3983fe7c87a86652a.tar.gz
opt-1cc8b5b6291ea595e89bfee3983fe7c87a86652a.tar.xz
dovecot: update to 1.1.7
Diffstat (limited to 'dovecot')
-rw-r--r--dovecot/.md5sum4
-rw-r--r--dovecot/Pkgfile2
-rw-r--r--dovecot/dovecot-config.patch34
3 files changed, 20 insertions, 20 deletions
diff --git a/dovecot/.md5sum b/dovecot/.md5sum
index 309a73b1f..e6caac690 100644
--- a/dovecot/.md5sum
+++ b/dovecot/.md5sum
@@ -1,3 +1,3 @@
7eaa958040fbd7169c86134439d4b632 dovecot
-ccbfcfcb5e6d19a3228885a2f7eae2dd dovecot-1.1.6.tar.gz
-97f4587ca5ed979c5f794f8df6b1c948 dovecot-config.patch
+ea83ea2000a5b2e1744c7c97eb5585d1 dovecot-1.1.7.tar.gz
+f36052d8ae3bf7330d2668cb793de4c0 dovecot-config.patch
diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile
index 30ba71608..2301f3624 100644
--- a/dovecot/Pkgfile
+++ b/dovecot/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: openssl
name=dovecot
-version=1.1.6
+version=1.1.7
release=1
source=(http://dovecot.org/releases/1.1/$name-$version.tar.gz \
dovecot-config.patch dovecot)
diff --git a/dovecot/dovecot-config.patch b/dovecot/dovecot-config.patch
index 50dbde985..15b190ac2 100644
--- a/dovecot/dovecot-config.patch
+++ b/dovecot/dovecot-config.patch
@@ -1,6 +1,6 @@
-diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.conf
---- dovecot-1.1.2.orig/dovecot-example.conf 2008-07-24 08:38:13.000000000 +0200
-+++ dovecot-1.1.2/dovecot-example.conf 2008-07-24 08:38:25.000000000 +0200
+diff -Nru dovecot-1.1.7.orig/dovecot-example.conf dovecot-1.1.7/dovecot-example.conf
+--- dovecot-1.1.7.orig/dovecot-example.conf 2008-11-24 07:54:15.000000000 +0100
++++ dovecot-1.1.7/dovecot-example.conf 2008-11-24 07:54:32.000000000 +0100
@@ -16,11 +16,11 @@
# --with-ssldir=/etc/ssl
@@ -25,8 +25,8 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
+ssl_key_file = /etc/ssl/keys/dovecot.key
# If key file is password protected, give the password here. Alternatively
- # give it when starting dovecot with -p parameter.
-@@ -132,7 +132,7 @@
+ # give it when starting dovecot with -p parameter. Since this file is often
+@@ -134,7 +134,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.
@@ -35,7 +35,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
# 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>
-@@ -142,7 +142,7 @@
+@@ -144,7 +144,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>
@@ -44,7 +44,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
# Set max. process size in megabytes. If you don't use
# login_process_per_connection you might need to grow this.
-@@ -152,10 +152,10 @@
+@@ -154,10 +154,10 @@
# login process be allowed to process multiple connections (no)? Yes is more
# secure, espcially with SSL/TLS enabled. No is faster since there's no need
# to create processes all the time.
@@ -57,7 +57,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
# Maximum number of login processes to create. The listening process count
# usually stays at login_processes_count, but when multiple users start logging
-@@ -211,7 +211,7 @@
+@@ -213,7 +213,7 @@
#
# <doc/wiki/MailLocation.txt>
#
@@ -66,7 +66,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
# If you need to set multiple mailbox locations or want to change default
# namespace settings, you can do it by defining namespace sections.
-@@ -351,7 +351,7 @@
+@@ -353,7 +353,7 @@
# non-valid GID as primary group ID aren't allowed to log in. If user
# belongs to supplementary groups with non-valid GIDs, those groups are
# not set.
@@ -75,7 +75,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
#last_valid_gid = 0
# Maximum number of running mail processes. When this limit is reached,
-@@ -502,19 +502,19 @@
+@@ -504,19 +504,19 @@
protocol imap {
# Login executable location.
@@ -99,7 +99,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
# 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
-@@ -571,11 +571,11 @@
+@@ -573,11 +573,11 @@
protocol pop3 {
# Login executable location.
@@ -113,7 +113,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
# 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
-@@ -614,7 +614,7 @@
+@@ -616,7 +616,7 @@
# Dovecot's default, so if you're building a new server it would be a good
# idea to change this. %08Xu%08Xv should be pretty fail-safe.
#
@@ -122,7 +122,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
# POP3 logout format string:
# %i - total number of bytes read from client
-@@ -677,7 +677,7 @@
+@@ -679,7 +679,7 @@
#deliver_log_format = msgid=%m: %$
# Binary to use for sending mails.
@@ -131,7 +131,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
# Human readable error message for rejection mails. Use can use variables:
# %n = CRLF, %r = reason, %s = subject, %t = recipient
-@@ -692,7 +692,7 @@
+@@ -694,7 +694,7 @@
##
# Executable location
@@ -140,7 +140,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
# Set max. process size in megabytes.
#auth_process_size = 256
-@@ -825,7 +825,7 @@
+@@ -827,7 +827,7 @@
# database (passwd usually), you can use static userdb.
# REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
# authentication to actually work. <doc/wiki/PasswordDatabase.PAM.txt>
@@ -149,7 +149,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
# [session=yes] [setcred=yes] [failure_show_msg=yes]
# [cache_key=<key>] [<service name>]
#
-@@ -854,7 +854,7 @@
+@@ -856,7 +856,7 @@
# args = session=yes %Ls
# args = cache_key=%u dovecot
#args = dovecot
@@ -158,7 +158,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
# System users (NSS, /etc/passwd, or similiar)
# In many systems nowadays this uses Name Service Switch, which is
-@@ -867,10 +867,10 @@
+@@ -869,10 +869,10 @@
# Shadow passwords for system users (NSS, /etc/shadow or similiar).
# Deprecated by PAM nowadays.
# <doc/wiki/PasswordDatabase.Shadow.txt>

Generated by cgit