Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-6] src
Module Name: src
Committed By: riz
Date: Mon Jan 7 15:41:57 UTC 2013
Modified Files:
src/doc [netbsd-6]: 3RDPARTY
src/external/ibm-public/postfix/dist [netbsd-6]: HISTORY makedefs
src/external/ibm-public/postfix/dist/src/global [netbsd-6]: dict_ldap.c
mail_version.h
src/external/ibm-public/postfix/dist/src/oqmgr [netbsd-6]:
qmgr_message.c
src/external/ibm-public/postfix/dist/src/postscreen [netbsd-6]:
postscreen_access.c
src/external/ibm-public/postfix/dist/src/util [netbsd-6]: myaddrinfo.c
sys_defs.h
Log Message:
doc/3RDPARTY 1.989, 1.991 via patch
external/ibm-public/postfix/dist/HISTORY patch
external/ibm-public/postfix/dist/makedefs patch
external/ibm-public/postfix/dist/src/global/dict_ldap.c patch
external/ibm-public/postfix/dist/src/global/mail_version.h patch
external/ibm-public/postfix/dist/src/oqmgr/qmgr_message.c patch
external/ibm-public/postfix/dist/src/postscreen/postscreen_access.c patch
external/ibm-public/postfix/dist/src/util/myaddrinfo.c patch
external/ibm-public/postfix/dist/src/util/sys_defs.h patch
Update Postfix to version 2.8.13. Changes since version 2.8.12:
- The postscreen_access_list feature failed to ignore case in the first
character of a command (e.g., permit, reject, etc.). Reported by
Francis Picabia. (This fix is incorrectly listed in the HISTORY
files of earlier releases, and will be removed with a future patch.)
- Strip the datalink suffix (e.g., %eth0) from IPv6 addresses returned
by the system getaddrinfo() routine. Such suffixes break the default
mynetworks value, the Postfix SMTP server's reverse/forward DNS
name/address mapping check, and possibly more.
- To eliminate the possibility of collisions with connection cache
lookup keys, the Postfix LDAP client now computes those lookup keys
by joining the number-valued connection properties with ASCII null,
just like it already did with the string-valued connection
properties.
- There was a memory leak during one-time TLS library initialization
(introduced with Postfix 2.5). Reported by Coverity.
- There was a memory leak in the unused oqmgr(8) program (introduced
with Postfix 2.3). Reported by Coverity.
[tron, ticket #771]
To generate a diff of this commit:
cvs rdiff -u -r1.909.2.17 -r1.909.2.18 src/doc/3RDPARTY
cvs rdiff -u -r1.1.1.12.2.3 -r1.1.1.12.2.4 \
src/external/ibm-public/postfix/dist/HISTORY
cvs rdiff -u -r1.5 -r1.5.2.1 src/external/ibm-public/postfix/dist/makedefs
cvs rdiff -u -r1.1.1.3.6.1 -r1.1.1.3.6.2 \
src/external/ibm-public/postfix/dist/src/global/dict_ldap.c
cvs rdiff -u -r1.1.1.12.2.3 -r1.1.1.12.2.4 \
src/external/ibm-public/postfix/dist/src/global/mail_version.h
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.6.1 \
src/external/ibm-public/postfix/dist/src/oqmgr/qmgr_message.c
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.8.1 \
src/external/ibm-public/postfix/dist/src/postscreen/postscreen_access.c
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.6.1 \
src/external/ibm-public/postfix/dist/src/util/myaddrinfo.c
cvs rdiff -u -r1.3 -r1.3.2.1 \
src/external/ibm-public/postfix/dist/src/util/sys_defs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index