mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- update to 3.1.3
Changelog: 20160911 Bugfix (introduced: Postfix 3.0): the SMTP daemon did not reset a previous session's command counts before rejecting a client that exceeds request or concurrency rates. File: smtpd/smtpd.c. 20160917 Bugfix (introduced: Postfix 3.0): the unionmap did not propagate table lookup errors. Based on patch by Roel van Meer. Files: util/dict_union.c, util/dict_union_test.*. 20160925 Workaround (problem introduced: Postfix 2.11): to avoid false "not found" errors with MySQL map queries that contain UTF8-encoded text, specify "option_group = client" in Postfix MySQL configuration files. This will be the default setting with Postfix 3.2 and later.
This commit is contained in:
parent
1150f67f07
commit
ca7e91d336
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423106
2 changed files with 4 additions and 5 deletions
|
@ -2,9 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postfix
|
||||
PORTVERSION= 3.1.2
|
||||
PORTVERSION= 3.1.3
|
||||
PORTEPOCH= 1
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \
|
||||
http://de.postfix.org/ftpmirror/ \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1472342160
|
||||
SHA256 (postfix/postfix-3.1.2.tar.gz) = 1ab9b4ee6bf9eb37d2467a63244132aab22ac23b91a72f327334e236b0d30f6b
|
||||
SIZE (postfix/postfix-3.1.2.tar.gz) = 4337569
|
||||
TIMESTAMP = 1475365074
|
||||
SHA256 (postfix/postfix-3.1.3.tar.gz) = 52f8127e6797e2617a36d0afb9473c55e95c3a777b6280df3f106168fd814979
|
||||
SIZE (postfix/postfix-3.1.3.tar.gz) = 4338730
|
||||
|
|
Loading…
Add table
Reference in a new issue