aboutsummaryrefslogtreecommitdiff
path: root/net/dhcpd
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 6.6.20200413Hiroki Tagato2020-04-192-5/+5
| | | | | | | | | | | | - Make portlint happy PR: 245606 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Approved by: ehaupt (mentor) Changelog: https://github.com/koue/dhcpd/blob/6.6.20200413/ChangeLog Notes: svn path=/head/; revision=532098
* net/dhcpd: update to 6.4.20181105Steve Wills2018-11-096-129/+7
| | | | | | | | PR: 232984 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=484528
* net/dhcpd: Add option to disable PF supportSteve Wills2018-07-045-3/+130
| | | | | | | | | | While here, remove unneeded USERS and GROUPS lines. PR: 229490 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=473889
* net/dhcpd: doesn't start without discouraged -c flagTorsten Zuehlsdorff2018-05-252-2/+8
| | | | | | | | | | | | | | Remove discouraged -c flag from rc-file. Also use PREFIX in config file PR: 222151 Submitted by: Nikola Kolev <koue@chaosophia.net> Reported by: mwlucas@michaelwlucas.com Approved by: Nikola Kolev <koue@chaosophia.net> MFC after: 2018Q2 Notes: svn path=/head/; revision=470842
* Update net/dhcpd to 6.0.20170207Kirill Ponomarev2017-02-092-5/+5
| | | | | | | | | | PR: 216917 Submitted by: koue@chaosophia.net Approved by: mat (maintainer) Differential Revision: https://reviews.freebsd.org/D9493 Notes: svn path=/head/; revision=433752
* Never set WRKSRC when using USE_GITHUB.Mathieu Arnold2017-01-031-1/+1
| | | | | | | | | | | | | If you want to set WRKSRC, set GH_PROJECT instead. - The GitHub URLs are case insensitive, but the distribution files you get out of them are not. - If the repository was renamed, the old URL will still work, but the distribution name will be ith the new name. Sponsored by: Absolight Notes: svn path=/head/; revision=430490
* Allow staging as a regular userAntoine Brodin2015-12-061-3/+2
| | | | Notes: svn path=/head/; revision=403103
* New port: net/dhcpdKurt Jaeger2015-12-065-0/+76
This is the FreeBSD port of the OpenBSD dhcpd. The Dynamic Host Configuration Protocol (DHCP) is a standardized network protocol used on Internet Protocol (IP) networks for dynamically distributing network configuration parameters, such as IP addresses for interfaces and services. WWW: https://github.com/koue/dhcpd PR: 197361 Submitted by: Nikola Kolev <koue@chaosophia.net> Notes: svn path=/head/; revision=403095