mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Removal of carriage returns (0x0D) from numerous files. QAT caught
this, as did our user community. Reported by: QAT, andrew clarke <mail@ozzmosis.com>
This commit is contained in:
parent
0a2843a524
commit
d946dc7a6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222914
@ -6,11 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= dovecot
|
||||
PORTVERSION= 1.1.6
|
||||
PORTVERSION= 1.1.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= http://www.dovecot.org/releases/1.1/
|
||||
|
||||
MAINTAINER= yds@CoolRat.org
|
||||
MAINTAINER= yds@CoolRat.org
|
||||
COMMENT= Secure and compact IMAP and POP3 servers
|
||||
|
||||
USE_ICONV= yes
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (dovecot-1.1.6.tar.gz) = ccbfcfcb5e6d19a3228885a2f7eae2dd
|
||||
SHA256 (dovecot-1.1.6.tar.gz) = 91ab9b78e2ed4230d96faa89aecde3e6c42ad7e2ef4858c292c5988b195cbbec
|
||||
SIZE (dovecot-1.1.6.tar.gz) = 2320875
|
||||
MD5 (dovecot-1.1.6-managesieve-0.10.3.diff.gz) = 0450151b4515afb036b4c94ac9e912fc
|
||||
SHA256 (dovecot-1.1.6-managesieve-0.10.3.diff.gz) = 4a9612f788796d1c18653bc0aa5cc9269b3365d4a0358b3f6bf05cda206c139f
|
||||
SIZE (dovecot-1.1.6-managesieve-0.10.3.diff.gz) = 5912
|
||||
MD5 (dovecot-1.1.6.tar.gz) = ccbfcfcb5e6d19a3228885a2f7eae2dd
|
||||
SHA256 (dovecot-1.1.6.tar.gz) = 91ab9b78e2ed4230d96faa89aecde3e6c42ad7e2ef4858c292c5988b195cbbec
|
||||
SIZE (dovecot-1.1.6.tar.gz) = 2320875
|
||||
MD5 (dovecot-1.1.6-managesieve-0.10.3.diff.gz) = 0450151b4515afb036b4c94ac9e912fc
|
||||
SHA256 (dovecot-1.1.6-managesieve-0.10.3.diff.gz) = 4a9612f788796d1c18653bc0aa5cc9269b3365d4a0358b3f6bf05cda206c139f
|
||||
SIZE (dovecot-1.1.6-managesieve-0.10.3.diff.gz) = 5912
|
||||
|
@ -30,8 +30,8 @@ dovecot_prestart()
|
||||
{ # Ensure runtime directories exist with correct permissions
|
||||
local base user gid
|
||||
base=/var/run/${name}
|
||||
user=$(/usr/bin/awk -F '[[:space:]]*=[[:space:]]*' '/^[[:space:]]*login_user[[:space:]]*=/ { print $2 }' ${required_files})
|
||||
gid=$(/usr/sbin/pw usershow -n "${user:-${name}}" 2>/dev/null | /usr/bin/cut -d: -f4)
|
||||
user=$(/usr/bin/awk -F '[[:space:]]*=[[:space:]]*' '/^[[:space:]]*login_user[[:space:]]*=/ { print $2 }' ${required_files})
|
||||
gid=$(/usr/sbin/pw usershow -n "${user:-${name}}" 2>/dev/null | /usr/bin/cut -d: -f4)
|
||||
/usr/bin/install -o root -g wheel -m 0755 -d ${base}
|
||||
/usr/bin/install -o root -g ${gid} -m 0750 -d ${base}/login
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- dovecot-example.conf.orig 2008-10-26 11:00:45.000000000 -0400
|
||||
+++ dovecot-example.conf 2008-10-26 11:00:45.000000000 -0400
|
||||
--- dovecot-example.conf.orig 2008-10-26 11:00:45.000000000 -0400
|
||||
+++ dovecot-example.conf 2008-10-26 11:00:45.000000000 -0400
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
# Protocols we want to be serving: imap imaps pop3 pop3s
|
||||
@ -119,7 +119,7 @@
|
||||
# drop away the domain if it was given, or "%n-AT-%d" would change the '@' into
|
||||
# "-AT-". This translation is done after auth_username_translation changes.
|
||||
-#auth_username_format =
|
||||
+auth_username_format = %Lu
|
||||
+auth_username_format = %Lu
|
||||
|
||||
# If you want to allow master users to log in by specifying the master
|
||||
# username within the normal username string (ie. not using SASL mechanism's
|
||||
|
Loading…
Reference in New Issue
Block a user