notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/dhcpcd/Makefile

Number of commits found: 64

Monday, 18 Dec 2023
20:41 Dries Michiels (driesm) search for other commits by this committer
net/dhcpcd: update to 10.0.6

Changes:	https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.0.6
commit hash: e3db27015f8f183079dbc70c75e471b352ecc778 commit hash: e3db27015f8f183079dbc70c75e471b352ecc778 commit hash: e3db27015f8f183079dbc70c75e471b352ecc778 commit hash: e3db27015f8f183079dbc70c75e471b352ecc778 e3db270
Friday, 10 Nov 2023
14:36 Dries Michiels (driesm) search for other commits by this committer
net/dhcpcd: update to 10.0.5

Changes:	https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.0.5
commit hash: 60bdbf72e585b80aff17f5a826414e9067dbf567 commit hash: 60bdbf72e585b80aff17f5a826414e9067dbf567 commit hash: 60bdbf72e585b80aff17f5a826414e9067dbf567 commit hash: 60bdbf72e585b80aff17f5a826414e9067dbf567 60bdbf7
Thursday, 19 Oct 2023
15:01 Dries Michiels (driesm) search for other commits by this committer
net/dhcpcd: update to 10.0.4

Changes:	https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.0.4
commit hash: 37a0d5772664f039ba52d4791d399b616972a97d commit hash: 37a0d5772664f039ba52d4791d399b616972a97d commit hash: 37a0d5772664f039ba52d4791d399b616972a97d commit hash: 37a0d5772664f039ba52d4791d399b616972a97d 37a0d57
Friday, 6 Oct 2023
09:30 Dries Michiels (driesm) search for other commits by this committer
net/dhcpcd: update to 10.0.3

Changes:	https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.0.3
commit hash: c8fadc31a05cbae9668195f8940e61ab0eafe264 commit hash: c8fadc31a05cbae9668195f8940e61ab0eafe264 commit hash: c8fadc31a05cbae9668195f8940e61ab0eafe264 commit hash: c8fadc31a05cbae9668195f8940e61ab0eafe264 c8fadc3
Wednesday, 19 Jul 2023
16:40 Dries Michiels (driesm) search for other commits by this committer
net/dhcpcd: update to 10.0.2

Changes:	https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.0.2
commit hash: 84af41e8398ac2f9841749709dc5fd501d3f334d commit hash: 84af41e8398ac2f9841749709dc5fd501d3f334d commit hash: 84af41e8398ac2f9841749709dc5fd501d3f334d commit hash: 84af41e8398ac2f9841749709dc5fd501d3f334d 84af41e
Thursday, 20 Apr 2023
19:49 Dries Michiels (driesm) search for other commits by this committer
net/dhcpcd: update to 10.0.1

Changes:	https://github.com/NetworkConfiguration/dhcpcd/compare/v10.0.0...v10.0.1
commit hash: 345389463765bdfbbf432e784b3e9edc4ee79a19 commit hash: 345389463765bdfbbf432e784b3e9edc4ee79a19 commit hash: 345389463765bdfbbf432e784b3e9edc4ee79a19 commit hash: 345389463765bdfbbf432e784b3e9edc4ee79a19 3453894
Friday, 14 Apr 2023
16:54 Dries Michiels (driesm) search for other commits by this committer
net/dhcpcd: update to 10.0.0

Changes:	https://github.com/NetworkConfiguration/dhcpcd/releases/tag/dhcpcd-10.0.0
commit hash: 66d61e95cb85f95c2eb1ca89a462b7eb5ba1b0af commit hash: 66d61e95cb85f95c2eb1ca89a462b7eb5ba1b0af commit hash: 66d61e95cb85f95c2eb1ca89a462b7eb5ba1b0af commit hash: 66d61e95cb85f95c2eb1ca89a462b7eb5ba1b0af 66d61e9
Wednesday, 12 Apr 2023
17:18 Dries Michiels (driesm) search for other commits by this committer
net/dhcpcd: update to 9.5.0

Switch to GITHUB, no longer hosted on previous website going forward

Changes:	https://github.com/NetworkConfiguration/dhcpcd/releases/tag/dhcpcd-9.5.0
commit hash: d47137304fa5d4f2c81d6ac6edb420538e3457ba commit hash: d47137304fa5d4f2c81d6ac6edb420538e3457ba commit hash: d47137304fa5d4f2c81d6ac6edb420538e3457ba commit hash: d47137304fa5d4f2c81d6ac6edb420538e3457ba d471373
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Alex Kapranoff <kappa@FreeBSD.org.ua>
  *  Alex Miller <asm@asm.kiev.ua>
  *  Alexander Hausner <alex@hugo.bmg.gv.at>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Moisseev <moiseev@mezonplus.ru>
  *  Alexander Novitsky
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Panyushkin <vsityz@gmail.com>
  *  Alexander V. Chernikov <melifaro@FreeBSD.org>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev <alexey@renatasystems.org>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Anatoliy Dmytriyev
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrei Lavreniyuk <andy.lavr@gmail.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Andy Kosela <akosela@andykosela.com>
  *  Anes Mukhametov <anes@anes.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Karpov <toxa@toxahost.ru>
  *  Anton Yuzhaninov <citrin@citrin.ru>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Querubin <tony@lava.net>
  *  Archie Cobbs
  *  Arne Lundberg <arlu@telia.com>
  *  Babak Farrokhi
  *  Babak Farrokhi <babak@farrokhi.net>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Bartek Rutkowski robak@FreeBSD.org
  *  Bill Fenner <fenner@FreeBSD.org>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Bill Fumerola <billf@mu.org>
  *  Bjorn Konig <bkoenig@alpha-tierchen.de>
  *  Blaz Zupan <blaz@si.FreeBSD.org>
  *  BluePex Security Solutions <freebsd-ports@bluepex.com>
  *  Bob Frazier
  *  Boris Lytochkin <lytboris@gmail.com>
  *  Brad Davis <so14k@so14k.com>
  *  Brent B. Powers <bbp2006@columbia.edu>
  *  Brian Somers <brian@FreeBSD.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Bruce M. Simpson <bms@FreeBSD.org>
  *  Bruce Simpson
  *  Carlo Strub <cs@FreeBSD.org>
  *  Carlos J Puga Medina <cpm@FreeBSD.org>
  *  Carsten Larsen <cs@innolan.dk>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chris Hutchinson <portmaster@BSDforge.com>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christian Brueffer <chris@unixpages.org)
  *  Christian Laursen <xi@borderworlds.dk>
  *  Christopher Boumenot <boumenot@gmail.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
  *  Clement Laforet
  *  Clement Laforet <clement@FreeBSD.org>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Corey Smith <corsmith@gmail.com>
  *  Cory R. King <coryking@mozimedia.com>
  *  Craig Boston <craig@yekse.gank.org>
  *  Craig Leres <leres@FreeBSD.org>
  *  Daisuke Aoyama <aoyama@peach.ne.jp>
  *  Dan Caescu <daniel at freebsd.ro>
  *  Dan Pelleg <dpelleg+unison@cs.cmu.edu>
  *  Daniel Baker <dbaker@FreeBSD.org> <dbaker@cuckoo.com>
  *  Daniel Bryan <sisko@bsdmail.com>
  *  Daniel O'Connor <darius@dons.net.au>
  *  Danilo G. Baio <dbaio@FreeBSD.org>
  *  Danny Howard <dannyman@tellme.com>
  *  David Carlier
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  David O'Brien <obrien@NUXI.com>
  *  David Shane Holden <dpejesh@yahoo.com>
  *  David Thiel (lx@redundancy.redundancy.org)
  *  David Thiel <lx@redundancy.redundancy.org>
  *  Dean Freeman (wfreeman@sourcefire.com)
  *  Denis Generalov <gd.workbox@gmail.com>
  *  Denis Pokataev <catone@cpan.org>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Derek Schrock <dereks@lifeofadishwasher.com>
  *  Diederik de Groot
  *  Dima Dorfman <dd@FreeBSD.org>
  *  Dima Panov <fluffy@FreeBSD.org>
  *  Dima Sivachenko
  *  Dima Sivachenko <dima@chg.ru>
  *  Dirk-Willem van Gulik / dirkx@webweaving.org
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Dominic Marks <dominic.marks@btinternet.com>
  *  Dominic Mitchell <dom@happygiraffe.net>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dryice Liu
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Elias Mandouvalos <ocean@compulink.gr>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emmanuel Richiardone (err@tollari.org)
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erich Zigler <erich@tacni.net>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Eugene Grosbein <eugen@FreeBSD.org>
  *  Eugene Grosbein <ports@grosbein.net>
  *  Felippe de Meirelles Motta <lippemail@gmail.com>
  *  Felix Hanley
  *  Felix Hanley <felix@userspace.com.au>
  *  Filippo Natali <filippo.natali@gmail.com>
  *  Filippo Natali <filippo@widestore.net>
  *  Florent Thoumie <flz@xbsd.org>
  *  Franco Fichtner <franco@opnsense.org>
  *  Frank Fenor <frank@fenor.de>
  *  Frank W. Josellis <frank@dynamical-systems.org>
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Culot <frederic@culot.org>
  *  Fukang Chen <loader@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
  *  Gabriel Dutra <0xdutra@gmail.com>
  *  Gabriel M. Dutra <0xdutra@gmail.com>
  *  Ganael LAPLANCHE <ganael.laplanche@martymac.org>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gaspar Chilingarov <nm@web.am>
  *  Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoff Garside
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  George V. Neville-Neil
  *  Gerrit Beine (<tux@pinguru.net>)
  *  GomoR <netpkt@gomor.org>
  *  Goran Tal
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Gregory Edigarov <greg@bestnet.kharkov.ua>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Guerkan Karaman <gk.freebsd@googlemail.com>
  *  Gunter Wambaugh <gunter@six-two.net>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  HSIN-HSIUNG CHANG
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Haowu Ge <ghw@7axu.com>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Hodne <henrik@hodne.io>
  *  Honza Betik
  *  Hugo Saro <hugo@barafranca.com>
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  IWATSUKI Hiroyuki <don@na.rim.or.jp>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  Igor Vinokurov <igor@zynaps.ru>
  *  Ilia Skalozubov <freebsd@skinc.ru>
  *  Ilya Bakulin <webmaster@kibab.com>
  *  Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jaap Akkerhuis <jaap@NLnetLabs.nl>
  *  Jacques Vidrine <nectar@FreeBSD.org>
  *  James Elstone <james@elstone.net>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jan Hornyak <pav@oook.cz>
  *  Janni
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Janos.Mohacsi@bsd.hu
  *  Janos.Mohacsi@dante.org.uk
  *  Jase Thew <freebsd@beardz.net>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Putsch <jdputsch@comcast.net>
  *  Jeremie Le Hen <jlh@FreeBSD.org>
  *  Jesper Skriver <jesper@FreeBSD.org>
  *  Jesse McConnell <jesse@gallup.com>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Clarke
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Bayly <freebsd.ports@tipstrade.net>
  *  John Hixson <jhixson@gmail.com>
  *  John Hixson<jhixson@FreeBSD.org>
  *  John Polstra <jdp@FreeBSD.org>
  *  Jon Nistor <nistor@snickers.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose M. Alcaide <jose@we.lc.ehu.es>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Joseph Scott <joseph@randomnetworks.com>
  *  Joshua Goodall <joshua@roughtrade.net>
  *  Jov <amutu@amutu.com>
  *  Juergen Lock <nox@FreeBSD.org>
  *  Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Juraj Lutter <otis@FreeBSD.org>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Karsten Pedersen <kpedersen@disroot.org>
  *  Kelly Yancey <kbyanc@FreeBSD.org>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Kevin Bowling <k@kev009.com>
  *  Kevin Bowling <kbowling@freebsd.org>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kirill Ponomarew <krion@FreeBSD.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Koop Mast <einekoai@chello.nl>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kristof Provost <kp@FreeBSD.org>
  *  Krzysztof Stryjek <ports@bsdserwis.com>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Eggert <lars@eggert.org>
  *  Lars Erik Gullerud <lerik@nolink.net>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lasse L. Johnsen (lasse@freebsdcluster.org)
  *  Lawrence Chen <beastie@tardisi.com>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Loic Pefferkorn <loic-freebsd@loicp.eu>
  *  Loren M. Lang
  *  Lung-Pin Chang <changlp@cs.nctu.edu.tw>
  *  M. Birgmeier
  *  MANTANI Nobutaka <nobutaka@FreeBSD.org>
  *  MIHIRA Yoshiro <sanpei@FreeBSD.org>
  *  Mahlon E. Smith <mahlon@martini.nu>
  *  Maksym Sobolyev <sobomax@pbxpress.it>
  *  Manuel Creach <manuel.creach@icloud.com>
  *  Marcin Cieslak <saper@system.pl>
  *  Marcin Jessa <freebsd@yazzy.org>
  *  Marcin Jessa <yazzy@yazzy.org>
  *  Marco P. Rodrigues <drkangel@drkangel.org>
  *  Marco Steinbach <coco@webdev.c0c0.intra>
  *  Marcus Glocker <marcus@nazgul.ch>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <liouxFreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Mars G Miro <spry@anarchy.in.the.ph>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Masaki TAGAWA <masaki@club.kyutech.ac.jp>
  *  Massimiliano Stucchi <mstucchi@ripe.net>
  *  Matt Emmerton <matt@gsicomp.on.ca>
  *  Matt Peterson <matt@peterson.org>
  *  Matthew George <mdg@secureworks.net>
  *  Matthew Luckie <mjl@luckie.org.nz>
  *  Matthew Seaman
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthias Teege <matthias@mteege.de>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Max V. Kostikov <max@kostikov.co>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael Frey <frey@raum3.de>
  *  Michael Handler <handler@grendel.net>
  *  Michael Johnson <ahze@FreeBSD.org
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Joyner <mjoyner@hq.dyns.cx>
  *  Michael Kohn <mike@mikekohn.net>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Michael Muenz <m.muenz@gmail.com>
  *  Mike Carlson <carlson39@llnl.gov>
  *  Mikhail Teterin
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mikhail Zakharov <zmey20000@yahoo.com>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Muhammad Moinur Rahman <bd_subzero@yahoo.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Munechika SUMIKAWA <sumikawa@FreeBSD.org>
  *  Nathan Whitehon <nwhitehorn@freebsd.org>
  *  Neil Booth
  *  Nick Sayer <nsayer@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nobutaka Mantani <nobutaka@FreeBSD.org>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oliver Mahmoudi <olivermahmoudi@gmail.com>
  *  Olivier Cochard-Labbé <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Olivier Tharan <olive@oban.frmug.org>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Pankov Pavel <pankov_p@mail.ru>
  *  Paolo Pisati <flag@gufi.org>
  *  Patrick Li <pat@databits.net>
  *  Patrick MARIE <mycroft@virgaria.org>
  *  Patrick Powell <papowell@astart.com>
  *  Paul Dlug <paul@aps.org>
  *  Paul Schmehl <pauls@utdallas.edu>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip M. Gollucci <ports@FreeBSD.org>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Phillip Neumann <pneumann@gmail.com>
  *  Piotr Florczyk <pf@itwf.pl>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Raffaele De Lorenzo - raffaele.delorenzo@libero.it
  *  Rich Neswold <rneswold@mcs.net>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Roger Hardiman <roger@FreeBSD.org>
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Roman Neuhauser (<neuhauser@bellavista.cz>)
  *  Roman Shterenzon <roman@xpert.com>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Rong-En Fan <rafan@infor.org>
  *  Roy Marples <roy@marples.name>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Russell Francis
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Sahil Tandon <sahil@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sebastien Petit <spe@phear.org>
  *  Sebastien Santoro <dereckson@gmail.com>
  *  Seiichirou Hiraoka
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey Kandaurov <pluknet@gmail.com>
  *  Sergey Kozlov <sergey.kozlov@intel.com>
  *  Sergey Kozlov <skozlov@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sergey Velichkevych <serg@cad.kiev.ua>
  *  Shinsuke Matsui (<smatsui@karashi.org>)
  *  Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
  *  Simon Barner <barner@gmx.de>
  *  Simun Mikecin < numisemis at yahoo dot com >
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Stacey D. Son <sds@son.org>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stefan Hagen <sh@codevoid.de>
  *  Steve Jacobson <sjac@cs.stanford.edu>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunagawa Koji <koj@ofug.net>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Talal Al Dik (tad@vif.com)
  *  Thibault Payet <monwarez@mailoo.org>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Dreibholz <dreibh@iem.uni-due.de>
  *  Thomas Quinot <thomas@cuivre.fr.eu.org>
  *  Tillman Hodgson <tillman@seekingfire.com>
  *  Tim Bishop <tim@bishnet.net>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timothy Redaelli <drizzt@gufi.org>
  *  Tom McLaughlin <tmclaugh@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tony Shadwick <tshadwick@oss-solutions.com>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Trenton Schulz <trueos@norwegianrockcat.com>
  *  Trevor Corpropst <tcornpropst@cox.net>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Vadim Belman <vab@lflat.vas.mobilix.dk>
  *  Valery Komarov <komarov@valerka.net>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Vassili Tchersky <vt@bsdjeunz.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Victor Yagofarov <xnasx@yandex.ru>
  *  Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>)
  *  Weongyo Jeong <weongyo@FreeBSD.org>
  *  Willem Jan Withagen <wjw@digiware.nl>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Ward <William.Ward@ericsson.com>
  *  Winston Weinert <winstonw@lavabit.com>
  *  Xiaoding Liu <xiaoding+freebsd@xiaoding.org>
  *  Xin LI <delphij@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yann Berthier <yb@sainte-barbe.org>
  *  Yarema <yds@CoolRat.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yen-Ming Lee <leeym@leeym.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Yi-Jheng, Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoshihiko Sarumaru <mistral@imasy.or.jp>
  *  Yukihiro Nakai <Nacai@iname.com>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zhen REN <bg1tpt@gmail.com>
  *  aaron@FreeBSD.org
  *  ache
  *  adam
  *  adam@veda.is
  *  adamw
  *  alepulver
  *  alexp
  *  andreas
  *  andreas@FreeBSD.org
  *  andrey@kostenko.name
  *  arved
  *  asami
  *  ats (original)
  *  brd@FreeBSD.org
  *  brix@FreeBSD.org
  *  bsdx
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  clsung
  *  clsung@dragon2.net
  *  cpm <cpm@fbsd.es>
  *  cy@FreeBSD.org
  *  dave@dogwood.com
  *  dds
  *  devin@spamcop.net
  *  dikshie <dikshie@lapi.itb.ac.id>
  *  dikshie@sfc.wide.ad.jp
  *  doconnor@gsoft.com.au
  *  erwin@FreeBSD.org
  *  fenner
  *  gahr
  *  gebhart@secnetix.de
  *  glarkin
  *  glewis
  *  gugu
  *  igor@zynaps.ru
  *  ijliao
  *  james@targetnet.com
  *  jameskamlyn@gmail.com
  *  jamundsen
  *  janos.mohacsi@bsd.hu
  *  jeff@cetlink.net
  *  jesusr
  *  jhay
  *  jkh
  *  johans@stack.nl
  *  jupengfei <jupengfei@gmail.com>
  *  kai
  *  krion@FreeBSD.org
  *  kris@FreeBSD.org
  *  kungfuftr <scott@surreytech.co.uk>
  *  kuriyama
  *  lance@evitel.net
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  liamfoy@sepulcrum.org
  *  lwhsu@FreeBSD.org
  *  marck@FreeBSD.org
  *  matusita@jp.FreeBSD.org
  *  maurice
  *  melifaro@ipfw.ru
  *  mfechner@FreeBSD.org
  *  mharo@FreeBSD.org
  *  michael johnson <ahze@ahze.net>
  *  mike@binghamton.edu
  *  msmith
  *  mwest@uct.ac.za
  *  nbm
  *  netch@netch.kiev.ua
  *  nishida@sfc.wide.ad.jp
  *  nork@FreeBSD.org
  *  pat@databits.net
  *  paul@FreeBSD.org
  *  petef
  *  petef@FreeBSD.org
  *  peter
  *  ports@c0decafe.net
  *  quest <quest@mac.com>
  *  rdenis@simphalempin.com
  *  renchap@cocoa-x.com
  *  rflynn@acsalaska.net
  *  roam@orbitel.bg
  *  ru
  *  ryo
  *  scrappy@FreeBSD.org
  *  shan
  *  shanali
  *  shigeru@iij.ad.jp
  *  shipley@dis.org
  *  skreuzer
  *  smace@FreeBSD.org
  *  sobomax
  *  spf@xslt.cs.nccu.edu.tw
  *  stast
  *  stb
  *  steinex
  *  sten@blinkenlights.nl
  *  swills@
  *  thierry@pompo.net
  *  tim@relay.nnn.tstu.ru
  *  timur@FreeBSD.org
  *  tm@onepost.net
  *  trevor
  *  vanhu <vanhu@netasq.com>
  *  vanilla
  *  vanilla@
  *  wenheping <wenheping@gmail.com>
  *  will
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>
  * # Created by Radim Kolar <hsn@sendmail.cz>

With hat:	portmgr
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 6a378e5
Saturday, 13 Nov 2021
16:06 Dries Michiels (driesm) search for other commits by this committer Author: Lucas Toole
net/dhcpcd: Switch keyword from nojail to nojailvnet in rc script

The keyword was added in 2007 following git history, c7e6df59748c. This
is a remnant of the pre-VNET days. dhcpcd is perfectly capable of
running in a VNET jail so relax keyword. This allows dhcpcd to start in
a VNET jail.

PR:			258185
Approved by:		0mp (mentor), philip (mentor)
Differential Revision:	https://reviews.freebsd.org/D32959
commit hash: 128e4bb46e8d4d66f3c48c22354e19de6b5947b6 commit hash: 128e4bb46e8d4d66f3c48c22354e19de6b5947b6 commit hash: 128e4bb46e8d4d66f3c48c22354e19de6b5947b6 commit hash: 128e4bb46e8d4d66f3c48c22354e19de6b5947b6 128e4bb
15:32 Dries Michiels (driesm) search for other commits by this committer
net/dhcpcd: Use HAS_CONFIGURE over GNU_CONFIGURE

Historically the port used GNU_CONFIGURE but this is not needed.
Switch to HAS_CONFIGURE and adjust the needed configure args.
While here install the sample config file under etc/.

Reported by:		diizzy
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D32907
commit hash: a36a14a79809eea30710ffb36bdfc6268855b4f6 commit hash: a36a14a79809eea30710ffb36bdfc6268855b4f6 commit hash: a36a14a79809eea30710ffb36bdfc6268855b4f6 commit hash: a36a14a79809eea30710ffb36bdfc6268855b4f6 a36a14a
Wednesday, 10 Nov 2021
10:28 Dries Michiels (driesm) search for other commits by this committer
net/dhcpcd: Remove stale CONFLICTS_INSTALL line

net/dhcpcd-devel which conflicted was removed from the tree in
f043c1154abf.

Approved by:		philip (mentor), 0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D32909
commit hash: fdf15484210d144e5fda9d58266360a50b49ffc4 commit hash: fdf15484210d144e5fda9d58266360a50b49ffc4 commit hash: fdf15484210d144e5fda9d58266360a50b49ffc4 commit hash: fdf15484210d144e5fda9d58266360a50b49ffc4 fdf1548
Tuesday, 9 Nov 2021
10:31 Dries Michiels (driesm) search for other commits by this committer
*/*: Consistently use my new driesm@FreeBSD.org alias

Replace all occurences of driesm.michiels@gmail.com with
driesm@FreeBSD.org.

Approved by:		philip (mentor), 0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D32896
commit hash: 8534f4382ce460759bcc6999e414fe5b3b51d43b commit hash: 8534f4382ce460759bcc6999e414fe5b3b51d43b commit hash: 8534f4382ce460759bcc6999e414fe5b3b51d43b commit hash: 8534f4382ce460759bcc6999e414fe5b3b51d43b 8534f43
Sunday, 31 Oct 2021
09:31 Yasuhiro Kimura (yasu) search for other commits by this committer Author: Dries Michiels
net/dhcpcd: Update to 9.4.1

While I'm here, pet portclippy

ChangeLog:	https://roy.marples.name/projects/posts/dhcpcd-9-4-1_released/
PR:		259364
commit hash: 75ddb35a300db04c51807c9da7fadcf387ff7e77 commit hash: 75ddb35a300db04c51807c9da7fadcf387ff7e77 commit hash: 75ddb35a300db04c51807c9da7fadcf387ff7e77 commit hash: 75ddb35a300db04c51807c9da7fadcf387ff7e77 75ddb35
04:21 Yasuhiro Kimura (yasu) search for other commits by this committer Author: Dries Michiels
net/dhcpcd: Fix build when TOP environment viriable is set

PR:		253270
Reported by:	Volodymyr Kostyrko
commit hash: 9e078ab7b7515a325c0ce7b6089e638e8ce0e63c commit hash: 9e078ab7b7515a325c0ce7b6089e638e8ce0e63c commit hash: 9e078ab7b7515a325c0ce7b6089e638e8ce0e63c commit hash: 9e078ab7b7515a325c0ce7b6089e638e8ce0e63c 9e078ab
Saturday, 22 May 2021
17:50 Neel Chauhan (nc) search for other commits by this committer Author: Dries Michiels
net/dhcpcd: Pass maintainership to submitter

PR:	256067
commit hash: d7635b9294e8edbfbe7edc0c299b50cf7fd29acb commit hash: d7635b9294e8edbfbe7edc0c299b50cf7fd29acb commit hash: d7635b9294e8edbfbe7edc0c299b50cf7fd29acb commit hash: d7635b9294e8edbfbe7edc0c299b50cf7fd29acb d7635b9
02:13 Ben Woods (woodsb02) search for other commits by this committer
*/*: Fix ENOTIME: return my ports to the pool

Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time.
commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 95d52e5
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 3 Jan 2021
00:08 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 9.4.0

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0003420.html
Original commitRevision:559979 
Friday, 25 Dec 2020
00:33 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 9.3.4

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0003334.html
  https://roy.marples.name/archives/dhcpcd-discuss/0003313.html
Original commitRevision:559205 
Thursday, 5 Nov 2020
05:20 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 9.3.2

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0003274.html
Original commitRevision:554120 
Sunday, 18 Oct 2020
02:12 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 9.3.1

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0003213.html
  https://roy.marples.name/archives/dhcpcd-discuss/0003217.html
Original commitRevision:552615 
Sunday, 6 Sep 2020
22:52 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 9.2.0

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0003189.html
Original commitRevision:547870 
Thursday, 3 Sep 2020
03:29 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 9.1.4

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0003096.html
  https://roy.marples.name/archives/dhcpcd-discuss/0003097.html
Original commitRevision:547406 
Tuesday, 16 Jun 2020
12:52 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 9.1.2

Also disable udev support in CONFIGURE_ARGS, given that FreeBSD has
the function udev_device_new_from_subsystem_sysname if the module
libudev-devd is installed, but it is not implemented.

PR:		247144
Reported by:	Greg V <greg@unrelenting.technology>
Reviewed by:	Roy Marples <roy@marples.name>
Original commitRevision:539348 
Wednesday, 10 Jun 2020
11:10 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 9.1.1

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0003035.html
Original commitRevision:538387 
Sunday, 31 May 2020
14:25 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 9.1.0

Now with privilege separation and capsicumized.

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0003007.html
  https://roy.marples.name/archives/dhcpcd-discuss/0002881.html
Original commitRevision:537164 
Friday, 15 May 2020
10:50 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 8.1.9

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0002940.html
  https://roy.marples.name/archives/dhcpcd-discuss/0002920.html
  https://roy.marples.name/archives/dhcpcd-discuss/0002880.html
Original commitRevision:535283 
Monday, 27 Jan 2020
23:21 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 8.1.6

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0002845.html
Original commitRevision:524453 
Friday, 17 Jan 2020
05:51 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 8.1.5

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0002795.html
Original commitRevision:523272 
Sunday, 22 Dec 2019
15:31 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 8.1.4

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0002761.html
  https://roy.marples.name/archives/dhcpcd-discuss/0002764.html
Original commitRevision:520642 
Saturday, 30 Nov 2019
02:37 woodsb02 search for other commits by this committer
net/dhcpcd-devel: Add new port - development verion of net/dhcpcd

This is an experimental version for testing purposes.

Notably this new development version includes privilege separation;
operations which do not require root are run as the user _dhcp.
Original commitRevision:518697 
Thursday, 28 Nov 2019
23:16 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 8.1.2

Changes list release:
  https://roy.marples.name/archives/dhcpcd-discuss/0002690.html
Original commitRevision:518610 
Wednesday, 16 Oct 2019
23:03 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 8.1.1

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0002641.html
Original commitRevision:514627 
Tuesday, 15 Oct 2019
13:54 woodsb02 search for other commits by this committer
net/dhcpcd: Update to 8.1.0

Changes this release:
  https://roy.marples.name/archives/dhcpcd-discuss/0002621.html
Original commitRevision:514527 
13:39 woodsb02 search for other commits by this committer
net/dhcpcd: Take maintainership

Approved by:	roy@marples.name (ex maintainer)
Original commitRevision:514524 
Tuesday, 1 Oct 2019
13:57 pkubaj search for other commits by this committer
net/dhcpcd: fix build on GCC architectures

Use C11 compiler:
arp.c: In function 'arp_found':
arp.c:145: error: #pragma GCC diagnostic not allowed inside functions
arp.c:146: error: #pragma GCC diagnostic not allowed inside functions
arp.c:148: warning: assignment from incompatible pointer type
arp.c:149: error: #pragma GCC diagnostic not allowed inside functions

Approved by:	mentors (implicit approval)
Original commitRevision:513481 
Sunday, 22 Sep 2019
12:33 tobik search for other commits by this committer
net/dhcpcd: Update to 8.0.6

PR:		240332
Submitted by:	roy@marples.name (maintainer)
Original commitRevision:512581 
Saturday, 20 Jul 2019
09:02 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:506981 
Wednesday, 8 May 2019
20:58 swills search for other commits by this committer
net/dhcpcd: Update to 7.2.2

PR:		237798
Submitted by:	roy@marples.name (maintainer)
Original commitRevision:501055 
Thursday, 9 Nov 2017
22:17 swills search for other commits by this committer
net/dhcpcd: remove nostart keyword from rc script

PR:		213018
Submitted by:	roy@marples.name (maintainer)
Original commitRevision:453875 
Monday, 26 Dec 2016
13:55 amdmi3 search for other commits by this committer
- Update to 6.11.5
- Add ftp mirror
- Cosmetic fixes

PR:		215314
Submitted by:	takefu@airport.fm
Approved by:	roy@marples.name (maintainer)
Original commitRevision:429517 
Monday, 9 May 2016
18:08 pi search for other commits by this committer
net/dhcpcd: 6.10.2 -> 6.11.0

- pidfile directory is now created correctly at startup.
- bootp "leases" are now stored so dhcpcd can dump them.
- ARP state is kept open so we can detect duplicates
  (currently this is only logged, no action is taken).
- --lastleastextend allows dhcpcd to extend a DHCP lease once
  it has expired. The lease is dropped if any other node
  claims the address.
- Delegated Prefix reject routes will be correctly bound to the
  loopback interface. If a delegated address uses the whole prefix,
  then the reject route is removed. If this address is removed, the
  reject route is restored.
- dhcp code has been reworked around a classic BOOTP structure
  instead of a fixed size DHCP structure based on a max MTU of 1500.
  Each reference to it also has a size so we know it's length.
  Adding an option to a message is now guarded via easy macros.
  Option concatenation buffer is no longer a fixed size.
- Many other cleanups, fully passes Coverity scan on FreeBSD!

PR:		209395
Submitted by:	roy@marples.name (maintainer)
Original commitRevision:414876 
Saturday, 16 Apr 2016
12:21 pi search for other commits by this committer
net/dhcpcd: 6.10.1 -> 6.10.2

Changes:
- Add fix for CVE-2014-7913.
- eloop performance and API improvements.
- Don't send a blank hostname.
- Prefix Delegation default value fixes.
- Prefix Delegation suffix is now configurable.
- dhcpcd.conf now allows embedded comments.
- IPv6 static address support.
- ipv6ra_accept_nopublic has been removed, all prefixes now accepted.
- Remove pidfile handling from dhcpcd and use pidfile_lock(3).
  If not available, use a compat shim.
- Fix changing routes on BSD.

Specific to FreeBSD ports package:
- dhcpcd rc.d script now supports starting as a service (dhcpcd_enable=YES)
  as well as handling per interface if needed from devd.
- The patch to dhcpcd.conf has been removed and the pkg-message adjusted to
  match the more recent findings in bug #194485

PR:		208702
Submitted by:	roy@marples.name (maintainer)
Original commitRevision:413437 
Saturday, 23 Jan 2016
12:22 pi search for other commits by this committer
net/dhcpcd: 6.10.0 -> 6.10.1

- Add -P, --printpidfile to print the pidfile dhcpcd will use to stdout
- Fix a crash when a non active interface departs
- Add the -1, --oneshot option which causes dhcpcd to exit once an
  interface has been configured
- Fix delegation activating interfaces

PR:		206459
Submitted by:	roy@marples.name (maintainer)
Original commitRevision:406968 
Friday, 8 Jan 2016
01:31 junovitch search for other commits by this committer
net/dhcpcd: update 6.9.4 -> 6.10.0

Changes:
*  --noption requires an argument
*  optimise the ARP BPF filter, thanks to Nate Karstens
*  send gratuitous ARP each time we apply our IP address
*  fix truncation of hostnames based on the short hostname option
*  improve routing and address management by always loading all interfaces,
   routes and addresses even for interfaces we are not directly working on
*  timezone, lookup-hostname, wpa_supplicant and YP hooks are no longer
   installed by default but are installed to an example directory
*  fix compile on kFreeBSD
   thanks to Christoph Egger for providing a temporary build host
*  improve error logging of packet parsing
*  fix ignoring routing messages generated by dhcpcd just before forking
*  fix handling of rapid commit messages (allow ACK after DISCOVER)
*  add PROBE state so we can easily reject DHCP messages received during
   the ARP probe phase
*  fix CVE-2016-1503
*  fix CVE-2016-1504

PR:		206015
Submitted by:	Roy Marples <roy@marples.name> (maintainer)
Security:	CVE-2016-1504
Security:	CVE-2016-1503
Security:	https://vuxml.FreeBSD.org/freebsd/df587aa2-b5a5-11e5-9728-002590263bf5.html
MFH:		2016Q1
Original commitRevision:405503 
Friday, 4 Dec 2015
18:46 pi search for other commits by this committer
net/dhcpcd: 6.9.3 -> 6.9.4

Changes:
- dhcpcd will now configure chrony if installed and ntp isn't
- replace the SixRD decode function with a generic definition
- try harder to ensure only 1 lladdr exists per interface on BSD
- change IPv6 routes on MTU change
- -p works with -x on an already running process started without -p
- fix TEST for IPv4LL
- Correct size allocation for prefix delegation, thanks to Jade
- Add an option to enable DHCPv6 Information Request without the
  need for dhcpcd to recieve an IPv6 Router Advertisement with the
  Other Configuration bit set.
- Introduce the optional option type, which allows embedded options
  to be optional
- Mark our logger function as sysloglike because we enjoy using %m
- Don't check link state if not instruted to before working out if
  we can fork early or not.
- Add a -N --renew option to renew any existing address early
- Obey the hostname_short option even for configured FQDN hostnames
- -U, --dumplease now works with standard input.
  It no longer works with a filename.
- If dumping leases, skip authentication and address expiry checks
- Fix adding static routes via a gateway on BSD
- Always send LOG_DEBUG to syslog(3) even if we are in quiet mode.
  It's upto syslog to filter it.
- If testing or dumping leases, don't send to syslog only
  stdout/stderr.

PR:		204936
Submitted by:	roy@marples.name (maintainer)
Original commitRevision:403006 
Friday, 4 Sep 2015
16:10 junovitch search for other commits by this committer
net/dhcpcd: update 6.8.2 -> 6.9.3

PR:		202546
Submitted by:	Roy Marples <roy@marples.name> (maintainer)
Approved by:	feld (mentor)
Original commitRevision:396104 
Sunday, 7 Jun 2015
17:21 riggs search for other commits by this committer
- Correct WWW link in pkg-descr
- Bump PORTREVISION

PR:		199914
Reported by:	jason.unovitch@gmail.com
Approved by:	roy@marples.name (maintainer)
Original commitRevision:388738 
Sunday, 31 May 2015
19:42 riggs search for other commits by this committer
Update to upstream release 6.8.2

PR:		199914
Submitted by:	takefu@airport.fm
Approved by:	roy@marples.name (maintainer)
Original commitRevision:388158 
Sunday, 3 May 2015
15:12 amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:385281 
Sunday, 14 Dec 2014
01:37 danilo search for other commits by this committer
- Update to 6.6.5

PR:		195849
Submitted by:	roy@marples.name (maintainer)
Original commitRevision:374691 
Tuesday, 4 Nov 2014
17:59 pawel search for other commits by this committer
- Update to version 6.5.1, add pkg-message [1]
- Prevent config overwrite by using @sample keyword [2]

PR:		194486 [1], 194449 [2]
Submitted by:	maintainer [1], guyyur@gmail.com [2]
Approved by:	maintainer [2]
Original commitRevision:372160 
Thursday, 31 Jul 2014
14:01 wg search for other commits by this committer
net/dhcpcd: update to 6.4.3

Changes:
  *  Correct DHCPv6 Prefix Delegation option decoding
  *  Ensure that a given buffer is at least BUFSIZ (for getline compat)
  *  Poll interfaces on BSD for IFF_RUNNING if link state cannot be obtained
  *  Check for an IA to use in DHCPv6 lease validation
  *  Fix compile on NetBSD-6 (and possibly earlier NetBSDs)
  *  Warn about exceeding IDGEN_RETRIES when a stable private address cannot be
obtained
  *  Fix DHCP option overload handling, thanks to Tobias Stoeckmann

PR:		192276
Submitted by:	maintainer
Original commitRevision:363589 
Tuesday, 29 Jul 2014
11:57 robak search for other commits by this committer
net/dhcpcd: update 5.5.6 -> 6.4.2

- Update BZIP usage to new format
- Remove files/patch-configure (accomodated by upstream)
- Minor fixes in pkg-plist

PR:		191863
Submitted by:	Roy Marples <roy@marples.name>
Approved by:	marino (mentor)
Original commitRevision:363307 
Sunday, 9 Mar 2014
14:45 miwi search for other commits by this committer
- Stage support
Original commitRevision:347643 
Tuesday, 29 Oct 2013
06:13 delphij search for other commits by this committer
Fix plist.

Pointy hat to:	delphij
Original commitRevision:331931 
06:06 delphij search for other commits by this committer
Don't leave dhcpcd-hooks behind if it's empty.
Original commitRevision:331930 
05:37 delphij search for other commits by this committer
Update to 5.5.6.

PR:		ports/175621
Submitted by:	John Hein <jhein symmetricom com>
Approved by:	maintainer
Original commitRevision:331929 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Wednesday, 27 Feb 2008
12:10 ehaupt search for other commits by this committer
- Update to 3.2.3
- Update WWW

PR:             121076
Submitted by:   Roy Marples <roy@marples.name> (maintainer)
Original commit
Tuesday, 1 Jan 2008
16:13 lme search for other commits by this committer
- Use %%PREFIX%% in rc script
- Bump PORTREVISION

Reported by:    sat
Original commit
Monday, 31 Dec 2007
17:23 lme search for other commits by this committer
dhcpcd is an RFC2131 compliant DHCP client.

WWW: http://dhcpcd.berlios.de

PR:             ports/119173
Submitted by:   Roy Marples <roy (AT) marples.name>
Original commit

Number of commits found: 64