Add bundy, the successor of BIND10.

Until a release is done, this will be a snapshot from the github source tree.

http://bundy-dns.de/

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-05-15 15:46:59 +00:00
parent 9da100720e
commit fae7591d48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354144
6 changed files with 977 additions and 0 deletions

View File

@ -13,6 +13,7 @@
SUBDIR += bind98
SUBDIR += bind99
SUBDIR += bindgraph
SUBDIR += bundy
SUBDIR += c-ares
SUBDIR += checkdns
SUBDIR += credns

63
dns/bundy/Makefile Normal file
View File

@ -0,0 +1,63 @@
# Created by: Jeremy C. Reed
# $FreeBSD$
PORTNAME= bundy
PORTVERSION= 0.20140512
CATEGORIES= dns
MASTER_SITES= GH GHC LOCAL/mat/bundy
MAINTAINER= mat@FreeBSD.org
COMMENT= Bundy DNS server suite
LICENSE= ISC
LICENSE_GROUPS= FSF GPL OSI
LICENSE_NAME= ISC License
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= ${LOCALBASE}/include/boost/interprocess/sync/interprocess_upgradable_mutex.hpp:${PORTSDIR}/devel/boost-libs \
${LOCALBASE}/include/log4cplus/logger.h:${PORTSDIR}/devel/log4cplus \
sqlite3>=3.3.9:${PORTSDIR}/databases/sqlite3 \
${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
LIB_DEPENDS= libbotan-1.10.so:${PORTSDIR}/security/botan110 \
liblog4cplus.so:${PORTSDIR}/devel/log4cplus \
libicuuc.so:${PORTSDIR}/devel/icu \
libgmp.so:${PORTSDIR}/math/gmp \
libsqlite3.so:${PORTSDIR}/databases/sqlite3
RUN_DEPENDS= ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
USE_GITHUB= yes
GH_ACCOUNT= bundy-dns
GH_COMMIT= ce5d832
GH_TAGNAME= ${GH_COMMIT}
USE_PYTHON= 3
USE_OPENSSL= yes
USES= compiler:c++11-lang pathfix pkgconfig libtool
USE_LDCONFIG= yes
USE_AUTOTOOLS= aclocal autoconf automake autoheader libtoolize
PATHFIX_MAKEFILEIN= Makefile.am
ACLOCAL_ARGS= -I m4macros
AUTOMAKE_ARGS= --add-missing
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var \
--without-werror \
--enable-install-configurations
OPTIONS_DEFINE= DOCS
PORTDOCS= *
post-install:
${MV} ${STAGEDIR}${ETCDIR}/cmdctl-certfile.pem ${STAGEDIR}${ETCDIR}/cmdctl-certfile.pem.sample
${MV} ${STAGEDIR}${ETCDIR}/cmdctl-keyfile.pem ${STAGEDIR}${ETCDIR}/cmdctl-keyfile.pem.sample
.include <bsd.port.pre.mk>
.if ${PYTHON_VER} != ${PYTHON_DEFAULT}
IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
.endif
.include <bsd.port.post.mk>

2
dns/bundy/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (bundy-0.20140512.tar.gz) = 463d89658388b489d1042be12ce01c502716b53a240f5e08b18b8a95fbd732c5
SIZE (bundy-0.20140512.tar.gz) = 5248855

View File

@ -0,0 +1,11 @@
--- ./configure.ac.orig 2014-05-10 18:58:02.000000000 +0200
+++ ./configure.ac 2014-05-12 22:32:30.000000000 +0200
@@ -110,7 +110,7 @@
CXXFLAGS_SAVED=$CXXFLAGS
CFLAGS="$CFLAGS $CXX_LIBTOOL_LDFLAGS"
CXXFLAGS="$CXXFLAGS $CXX_LIBTOOL_LDFLAGS"
-AC_PROG_LIBTOOL
+LT_INIT
CFLAGS=$CFLAGS_SAVED
CXXFLAGS=$CXXFLAGS_SAVED

15
dns/bundy/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
Bundy is a new applications framework for Internet infrastructure, such as DNS,
DHCP, NTP. The Bundy framework consists of a control framework, an application
interface, a statistics server, a logging framework, a remote control daemon, a
configuration client tool, and numerous other tools for its development and
operation.
Multiple infrastructure applications modules can be run under this framework.
The Bundy authoritative DNS application is one such application. Bundy-DNS is
designed to be dynamically-updated, easily extensible, and to leverage a
database back-end.
The ISC started work on BIND 10 in 2009. In 2014 it became a community project
and was renamed Bundy.
WWW: bundy-dns.de/

885
dns/bundy/pkg-plist Normal file
View File

@ -0,0 +1,885 @@
bin/bundy-certgen
bin/bundy-dbutil
bin/bundy-loadzone
bin/bundy-sysinfo
bin/bundyctl
bin/perfdhcp
@sample %%ETCDIR%%/cmdctl-certfile.pem.sample
@sample %%ETCDIR%%/cmdctl-keyfile.pem.sample
include/bundy/asio/LICENSE_1_0.txt
include/bundy/asio/README
include/bundy/asio/basic_datagram_socket.hpp
include/bundy/asio/basic_deadline_timer.hpp
include/bundy/asio/basic_io_object.hpp
include/bundy/asio/basic_raw_socket.hpp
include/bundy/asio/basic_serial_port.hpp
include/bundy/asio/basic_socket.hpp
include/bundy/asio/basic_socket_acceptor.hpp
include/bundy/asio/basic_socket_iostream.hpp
include/bundy/asio/basic_socket_streambuf.hpp
include/bundy/asio/basic_stream_socket.hpp
include/bundy/asio/basic_streambuf.hpp
include/bundy/asio/basic_streambuf_fwd.hpp
include/bundy/asio/buffer.hpp
include/bundy/asio/buffered_read_stream.hpp
include/bundy/asio/buffered_read_stream_fwd.hpp
include/bundy/asio/buffered_stream.hpp
include/bundy/asio/buffered_stream_fwd.hpp
include/bundy/asio/buffered_write_stream.hpp
include/bundy/asio/buffered_write_stream_fwd.hpp
include/bundy/asio/buffers_iterator.hpp
include/bundy/asio/completion_condition.hpp
include/bundy/asio/datagram_socket_service.hpp
include/bundy/asio/deadline_timer.hpp
include/bundy/asio/deadline_timer_service.hpp
include/bundy/asio/detail/array_fwd.hpp
include/bundy/asio/detail/base_from_completion_cond.hpp
include/bundy/asio/detail/bind_handler.hpp
include/bundy/asio/detail/buffer_resize_guard.hpp
include/bundy/asio/detail/buffer_sequence_adapter.hpp
include/bundy/asio/detail/buffered_stream_storage.hpp
include/bundy/asio/detail/call_stack.hpp
include/bundy/asio/detail/completion_handler.hpp
include/bundy/asio/detail/config.hpp
include/bundy/asio/detail/consuming_buffers.hpp
include/bundy/asio/detail/deadline_timer_service.hpp
include/bundy/asio/detail/descriptor_ops.hpp
include/bundy/asio/detail/descriptor_read_op.hpp
include/bundy/asio/detail/descriptor_write_op.hpp
include/bundy/asio/detail/dev_poll_reactor.hpp
include/bundy/asio/detail/dev_poll_reactor_fwd.hpp
include/bundy/asio/detail/epoll_reactor.hpp
include/bundy/asio/detail/epoll_reactor_fwd.hpp
include/bundy/asio/detail/event.hpp
include/bundy/asio/detail/eventfd_select_interrupter.hpp
include/bundy/asio/detail/fd_set_adapter.hpp
include/bundy/asio/detail/fenced_block.hpp
include/bundy/asio/detail/gcc_arm_fenced_block.hpp
include/bundy/asio/detail/gcc_fenced_block.hpp
include/bundy/asio/detail/gcc_hppa_fenced_block.hpp
include/bundy/asio/detail/gcc_sync_fenced_block.hpp
include/bundy/asio/detail/gcc_x86_fenced_block.hpp
include/bundy/asio/detail/handler_alloc_helpers.hpp
include/bundy/asio/detail/handler_invoke_helpers.hpp
include/bundy/asio/detail/hash_map.hpp
include/bundy/asio/detail/impl/descriptor_ops.ipp
include/bundy/asio/detail/impl/dev_poll_reactor.hpp
include/bundy/asio/detail/impl/dev_poll_reactor.ipp
include/bundy/asio/detail/impl/epoll_reactor.hpp
include/bundy/asio/detail/impl/epoll_reactor.ipp
include/bundy/asio/detail/impl/eventfd_select_interrupter.ipp
include/bundy/asio/detail/impl/kqueue_reactor.hpp
include/bundy/asio/detail/impl/kqueue_reactor.ipp
include/bundy/asio/detail/impl/pipe_select_interrupter.ipp
include/bundy/asio/detail/impl/posix_event.ipp
include/bundy/asio/detail/impl/posix_mutex.ipp
include/bundy/asio/detail/impl/posix_thread.ipp
include/bundy/asio/detail/impl/posix_tss_ptr.ipp
include/bundy/asio/detail/impl/reactive_descriptor_service.ipp
include/bundy/asio/detail/impl/reactive_serial_port_service.ipp
include/bundy/asio/detail/impl/reactive_socket_service_base.ipp
include/bundy/asio/detail/impl/resolver_service_base.ipp
include/bundy/asio/detail/impl/select_reactor.hpp
include/bundy/asio/detail/impl/select_reactor.ipp
include/bundy/asio/detail/impl/service_registry.hpp
include/bundy/asio/detail/impl/service_registry.ipp
include/bundy/asio/detail/impl/socket_ops.ipp
include/bundy/asio/detail/impl/socket_select_interrupter.ipp
include/bundy/asio/detail/impl/strand_service.hpp
include/bundy/asio/detail/impl/strand_service.ipp
include/bundy/asio/detail/impl/task_io_service.hpp
include/bundy/asio/detail/impl/task_io_service.ipp
include/bundy/asio/detail/impl/throw_error.ipp
include/bundy/asio/detail/impl/timer_queue.ipp
include/bundy/asio/detail/impl/timer_queue_set.ipp
include/bundy/asio/detail/impl/win_event.ipp
include/bundy/asio/detail/impl/win_iocp_handle_service.ipp
include/bundy/asio/detail/impl/win_iocp_io_service.hpp
include/bundy/asio/detail/impl/win_iocp_io_service.ipp
include/bundy/asio/detail/impl/win_iocp_serial_port_service.ipp
include/bundy/asio/detail/impl/win_iocp_socket_service_base.ipp
include/bundy/asio/detail/impl/win_mutex.ipp
include/bundy/asio/detail/impl/win_thread.ipp
include/bundy/asio/detail/impl/win_tss_ptr.ipp
include/bundy/asio/detail/impl/winsock_init.ipp
include/bundy/asio/detail/io_control.hpp
include/bundy/asio/detail/kqueue_reactor.hpp
include/bundy/asio/detail/kqueue_reactor_fwd.hpp
include/bundy/asio/detail/local_free_on_block_exit.hpp
include/bundy/asio/detail/macos_fenced_block.hpp
include/bundy/asio/detail/mutex.hpp
include/bundy/asio/detail/noncopyable.hpp
include/bundy/asio/detail/null_buffers_op.hpp
include/bundy/asio/detail/null_event.hpp
include/bundy/asio/detail/null_fenced_block.hpp
include/bundy/asio/detail/null_mutex.hpp
include/bundy/asio/detail/null_signal_blocker.hpp
include/bundy/asio/detail/null_thread.hpp
include/bundy/asio/detail/null_tss_ptr.hpp
include/bundy/asio/detail/object_pool.hpp
include/bundy/asio/detail/old_win_sdk_compat.hpp
include/bundy/asio/detail/op_queue.hpp
include/bundy/asio/detail/operation.hpp
include/bundy/asio/detail/pipe_select_interrupter.hpp
include/bundy/asio/detail/pop_options.hpp
include/bundy/asio/detail/posix_event.hpp
include/bundy/asio/detail/posix_fd_set_adapter.hpp
include/bundy/asio/detail/posix_mutex.hpp
include/bundy/asio/detail/posix_signal_blocker.hpp
include/bundy/asio/detail/posix_thread.hpp
include/bundy/asio/detail/posix_tss_ptr.hpp
include/bundy/asio/detail/push_options.hpp
include/bundy/asio/detail/reactive_descriptor_service.hpp
include/bundy/asio/detail/reactive_null_buffers_op.hpp
include/bundy/asio/detail/reactive_serial_port_service.hpp
include/bundy/asio/detail/reactive_socket_accept_op.hpp
include/bundy/asio/detail/reactive_socket_connect_op.hpp
include/bundy/asio/detail/reactive_socket_recv_op.hpp
include/bundy/asio/detail/reactive_socket_recvfrom_op.hpp
include/bundy/asio/detail/reactive_socket_send_op.hpp
include/bundy/asio/detail/reactive_socket_sendto_op.hpp
include/bundy/asio/detail/reactive_socket_service.hpp
include/bundy/asio/detail/reactive_socket_service_base.hpp
include/bundy/asio/detail/reactor.hpp
include/bundy/asio/detail/reactor_fwd.hpp
include/bundy/asio/detail/reactor_op.hpp
include/bundy/asio/detail/reactor_op_queue.hpp
include/bundy/asio/detail/regex_fwd.hpp
include/bundy/asio/detail/resolve_endpoint_op.hpp
include/bundy/asio/detail/resolve_op.hpp
include/bundy/asio/detail/resolver_service.hpp
include/bundy/asio/detail/resolver_service_base.hpp
include/bundy/asio/detail/scoped_lock.hpp
include/bundy/asio/detail/select_interrupter.hpp
include/bundy/asio/detail/select_reactor.hpp
include/bundy/asio/detail/select_reactor_fwd.hpp
include/bundy/asio/detail/service_base.hpp
include/bundy/asio/detail/service_id.hpp
include/bundy/asio/detail/service_registry.hpp
include/bundy/asio/detail/service_registry_fwd.hpp
include/bundy/asio/detail/shared_ptr.hpp
include/bundy/asio/detail/signal_blocker.hpp
include/bundy/asio/detail/signal_init.hpp
include/bundy/asio/detail/socket_holder.hpp
include/bundy/asio/detail/socket_ops.hpp
include/bundy/asio/detail/socket_option.hpp
include/bundy/asio/detail/socket_select_interrupter.hpp
include/bundy/asio/detail/socket_types.hpp
include/bundy/asio/detail/solaris_fenced_block.hpp
include/bundy/asio/detail/strand_service.hpp
include/bundy/asio/detail/task_io_service.hpp
include/bundy/asio/detail/task_io_service_fwd.hpp
include/bundy/asio/detail/task_io_service_operation.hpp
include/bundy/asio/detail/thread.hpp
include/bundy/asio/detail/throw_error.hpp
include/bundy/asio/detail/timer_op.hpp
include/bundy/asio/detail/timer_queue.hpp
include/bundy/asio/detail/timer_queue_base.hpp
include/bundy/asio/detail/timer_queue_fwd.hpp
include/bundy/asio/detail/timer_queue_set.hpp
include/bundy/asio/detail/timer_scheduler.hpp
include/bundy/asio/detail/timer_scheduler_fwd.hpp
include/bundy/asio/detail/tss_ptr.hpp
include/bundy/asio/detail/wait_handler.hpp
include/bundy/asio/detail/weak_ptr.hpp
include/bundy/asio/detail/win_event.hpp
include/bundy/asio/detail/win_fd_set_adapter.hpp
include/bundy/asio/detail/win_fenced_block.hpp
include/bundy/asio/detail/win_iocp_handle_read_op.hpp
include/bundy/asio/detail/win_iocp_handle_service.hpp
include/bundy/asio/detail/win_iocp_handle_write_op.hpp
include/bundy/asio/detail/win_iocp_io_service.hpp
include/bundy/asio/detail/win_iocp_io_service_fwd.hpp
include/bundy/asio/detail/win_iocp_null_buffers_op.hpp
include/bundy/asio/detail/win_iocp_operation.hpp
include/bundy/asio/detail/win_iocp_overlapped_op.hpp
include/bundy/asio/detail/win_iocp_overlapped_ptr.hpp
include/bundy/asio/detail/win_iocp_serial_port_service.hpp
include/bundy/asio/detail/win_iocp_socket_accept_op.hpp
include/bundy/asio/detail/win_iocp_socket_recv_op.hpp
include/bundy/asio/detail/win_iocp_socket_recvfrom_op.hpp
include/bundy/asio/detail/win_iocp_socket_send_op.hpp
include/bundy/asio/detail/win_iocp_socket_service.hpp
include/bundy/asio/detail/win_iocp_socket_service_base.hpp
include/bundy/asio/detail/win_mutex.hpp
include/bundy/asio/detail/win_signal_blocker.hpp
include/bundy/asio/detail/win_thread.hpp
include/bundy/asio/detail/win_tss_ptr.hpp
include/bundy/asio/detail/wince_thread.hpp
include/bundy/asio/detail/winsock_init.hpp
include/bundy/asio/detail/wrapped_handler.hpp
include/bundy/asio/error.hpp
include/bundy/asio/error_code.hpp
include/bundy/asio/handler_alloc_hook.hpp
include/bundy/asio/handler_invoke_hook.hpp
include/bundy/asio/impl/error.ipp
include/bundy/asio/impl/error_code.ipp
include/bundy/asio/impl/io_service.hpp
include/bundy/asio/impl/io_service.ipp
include/bundy/asio/impl/read.hpp
include/bundy/asio/impl/read.ipp
include/bundy/asio/impl/read_at.hpp
include/bundy/asio/impl/read_at.ipp
include/bundy/asio/impl/read_until.hpp
include/bundy/asio/impl/read_until.ipp
include/bundy/asio/impl/serial_port_base.hpp
include/bundy/asio/impl/serial_port_base.ipp
include/bundy/asio/impl/src.cpp
include/bundy/asio/impl/src.hpp
include/bundy/asio/impl/write.hpp
include/bundy/asio/impl/write.ipp
include/bundy/asio/impl/write_at.hpp
include/bundy/asio/impl/write_at.ipp
include/bundy/asio/io_service.hpp
include/bundy/asio/ip/address.hpp
include/bundy/asio/ip/address_v4.hpp
include/bundy/asio/ip/address_v6.hpp
include/bundy/asio/ip/basic_endpoint.hpp
include/bundy/asio/ip/basic_resolver.hpp
include/bundy/asio/ip/basic_resolver_entry.hpp
include/bundy/asio/ip/basic_resolver_iterator.hpp
include/bundy/asio/ip/basic_resolver_query.hpp
include/bundy/asio/ip/detail/endpoint.hpp
include/bundy/asio/ip/detail/impl/endpoint.ipp
include/bundy/asio/ip/detail/socket_option.hpp
include/bundy/asio/ip/host_name.hpp
include/bundy/asio/ip/icmp.hpp
include/bundy/asio/ip/impl/address.hpp
include/bundy/asio/ip/impl/address.ipp
include/bundy/asio/ip/impl/address_v4.hpp
include/bundy/asio/ip/impl/address_v4.ipp
include/bundy/asio/ip/impl/address_v6.hpp
include/bundy/asio/ip/impl/address_v6.ipp
include/bundy/asio/ip/impl/basic_endpoint.hpp
include/bundy/asio/ip/impl/host_name.ipp
include/bundy/asio/ip/multicast.hpp
include/bundy/asio/ip/resolver_query_base.hpp
include/bundy/asio/ip/resolver_service.hpp
include/bundy/asio/ip/tcp.hpp
include/bundy/asio/ip/udp.hpp
include/bundy/asio/ip/unicast.hpp
include/bundy/asio/ip/v6_only.hpp
include/bundy/asio/is_read_buffered.hpp
include/bundy/asio/is_write_buffered.hpp
include/bundy/asio/local/basic_endpoint.hpp
include/bundy/asio/local/connect_pair.hpp
include/bundy/asio/local/datagram_protocol.hpp
include/bundy/asio/local/detail/endpoint.hpp
include/bundy/asio/local/detail/impl/endpoint.ipp
include/bundy/asio/local/stream_protocol.hpp
include/bundy/asio/placeholders.hpp
include/bundy/asio/posix/basic_descriptor.hpp
include/bundy/asio/posix/basic_stream_descriptor.hpp
include/bundy/asio/posix/descriptor_base.hpp
include/bundy/asio/posix/stream_descriptor.hpp
include/bundy/asio/posix/stream_descriptor_service.hpp
include/bundy/asio/raw_socket_service.hpp
include/bundy/asio/read.hpp
include/bundy/asio/read_at.hpp
include/bundy/asio/read_until.hpp
include/bundy/asio/serial_port.hpp
include/bundy/asio/serial_port_base.hpp
include/bundy/asio/serial_port_service.hpp
include/bundy/asio/socket_acceptor_service.hpp
include/bundy/asio/socket_base.hpp
include/bundy/asio/ssl.hpp
include/bundy/asio/ssl/basic_context.hpp
include/bundy/asio/ssl/context.hpp
include/bundy/asio/ssl/context_base.hpp
include/bundy/asio/ssl/context_service.hpp
include/bundy/asio/ssl/detail/openssl_context_service.hpp
include/bundy/asio/ssl/detail/openssl_init.hpp
include/bundy/asio/ssl/detail/openssl_operation.hpp
include/bundy/asio/ssl/detail/openssl_stream_service.hpp
include/bundy/asio/ssl/detail/openssl_types.hpp
include/bundy/asio/ssl/stream.hpp
include/bundy/asio/ssl/stream_base.hpp
include/bundy/asio/ssl/stream_service.hpp
include/bundy/asio/strand.hpp
include/bundy/asio/stream_socket_service.hpp
include/bundy/asio/streambuf.hpp
include/bundy/asio/system_error.hpp
include/bundy/asio/thread.hpp
include/bundy/asio/time_traits.hpp
include/bundy/asio/version.hpp
include/bundy/asio/windows/basic_handle.hpp
include/bundy/asio/windows/basic_random_access_handle.hpp
include/bundy/asio/windows/basic_stream_handle.hpp
include/bundy/asio/windows/overlapped_ptr.hpp
include/bundy/asio/windows/random_access_handle.hpp
include/bundy/asio/windows/random_access_handle_service.hpp
include/bundy/asio/windows/stream_handle.hpp
include/bundy/asio/windows/stream_handle_service.hpp
include/bundy/asio/write.hpp
include/bundy/asio/write_at.hpp
include/bundy/asiolink/io_address.h
include/bundy/config.h
include/bundy/dhcp/classify.h
include/bundy/dhcp/dhcp4.h
include/bundy/dhcp/dhcp6.h
include/bundy/dhcp/duid.h
include/bundy/dhcp/hwaddr.h
include/bundy/dhcp/iface_mgr.h
include/bundy/dhcp/libdhcp++.h
include/bundy/dhcp/option.h
include/bundy/dhcp/option4_addrlst.h
include/bundy/dhcp/option6_addrlst.h
include/bundy/dhcp/option6_ia.h
include/bundy/dhcp/option6_iaaddr.h
include/bundy/dhcp/option_custom.h
include/bundy/dhcp/option_data_types.h
include/bundy/dhcp/option_definition.h
include/bundy/dhcp/option_int.h
include/bundy/dhcp/option_int_array.h
include/bundy/dhcp/option_space.h
include/bundy/dhcp/option_string.h
include/bundy/dhcp/pkt4.h
include/bundy/dhcp/pkt6.h
include/bundy/dhcp/pkt_filter.h
include/bundy/dhcp/pkt_filter_inet.h
include/bundy/dhcp/pkt_filter_lpf.h
include/bundy/dhcp/protocol_util.h
include/bundy/dhcp/std_option_defs.h
include/bundy/dns/dns_fwd.h
include/bundy/dns/edns.h
include/bundy/dns/exceptions.h
include/bundy/dns/labelsequence.h
include/bundy/dns/master_lexer.h
include/bundy/dns/master_loader.h
include/bundy/dns/master_loader_callbacks.h
include/bundy/dns/masterload.h
include/bundy/dns/message.h
include/bundy/dns/messagerenderer.h
include/bundy/dns/name.h
include/bundy/dns/opcode.h
include/bundy/dns/question.h
include/bundy/dns/rcode.h
include/bundy/dns/rdata.h
include/bundy/dns/rdataclass.h
include/bundy/dns/rrclass.h
include/bundy/dns/rrparamregistry.h
include/bundy/dns/rrset.h
include/bundy/dns/rrset_collection.h
include/bundy/dns/rrset_collection_base.h
include/bundy/dns/rrttl.h
include/bundy/dns/rrtype.h
include/bundy/dns/tsigkey.h
include/bundy/dns/zone_checker.h
include/bundy/exceptions/exceptions.h
include/bundy/hooks/callout_handle.h
include/bundy/hooks/hooks.h
include/bundy/hooks/library_handle.h
include/bundy/log/log_formatter.h
include/bundy/log/logger.h
include/bundy/log/logger_level.h
include/bundy/log/macros.h
include/bundy/log/message_types.h
include/bundy/util/buffer.h
include/bundy/util/io_utilities.h
lib/libbundy-acl.a
lib/libbundy-acl.so
lib/libbundy-acl.so.0
lib/libbundy-acl.so.0.0.0
lib/libbundy-asiodns.a
lib/libbundy-asiodns.so
lib/libbundy-asiodns.so.0
lib/libbundy-asiodns.so.0.0.0
lib/libbundy-asiolink.a
lib/libbundy-asiolink.so
lib/libbundy-asiolink.so.0
lib/libbundy-asiolink.so.0.1.0
lib/libbundy-cc.a
lib/libbundy-cc.so
lib/libbundy-cc.so.0
lib/libbundy-cc.so.0.0.0
lib/libbundy-cfgclient.a
lib/libbundy-cfgclient.so
lib/libbundy-cfgclient.so.0
lib/libbundy-cfgclient.so.0.1.0
lib/libbundy-cryptolink.a
lib/libbundy-cryptolink.so
lib/libbundy-cryptolink.so.0
lib/libbundy-cryptolink.so.0.0.0
lib/libbundy-datasrc.a
lib/libbundy-datasrc.so
lib/libbundy-datasrc.so.0
lib/libbundy-datasrc.so.0.1.0
lib/libbundy-dhcp++.a
lib/libbundy-dhcp++.so
lib/libbundy-dhcp++.so.2
lib/libbundy-dhcp++.so.2.0.0
lib/libbundy-dhcp_ddns.a
lib/libbundy-dhcp_ddns.so
lib/libbundy-dhcp_ddns.so.0
lib/libbundy-dhcp_ddns.so.0.0.0
lib/libbundy-dhcpsrv.a
lib/libbundy-dhcpsrv.so
lib/libbundy-dhcpsrv.so.3
lib/libbundy-dhcpsrv.so.3.0.0
lib/libbundy-dns++.a
lib/libbundy-dns++.so
lib/libbundy-dns++.so.2
lib/libbundy-dns++.so.2.0.0
lib/libbundy-dnsacl.a
lib/libbundy-dnsacl.so
lib/libbundy-dnsacl.so.0
lib/libbundy-dnsacl.so.0.0.0
lib/libbundy-exceptions.a
lib/libbundy-exceptions.so
lib/libbundy-exceptions.so.0
lib/libbundy-exceptions.so.0.0.0
lib/libbundy-hooks.a
lib/libbundy-hooks.so
lib/libbundy-hooks.so.0
lib/libbundy-hooks.so.0.0.0
lib/libbundy-log.a
lib/libbundy-log.so
lib/libbundy-log.so.1
lib/libbundy-log.so.1.0.0
lib/libbundy-nsas.a
lib/libbundy-nsas.so
lib/libbundy-nsas.so.0
lib/libbundy-nsas.so.0.0.0
lib/libbundy-pydnspp.a
lib/libbundy-pydnspp.so
lib/libbundy-pydnspp.so.0
lib/libbundy-pydnspp.so.0.0.0
lib/libbundy-server-common.a
lib/libbundy-server-common.so
lib/libbundy-server-common.so.0
lib/libbundy-server-common.so.0.0.0
lib/libbundy-threads.a
lib/libbundy-threads.so
lib/libbundy-threads.so.0
lib/libbundy-threads.so.0.0.0
lib/libbundy-util-io.a
lib/libbundy-util-io.so
lib/libbundy-util-io.so.0
lib/libbundy-util-io.so.0.0.0
lib/libbundy-util.a
lib/libbundy-util.so
lib/libbundy-util.so.0
lib/libbundy-util.so.0.0.0
lib/libbundy-xfr.a
lib/libbundy-xfr.so
lib/libbundy-xfr.so.0
lib/libbundy-xfr.so.0.0.0
%%PYTHON_SITELIBDIR%%/__pycache__/bundy_config.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/__pycache__/bundy_config.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/acl/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/acl/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/acl/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/acl/__pycache__/dns.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/acl/__pycache__/dns.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/acl/_dns.a
%%PYTHON_SITELIBDIR%%/bundy/acl/_dns.so
%%PYTHON_SITELIBDIR%%/bundy/acl/acl.a
%%PYTHON_SITELIBDIR%%/bundy/acl/acl.so
%%PYTHON_SITELIBDIR%%/bundy/acl/dns.py
%%PYTHON_SITELIBDIR%%/bundy/bundy/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/bundy/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/bundy/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/bundy/__pycache__/component.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/bundy/__pycache__/component.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/bundy/__pycache__/sockcreator.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/bundy/__pycache__/sockcreator.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/bundy/__pycache__/socket_cache.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/bundy/__pycache__/socket_cache.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/bundy/__pycache__/special_component.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/bundy/__pycache__/special_component.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/bundy/component.py
%%PYTHON_SITELIBDIR%%/bundy/bundy/sockcreator.py
%%PYTHON_SITELIBDIR%%/bundy/bundy/socket_cache.py
%%PYTHON_SITELIBDIR%%/bundy/bundy/special_component.py
%%PYTHON_SITELIBDIR%%/bundy/cc/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__/data.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__/data.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__/logger.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__/logger.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__/message.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__/message.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__/proto_defs.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__/proto_defs.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__/session.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__/session.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/cc/data.py
%%PYTHON_SITELIBDIR%%/bundy/cc/logger.py
%%PYTHON_SITELIBDIR%%/bundy/cc/message.py
%%PYTHON_SITELIBDIR%%/bundy/cc/proto_defs.py
%%PYTHON_SITELIBDIR%%/bundy/cc/session.py
%%PYTHON_SITELIBDIR%%/bundy/config/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/config/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/config/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/config/__pycache__/ccsession.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/config/__pycache__/ccsession.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/config/__pycache__/cfgmgr.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/config/__pycache__/cfgmgr.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/config/__pycache__/config_data.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/config/__pycache__/config_data.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/config/__pycache__/module_spec.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/config/__pycache__/module_spec.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/config/ccsession.py
%%PYTHON_SITELIBDIR%%/bundy/config/cfgmgr.py
%%PYTHON_SITELIBDIR%%/bundy/config/config_data.py
%%PYTHON_SITELIBDIR%%/bundy/config/module_spec.py
%%PYTHON_SITELIBDIR%%/bundy/datasrc/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/datasrc/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/datasrc/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/datasrc/__pycache__/sqlite3_ds.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/datasrc/__pycache__/sqlite3_ds.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/datasrc/datasrc.a
%%PYTHON_SITELIBDIR%%/bundy/datasrc/datasrc.so
%%PYTHON_SITELIBDIR%%/bundy/datasrc/sqlite3_ds.py
%%PYTHON_SITELIBDIR%%/bundy/ddns/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/ddns/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/ddns/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/ddns/__pycache__/logger.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/ddns/__pycache__/logger.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/ddns/__pycache__/session.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/ddns/__pycache__/session.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/ddns/__pycache__/zone_config.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/ddns/__pycache__/zone_config.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/ddns/logger.py
%%PYTHON_SITELIBDIR%%/bundy/ddns/session.py
%%PYTHON_SITELIBDIR%%/bundy/ddns/zone_config.py
%%PYTHON_SITELIBDIR%%/bundy/dns/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/dns/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/dns/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log.a
%%PYTHON_SITELIBDIR%%/bundy/log.so
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/cfgmgr_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/cfgmgr_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/cmdctl_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/cmdctl_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/config_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/config_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/dbutil_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/dbutil_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/ddns_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/ddns_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/init_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/init_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/libddns_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/libddns_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/libmemmgr_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/libmemmgr_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/libxfrin_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/libxfrin_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/loadzone_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/loadzone_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/memmgr_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/memmgr_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/msgq_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/msgq_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/notify_out_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/notify_out_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/pycc_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/pycc_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/server_common_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/server_common_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/stats_httpd_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/stats_httpd_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/stats_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/stats_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/util_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/util_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/xfrin_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/xfrin_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/xfrout_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/xfrout_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/zonemgr_messages.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__/zonemgr_messages.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/log_messages/cfgmgr_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/cmdctl_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/config_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/dbutil_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/ddns_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/init_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/libddns_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/libmemmgr_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/libxfrin_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/loadzone_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/memmgr_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/msgq_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/notify_out_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/pycc_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/server_common_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/stats_httpd_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/stats_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/util_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/xfrin_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/xfrout_messages.py
%%PYTHON_SITELIBDIR%%/bundy/log_messages/zonemgr_messages.py
%%PYTHON_SITELIBDIR%%/bundy/memmgr/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/memmgr/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/memmgr/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/memmgr/__pycache__/builder.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/memmgr/__pycache__/builder.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/memmgr/__pycache__/datasrc_info.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/memmgr/__pycache__/datasrc_info.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/memmgr/__pycache__/logger.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/memmgr/__pycache__/logger.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/memmgr/builder.py
%%PYTHON_SITELIBDIR%%/bundy/memmgr/datasrc_info.py
%%PYTHON_SITELIBDIR%%/bundy/memmgr/logger.py
%%PYTHON_SITELIBDIR%%/bundy/net/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/net/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/net/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/net/__pycache__/addr.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/net/__pycache__/addr.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/net/__pycache__/parse.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/net/__pycache__/parse.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/net/addr.py
%%PYTHON_SITELIBDIR%%/bundy/net/parse.py
%%PYTHON_SITELIBDIR%%/bundy/notify/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/notify/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/notify/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/notify/__pycache__/notify_out.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/notify/__pycache__/notify_out.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/notify/notify_out.py
%%PYTHON_SITELIBDIR%%/bundy/server_common/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/auth_command.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/auth_command.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/bundy_server.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/bundy_server.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/datasrc_clients_mgr.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/datasrc_clients_mgr.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/dns_tcp.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/dns_tcp.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/logger.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/logger.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/tsig_keyring.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__/tsig_keyring.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/server_common/auth_command.py
%%PYTHON_SITELIBDIR%%/bundy/server_common/bundy_server.py
%%PYTHON_SITELIBDIR%%/bundy/server_common/datasrc_clients_mgr.py
%%PYTHON_SITELIBDIR%%/bundy/server_common/dns_tcp.py
%%PYTHON_SITELIBDIR%%/bundy/server_common/logger.py
%%PYTHON_SITELIBDIR%%/bundy/server_common/tsig_keyring.py
%%PYTHON_SITELIBDIR%%/bundy/statistics/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/statistics/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/statistics/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/statistics/__pycache__/counters.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/statistics/__pycache__/counters.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/statistics/__pycache__/dns.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/statistics/__pycache__/dns.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/statistics/counters.py
%%PYTHON_SITELIBDIR%%/bundy/statistics/dns.py
%%PYTHON_SITELIBDIR%%/bundy/sysinfo/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/sysinfo/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/sysinfo/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/sysinfo/__pycache__/sysinfo.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/sysinfo/__pycache__/sysinfo.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/sysinfo/sysinfo.py
%%PYTHON_SITELIBDIR%%/bundy/util/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/util/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/util/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/util/__pycache__/address_formatter.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/util/__pycache__/address_formatter.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/util/__pycache__/file.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/util/__pycache__/file.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/util/__pycache__/process.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/util/__pycache__/process.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/util/__pycache__/socketserver_mixin.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/util/__pycache__/socketserver_mixin.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/util/__pycache__/traceback_handler.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/util/__pycache__/traceback_handler.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/util/address_formatter.py
%%PYTHON_SITELIBDIR%%/bundy/util/cio/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/util/cio/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/util/cio/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/util/cio/socketsession.a
%%PYTHON_SITELIBDIR%%/bundy/util/cio/socketsession.so
%%PYTHON_SITELIBDIR%%/bundy/util/file.py
%%PYTHON_SITELIBDIR%%/bundy/util/process.py
%%PYTHON_SITELIBDIR%%/bundy/util/socketserver_mixin.py
%%PYTHON_SITELIBDIR%%/bundy/util/traceback_handler.py
%%PYTHON_SITELIBDIR%%/bundy/xfrin/__init__.py
%%PYTHON_SITELIBDIR%%/bundy/xfrin/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/xfrin/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/xfrin/__pycache__/diff.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundy/xfrin/__pycache__/diff.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundy/xfrin/diff.py
%%PYTHON_SITELIBDIR%%/bundy_config.py
%%PYTHON_SITELIBDIR%%/bundyctl/__init__.py
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/__init__.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/__init__.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/bindcmd.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/bindcmd.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/cmdparse.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/cmdparse.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/command_sets.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/command_sets.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/exception.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/exception.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/moduleinfo.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/moduleinfo.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/mycollections.cpython-33.pyc
%%PYTHON_SITELIBDIR%%/bundyctl/__pycache__/mycollections.cpython-33.pyo
%%PYTHON_SITELIBDIR%%/bundyctl/bindcmd.py
%%PYTHON_SITELIBDIR%%/bundyctl/cmdparse.py
%%PYTHON_SITELIBDIR%%/bundyctl/command_sets.py
%%PYTHON_SITELIBDIR%%/bundyctl/exception.py
%%PYTHON_SITELIBDIR%%/bundyctl/moduleinfo.py
%%PYTHON_SITELIBDIR%%/bundyctl/mycollections.py
%%PYTHON_SITELIBDIR%%/libutil_io_python.a
%%PYTHON_SITELIBDIR%%/libutil_io_python.so
%%PYTHON_SITELIBDIR%%/pydnspp.a
%%PYTHON_SITELIBDIR%%/pydnspp.so
libdata/pkgconfig/dns++.pc
libexec/bundy/backends/sqlite3_ds.a
libexec/bundy/backends/sqlite3_ds.so
libexec/bundy/bundy-auth
libexec/bundy/bundy-cfgmgr
libexec/bundy/bundy-cmdctl
libexec/bundy/bundy-ddns
libexec/bundy/bundy-dhcp-ddns
libexec/bundy/bundy-dhcp4
libexec/bundy/bundy-dhcp6
libexec/bundy/bundy-init
libexec/bundy/bundy-memmgr
libexec/bundy/bundy-msgq
libexec/bundy/bundy-sockcreator
libexec/bundy/bundy-stats
libexec/bundy/bundy-stats-httpd
libexec/bundy/bundy-xfrin
libexec/bundy/bundy-xfrout
libexec/bundy/bundy-zonemgr
man/man1/bundy-certgen.1.gz
man/man1/bundy-sysinfo.1.gz
man/man1/bundyctl.1.gz
man/man1/perfdhcp.1.gz
man/man8/bundy-auth.8.gz
man/man8/bundy-cfgmgr.8.gz
man/man8/bundy-cmdctl-usermgr.8.gz
man/man8/bundy-cmdctl.8.gz
man/man8/bundy-dbutil.8.gz
man/man8/bundy-ddns.8.gz
man/man8/bundy-dhcp-ddns.8.gz
man/man8/bundy-dhcp4.8.gz
man/man8/bundy-dhcp6.8.gz
man/man8/bundy-init.8.gz
man/man8/bundy-loadzone.8.gz
man/man8/bundy-memmgr.8.gz
man/man8/bundy-msgq.8.gz
man/man8/bundy-sockcreator.8.gz
man/man8/bundy-stats-httpd.8.gz
man/man8/bundy-stats.8.gz
man/man8/bundy-xfrin.8.gz
man/man8/bundy-xfrout.8.gz
man/man8/bundy-zonemgr.8.gz
man/man8/bundy.8.gz
sbin/bundy
sbin/bundy-cmdctl-usermgr
%%DATADIR%%/auth.spec
%%DATADIR%%/cmdctl.spec
%%DATADIR%%/config_plugins/__pycache__/bundylogging.cpython-33.pyc
%%DATADIR%%/config_plugins/__pycache__/bundylogging.cpython-33.pyo
%%DATADIR%%/config_plugins/__pycache__/datasrc_config_plugin.cpython-33.pyc
%%DATADIR%%/config_plugins/__pycache__/datasrc_config_plugin.cpython-33.pyo
%%DATADIR%%/config_plugins/__pycache__/tsig_keys.cpython-33.pyc
%%DATADIR%%/config_plugins/__pycache__/tsig_keys.cpython-33.pyo
%%DATADIR%%/config_plugins/bundylogging.py
%%DATADIR%%/config_plugins/datasrc.spec
%%DATADIR%%/config_plugins/datasrc_config_plugin.py
%%DATADIR%%/config_plugins/logging.spec
%%DATADIR%%/config_plugins/tsig_keys.py
%%DATADIR%%/config_plugins/tsig_keys.spec
%%DATADIR%%/ddns.spec
%%DATADIR%%/dhcp-ddns.spec
%%DATADIR%%/dhcp4.spec
%%DATADIR%%/dhcp6.spec
%%DATADIR%%/dhcpdb_create.mysql
%%DATADIR%%/dhcpdb_create.pgsql
%%DATADIR%%/init.spec
%%DATADIR%%/memmgr.spec
%%DATADIR%%/msgq.spec
%%DATADIR%%/static.zone
%%DATADIR%%/stats-httpd-xml.tpl
%%DATADIR%%/stats-httpd-xsd.tpl
%%DATADIR%%/stats-httpd-xsl.tpl
%%DATADIR%%/stats-httpd.spec
%%DATADIR%%/stats.spec
%%DATADIR%%/xfrin.spec
%%DATADIR%%/xfrout.spec
%%DATADIR%%/zonemgr.spec
@dirrmtry %%ETCDIR%%
@dirrmtry include/bundy/asio/detail/impl
@dirrmtry include/bundy/asio/detail
@dirrmtry include/bundy/asio/impl
@dirrmtry include/bundy/asio/ip/detail/impl
@dirrmtry include/bundy/asio/ip/detail
@dirrmtry include/bundy/asio/ip/impl
@dirrmtry include/bundy/asio/ip
@dirrmtry include/bundy/asio/local/detail/impl
@dirrmtry include/bundy/asio/local/detail
@dirrmtry include/bundy/asio/local
@dirrmtry include/bundy/asio/posix
@dirrmtry include/bundy/asio/ssl/detail
@dirrmtry include/bundy/asio/ssl
@dirrmtry include/bundy/asio/windows
@dirrmtry include/bundy/asio
@dirrmtry include/bundy/asiolink
@dirrmtry include/bundy/dhcp
@dirrmtry include/bundy/dns
@dirrmtry include/bundy/exceptions
@dirrmtry include/bundy/hooks
@dirrmtry include/bundy/log
@dirrmtry include/bundy/util
@dirrmtry include/bundy
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/acl/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/acl
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/bundy/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/bundy
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/cc
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/config/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/config
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/datasrc/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/datasrc
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/ddns/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/ddns
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/dns/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/dns
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/log_messages
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/memmgr/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/memmgr
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/net/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/net
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/notify/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/notify
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/server_common
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/statistics/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/statistics
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/sysinfo/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/sysinfo
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/util/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/util/cio/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/util/cio
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/util
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/xfrin/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/xfrin
@dirrmtry %%PYTHON_SITELIBDIR%%/bundy
@dirrmtry %%PYTHON_SITELIBDIR%%/bundyctl/__pycache__
@dirrmtry %%PYTHON_SITELIBDIR%%/bundyctl
@dirrmtry libexec/bundy/backends
@dirrmtry libexec/bundy
@dirrmtry %%DATADIR%%/config_plugins/__pycache__
@dirrmtry %%DATADIR%%/config_plugins
@dirrmtry %%DATADIR%%
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
@unexec rmdir "/var/bundy/mapped_files" >/dev/null 2>&1 || :
@unexec rmdir "/var/bundy" >/dev/null 2>&1 || :