Bug 169185 - Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5
Summary: Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-17 21:10 UTC by Douglas Thrift
Modified: 2012-06-18 07:10 UTC (History)
1 user (show)

See Also:


Attachments
isc-dhcp41-server.2012-06-17T041117Z.diff (4.67 KB, patch)
2012-06-17 21:10 UTC, Douglas Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Thrift 2012-06-17 21:10:18 UTC
Upgraded to 4.1-ESV-R5 and converted to Options NG.

https://redports.org/buildarchive/20120616213248-15566/
https://redports.org/buildarchive/20120616213525-90656/
https://redports.org/buildarchive/20120616213610-30840/

From the Release Notes:

Changes since 4.1-ESV-R4

- Fixed the code that checks if an address the server is planning
  to hand out is in a reserved range.  This would appear as
  the server being out of addresses in pools with particular ranges.
  [ISC-Bugs #26498]

- Tidy up the receive calls and eliminate the need for found_pkt.
  [ISC-Bugs #25066]

- Add support for Infiniband over sockets to the server and
  relay code.  We've tested this on Solaris and hope to expand
  support for Infiniband in the future.  This patch also corrects
  some issues we found in the socket code.
 [ISC-Bugs #24245]

- Add a compile time check for the presence of the noreturn attribute
  and use it for log_fatal if it's available.  This will help code
  checking programs to eliminate false positives.
  [ISC-Bugs #27539]

- Fixed many compilation problems ("set, but not used" warnings) for
  gcc 4.6 that may affect Ubuntu 11.10 users.
  [ISC-Bugs #27588]

- Remove outdated note in the description of the bootp keyword about the
  option not satisfying the requirement of failover peers for denying
  dynamic bootp clients.
  [ISC-bugs #28574]

- Multiple items to clean up IPv6 address processing.
  When processing an IA that we've seen check to see if the
  addresses are usable (not in use by somebody else) before
  handing it out.
  When reading in leases from the file discard expired addresses.
  When picking an address for a client include the IA ID in
  addition to the client ID to generally pick different addresses
  for different IAs.
  [ISC-Bugs #23138] [ISC-Bugs #27945] [ISC-Bugs #25586]
  [ISC-Bugs #27684]

- Remove unnecessary checks in the lease query code and clean up
  several compiler issues (some dereferences of NULL and treating
  an int as a boolean).
  [ISC-Bugs #26203]

- Fix the NA and PD allocation code to handle the case where a client
  provides a preference and the server doesn't have any addresses or
  prefixes available.  Previoulsy the server ignored the request with
  this patch it replies with a NoAddrsAvail or NoPrefixAvail response.
  By default the code performs according to the errata of August 2010
  for RFC 3315 section 17.2.2; to enable the previous style see the
  section on RFC3315_PRE_ERRATA_2010_08 in includes/site.h.  This option
  may be removed in the future.
  Thanks to Jiri Popelka at Red Hat for the patch.
  [ISC-Bugs #22676]

- Fix up some issues found by static analysis.
  A potential memory leak and NULL dereference in omapi.
  The use of a boolean test instead of a bitwise test in dst.
  [ISC-Bugs #28941]
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-17 21:10:37 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-17 21:10:40 UTC
Maintainer of net/isc-dhcp41-server,

Please note that PR ports/169185 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169185

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-17 21:10:42 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Michael Scheidell freebsd_committer freebsd_triage 2012-06-18 06:44:32 UTC
Class Changed
From-To: change-request->maintainer-update

Submitter IS maintainer, via scheidell manual fix GNATS misfire correction tool (manual edit of pr)
Comment 5 Michael Scheidell freebsd_committer freebsd_triage 2012-06-18 06:47:27 UTC
State Changed
From-To: feedback->open

not awaiting feedback at this time 


Comment 6 Michael Scheidell freebsd_committer freebsd_triage 2012-06-18 06:47:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 7 dfilter service freebsd_committer freebsd_triage 2012-06-18 07:03:44 UTC
scheidell    2012-06-18 06:03:31 UTC

  FreeBSD ports repository

  Modified files:
    net/isc-dhcp41-server Makefile distinfo 
  Log:
  - Update to 4.1-ESV-R5
  - Convert to Options NG
  
  PR:             ports/169185
  Submitted by:   douglas@douglasthrift.net (maintainer)
  
  Revision  Changes    Path
  1.29      +22 -20    ports/net/isc-dhcp41-server/Makefile
  1.10      +2 -2      ports/net/isc-dhcp41-server/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 8 Michael Scheidell freebsd_committer freebsd_triage 2012-06-18 07:06:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!