Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 03/13/2001 20:34:23
Module Name:	gnusrc
Committed By:	itojun
Date:		Tue Mar 13 18:34:23 UTC 2001

Modified Files:
	gnusrc/gnu/dist/postfix: makedefs
	gnusrc/gnu/dist/postfix/src/dns: dns_lookup.c
	gnusrc/gnu/dist/postfix/src/global: Makefile.in mynetworks.c
	    own_inet_addr.c own_inet_addr.h peer_name.c peer_name.h
	    resolve_local.c
	gnusrc/gnu/dist/postfix/src/master: master_ent.c master_listen.c
	gnusrc/gnu/dist/postfix/src/qmgr: qmgr_message.c
	gnusrc/gnu/dist/postfix/src/smtp: smtp_addr.c smtp_connect.c
	    smtp_unalias.c
	gnusrc/gnu/dist/postfix/src/smtpd: smtpd_check.c smtpd_peer.c
	gnusrc/gnu/dist/postfix/src/util: Makefile.in inet_addr_host.c
	    inet_addr_list.c inet_addr_list.h inet_addr_local.c inet_listen.c
	    match_list.c match_ops.c sys_defs.h valid_hostname.c
	gnusrc/gnu/usr.sbin/postfix: Makefile.inc
	gnusrc/gnu/usr.sbin/postfix/global: Makefile
	gnusrc/gnu/usr.sbin/postfix/util: Makefile
Added Files:
	gnusrc/gnu/dist/postfix: IPv6_README
	gnusrc/gnu/dist/postfix/src/global: wildcard_inet_addr.c
	    wildcard_inet_addr.h
	gnusrc/gnu/dist/postfix/src/util: get_port.c get_port.h

Log Message:
pull latest IPv6 patch in.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 gnusrc/gnu/dist/postfix/IPv6_README
cvs rdiff -r1.1.1.3 -r1.2 gnusrc/gnu/dist/postfix/makedefs
cvs rdiff -r1.1.1.1 -r1.2 gnusrc/gnu/dist/postfix/src/dns/dns_lookup.c
cvs rdiff -r1.1.1.1 -r1.2 gnusrc/gnu/dist/postfix/src/global/Makefile.in \
    gnusrc/gnu/dist/postfix/src/global/mynetworks.c \
    gnusrc/gnu/dist/postfix/src/global/own_inet_addr.c \
    gnusrc/gnu/dist/postfix/src/global/own_inet_addr.h \
    gnusrc/gnu/dist/postfix/src/global/peer_name.c \
    gnusrc/gnu/dist/postfix/src/global/peer_name.h \
    gnusrc/gnu/dist/postfix/src/global/resolve_local.c
cvs rdiff -r0 -r1.1 gnusrc/gnu/dist/postfix/src/global/wildcard_inet_addr.c \
    gnusrc/gnu/dist/postfix/src/global/wildcard_inet_addr.h
cvs rdiff -r1.1.1.1 -r1.2 gnusrc/gnu/dist/postfix/src/master/master_ent.c \
    gnusrc/gnu/dist/postfix/src/master/master_listen.c
cvs rdiff -r1.1.1.1 -r1.2 gnusrc/gnu/dist/postfix/src/qmgr/qmgr_message.c
cvs rdiff -r1.1.1.1 -r1.2 gnusrc/gnu/dist/postfix/src/smtp/smtp_addr.c \
    gnusrc/gnu/dist/postfix/src/smtp/smtp_connect.c \
    gnusrc/gnu/dist/postfix/src/smtp/smtp_unalias.c
cvs rdiff -r1.1.1.1 -r1.2 gnusrc/gnu/dist/postfix/src/smtpd/smtpd_check.c \
    gnusrc/gnu/dist/postfix/src/smtpd/smtpd_peer.c
cvs rdiff -r1.1.1.1 -r1.2 gnusrc/gnu/dist/postfix/src/util/Makefile.in \
    gnusrc/gnu/dist/postfix/src/util/inet_addr_host.c \
    gnusrc/gnu/dist/postfix/src/util/inet_addr_list.c \
    gnusrc/gnu/dist/postfix/src/util/inet_addr_list.h \
    gnusrc/gnu/dist/postfix/src/util/inet_addr_local.c \
    gnusrc/gnu/dist/postfix/src/util/inet_listen.c \
    gnusrc/gnu/dist/postfix/src/util/match_list.c \
    gnusrc/gnu/dist/postfix/src/util/match_ops.c \
    gnusrc/gnu/dist/postfix/src/util/sys_defs.h \
    gnusrc/gnu/dist/postfix/src/util/valid_hostname.c
cvs rdiff -r0 -r1.1 gnusrc/gnu/dist/postfix/src/util/get_port.c \
    gnusrc/gnu/dist/postfix/src/util/get_port.h
cvs rdiff -r1.4 -r1.5 gnusrc/gnu/usr.sbin/postfix/Makefile.inc
cvs rdiff -r1.3 -r1.4 gnusrc/gnu/usr.sbin/postfix/global/Makefile
cvs rdiff -r1.2 -r1.3 gnusrc/gnu/usr.sbin/postfix/util/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.