[pkg-dhcp-commits] [isc-dhcp] branch experimental updated (43b65a3 -> e1e494c)

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


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

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

      from  43b65a3   release 4.3.0a1-2
      adds  7911863   import upstream 4.3.0
      adds  e756cec   Merge branch 'upstream'
      adds  6f147ab   import the non-maintainer upload
      adds  7f0100f   release 4.3.0+dfsg-1
      adds  ca6dc7e   ship dhcp-lease-list (closes: #741488)
      adds  fc9e0f0   fix lease removal in postrm (closes: #724033)
      adds  a3c882a   add upstream signature for download verification with uscan
      adds  21bddf5   append .patch extension to patches
      adds  8a2a11c   release 4.3.0+dfsg-2
      adds  ba71266   import upstream version 4.3.0b1
      adds  6049a88   Merge branch 'upstream' into experimental
      adds  d50e75d   refresh patches
      adds  e1e494c   release 4.3.1~b1-1

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            |    5 +-
 README                                             |   33 +-
 RELNOTES                                           | 1104 ++++++++++--------
 bind/bind.tar.gz                                   |  Bin 7732025 -> 7740043 bytes
 bind/version.tmp                                   |    2 +-
 client/Makefile.am                                 |    6 +
 client/clparse.c                                   |   47 +-
 client/dhc6.c                                      |   31 +-
 client/dhclient-script.8                           |   12 +-
 client/dhclient.8                                  |   23 +-
 client/dhclient.c                                  |  177 ++-
 client/dhclient.conf.5                             |    8 +-
 client/dhclient.leases.5                           |    6 -
 {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/alloc.c                                     |    8 +-
 common/bpf.c                                       |  100 +-
 common/comapi.c                                    |    8 +-
 common/conflex.c                                   |   11 +-
 common/ctrace.c                                    |    6 +-
 common/dhcp-eval.5                                 |   81 +-
 common/dhcp-options.5                              |  355 +++++-
 common/discover.c                                  |   17 +-
 common/dns.c                                       |    5 +-
 common/ethernet.c                                  |    8 +-
 common/execute.c                                   |    8 +-
 common/fddi.c                                      |    8 +-
 common/icmp.c                                      |    8 +-
 common/inet.c                                      |    8 +-
 common/memory.c                                    |    8 +-
 common/nit.c                                       |    8 +-
 common/ns_name.c                                   |    6 +-
 common/options.c                                   |   66 +-
 common/parse.c                                     |   52 +-
 common/print.c                                     |    8 +-
 common/raw.c                                       |    8 +-
 common/resolv.c                                    |    8 +-
 common/socket.c                                    |    9 +-
 common/tables.c                                    |  117 +-
 common/tests/Makefile.am                           |    8 +-
 common/tests/dns_unittest.c                        |   18 +
 common/tests/misc_unittest.c                       |  166 +++
 common/tree.c                                      |   88 +-
 common/upf.c                                       |    8 +-
 configure.ac                                       |   13 +-
 debian/README.Debian                               |    9 +-
 debian/README.source                               |   80 ++
 debian/bind-patches/hurd.patch                     |   34 +
 debian/bind-patches/series                         |    1 +
 debian/changelog                                   |   37 +
 debian/control                                     |    3 +-
 debian/copyright                                   |   66 +-
 ...{dhclient-script.linux => dhclient-script.hurd} |  260 ++---
 ...ipt.kfreebsd.udeb => dhclient-script.hurd.udeb} |   49 +-
 debian/isc-dhcp-client.postrm                      |    3 +-
 debian/patches/dhclient-exit-hook.patch            |    7 +-
 debian/patches/dhclient-script-exit-status         |   13 -
 debian/patches/dhclient-script-exit-status.patch   |   13 +
 ...ook_doc_manpage => fix-exit-hook-manpage.patch} |    8 +-
 debian/patches/manpage-hyphens.patch               |   71 +-
 debian/patches/missing-comma.patch                 |   13 -
 ...oopback_checksum => no-loopback-checksum.patch} |    6 +-
 debian/patches/series                              |    7 +-
 debian/patches/spelling-error.patch                |    2 +-
 debian/rfc3442-classless-routes.hurd               |    1 +
 debian/rules                                       |   31 +-
 debian/upstream/signing-key.asc                    |   31 +
 debian/watch                                       |    4 +-
 dhcpctl/callback.c                                 |    8 +-
 dhcpctl/dhcpctl.3                                  |    8 +-
 dhcpctl/dhcpctl.c                                  |    8 +-
 dhcpctl/dhcpctl.h                                  |    8 +-
 dhcpctl/omshell.1                                  |   23 +-
 dhcpctl/omshell.c                                  |   10 +-
 dhcpctl/remote.c                                   |    8 +-
 doc/References.html                                | 1037 -----------------
 doc/References.txt                                 | 1176 --------------------
 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/arpa/nameser.h                            |    6 +-
 includes/arpa/nameser_compat.h                     |    6 +-
 includes/config.h.in                               |    3 +
 includes/ctrace.h                                  |    6 +-
 includes/dhcp.h                                    |    6 +-
 includes/dhcpd.h                                   |   39 +-
 includes/dhctoken.h                                |    8 +-
 includes/failover.h                                |    8 +-
 includes/inet.h                                    |    8 +-
 includes/netinet/if_ether.h                        |    6 +-
 includes/netinet/ip.h                              |    6 +-
 includes/netinet/ip_icmp.h                         |    6 +-
 includes/netinet/udp.h                             |    6 +-
 includes/omapip/alloc.h                            |    8 +-
 includes/omapip/buffer.h                           |    8 +-
 includes/omapip/convert.h                          |    8 +-
 includes/omapip/hash.h                             |    8 +-
 includes/omapip/omapip.h                           |    8 +-
 includes/omapip/omapip_p.h                         |    9 +-
 includes/omapip/trace.h                            |    6 +-
 includes/osdep.h                                   |   10 +-
 includes/site.h                                    |   54 +-
 includes/statement.h                               |    8 +-
 includes/tree.h                                    |    8 +-
 omapip/alloc.c                                     |    8 +-
 omapip/array.c                                     |    8 +-
 omapip/auth.c                                      |    8 +-
 omapip/buffer.c                                    |    8 +-
 omapip/connection.c                                |    8 +-
 omapip/convert.c                                   |    8 +-
 omapip/dispatch.c                                  |    8 +-
 omapip/errwarn.c                                   |   34 +-
 omapip/generic.c                                   |    8 +-
 omapip/handle.c                                    |    8 +-
 omapip/hash.c                                      |    8 +-
 omapip/inet_addr.c                                 |    6 +-
 omapip/isclib.c                                    |   28 +-
 omapip/listener.c                                  |    8 +-
 omapip/message.c                                   |    8 +-
 omapip/omapi.3                                     |    8 +-
 omapip/protocol.c                                  |    8 +-
 omapip/support.c                                   |    8 +-
 omapip/test.c                                      |    8 +-
 omapip/toisc.c                                     |    8 +-
 omapip/trace.c                                     |    6 +-
 relay/dhcrelay.c                                   |   19 +-
 server/bootp.c                                     |    8 +-
 server/class.c                                     |    8 +-
 server/confpars.c                                  |   20 +-
 server/db.c                                        |    8 +-
 server/ddns.c                                      |    4 +-
 server/dhcp.c                                      |  110 +-
 server/dhcpd.c                                     |   66 +-
 server/dhcpd.conf.5                                |   49 +-
 server/dhcpd.leases.5                              |  252 +++--
 server/dhcpv6.c                                    |  206 ++--
 server/failover.c                                  |   11 +-
 server/ldap.c                                      |    2 +-
 server/mdb.c                                       |    8 +-
 server/mdb6.c                                      |   14 +-
 server/omapi.c                                     |    8 +-
 server/salloc.c                                    |    8 +-
 server/stables.c                                   |   10 +-
 151 files changed, 3291 insertions(+), 4097 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/bind-patches/hurd.patch
 create mode 100644 debian/bind-patches/series
 copy debian/{dhclient-script.linux => dhclient-script.hurd} (50%)
 copy debian/{dhclient-script.kfreebsd.udeb => dhclient-script.hurd.udeb} (63%)
 delete mode 100644 debian/patches/dhclient-script-exit-status
 create mode 100644 debian/patches/dhclient-script-exit-status.patch
 rename debian/patches/{fix_exit_hook_doc_manpage => fix-exit-hook-manpage.patch} (93%)
 delete mode 100644 debian/patches/missing-comma.patch
 rename debian/patches/{no_loopback_checksum => no-loopback-checksum.patch} (71%)
 create mode 100644 debian/rfc3442-classless-routes.hurd
 create mode 100644 debian/upstream/signing-key.asc
 delete mode 100644 doc/References.html
 delete mode 100644 doc/References.txt

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