[pkg-dhcp-commits] [isc-dhcp] branch upstream updated (7911863 -> c1b38e1)
Michael Gilbert
mgilbert at moszumanska.debian.org
Thu Aug 14 04:57:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
mgilbert pushed a change to branch upstream
in repository isc-dhcp.
from 7911863 import upstream 4.3.0
adds fa34870 import upstream version 4.3.1b1
adds c1b38e1 import upstream 4.3.1
No new revisions were added by this update.
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 +-
dhcpctl/omshell.c | 2 +-
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/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 +
58 files changed, 2182 insertions(+), 3055 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
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