[pkg-dhcp-commits] [isc-dhcp] branch master updated (ee801dc -> f789f19)

Michael Gilbert mgilbert at moszumanska.debian.org
Mon May 11 00:55:00 UTC 2015


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

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

      from  ee801dc   fix closed bug number
       new  d45c7a3   import upstream 4.3.2
       new  d09b954   Merge branch 'upstream'
       new  611c9d9   refresh patches for 4.3.2
       new  b8cf553   drop support for dhcp3
       new  345c46c   remove unused bind patches
       new  76463ba   update upstream signing key
       new  87e3ac0   update copyright file
       new  931e8bc   fix typo in debug script
       new  0992403   drop transitional debug packages
       new  efbdb37   simplify clean rule
       new  f789f19   release 4.3.2-1

The 11 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:
 LICENSE                                   |   2 +-
 README                                    |  10 +-
 RELNOTES                                  | 334 ++++++++++++++++---
 bind/Makefile                             |  89 -----
 bind/bind.tar.gz                          | Bin 7740063 -> 0 bytes
 bind/version.tmp                          |  13 -
 client/dhc6.c                             |   8 +-
 client/dhclient.c                         |   4 +-
 client/tests/Makefile.am                  |   9 +-
 common/alloc.c                            |  64 ++++
 common/bpf.c                              |   4 +-
 common/conflex.c                          |   2 +-
 common/dhcp-options.5                     |   2 +-
 common/discover.c                         |   6 +-
 common/dlpi.c                             |   4 +-
 common/lpf.c                              | 111 +++++--
 common/nit.c                              |   2 +-
 common/ns_name.c                          | 142 ++++++++
 common/options.c                          |  70 +++-
 common/packet.c                           |  96 +++---
 common/parse.c                            |  60 ++--
 common/socket.c                           |  24 +-
 common/tests/Makefile.am                  |  10 +-
 common/tests/ns_name_test.c               | 160 +++++++++
 common/tests/test_alloc.c                 | 104 +++++-
 common/tree.c                             | 244 ++++++++++++--
 common/upf.c                              |   2 +-
 configure.ac                              |  44 ++-
 debian/bind-patches/hurd.patch            |  34 --
 debian/bind-patches/series                |   1 -
 debian/changelog                          |  15 +
 debian/clean                              |   2 +
 debian/control                            |  39 ---
 debian/copyright                          |  18 +-
 debian/debug                              |   2 +-
 debian/dhclient.conf                      |   5 +-
 debian/isc-dhcp-client.postinst           |  32 --
 debian/isc-dhcp-client.preinst            |  71 ----
 debian/isc-dhcp-server.postinst           |  26 +-
 debian/patches/manpage-hyphens.patch      |  12 +-
 debian/patches/no-loopback-checksum.patch |  16 -
 debian/patches/series                     |   2 -
 debian/patches/spelling-error.patch       |   2 +-
 debian/patches/system-bind.patch          |   4 +-
 debian/rules                              |   6 +-
 debian/upstream/signing-key.asc           |  56 ++--
 dhcpctl/dhcpctl.c                         |   1 +
 doc/devel/atf.dox                         |  26 +-
 dst/dst_api.c                             |  60 ++--
 dst/dst_support.c                         |  39 ++-
 dst/prandom.c                             |   3 +-
 includes/config.h.in                      |   6 +
 includes/dhcpd.h                          |  71 +++-
 includes/failover.h                       |   2 +
 includes/minires.h                        |   3 +
 includes/omapip/isclib.h                  |   7 +-
 includes/omapip/result.h                  |   5 +-
 includes/site.h                           |  37 +--
 includes/tree.h                           |   3 +-
 omapip/isclib.c                           |  37 ++-
 omapip/test.c                             |   7 +-
 omapip/trace.c                            |   6 +-
 relay/dhcrelay.c                          |  21 +-
 server/bootp.c                            |  57 ++--
 server/confpars.c                         | 103 +++++-
 server/db.c                               |   2 +-
 server/ddns.c                             |  30 +-
 server/dhcp.c                             | 532 +++++++++++++++++++++---------
 server/dhcpd.c                            | 125 ++++---
 server/dhcpd.conf.5                       | 243 +++++++++++++-
 server/dhcpd.leases.5                     |  22 +-
 server/dhcpv6.c                           | 318 +++++++++++++-----
 server/failover.c                         | 232 ++++++++-----
 server/mdb.c                              |  93 ++++--
 server/mdb6.c                             | 103 +++++-
 server/omapi.c                            |  23 +-
 server/stables.c                          |  20 +-
 server/tests/Makefile.am                  |  10 +-
 tests/HOWTO-unit-test                     |  48 ++-
 tests/unittest.sh.in                      |  79 +++++
 80 files changed, 3111 insertions(+), 1226 deletions(-)
 delete mode 100644 bind/Makefile
 delete mode 100644 bind/bind.tar.gz
 delete mode 100644 bind/version.tmp
 create mode 100644 common/tests/ns_name_test.c
 delete mode 100644 debian/bind-patches/hurd.patch
 delete mode 100644 debian/bind-patches/series
 create mode 100644 debian/clean
 delete mode 100644 debian/isc-dhcp-client.postinst
 delete mode 100644 debian/isc-dhcp-client.preinst
 delete mode 100644 debian/patches/no-loopback-checksum.patch
 create mode 100755 tests/unittest.sh.in

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