[pkg-dhcp-commits] [isc-dhcp] branch master updated (8a2a11c -> 85292e6)

Michael Gilbert mgilbert at moszumanska.debian.org
Thu Aug 14 04:56:03 UTC 2014


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

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

      from  8a2a11c   release 4.3.0+dfsg-2
       new  ba71266   import upstream version 4.3.0b1
       new  6049a88   Merge branch 'upstream' into experimental
       new  d50e75d   refresh patches
       new  e1e494c   release 4.3.1~b1-1
       new  fa34870   import upstream version 4.3.1b1
       new  c1b38e1   import upstream 4.3.1
       new  498e456   Merge branch 'upstream'
       new  85292e6   release 4.3.1-1

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README                                           |   12 +-
 RELNOTES                                         | 1100 ++++++++++++----------
 bind/bind.tar.gz                                 |  Bin 7739733 -> 7740063 bytes
 bind/version.tmp                                 |    4 +-
 client/Makefile.am                               |    6 +
 client/clparse.c                                 |   39 +
 client/dhc6.c                                    |   31 +-
 client/dhclient.8                                |   14 +
 client/dhclient.c                                |  173 ++--
 client/scripts/linux                             |    8 +-
 client/scripts/openwrt                           |    8 +-
 {server => client}/tests/Atffile                 |    0
 client/tests/Makefile.am                         |   40 +
 client/tests/duid0_test.txt                      |   33 +
 client/tests/duid1_test.txt                      |    3 +
 client/tests/duid2_test.txt                      |   66 ++
 client/tests/duid3_test.txt                      |   66 ++
 client/tests/duid_unittest.c                     |  136 +++
 common/bpf.c                                     |    3 +
 common/conflex.c                                 |    3 +
 common/dhcp-eval.5                               |   73 +-
 common/dhcp-options.5                            |   29 +-
 common/discover.c                                |    9 +-
 common/ns_name.c                                 |    6 +-
 common/options.c                                 |   58 +-
 common/parse.c                                   |   44 +-
 common/socket.c                                  |    1 -
 common/tests/Makefile.am                         |    8 +-
 common/tests/dns_unittest.c                      |   18 +
 common/tests/misc_unittest.c                     |  166 ++++
 configure.ac                                     |   13 +-
 debian/README.source                             |   80 ++
 debian/changelog                                 |   16 +
 debian/dhclient-script.linux                     |    2 +-
 debian/isc-dhcp-server.init.d                    |    1 +
 debian/patches/dhclient-dividebyzero.patch       |   41 +
 debian/patches/dhclient-exit-hook.patch          |    7 +-
 debian/patches/dhclient-script-exit-status.patch |   16 +-
 debian/patches/fix-exit-hook-manpage.patch       |    8 +-
 debian/patches/manpage-hyphens.patch             |   12 +-
 debian/patches/no-loopback-checksum.patch        |    6 +-
 debian/patches/series                            |    7 +-
 debian/patches/spelling-error.patch              |    2 +-
 dhcpctl/omshell.c                                |    2 +-
 doc/examples/dhcpd-dhcpv6.conf                   |    3 +-
 dst/base64.c                                     |    6 +-
 dst/dst_api.c                                    |   30 +-
 dst/dst_support.c                                |    5 +-
 dst/hmac_link.c                                  |   10 +-
 dst/prandom.c                                    |    9 +-
 includes/config.h.in                             |    3 +
 includes/dhcpd.h                                 |   31 +
 includes/omapip/omapip_p.h                       |    1 -
 includes/omapip/result.h                         |    2 +-
 includes/site.h                                  |   31 +-
 omapip/errwarn.c                                 |    9 +-
 omapip/inet_addr.c                               |    8 -
 omapip/isclib.c                                  |   24 +-
 relay/dhcrelay.c                                 |    9 +-
 server/confpars.c                                |   10 +-
 server/dhcp.c                                    |  102 +-
 server/dhcpd.c                                   |   56 +-
 server/dhcpd.conf.5                              |   39 +-
 server/dhcpd.leases.5                            |  239 +++--
 server/dhcpv6.c                                  |  206 ++--
 server/failover.c                                |    3 +
 server/mdb6.c                                    |   14 +-
 server/stables.c                                 |    2 +
 68 files changed, 2352 insertions(+), 870 deletions(-)
 copy {server => client}/tests/Atffile (100%)
 create mode 100644 client/tests/Makefile.am
 create mode 100644 client/tests/duid0_test.txt
 create mode 100644 client/tests/duid1_test.txt
 create mode 100644 client/tests/duid2_test.txt
 create mode 100644 client/tests/duid3_test.txt
 create mode 100644 client/tests/duid_unittest.c
 create mode 100644 common/tests/misc_unittest.c
 create mode 100644 debian/README.source
 create mode 100644 debian/patches/dhclient-dividebyzero.patch

-- 
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