[pkg-dhcp-commits] [isc-dhcp] branch master updated (e613300 -> feb80a9)

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Sep 11 23:39:38 UTC 2016


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

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

      from  e613300   release 4.3.4-1
       new  5fc8748   import upstream 4.3.5~b1
       new  e1432ab   Merge branch 'upstream'
       new  8c7fd78   refresh patches for 4.3.5~b1
       new  feb80a9   release 4.3.5~b1-1

The 4 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                                  |  10 +-
 RELNOTES                                |  97 ++++++++++-
 client/dhclient-script.8                |  10 +-
 client/dhclient.8                       |   2 +-
 client/dhclient.conf.5                  |  11 +-
 client/dhclient.conf.example            |   4 +-
 client/tests/Makefile.am                |  12 +-
 common/discover.c                       |  24 ++-
 common/execute.c                        |   6 +-
 common/options.c                        | 278 +++++++++++++++++++++-----------
 common/tables.c                         |  10 +-
 common/tests/Makefile.am                |   4 +-
 common/tests/test_alloc.c               |  92 +++++++++++
 common/tree.c                           |   2 +-
 configure.ac                            |   5 +-
 contrib/dhcp-lease-list.pl              |  40 +++--
 contrib/ldap/dhcp.schema                |   2 +-
 debian/changelog                        |  10 ++
 debian/control                          |  10 +-
 debian/isc-dhcp-client.postrm           |   6 +-
 debian/isc-dhcp-relay.config            |   6 +-
 debian/isc-dhcp-relay.postrm            |   6 +-
 debian/isc-dhcp-relay.prerm             |   6 +-
 debian/isc-dhcp-server.config           |   6 +-
 debian/isc-dhcp-server.postrm           |   2 -
 debian/isc-dhcp-server.prerm            |   2 -
 debian/patches/dhcpd-conf.patch         |   8 +-
 debian/patches/dhcpd-leaselist.patch    |  14 --
 debian/patches/dhcrelay-listen.patch    |   6 +-
 debian/patches/fix-manpage-error.patch  |   5 +-
 debian/patches/fix-spelling-error.patch |  33 +++-
 debian/patches/series                   |   1 -
 doc/DHCPv4-over-DHCPv6                  |   6 +-
 doc/ja_JP.eucJP/dhclient-script.8       |   9 +-
 doc/ja_JP.eucJP/dhclient.conf.5         |  15 +-
 doc/ja_JP.eucJP/dhclient.leases.5       |   9 +-
 doc/ja_JP.eucJP/dhcp-eval.5             |   8 +-
 doc/ja_JP.eucJP/dhcp-options.5          |   9 +-
 includes/dhcpd.h                        |   6 +
 includes/omapip/omapip.h                |   4 +-
 omapip/alloc.c                          |   6 +-
 omapip/connection.c                     |   4 +-
 relay/dhcrelay.8                        |  35 +++-
 relay/dhcrelay.c                        |  99 ++++++++++--
 server/confpars.c                       |   6 +-
 server/ddns.c                           |  85 +++++++---
 server/dhcp.c                           |  42 ++++-
 server/dhcpd.8                          |   8 +-
 server/dhcpd.c                          |  15 ++
 server/dhcpd.conf.5                     |  60 +++++--
 server/dhcpd.conf.example               |   4 +-
 server/failover.c                       |  47 ++++++
 server/ldap.c                           |   8 +-
 server/mdb.c                            |  40 +++--
 server/stables.c                        |   1 +
 server/tests/Makefile.am                |   4 +-
 tests/failover/dhcp-1.cf                |   4 +-
 tests/failover/dhcp-2.cf                |   4 +-
 58 files changed, 919 insertions(+), 349 deletions(-)
 delete mode 100644 debian/patches/dhcpd-leaselist.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