| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
(ports/net/isc-dhcp3-server/files/isc-dhcpd.sh.sample,v rev 1.7)
Notes:
svn path=/head/; revision=116581
|
|
|
|
|
|
|
|
| |
PR: ports/69590
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Notes:
svn path=/head/; revision=114803
|
|
|
|
|
|
|
|
|
| |
Fixes: net/isc-dhcp3-devel
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Reported by: kris / pointyhat
Notes:
svn path=/head/; revision=113109
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 68357
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Notes:
svn path=/head/; revision=112320
|
|
|
|
| |
Notes:
svn path=/head/; revision=112264
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/67834
Submitted by: maintainer
Notes:
svn path=/head/; revision=111706
|
|
|
|
|
|
|
|
|
|
| |
- Employ OPTIONS
PR: ports/67407
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Notes:
svn path=/head/; revision=110606
|
|
|
|
|
|
|
| |
a better solution submitted by the maintainer.
Notes:
svn path=/head/; revision=104990
|
|
|
|
| |
Notes:
svn path=/head/; revision=104883
|
|
|
|
|
|
|
| |
interfaces and headers.
Notes:
svn path=/head/; revision=104882
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
unused since PR 56615 was committed. List size.
Approved by: Cyrille Lefevre (maintainer)
Notes:
svn path=/head/; revision=103647
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=98436
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
. Use %%DOCSDIR%% in the packing list.
PR: 56615
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Notes:
svn path=/head/; revision=88941
|
|
|
|
|
|
|
|
| |
I started on this.
My apologies.
Notes:
svn path=/head/; revision=87661
|
|
|
|
| |
Notes:
svn path=/head/; revision=87660
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
|
|
|
| |
<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
|
|
|
|
|
|
|
| |
bundled resolver library.
Notes:
svn path=/head/; revision=73219
|
|
|
|
|
|
|
|
|
| |
is already used by bsd.port.mk.
Approved by: maintainer
Notes:
svn path=/head/; revision=69556
|
|
|
|
|
|
|
|
| |
PR: 41218
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (1)
Notes:
svn path=/head/; revision=63835
|
|
|
|
|
|
|
|
| |
PR: ports/39881
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes:
svn path=/head/; revision=62022
|
|
|
|
|
|
|
|
| |
PR: 39746
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Notes:
svn path=/head/; revision=61855
|
|
|
|
|
|
|
| |
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Notes:
svn path=/head/; revision=58852
|
|
|
|
|
|
|
| |
Submitted by: synker (on irc)
Notes:
svn path=/head/; revision=58844
|
|
|
|
|
|
|
|
| |
PR: 37915
Submitted by: maintainer
Notes:
svn path=/head/; revision=58834
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=57952
|
|
|
|
|
|
|
|
| |
PR: 37131
Submitted by: maintainer
Notes:
svn path=/head/; revision=57894
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=54054
|
|
|
|
|
|
|
|
| |
PR: 34468
Submitted by: maintainer
Notes:
svn path=/head/; revision=54049
|
|
|
|
|
|
|
|
|
|
| |
Update a few MASTER_SITES
PR: 34012
Submitted by: maintainer
Notes:
svn path=/head/; revision=53284
|
|
|
|
|
|
|
|
| |
PR: 31818
Submitted by: maintainer
Notes:
svn path=/head/; revision=49749
|
|
|
|
|
|
|
|
| |
PR: 31654
Submitted by: maintainer
Notes:
svn path=/head/; revision=49424
|
|
|
|
|
|
|
|
| |
PR: 31357
Submitted by: maintainer
Notes:
svn path=/head/; revision=48921
|
|
|
|
|
|
|
|
|
| |
missed in committing..
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Notes:
svn path=/head/; revision=48811
|
|
|
|
|
|
|
|
|
|
| |
A bit of general cleanup.
PR: 31058
Submitted by: maintainer
Notes:
svn path=/head/; revision=48794
|
|
|
|
|
|
|
| |
Approved by: James E. Housley <jeh@FreeBSD.org>
Notes:
svn path=/head/; revision=46528
|
|
|
|
|
|
|
|
|
|
| |
Update MAINTAINER's email
PR: 29863
Submitted by: maintainer
Notes:
svn path=/head/; revision=46490
|
|
|
|
| |
Notes:
svn path=/head/; revision=46357
|
|
|
|
|
|
|
|
| |
PR: 28701
Submitted by: maintainer
Notes:
svn path=/head/; revision=44770
|
|
|
|
|
|
|
|
| |
PR: 28500
Submitted by: Cyrille Lefevre <clefevre@redirect.to>
Notes:
svn path=/head/; revision=44539
|
|
|
|
|
|
|
|
| |
PR: 27867
Submitted by: maintainer
Notes:
svn path=/head/; revision=43703
|
|
|
|
|
|
|
|
| |
PR: 27899
Submitted by: Cyrille Lefevre <clefevre@redirect.to>
Notes:
svn path=/head/; revision=43592
|