aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp30-server
Commit message (Collapse)AuthorAgeFilesLines
* Sync with reality.David E. O'Brien2004-08-181-1/+1
| | | | | | | (ports/net/isc-dhcp3-server/files/isc-dhcpd.sh.sample,v rev 1.7) Notes: svn path=/head/; revision=116581
* - Update RC scripts to play nicely with latest changes in -CURRENTPav Lucistnik2004-07-262-17/+17
| | | | | | | | PR: ports/69590 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Notes: svn path=/head/; revision=114803
* - Only perform configure-package target in -server portPav Lucistnik2004-07-071-0/+2
| | | | | | | | | Fixes: net/isc-dhcp3-devel Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Reported by: kris / pointyhat Notes: svn path=/head/; revision=113109
* - minor changes:Pav Lucistnik2004-07-062-29/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | Makefile configure-package added to post-install .ORDER added files/isc-dhcpd.sh.sample some debug() added precious() test inverted lsmod() added safe_chmod() fixed (don't chown .../dev if mounted) safe_mkdir() fixed (don't create .../dev if mounted) check_chuser() fixed (-z "${var}" instead of -z ${var}) setup_umask() fixed (dhcpd_umask -> dhcpd_withumask) dhcpd_stop() fixed (sh $0 force... instead of $0 ...) _dhcpd__uninstall() added dhcpd_uninstall() recursively called to handle all the combinations of dhcpd_chuser_enable and dhcpd_chroot_enable $__dhcpd_uninstall added $_dhcpd_piddir and $_dhcpd_leaddir -> $__dhcpd_* Closes PR: ports/68647 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Notes: svn path=/head/; revision=113018
* new paranoia and jail options handled by rc variables to easy they use.Oliver Eikemeier2004-06-267-25/+575
| | | | | | | | PR: 68357 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Notes: svn path=/head/; revision=112320
* Grml. files forgotten in last commit.Oliver Eikemeier2004-06-252-75/+509
| | | | Notes: svn path=/head/; revision=112264
* Update to 3.0.1rc14Oliver Eikemeier2004-06-255-42/+61
| | | | | | | | | | | | Security fix: <http://www.freebsd.org/ports/portaudit/7a9d5dfe-c507-11d8-8898-000d6111a684.html> PR: 68268 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer), Xin LI <delphij@frontfree.net> Notes: svn path=/head/; revision=112263
* Fix OPTION-handling w.r.t. sub-ports.Volker Stolz2004-06-181-0/+1
| | | | | | | | PR: ports/67834 Submitted by: maintainer Notes: svn path=/head/; revision=111706
* - Integrate paranoia and jail patches to allow running in chroot and jailPav Lucistnik2004-06-013-18/+282
| | | | | | | | | | - Employ OPTIONS PR: ports/67407 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Notes: svn path=/head/; revision=110606
* Back out last night's attempt to fix the client build on 4.x, and commitDag-Erling Smørgrav2004-03-227-19/+18
| | | | | | | a better solution submitted by the maintainer. Notes: svn path=/head/; revision=104990
* Don't try to use interface polling on 5.1 or older.Dag-Erling Smørgrav2004-03-221-0/+4
| | | | Notes: svn path=/head/; revision=104883
* Don't try to apply 802.11 patches on systems which lack the requiredDag-Erling Smørgrav2004-03-225-1/+7
| | | | | | | interfaces and headers. Notes: svn path=/head/; revision=104882
* Mega-update from maintainer:Dag-Erling Smørgrav2004-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 Notes: svn path=/head/; revision=104204
* Remove entry for dhcp3_3.0+3.0.1rc9-2.2.diff.gz, which has beenTrevor Johnson2004-03-111-1/+1
| | | | | | | | | unused since PR 56615 was committed. List size. Approved by: Cyrille Lefevre (maintainer) Notes: svn path=/head/; revision=103647
* Post-repocopy fixes:Sergei Kolobov2004-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 Notes: svn path=/head/; revision=103053
* Fix build of net/isc-dhcp3-server (and others) for read only file systems.Edwin Groothuis2004-01-181-2/+2
| | | | | | | | Apologies to Cyrille Lefevre, it is sometimes hard to fix failed patch-files. Thanks to Rolandas Naujikas for reporting it. Notes: svn path=/head/; revision=98464
* make portlint a little bit happier.Edwin Groothuis2004-01-171-25/+23
| | | | Notes: svn path=/head/; revision=98436
* Maintainer update: isc-dhcp3 splitted to -server, -client, -relay and -devel ↵Edwin Groothuis2004-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> Notes: svn path=/head/; revision=98427
* . Update to 3.0.1.r12.Greg Lewis2003-09-103-12/+8
| | | | | | | | | | . Use %%DOCSDIR%% in the packing list. PR: 56615 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Notes: svn path=/head/; revision=88941
* backout last commit, I should have read and understood the || beforeEdwin Groothuis2003-08-251-2/+2
| | | | | | | | I started on this. My apologies. Notes: svn path=/head/; revision=87661
* only remove the files if they are zero-length.Edwin Groothuis2003-08-251-2/+2
| | | | Notes: svn path=/head/; revision=87660
* isc-dhcp3 port package creates dhcp.leases in wrong directoryEdwin Groothuis2003-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> Notes: svn path=/head/; revision=87659
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Security fix for dhcrelay. SeeJacques Vidrine2003-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) Notes: svn path=/head/; revision=75432
* Update to isc-dhcpd-3.0.1rc11, which fixes a security vulnerability in theKris Kennaway2003-01-163-13/+2
| | | | | | | bundled resolver library. Notes: svn path=/head/; revision=73219
* Rename patch-message target to patch-pkgmessage since patch-messageChristian Weisgerber2002-11-061-2/+2
| | | | | | | | | is already used by bsd.port.mk. Approved by: maintainer Notes: svn path=/head/; revision=69556
* add MASTER_SITE_ISC (1) and apply themYing-Chieh Liao2002-08-011-40/+1
| | | | | | | | PR: 41218 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (1) Notes: svn path=/head/; revision=63835
* USE_REINPLACE has to be defined before including bsd.port.pre.mkPatrick Li2002-06-261-1/+2
| | | | | | | | PR: ports/39881 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=62022
* ${PERL} -> ${REINPLACE_CMD}Ying-Chieh Liao2002-06-241-5/+5
| | | | | | | | PR: 39746 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Notes: svn path=/head/; revision=61855
* add missing patch fileYing-Chieh Liao2002-05-101-0/+11
| | | | | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=58852
* remove unnecessary patch (already in rc9)Ying-Chieh Liao2002-05-101-13/+0
| | | | | | | Submitted by: synker (on irc) Notes: svn path=/head/; revision=58844
* upgrade to 3.0.1.r9Ying-Chieh Liao2002-05-103-14/+3
| | | | | | | | PR: 37915 Submitted by: maintainer Notes: svn path=/head/; revision=58834
* Fix format string vulnerability as noted at:Chris D. Faulhaber2002-05-092-0/+14
| | | | | | | | http://www.cert.org/advisories/CA-2002-12.html http://www.ngsec.com/docs/advisories/NGSEC-2002-2.txt Notes: svn path=/head/; revision=58777
* Write all leases to the lease file.Anders Nordby2002-04-211-0/+11
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=57952
* Update to 3.0.1 rc8.Anders Nordby2002-04-193-15/+6
| | | | | | | | PR: 37131 Submitted by: maintainer Notes: svn path=/head/; revision=57894
* Add a patch that was left out from the last updatePatrick Li2002-01-311-0/+12
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=54054
* Update to 3.0.1.r6Patrick Li2002-01-312-2/+2
| | | | | | | | PR: 34468 Submitted by: maintainer Notes: svn path=/head/; revision=54049
* Update maintainer's email addressDavid W. Chapman Jr.2002-01-171-1/+1
| | | | | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer Notes: svn path=/head/; revision=53284
* Update to 3.0.1.r4David W. Chapman Jr.2001-11-072-2/+2
| | | | | | | | PR: 31818 Submitted by: maintainer Notes: svn path=/head/; revision=49749
* Update to 3.0.1rc2.Peter Pentchev2001-10-312-2/+2
| | | | | | | | PR: 31654 Submitted by: maintainer Notes: svn path=/head/; revision=49424
* Update to 3.0.1David W. Chapman Jr.2001-10-194-17/+19
| | | | | | | | PR: 31357 Submitted by: maintainer Notes: svn path=/head/; revision=48921
* Add a message that Cyrille did provide in PR 31058, but I somehowPeter Pentchev2001-10-151-0/+24
| | | | | | | | | missed in committing.. Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=48811
* Update to 3.0 release.Peter Pentchev2001-10-159-104/+261
| | | | | | | | | | A bit of general cleanup. PR: 31058 Submitted by: maintainer Notes: svn path=/head/; revision=48794
* Remove FETCH_BEFORE_ARGS.Brian Somers2001-08-201-2/+0
| | | | | | | Approved by: James E. Housley <jeh@FreeBSD.org> Notes: svn path=/head/; revision=46528
* Update to 3.0.r11David W. Chapman Jr.2001-08-192-3/+3
| | | | | | | | | | Update MAINTAINER's email PR: 29863 Submitted by: maintainer Notes: svn path=/head/; revision=46490
* add missing %Michael Haro2001-08-171-1/+1
| | | | Notes: svn path=/head/; revision=46357
* Update to 3.0rc10.Peter Pentchev2001-07-052-4/+3
| | | | | | | | PR: 28701 Submitted by: maintainer Notes: svn path=/head/; revision=44770
* Update to version 3.0.r8.2James E. Housley2001-06-293-5/+8
| | | | | | | | PR: 28500 Submitted by: Cyrille Lefevre <clefevre@redirect.to> Notes: svn path=/head/; revision=44539
* Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.toPeter Pentchev2001-06-091-1/+1
| | | | | | | | PR: 27867 Submitted by: maintainer Notes: svn path=/head/; revision=43703
* Update to version 3.0.r8James E. Housley2001-06-074-22/+27
| | | | | | | | PR: 27899 Submitted by: Cyrille Lefevre <clefevre@redirect.to> Notes: svn path=/head/; revision=43592