[pkg-dhcp-commits] [isc-dhcp] 01/03: import upstream 4.3.4

Michael Gilbert mgilbert at moszumanska.debian.org
Sat Apr 16 19:12:02 UTC 2016


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

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

commit 1f3bdabdb4926c706f7c700cc41508d433a39543
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Tue Apr 5 03:26:19 2016 +0000

    import upstream 4.3.4
---
 README       | 14 +++++++-------
 RELNOTES     | 23 ++++++++++++++---------
 configure.ac |  2 +-
 3 files changed, 22 insertions(+), 17 deletions(-)

diff --git a/README b/README
index 5777ab4..7584632 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 	      Internet Systems Consortium DHCP Distribution
-			   Version 4.3.4b1
-			    09 March 2016
+			    Version 4.3.4
+			    29 March 2016
 
 			      README FILE
 
@@ -142,12 +142,12 @@ information.   On Digital Unix, type ``man pfilt''.
 To build the DHCP Distribution, unpack the compressed tar file using
 the tar utility and the gzip command - type something like:
 
-	gunzip dhcp-4.3.4b1.tar.gz
-	tar xvf dhcp-4.3.4b1.tar
+	gunzip dhcp-4.3.4.tar.gz
+	tar xvf dhcp-4.3.4.tar
 
 			    CONFIGURING IT
 
-Now, cd to the dhcp-4.3.4b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.4 subdirectory that you've just created and
 configure the source tree by typing:
 
 	./configure
@@ -257,7 +257,7 @@ and the "protocol not configured" problem.
 		    LINUX: PROTOCOL NOT CONFIGURED
 
 If you get the following message, it's because your kernel doesn't
-have the linux packetfilter or raw packet socket configured:
+have the Linux packetfilter or raw packet socket configured:
 
  Make sure CONFIG_PACKET (Packet socket) and CONFIG_FILTER (Socket
  Filtering) are enabled in your kernel configuration
@@ -689,7 +689,7 @@ bug reports are more likely to get handled more quickly overall.
 	  something about your situation that we don't know.
       6.  Include your dhcpd.conf and dhcpd.leases file as MIME attachments
 	  if they're not over 100 kilobytes in size each.  If they are
-	  this large, please make them available to us eg via a hidden
+	  this large, please make them available to us, e.g., via a hidden
 	  http:// URL or FTP site.  If you're not comfortable releasing
 	  this information due to sensitive contents, you may encrypt
 	  the file to our release signing key, available on our website.
diff --git a/RELNOTES b/RELNOTES
index 26d5082..f8c2ae9 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
                 Internet Systems Consortium DHCP Distribution
-                            Version 4.3.4b1
-                             09 March 2016
+                             Version 4.3.4
+                             29 March 2016
 
                              Release Notes
 
@@ -18,7 +18,7 @@ for DHCPv4.  These include:
 
 - Support for using DHCPv6 relay options in expressions
 
-This release also adds suppport for the standard DDNS as described in the
+This release also adds support for the standard DDNS as described in the
 current RFCs as well as enhancing support for dynamically adding and removing
 subclasses via OMAPI.
 
@@ -52,6 +52,10 @@ ISC DHCP is open source software maintained by Internet Systems
 Consortium.  This product includes cryptographic software written
 by Eric Young (eay at cryptsoft.com).
 
+			Changes since 4.3.4b1
+
+- None
+
 			Changes since 4.3.3
 
 - Corrected a static analyzer warning in common/execute.c
@@ -59,12 +63,12 @@ by Eric Young (eay at cryptsoft.com).
 
 - ISC DHCP now follows the common convention to use the base name a
   program is invoked with (aka argv[0], vs. a builtin name) for
-  logs. This should help differentiate syslog entires for DHCPv4 and
+  logs. This should help differentiate syslog entries for DHCPv4 and
   DHCPv6 servers. You can define OLD_LOG_NAME in includes/site.h to
   keep the previous behavior.
   [ISC-Bugs #38692]
 
-- The linux packet filter code now correctly treats only the least significant
+- The Linux packet filter code now correctly treats only the least significant
   12 bits in an inbound packet's TCI value as the VLAN id (per IEEE 802.1Q).
   Prior to this it was using the entire 16 bit value as the VLAN id and
   incorrectly discarding packets.  Thanks to Jiri Popelka at Red Hat for
@@ -231,7 +235,7 @@ by Eric Young (eay at cryptsoft.com).
   option "--enable-dhcpv4o6". Note this feature requires DHCPv6 support
   and is not compatible with delayed-ack. Both client and server use 2
   processes which communicate over UDP on a pair of sockets. The new
-  "-4o6 <port>" command line argment enables DHCPv4 over DHCPv6 support
+  "-4o6 <port>" command line argument enables DHCPv4 over DHCPv6 support
   and specifies the consecutive ports to use for inter-process communication.
   Please look at doc/DHCPv4-over-DHCPv6 for more details.
   [ISC-Bugs #35711]
@@ -251,8 +255,9 @@ by Eric Young (eay at cryptsoft.com).
 - Add a new parameter, lease-id-format, to both dhcpd and dhclient. The
   parameter controls the format in which certain values are written to lease
   files.  Formats supported are octal - quoted string containing octal
-  escapes, and hex - unquoted, colon separated hex digits.
-  [ISC-Busg #26378]
+  escapes, and hex - unquoted, colon separated hex digits.  Thanks to
+  Jay Ford, University of Iowa for bringing the issue to our attention.
+  [ISC-Bugs #26378]
 
 ! Add an option in site.h to limit the number of failover and control
   connections the server will accept.  By default this is 200.
@@ -619,7 +624,7 @@ by Eric Young (eay at cryptsoft.com).
   Thanks to Jiri Popelka at Red Hat for the bug report and patch.
   [ISC-Bugs #37084]
 
-- Modified linux packet handling such that packets received via VLAN are now
+- Modified Linux packet handling such that packets received via VLAN are now
   seen only by the VLAN interface. Prior to this, such packets were seen by
   both the VLAN interface and its parent (physical) interface, causing the
   server to respond to both.  Note this remains an issue for non-Linux OSs.
diff --git a/configure.ac b/configure.ac
index 3cabf64..f6fa53e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.4b1],[dhcp-users at isc.org])
+AC_INIT([DHCP],[4.3.4],[dhcp-users at isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such

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