Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/ibm-public/postfix Update list of source files afte...
details: https://anonhg.NetBSD.org/src/rev/10d6d1933662
branches: trunk
changeset: 790199:10d6d1933662
user: tron <tron%NetBSD.org@localhost>
date: Wed Sep 25 19:25:08 2013 +0000
description:
Update list of source files after import of Postfix 2.10.2.
diffstat:
external/ibm-public/postfix/lib/global/Makefile | 4 ++--
external/ibm-public/postfix/lib/util/Makefile | 9 +++++----
external/ibm-public/postfix/libexec/master/Makefile | 5 +++--
external/ibm-public/postfix/libexec/postscreen/Makefile | 6 +++---
external/ibm-public/postfix/libexec/smtpd/Makefile | 4 ++--
external/ibm-public/postfix/sbin/postconf/Makefile | 5 +++--
6 files changed, 18 insertions(+), 15 deletions(-)
diffs (116 lines):
diff -r 690d2d783add -r 10d6d1933662 external/ibm-public/postfix/lib/global/Makefile
--- a/external/ibm-public/postfix/lib/global/Makefile Wed Sep 25 19:12:34 2013 +0000
+++ b/external/ibm-public/postfix/lib/global/Makefile Wed Sep 25 19:25:08 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/01/02 19:45:48 tron Exp $
+# $NetBSD: Makefile,v 1.5 2013/09/25 19:25:08 tron Exp $
LIBISPRIVATE= yes
@@ -42,6 +42,6 @@
delivered_hdr.c fold_addr.c mkmap_proxy.c header_body_checks.c \
mail_conf_nint.c match_service.c match_service.h mail_conf_nbool.c \
smtp_reply_footer.c memcache_proto.c mkmap_fail.c safe_ultostr.c \
- server_acl.c verify_sender_addr.c mail_version.c
+ server_acl.c verify_sender_addr.c mail_version.c haproxy_srvr.c
.include <bsd.lib.mk>
diff -r 690d2d783add -r 10d6d1933662 external/ibm-public/postfix/lib/util/Makefile
--- a/external/ibm-public/postfix/lib/util/Makefile Wed Sep 25 19:12:34 2013 +0000
+++ b/external/ibm-public/postfix/lib/util/Makefile Wed Sep 25 19:25:08 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/01/02 19:45:49 tron Exp $
+# $NetBSD: Makefile,v 1.6 2013/09/25 19:25:08 tron Exp $
LIBISPRIVATE= yes
@@ -42,9 +42,10 @@
write_buf.c write_wait.c sane_basename.c format_tv.c allspace.c \
allascii.c load_file.c killme_after.c vstream_tweak.c edit_file.c \
inet_windowsize.c unix_pass_fd_fix.c dict_cache.c dict_thash.c \
- ip_match.c nbbio.c stream_pass_connect.c unix_pass_listen.c \
- unix_pass_trigger.c valid_utf_8.c myrand.c base32_code.c dict_fail.c \
- dict_surrogate.c dict_test.c msg_rate_delay.c warn_stat.c
+ ip_match.c nbbio.c valid_utf_8.c myrand.c base32_code.c dict_fail.c \
+ dict_surrogate.c dict_test.c msg_rate_delay.c warn_stat.c \
+ dict_sockmap.c line_number.c pass_accept.c pass_trigger.c \
+ recv_pass_attr.c
COPTS.unix_recv_fd.c = -Wno-stack-protector
COPTS.unix_send_fd.c = -Wno-stack-protector
diff -r 690d2d783add -r 10d6d1933662 external/ibm-public/postfix/libexec/master/Makefile
--- a/external/ibm-public/postfix/libexec/master/Makefile Wed Sep 25 19:12:34 2013 +0000
+++ b/external/ibm-public/postfix/libexec/master/Makefile Wed Sep 25 19:25:08 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2009/06/25 18:21:54 tron Exp $
+# $NetBSD: Makefile,v 1.2 2013/09/25 19:25:08 tron Exp $
NOMAN= # defined
@@ -11,7 +11,8 @@
SRCS= master.c master_conf.c master_ent.c master_sig.c master_avail.c \
master_spawn.c master_service.c master_status.c master_listen.c \
- master_vars.c master_wakeup.c master_flow.c master_watch.c
+ master_vars.c master_wakeup.c master_flow.c master_watch.c \
+ master_monitor.c
DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPGLOBAL} ${LIBPUTIL}
diff -r 690d2d783add -r 10d6d1933662 external/ibm-public/postfix/libexec/postscreen/Makefile
--- a/external/ibm-public/postfix/libexec/postscreen/Makefile Wed Sep 25 19:12:34 2013 +0000
+++ b/external/ibm-public/postfix/libexec/postscreen/Makefile Wed Sep 25 19:25:08 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/01/02 19:45:49 tron Exp $
+# $NetBSD: Makefile,v 1.3 2013/09/25 19:25:08 tron Exp $
NOMAN= # defined
@@ -12,8 +12,8 @@
SRCS= postscreen.c postscreen_dict.c postscreen_dnsbl.c \
postscreen_early.c postscreen_expand.c postscreen_misc.c \
postscreen_send.c postscreen_smtpd.c postscreen_starttls.c \
- postscreen_state.c postscreen_tests.c
-
+ postscreen_state.c postscreen_tests.c postscreen_haproxy.c \
+ postscreen_endpt.c
DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
diff -r 690d2d783add -r 10d6d1933662 external/ibm-public/postfix/libexec/smtpd/Makefile
--- a/external/ibm-public/postfix/libexec/smtpd/Makefile Wed Sep 25 19:12:34 2013 +0000
+++ b/external/ibm-public/postfix/libexec/smtpd/Makefile Wed Sep 25 19:25:08 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/03/02 20:12:29 tron Exp $
+# $NetBSD: Makefile,v 1.3 2013/09/25 19:25:08 tron Exp $
NOMAN= # defined
@@ -12,7 +12,7 @@
SRCS= smtpd.c smtpd_token.c smtpd_check.c smtpd_chat.c smtpd_state.c \
smtpd_peer.c smtpd_sasl_proto.c smtpd_sasl_glue.c smtpd_proxy.c \
smtpd_xforward.c smtpd_dsn_fix.c smtpd_milter.c smtpd_resolve.c \
- smtpd_expand.c
+ smtpd_expand.c smtpd_haproxy.c
DPADD+= ${LIBPMASTER} ${LIBPMILTER} ${LIBPGLOBAL} ${LIBPDNS} ${LIBPXSASL}
LDADD+= ${LIBPMASTER} ${LIBPMILTER} ${LIBPGLOBAL} ${LIBPDNS} ${LIBPXSASL}
diff -r 690d2d783add -r 10d6d1933662 external/ibm-public/postfix/sbin/postconf/Makefile
--- a/external/ibm-public/postfix/sbin/postconf/Makefile Wed Sep 25 19:12:34 2013 +0000
+++ b/external/ibm-public/postfix/sbin/postconf/Makefile Wed Sep 25 19:25:08 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/01/02 19:45:49 tron Exp $
+# $NetBSD: Makefile,v 1.5 2013/09/25 19:25:08 tron Exp $
# XXX Note we aren't building ../conf/main.cf.default
# The shipped makefiles construct it using postconf -d after building
@@ -17,7 +17,8 @@
PSRCS= postconf.c postconf_builtin.c postconf_dbms.c postconf_edit.c \
postconf_main.c postconf_master.c postconf_misc.c postconf_node.c \
- postconf_other.c postconf_service.c postconf_unused.c postconf_user.c
+ postconf_other.c postconf_service.c postconf_unused.c postconf_user.c \
+ postconf_lookup.c
GENSRCS=bool_table.h bool_vars.h int_table.h int_vars.h str_table.h \
str_vars.h time_table.h time_vars.h raw_table.h raw_vars.h \
nint_table.h nint_vars.h nbool_table.h nbool_vars.h long_table.h \
Home |
Main Index |
Thread Index |
Old Index