non port: net/isc-dhcp41-server/Makefile |
SVNWeb
|
Number of commits found: 46 |
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
|
Mon, 18 Jan 2016
|
[ 14:23 feld ]
net/isc-dhcp41-server & isc-dhcp42-server: Fix expiration
Should be EXPIRATION_DATE not EXPIRES
Pointyhat: me
Keen eye: danfe
|
Sun, 17 Jan 2016
|
[ 19:02 feld ]
net/isc-dhcp41-server: Update to 4.1-ESV-R12-P1
This fixes CVE-2015-8605.
Mark DEPRECATED and provide EXPIRES to coincide with 2016Q2 branch
creation.
The PORTVERSION scheme of this port is strange, but I am continuing the
current version scheme as this is probably the last release of the 4.1
branch. The ISC Software Support Policy states that 4.1 ESV is support
ends December 2015. [1]
[1] http://www.isc.org/downloads/software-support-policy/
MFH: 2016Q1
Security: CVE-2015-8605
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Sat, 18 Apr 2015
|
[ 15:14 tijl ] (Only the first 10 of 22 ports in this commit are shown above. )
Convert to USES=autoreconf
|
Thu, 4 Sep 2014
|
[ 19:26 antoine ] (Only the first 10 of 63 ports in this commit are shown above. )
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr
|
Tue, 12 Aug 2014
|
[ 15:06 marino ]
net/isc-dhcp41-server: Fix build with LDAP support
PR: 192584
Submitted by: denis (inferno.incoherency.net)
Approved by: maintainer (Douglas Thrift)
|
Thu, 24 Jul 2014
|
[ 18:34 tijl ] (Only the first 10 of 208 ports in this commit are shown above. )
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above )
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Sun, 30 Mar 2014
|
[ 13:31 zi ]
- Unbreak botched STAGE conversion
- Bump PORTREVISION
PR: ports/188020
Submitted by: Nick <decrofn@gmail.com>, Jason Unovitch <oneshotuno@yahoo.com>
|
Wed, 26 Mar 2014
|
[ 17:27 garga ] (Only the first 10 of 18 ports in this commit are shown above. )
Support STAGE
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Mon, 16 Sep 2013
|
[ 06:30 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Wed, 12 Dec 2012
|
[ 18:48 wxs ] (Only the first 10 of 29 ports in this commit are shown above. )
Remove the header for ports I created.
For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it.
|
Thu, 13 Sep 2012
|
[ 20:10 zi ]
- Update to 4.1-ESV-R7
Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
|
Mon, 30 Jul 2012
|
[ 12:42 zi ]
- Update net/isc-dhcp41-server to 4.1-ESV-R6 [1]
- Document vulnerabilities in net/isc-dhcp41-server
- Cleanup formatting in vuxml
PR: ports/170245 [1]
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) [1]
Security: c7fa3618-d5ff-11e1-90a2-000c299b62e1
|
Mon, 18 Jun 2012
|
[ 06:03 scheidell ]
- Update to 4.1-ESV-R5
- Convert to Options NG
PR: ports/169185
Submitted by: douglas@douglasthrift.net (maintainer)
|
Wed, 18 Apr 2012
|
[ 17:55 zi ]
- Resolve dhcrelay6 issue with rc script that prevented it from working
properly.
- Bump PORTREVISION of isc-dhcp4?-relay ports
Reported by: Glen Neff <glen.neff@emc.com>
Approved by: Douglas Thrift <douglas@douglasthrift.net>, zi@
|
Wed, 7 Dec 2011
|
[ 23:45 zi ]
- Update to 4.1-ESV-R4
Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Security: 93be487e-211f-11e1-89b4-001ec9578670
Feature safe: yes
|
Wed, 17 Aug 2011
|
[ 13:02 wxs ]
- Apply an extra patch to fix the LDAP breakage that happened with the last
update. It should be noted that LDAP support is built in to 4.2, so people
are encouraged to move to that if you want LDAP support.
PR: ports/159830
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
|
Sun, 14 Aug 2011
|
[ 01:45 wxs ]
- Update to 4.1-ESV-R3 to address DoS issue.
PR: ports/159698
Submitted by: wxs@
Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Security: 510b630e-c43b-11e0-916c-00e0815b8da8
|
Sun, 10 Jul 2011
|
[ 03:24 dougb ]
Expand CONFLICTS to handle isc-dhcp42 and beyond
Prompted by: sunpoet
|
Thu, 7 Jul 2011
|
[ 18:58 dougb ]
Fix -user argument for dhcpdv6
PR: ports/158375
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
|
Tue, 21 Jun 2011
|
[ 17:08 lev ]
Fix rc(5) complains about dhcrelay6_enable variable.
|
Fri, 3 Jun 2011
|
[ 12:31 wxs ]
net/isc-dchp41-server port installs two RC_SUBR scripts: isc-dhcpd and
isc-dhcpd6 when it is built with IPv6 support. net/isc-dchp41-relay could be
built with IPv6 support, but it doesn't provide way to start two realys (for
IPv4 and IPv6) simultaneously. This patch changes RC_SUBR script isc-dhcrelay
to support such operations, and install link from isc-dhcrelay to isc-dhcrelay6
when port is built with IPv6 support.
PR: ports/157501
Submitted by: lev@
Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
|
Mon, 9 May 2011
|
[ 00:58 sunpoet ]
- Add OPTIONS: DHCP_IPV6 to make IPv6 support optional
- Use bsd.port.mk and bsd.port.options.mk
- Make portlint happier
PR: ports/156846
Submitted by: Alex Deiter <alex.deiter@gmail.com>
Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
|
Sun, 10 Apr 2011
|
[ 21:40 wxs ]
Update to the latest ESV release to address security vulnerability.
PR: ports/156246
Submitted by: Douglas Thrift <douglas@douglasthrift.net>
Security: 7e69f00d-632a-11e0-9f3a-001d092480a4
|
Thu, 17 Feb 2011
|
[ 14:16 wxs ]
Pass maintainer to Douglas Thrift. He's able to give these
ports the tender loving care they deserve.
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (private mail)
|
Mon, 14 Feb 2011
|
[ 02:21 wxs ]
Add support for DHCPv6 server.
PR: ports/153781
Submitted by: Douglas William Thrift <douglas@douglasthrift.net>
|
Sat, 29 Jan 2011
|
[ 01:05 wxs ]
Update to 4.1.2-P1 (4.1.2_1,1) to address DHCPv6 server crash bug.
Feature safe: yes
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Wed, 24 Nov 2010
|
[ 19:10 wxs ]
Update to 4.1.2
|
Sun, 24 Oct 2010
|
[ 13:56 wxs ]
Add a patch to support running on VLAN interfaces.
Bump server PORTREVISION to accomodate.
Submitted by: matpockuh@gmail.com (via current@)
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Thu, 7 Oct 2010
|
[ 15:18 ade ] (Only the first 10 of 42 ports in this commit are shown above. )
Migration of final set of working ports from automake{19,110} -> 111
|
Thu, 30 Sep 2010
|
[ 12:17 wxs ]
Remove trailing backslash.
Noticed by: Craig Leres <leres@ee.lbl.gov>
|
Tue, 28 Sep 2010
|
[ 20:57 wxs ]
Quickly revert PORTREVISION_SERVER and increment PORTREVISION_CLIENT instead.
|
[ 20:55 wxs ]
Use the provided script instead of the one provided by the port. The one
provided by the port infrastructure is outdated and doesn't support dhcpv6.
Noticed by: lstewart@
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Mon, 6 Sep 2010
|
[ 12:22 wxs ]
Make sure _PATH_DHCPD_CONF is defined properly.
PR: ports/150209
Submitted by: Craig Leres <leres@ee.lbl.gov>
|
Mon, 12 Jul 2010
|
[ 01:54 wxs ]
[1]: Don't remove /var/db/dhcpd on deinstall. This was breaking chroot setups
on upgrade.
[2]: Install more man pages.
[3]: Add LDAP configuration support. This was present in the other port.
PR: [1]: ports/147857
[2]: ports/147917
[3]: ports/147869
Submitted by: [1]: Henno Schooljan <henno@schooljan.nl>
[2]: Craig Leres <leres@ee.lbl.gov>
[3]: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
|
Wed, 9 Jun 2010
|
[ 01:06 wxs ]
Update to 4.1.1-P1.
Have to bump PORTEPOCH here unfortunately.
|
Sat, 29 May 2010
|
[ 22:20 wxs ]
net/isc-dhcp41-client:
- Set the default dhclient-script and dhclient.conf properly.
PR: ports/146608
Submitted by: Craig Leres <leres@ee.lbl.gov>
|
Sat, 15 May 2010
|
[ 02:58 wxs ]
Add the headers and libraries to net/isc-dhcp41-server. There will be no
net/isc-dhcp4-devel port as it would conflict with the server (installs some
of the same files). For this reason I decided to just make
net/isc-dhcp41-server install the development libraries and headers.
Based upon a patch from: Attila Nagy (private mail)
|
Thu, 6 May 2010
|
[ 20:24 wxs ] (Only the first 10 of 21 ports in this commit are shown above. )
Welcome net/isc-dhcp41-server, net/isc-dhcp41-client and net/isc-dhcp41-relay
to the tree.
There's still a small bit of work to do including adding conflicts for the
existing DHCP ports (which should have been conflicting with each other
already) and add a 41-devel port so people can use the headers and libraries.
|
Number of commits found: 46 |