summaryrefslogtreecommitdiffstats
path: root/net/isc-dhcp31-server
Commit message (Collapse)AuthorAgeFilesLines
* Back out last night's attempt to fix the client build on 4.x, and commitdes2004-03-227-19/+18
| | | | a better solution submitted by the maintainer.
* Don't try to use interface polling on 5.1 or older.des2004-03-221-0/+4
|
* Don't try to apply 802.11 patches on systems which lack the requireddes2004-03-225-1/+7
| | | | interfaces and headers.
* Mega-update from maintainer:des2004-03-1620-169/+1283
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isc-dhcp3-client/pkg-message updated isc-dhcp3-devel/pkg-plist updated from PR#61620 isc-dhcp3-relay/pkg-message rewritten to reflect rcNG change isc-dhcp3-relay/pkg-plist etc/rc.isc-dhcrelay.conf deleted etc/rc.d/isc-dhcrelay.sh.sample renamed to etc/rc.d/isc-dhcrelay.sh isc-dhcp3-server/Makefile PORTREVISION bumped USE_RC_SUBR added *_SUB added pre-everything added (WITHOUT_INTERFACE_POLLING cond added) patch-scripts and patch-pkgmessage (! -devel cond) updated patch-site-conf and patch-rc-scripts added install-startup-files now install etc/rc.d/isc-dhcpd.sh instead of etc/rc.d/isc-dhcpd.sh.sample display-message updated (! -devel cond) isc-dhcp3-server/pkg-message rewritten to reflect rcNG change isc-dhcp3-server/pkg-plist etc/rc.isc-dhcpd.conf deleted etc/rc.d/isc-dhcpd.sh.sample renamed to etc/rc.d/isc-dhcpd.sh isc-dhcp3-server/files/isc-dhcpd.sh.sample isc-dhcp3-server/files/isc-dhcrelay.sh.sample both converted to rcNG isc-dhcp3-server/files/patch-freebsd synced w/ -current isc-dhcp3-server/files/patch-site.conf CLIENT_PATH added CFLAGS synced w/ -current isc-dhcp3-server/patch-client::clparse.c isc-dhcp3-server/patch-client::dhclient.8 new files synced w/ -current isc-dhcp3-server/patch-client::dhclient.c new file synced w/ -current (-DENABLE_POLLING_MODE) isc-dhcp3-server/patch-client::dhclient.conf new file isc-dhcp3-server/patch-common::dhcp-options.5 new file synced w/ -current isc-dhcp3-server/patch-common::discover.c new file from PR#61011 isc-dhcp3-server/patch-common::dispatch.c new file synced w/ -current (-DENABLE_POLLING_MODE) isc-dhcp3-server/files/patch-common::parse.c fix time_t issues on little-endian 64-bit platforms isc-dhcp3-server/patch-dst::Makefile.dist new file from PR#61620 isc-dhcp3-server/patch-includes::cf::freebsd.h new file synced w/ -current (-DRESCUE unused right now) isc-dhcp3-server/patch-includes::dhcpd.h new file synced w/ -current (-DENABLE_POLLING_MODE) isc-dhcp3-server/files/rc.isc-dhcpd.conf.sample isc-dhcp3-server/files/rc.isc-dhcrelay.conf.sample deleted files PR: 57943, 61011, 61620 Submitted by: sec@42.org, andy@fud.org.nz, kaa@in-line.ru, des, ru
* Remove entry for dhcp3_3.0+3.0.1rc9-2.2.diff.gz, which has beentrevor2004-03-111-1/+1
| | | | | | unused since PR 56615 was committed. List size. Approved by: Cyrille Lefevre (maintainer)
* Post-repocopy fixes:sergei2004-03-051-4/+0
| | | | | | | | | | - add omitted content to pkg-message (-client, -relay) - remove empty pkg-message file (-devel) - use DOCSDIR macro - fix pkg-plist (-server) PR: ports/62025 Submitted by: maintainer
* Fix build of net/isc-dhcp3-server (and others) for read only file systems.edwin2004-01-181-2/+2
| | | | | Apologies to Cyrille Lefevre, it is sometimes hard to fix failed patch-files. Thanks to Rolandas Naujikas for reporting it.
* make portlint a little bit happier.edwin2004-01-171-25/+23
|
* Maintainer update: isc-dhcp3 splitted to -server, -client, -relay and -devel ↵edwin2004-01-179-55/+579
| | | | | | | | | sub-ports Step one: convert net/isc-dhcp3 into net/isc-dhcp3-server PR: ports/51757 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* . Update to 3.0.1.r12.glewis2003-09-103-12/+8
| | | | | | | . Use %%DOCSDIR%% in the packing list. PR: 56615 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
* backout last commit, I should have read and understood the || beforeedwin2003-08-251-2/+2
| | | | | I started on this. My apologies.
* only remove the files if they are zero-length.edwin2003-08-251-2/+2
|
* isc-dhcp3 port package creates dhcp.leases in wrong directoryedwin2003-08-251-4/+4
| | | | | | | | | | | | When installing a package created from net/isc-dhcp3 port it creates dhcpd.leases and dhclient.leases in /var/run directory. However, the dhcpd program expects these files to be in /var/db. (it's funny it's the same problem I ran in last weekend on a real machine :-) PR: ports/51918 Submitted by: Ari Suutari <ari.suutari@syncrontech.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Security fix for dhcrelay. Seenectar2003-02-132-0/+5
| | | | | | | | <URL: http://www.kb.cert.org/vuls/id/149953 > and <URL: http://www.debian.org/security/2003/dsa-245 >. PR: ports/48224 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
* Update to isc-dhcpd-3.0.1rc11, which fixes a security vulnerability in thekris2003-01-163-13/+2
| | | | bundled resolver library.
* Rename patch-message target to patch-pkgmessage since patch-messagenaddy2002-11-061-2/+2
| | | | | | is already used by bsd.port.mk. Approved by: maintainer
* add MASTER_SITE_ISC (1) and apply themijliao2002-08-011-40/+1
| | | | | PR: 41218 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (1)
* USE_REINPLACE has to be defined before including bsd.port.pre.mkpat2002-06-261-1/+2
| | | | | PR: ports/39881 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* ${PERL} -> ${REINPLACE_CMD}ijliao2002-06-241-5/+5
| | | | | PR: 39746 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
* add missing patch fileijliao2002-05-101-0/+11
| | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* remove unnecessary patch (already in rc9)ijliao2002-05-101-13/+0
| | | | Submitted by: synker (on irc)
* upgrade to 3.0.1.r9ijliao2002-05-103-14/+3
| | | | | PR: 37915 Submitted by: maintainer
* Fix format string vulnerability as noted at:jedgar2002-05-092-0/+14
| | | | | http://www.cert.org/advisories/CA-2002-12.html http://www.ngsec.com/docs/advisories/NGSEC-2002-2.txt
* Write all leases to the lease file.anders2002-04-211-0/+11
| | | | Submitted by: maintainer
* Update to 3.0.1 rc8.anders2002-04-193-15/+6
| | | | | PR: 37131 Submitted by: maintainer
* Add a patch that was left out from the last updatepat2002-01-311-0/+12
| | | | Submitted by: maintainer
* Update to 3.0.1.r6pat2002-01-312-2/+2
| | | | | PR: 34468 Submitted by: maintainer
* Update maintainer's email addressdwcjr2002-01-171-1/+1
| | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer
* Update to 3.0.1.r4dwcjr2001-11-072-2/+2
| | | | | PR: 31818 Submitted by: maintainer
* Update to 3.0.1rc2.roam2001-10-312-2/+2
| | | | | PR: 31654 Submitted by: maintainer
* Update to 3.0.1dwcjr2001-10-194-17/+19
| | | | | PR: 31357 Submitted by: maintainer
* Add a message that Cyrille did provide in PR 31058, but I somehowroam2001-10-151-0/+24
| | | | | | missed in committing.. Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Update to 3.0 release.roam2001-10-159-104/+261
| | | | | | | A bit of general cleanup. PR: 31058 Submitted by: maintainer
* Remove FETCH_BEFORE_ARGS.brian2001-08-201-2/+0
| | | | Approved by: James E. Housley <jeh@FreeBSD.org>
* Update to 3.0.r11dwcjr2001-08-192-3/+3
| | | | | | | Update MAINTAINER's email PR: 29863 Submitted by: maintainer
* add missing %mharo2001-08-171-1/+1
|
* Update to 3.0rc10.roam2001-07-052-4/+3
| | | | | PR: 28701 Submitted by: maintainer
* Update to version 3.0.r8.2jeh2001-06-293-5/+8
| | | | | PR: 28500 Submitted by: Cyrille Lefevre <clefevre@redirect.to>
* Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.toroam2001-06-091-1/+1
| | | | | PR: 27867 Submitted by: maintainer
* Update to version 3.0.r8jeh2001-06-074-22/+27
| | | | | PR: 27899 Submitted by: Cyrille Lefevre <clefevre@redirect.to>
* Update to 3.0.r7.alex2001-05-213-56/+72
| | | | | PR: 27478 Submitted by: Cyrille Lefevre <clefevre@poboxes.com> (maintainer)
* PORTVERSION bumped to 3.0.r4jeh2001-05-142-4/+43
| | | | | | | MASTER_SITES updated w/ mirrors. PR: 27288 Submitted by: Cyrille Lefevre <clefevre@poboxes.com> MAINTAINER
* Updated port: net/isc-dhcp3 to version rc3mharo2001-04-302-2/+2
| | | | | PR: 26982 Submitted by: maintainer
* Update to 3.0 RC 2 patch-level 1.roam2001-04-253-8/+11
| | | | | | | | Install docs into a version-dependent dir. Add a backup MASTER_SITE_SUBDIR. PR: 26835 Submitted by: maintainer
* Update to 3.0RC2.roam2001-04-223-9/+29
| | | | | PR: 26753 Submitted by: maintainer
* Upgrade to 3.0.r1.1.sumikawa2001-04-203-29/+22
| | | | | PR: 26688/ports Submitted by: Cyrille Lefevre <clefevre@poboxes.com>
* Update to 3.0.b2.24.dannyboy2001-04-072-2/+2
| | | | | PR: 26390 Submitted by: maintainer
* Update to version 3.0.b2.23jeh2001-03-2410-340/+19
| | | | Submitted by: Cyrille Lefevre <clefevre@poboxes.com> MAINTAINER
* Additiona patch sent by MAINTAINER and forgot by me.jeh2001-03-231-3/+6
| | | | Submitted by: Cyrille Lefevre <root@gits.dyndns.org>
OpenPOWER on IntegriCloud