diff --git a/external/ibm-public/postfix/lib/global/Makefile b/external/ibm-public/postfix/lib/global/Makefile index c0c2b436acb7..7071e7cdf2b3 100644 --- a/external/ibm-public/postfix/lib/global/Makefile +++ b/external/ibm-public/postfix/lib/global/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/09/25 19:25:08 tron Exp $ +# $NetBSD: Makefile,v 1.6 2014/07/06 19:53:05 tron Exp $ LIBISPRIVATE= yes @@ -42,6 +42,7 @@ SRCS= abounce.c anvil_clnt.c been_here.c bounce.c bounce_log.c \ 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 haproxy_srvr.c + server_acl.c verify_sender_addr.c mail_version.c haproxy_srvr.c \ + mkmap_lmdb.c .include diff --git a/external/ibm-public/postfix/lib/tls/Makefile b/external/ibm-public/postfix/lib/tls/Makefile index 44d9c2988880..e56d52564144 100644 --- a/external/ibm-public/postfix/lib/tls/Makefile +++ b/external/ibm-public/postfix/lib/tls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/03/02 22:24:55 tron Exp $ +# $NetBSD: Makefile,v 1.3 2014/07/06 19:53:05 tron Exp $ LIBISPRIVATE= yes @@ -13,6 +13,7 @@ SRCS= tls_prng_dev.c tls_prng_egd.c tls_prng_file.c \ tls_prng_exch.c tls_stream.c tls_bio_ops.c tls_misc.c tls_dh.c \ tls_rsa.c tls_verify.c tls_certkey.c tls_session.c \ tls_client.c tls_server.c tls_scache.c tls_mgr.c tls_seed.c \ - tls_level.c tls_proxy_clnt.c tls_proxy_print.c + tls_level.c tls_proxy_clnt.c tls_proxy_print.c tls_dane.c \ + tls_fprint.c .include diff --git a/external/ibm-public/postfix/lib/util/Makefile b/external/ibm-public/postfix/lib/util/Makefile index 63176190855f..e6cf3aad0a64 100644 --- a/external/ibm-public/postfix/lib/util/Makefile +++ b/external/ibm-public/postfix/lib/util/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/09/25 19:25:08 tron Exp $ +# $NetBSD: Makefile,v 1.7 2014/07/06 19:53:05 tron Exp $ LIBISPRIVATE= yes @@ -28,7 +28,7 @@ SRCS= alldig.c allprint.c argv.c argv_split.c attr_clnt.c attr_print0.c \ mymalloc.c myrand.c mystrtok.c name_code.c name_mask.c netstring.c \ neuter.c non_blocking.c nvtable.c open_as.c open_limit.c open_lock.c \ peekfd.c percentm.c posix_signals.c printable.c rand_sleep.c \ - read_wait.c readable.c readlline.c ring.c safe_getenv.c safe_open.c \ + readlline.c ring.c safe_getenv.c safe_open.c \ sane_accept.c sane_connect.c sane_link.c sane_rename.c \ sane_socketpair.c sane_time.c scan_dir.c set_eugid.c set_ugid.c \ sigdelay.c skipblanks.c sock_addr.c spawn_command.c split_at.c \ @@ -38,14 +38,14 @@ SRCS= alldig.c allprint.c argv.c argv_split.c attr_clnt.c attr_print0.c \ translit.c trimblanks.c unescape.c unix_connect.c unix_listen.c \ unix_recv_fd.c unix_send_fd.c unix_trigger.c unsafe.c uppercase.c \ username.c valid_hostname.c vbuf.c vbuf_print.c vstream.c \ - vstream_popen.c vstring.c vstring_vstream.c watchdog.c writable.c \ - write_buf.c write_wait.c sane_basename.c format_tv.c allspace.c \ + vstream_popen.c vstring.c vstring_vstream.c watchdog.c \ + write_buf.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 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 + recv_pass_attr.c slmdb.c dict_lmdb.c poll_fd.c timecmp.c COPTS.unix_recv_fd.c = -Wno-stack-protector COPTS.unix_send_fd.c = -Wno-stack-protector diff --git a/external/ibm-public/postfix/libexec/smtp/Makefile b/external/ibm-public/postfix/libexec/smtp/Makefile index bc94862f3bb7..91ab64bc7deb 100644 --- a/external/ibm-public/postfix/libexec/smtp/Makefile +++ b/external/ibm-public/postfix/libexec/smtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2009/06/25 18:21:55 tron Exp $ +# $NetBSD: Makefile,v 1.2 2014/07/06 19:53:05 tron Exp $ NOMAN= # defined @@ -12,7 +12,7 @@ DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${PROG} SRCS= smtp.c smtp_connect.c smtp_proto.c smtp_chat.c smtp_session.c \ smtp_addr.c smtp_trouble.c smtp_state.c smtp_rcpt.c \ smtp_sasl_proto.c smtp_sasl_glue.c smtp_reuse.c smtp_map11.c \ - smtp_sasl_auth_cache.c + smtp_sasl_auth_cache.c smtp_key.c smtp_tls_policy.c LINKS+= ${PFIX_LIBEXECDIR}/smtp ${PFIX_LIBEXECDIR}/lmtp diff --git a/external/ibm-public/postfix/sbin/postconf/Makefile b/external/ibm-public/postfix/sbin/postconf/Makefile index a58a3f10a451..ff77a7f143fb 100644 --- a/external/ibm-public/postfix/sbin/postconf/Makefile +++ b/external/ibm-public/postfix/sbin/postconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/09/25 19:39:47 tron Exp $ +# $NetBSD: Makefile,v 1.7 2014/07/06 19:53:06 tron Exp $ # XXX Note we aren't building ../conf/main.cf.default # The shipped makefiles construct it using postconf -d after building @@ -18,7 +18,7 @@ DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${PROG} 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_lookup.c + postconf_lookup.c postconf_match.c postconf_print.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 \