Port details |
- isc-dhcp44-server ISC Dynamic Host Configuration Protocol server
- 4.4.2P1_1 net
=8 Version of this port present on the latest quarterly branch. - Maintainer: zi@FreeBSD.org
 - Port Added: 2018-01-09 20:51:49
- Last Update: 2022-07-20 14:22:37
- Commit Hash: 6a378e5
- People watching this port, also watch:: sudo, smartmontools, pkg, rsync, bash
- License: MPL20
- Description:
- The ISC Dynamic Host Configuration Protocol Distribution provides a
freely redistributable reference implementation of all aspects of the
DHCP protocol, through a suite of DHCP tools:
* A DHCP server (this port)
* A DHCP client
* A DHCP relay agent
Details on versioning/release information may be obtained here:
https://www.isc.org/downloads/
WWW: https://www.isc.org/dhcp/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- isc-dhcp44-server>0:net/isc-dhcp44-server
- Conflicts:
- CONFLICTS:
- isc-dhcp3?-server
- isc-dhcp4[123]-server
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/net/isc-dhcp44-server/ && make install clean
- To add the package, run one of these commands:
- pkg install net/isc-dhcp44-server
- pkg install isc-dhcp44-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: isc-dhcp44-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1621858088
SHA256 (dhcp-4.4.2-P1.tar.gz) = b05e04337539545a8faa0d6ac518defc61a07e5aec66a857f455e7f218c85a1a
SIZE (dhcp-4.4.2-P1.tar.gz) = 9898311
- Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- net/isc-dhcp44-client
- net/isc-dhcp44-relay
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for isc-dhcp44-server-4.4.2P1_1:
BIND_SYMBOLS=off: Enable BIND internal symbol table
BINLEASES=off: Enable support for binary insertion of leases
DHCP4O6=off: Enable DHCPv4-over-DHCPv6 (TSV)
DOCS=on: Build and/or install documentation
IPV6=on: IPv6 protocol support
LDAP=off: LDAP protocol support
LDAP_SSL=on: Support LDAP over SSL/TLS
PARANOIA=on: Enable support for chroot
===> Use 'make config' to modify these settings
- Options name:
- net_isc-dhcp44-server
- USES:
- cpe gmake ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:37 4.4.2P1_1 |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
29 Oct 2021 09:50:18 4.4.2P1_1 |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
05 Oct 2021 20:01:31 4.4.2P1_1 |
Bernhard Froehlich (decke)  |
net/isc-dhcp44-server: Add CPE information
Approved by: portmgr (blanket) |
02 Jun 2021 16:03:20 4.4.2P1_1 |
Ryan Steinmetz (zi)  |
net/isc-dhcp44-server: Fix chroot support on 13.x
- Bump PORTREVISION
PR: 245362 |
26 May 2021 22:06:26 4.4.2P1 |
Ryan Steinmetz (zi)  |
net/isc-dhcp44-server: Update to 4.2.2-P1 |
06 Apr 2021 14:31:13 4.4.2_1 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 4.4.2_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
18 Sep 2020 13:32:26
4.4.2_1 |
zi  |
- Ensure LDAP option implies IPV6 option to resolve build failure
PR: 249405
Reported by: sciram@yandex.ru |
31 Aug 2020 15:03:45
4.4.2_1 |
zi  |
- Bump PORTREVISIONs after previous commit
Reported by: zeising@ |
31 Aug 2020 14:48:01
4.4.2 |
zi  |
- Ensure DOCS is part of OPTIONS_DEFINE
PR: 249008
Reported by: Yasuhiro KIMURA <yasu@utahime.org> |
29 Aug 2020 21:13:16
4.4.2 |
zeising  |
net/isc-dhcp44*: Fix build with -fno-common
Add a patch from an upstream merge request to fix the build of
net/isc-dhcp44-client when built with -fno-common, which is the default with
llvm 11.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) |
24 Jan 2020 03:55:31
4.4.2 |
zi  |
- Update to 4.4.2 |
15 Oct 2019 10:00:35
4.4.1_4 |
tobik  |
net/isc-dhcp44-client: Fix @sample usage after r509903
Installing isc-dhcp44-client-4.4.1...
cp: /usr/local/%D/etc/dhclient.conf.example: No such file or directory
Pointy hat: bapt |
30 Sep 2019 14:48:50
4.4.1_4 |
zi  |
- Update URL |
14 Aug 2019 08:48:51
4.4.1_4 |
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
22 May 2019 12:31:26
4.4.1_4 |
zi  |
- Fix error when calling 'service -R'
- Bump PORTREVISION
PR: 234796
Reported by: Jose Luis Duran <jlduran@gmail.com> |
27 Jun 2018 13:55:57
4.4.1_3 |
mat  |
Do not force stop services when a package is deinstalled.
Starting or stopping services is the role of pkg(8).
Sponsored by: Absolight |
03 Mar 2018 17:01:13
4.4.1_2 |
zi  |
- Additional fix for variable name change |
03 Mar 2018 16:50:06
4.4.1_1 |
zi  |
- Fix more logic issues after OPTIONS edits
PR: 226328 |
03 Mar 2018 15:27:43
4.4.1 |
zi  |
- Fix build
PR: 226327 |
02 Mar 2018 16:50:46
4.4.1 |
zi  |
- Update to 4.4.1 [1]
- Convert to new OPTIONS framework
- Add OPTION for enabling binary lease file support
PR: 191088 [1]
Submitted by: Chip Cuccio <chip.cuccio@gmail.com> [1] |
08 Feb 2018 13:31:23
4.4.0b1_1  |
zi  |
- Mark FORBIDDEN, due to major flaw in dhcpd in 4.4.0. ISC Advises waiting for
4.4.1 release |
11 Jan 2018 14:18:01
4.4.0b1  |
danfe  |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
10 Jan 2018 14:09:52
4.4.0b1  |
zi  |
- Note URL on ISC's site where you can find info on version differences
Reported by: danfe@ |
09 Jan 2018 22:07:43
4.4.0b1  |
zi  |
- Update license to MPL
Reported by: Dan McGregor <dan.mcgregor@usask.ca> |
09 Jan 2018 20:51:39
4.4.0b1  |
zi  |
New ports: net/isc-dhcp44-server, net/isc-dhcp44-client, net/isc-dhcp44-relay:
The ISC Dynamic Host Configuration Protocol Distribution provides a
freely redistributable reference implementation of all aspects of the
DHCP protocol, through a suite of DHCP tools:
* A DHCP server (this port)
* A DHCP client
* A DHCP relay agent
WWW: https://www.isc.org/products/DHCP/ |