[pkg-dhcp-commits] [isc-dhcp] branch upstream updated (9e4af76 -> b2a56ec)

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Dec 22 02:58:51 UTC 2013


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a change to branch upstream
in repository isc-dhcp.

      from  9e4af76   Imported Upstream version 4.2.4
      adds  c8da018   import upstream 4.2.5-P1
      adds  b2a56ec   import upstream 4.3.0a1

No new revisions were added by this update.

Summary of changes:
 LICENSE                                         |     2 +-
 Makefile.am                                     |     8 +-
 Makefile.in                                     |   592 +-
 README                                          |    63 +-
 RELNOTES                                        |   440 +-
 aclocal.m4                                      |   902 +-
 bind/Makefile                                   |     4 +-
 bind/bind.tar.gz                                |   Bin 6993602 -> 7732025 bytes
 bind/version.tmp                                |    11 +-
 client/Makefile.am                              |     6 +-
 client/Makefile.in                              |   567 +-
 client/clparse.c                                |    69 +-
 client/dhc6.c                                   |   112 +-
 client/dhclient-script.8                        |    25 +-
 client/dhclient.8                               |    93 +-
 client/dhclient.c                               |   423 +-
 client/dhclient.conf.5                          |   142 +-
 client/{dhclient.conf => dhclient.conf.example} |     0
 client/dhclient.leases.5                        |     4 +-
 client/scripts/bsdos                            |     2 +-
 client/scripts/freebsd                          |     4 +-
 client/scripts/macos                            |     4 +-
 client/scripts/netbsd                           |     2 +-
 client/scripts/openbsd                          |     2 +-
 client/scripts/openwrt                          |    54 +-
 common/Makefile.am                              |     6 +-
 common/Makefile.in                              |   561 +-
 common/alloc.c                                  |    12 +-
 common/bpf.c                                    |     9 +-
 common/comapi.c                                 |     8 +-
 common/conflex.c                                |    31 +-
 common/dhcp-eval.5                              |   160 +-
 common/dhcp-options.5                           |   207 +-
 common/discover.c                               |    20 +-
 common/dispatch.c                               |    23 +-
 common/dlpi.c                                   |     4 +-
 common/dns.c                                    |   918 +-
 common/execute.c                                |   266 +-
 common/icmp.c                                   |     8 +-
 common/inet.c                                   |     3 +-
 common/lpf.c                                    |    16 +-
 common/ns_name.c                                |     2 +-
 common/options.c                                |   274 +-
 common/parse.c                                  |   821 +-
 common/print.c                                  |    18 +-
 common/resolv.c                                 |     8 +-
 common/socket.c                                 |   119 +-
 common/tables.c                                 |     7 +-
 common/tests/Atffile                            |     5 +
 common/tests/Makefile.am                        |    33 +-
 common/tests/Makefile.in                        |   614 +-
 common/tests/dns_unittest.c                     |   175 +
 common/tests/test_alloc.c                       |   824 +-
 common/tree.c                                   |   770 +-
 compile                                         |   347 +
 config.guess                                    |  1558 +++
 config.sub                                      |  1788 +++
 configure                                       | 13008 ++++++++++------------
 configure.ac                                    |   220 +-
 contrib/3.0b1-lease-convert                     |     4 +-
 contrib/dhcp-lease-list.pl                      |   199 +
 depcomp                                         |   637 +-
 dhcpctl/Makefile.am                             |     6 +-
 dhcpctl/Makefile.in                             |   577 +-
 dhcpctl/cltest.c                                |     2 +
 dhcpctl/dhcpctl.3                               |    10 +-
 dhcpctl/dhcpctl.c                               |     6 +-
 dhcpctl/dhcpctl.h                               |     2 +-
 dhcpctl/omshell.1                               |    11 +-
 dhcpctl/omshell.c                               |    22 +-
 doc/Makefile                                    |    15 +
 doc/References.xml                              |     2 +-
 doc/devel/arch.dox                              |    11 +
 doc/devel/atf.dox                               |   200 +
 doc/devel/contrib.dox                           |    12 +
 doc/devel/debug.dox                             |    33 +
 doc/devel/doxyfile.in                           |  1792 +++
 doc/devel/isc-logo.jpg                          |   Bin 0 -> 4452 bytes
 doc/devel/mainpage.dox                          |    41 +
 doc/devel/omapi.dox                             |    15 +
 doc/devel/qa.dox                                |    93 +
 doc/ja_JP.eucJP/dhclient-script.8               |     2 +-
 doc/ja_JP.eucJP/dhclient.8                      |     2 +-
 doc/ja_JP.eucJP/dhclient.conf.5                 |     2 +-
 doc/ja_JP.eucJP/dhclient.leases.5               |     2 +-
 doc/ja_JP.eucJP/dhcp-eval.5                     |     2 +-
 doc/ja_JP.eucJP/dhcp-options.5                  |     5 +-
 dst/Makefile.in                                 |   352 +-
 dst/base64.c                                    |     2 +-
 dst/dst_api.c                                   |    22 +-
 dst/dst_support.c                               |    19 +-
 dst/hmac_link.c                                 |    33 +-
 dst/prandom.c                                   |    47 +-
 includes/Makefile.in                            |   321 +-
 includes/arpa/nameser.h                         |     2 +-
 includes/arpa/nameser_compat.h                  |     2 +-
 includes/cdefs.h                                |     6 +-
 includes/config.h.in                            |    71 +-
 includes/dhcp6.h                                |     4 +-
 includes/dhcpd.h                                |   230 +-
 includes/dhctoken.h                             |    13 +-
 includes/heap.h                                 |     2 +-
 includes/omapip/isclib.h                        |    13 +-
 includes/omapip/omapip.h                        |     7 +-
 includes/omapip/omapip_p.h                      |     2 +-
 includes/osdep.h                                |     4 +
 includes/site.h                                 |    58 +
 includes/t_api.h                                |     2 +-
 includes/tree.h                                 |    12 +-
 install-sh                                      |   538 +-
 missing                                         |   453 +-
 omapip/Makefile.am                              |     3 +-
 omapip/Makefile.in                              |   447 +-
 omapip/alloc.c                                  |     6 +-
 omapip/auth.c                                   |     3 +-
 omapip/buffer.c                                 |    26 +-
 omapip/connection.c                             |    33 +-
 omapip/dispatch.c                               |    71 +-
 omapip/isclib.c                                 |   240 +-
 omapip/iscprint.c                               |     4 +-
 omapip/listener.c                               |     9 +-
 omapip/protocol.c                               |    21 +-
 omapip/support.c                                |    12 +-
 omapip/test.c                                   |     5 +-
 omapip/trace.c                                  |    15 +-
 relay/Makefile.am                               |     3 +-
 relay/Makefile.in                               |   452 +-
 relay/dhcrelay.8                                |    15 +-
 relay/dhcrelay.c                                |    98 +-
 server/Makefile.am                              |    12 +-
 server/Makefile.in                              |  1006 +-
 server/bootp.c                                  |    33 +-
 server/class.c                                  |    11 +-
 server/confpars.c                               |  1239 ++-
 server/db.c                                     |    55 +-
 server/ddns.c                                   |   182 +-
 server/dhcp.c                                   |   786 +-
 server/dhcpd.8                                  |    94 +-
 server/dhcpd.c                                  |   472 +-
 server/dhcpd.conf.5                             |   762 +-
 server/{dhcpd.conf => dhcpd.conf.example}       |     0
 server/dhcpd.leases.5                           |    10 +-
 server/dhcpleasequery.c                         |    28 +-
 server/dhcpv6.c                                 |  1016 +-
 server/failover.c                               |    74 +-
 server/ldap.c                                   |     9 +-
 server/mdb.c                                    |   319 +-
 server/mdb6.c                                   |  1058 +-
 server/omapi.c                                  |   525 +-
 server/salloc.c                                 |    47 +-
 server/stables.c                                |     8 +-
 server/tests/Atffile                            |     5 +
 server/tests/Makefile.am                        |    55 +
 server/tests/Makefile.in                        |  1363 +++
 server/tests/hash_unittest.c                    |   607 +
 server/tests/load_bal_unittest.c                |   191 +
 server/tests/mdb6_unittest.c                    |   968 ++
 server/tests/simple_unittest.c                  |    77 +
 test-driver                                     |   127 +
 tests/DHCPv6/README                             |     2 +-
 tests/HOWTO-unit-test                           |   148 +-
 tests/Makefile.in                               |   300 +-
 tests/t_api.c                                   |    18 +-
 util/bindvar.sh                                 |     2 +-
 164 files changed, 29201 insertions(+), 16165 deletions(-)
 rename client/{dhclient.conf => dhclient.conf.example} (100%)
 create mode 100644 common/tests/Atffile
 create mode 100644 common/tests/dns_unittest.c
 create mode 100755 compile
 create mode 100755 config.guess
 create mode 100755 config.sub
 create mode 100644 contrib/dhcp-lease-list.pl
 create mode 100644 doc/devel/arch.dox
 create mode 100644 doc/devel/atf.dox
 create mode 100644 doc/devel/contrib.dox
 create mode 100644 doc/devel/debug.dox
 create mode 100644 doc/devel/doxyfile.in
 create mode 100644 doc/devel/isc-logo.jpg
 create mode 100644 doc/devel/mainpage.dox
 create mode 100644 doc/devel/omapi.dox
 create mode 100644 doc/devel/qa.dox
 rename server/{dhcpd.conf => dhcpd.conf.example} (100%)
 create mode 100644 server/tests/Atffile
 create mode 100644 server/tests/Makefile.am
 create mode 100644 server/tests/Makefile.in
 create mode 100644 server/tests/hash_unittest.c
 create mode 100644 server/tests/load_bal_unittest.c
 create mode 100644 server/tests/mdb6_unittest.c
 create mode 100644 server/tests/simple_unittest.c
 create mode 100755 test-driver

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-dhcp/isc-dhcp.git



More information about the pkg-dhcp-commits mailing list