Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.8_1 02 Mar 2016 20:26:59
  |
rene  |
Remove expired ports:
2016-03-01 net/samba4: not supported by the upstream
2016-03-01 net/isc-dhcp42-client: isc-dhcp 4.2 is End of Life
2016-03-01 net/isc-dhcp41-relay: isc-dhcp 4.1 is now End of Life
2016-03-01 net/isc-dhcp42-relay: isc-dhcp 4.2 is End of Life
2016-03-01 net/isc-dhcp41-client: isc-dhcp 4.1 is now End of Life
2016-03-01 net/isc-dhcp42-server: isc-dhcp 4.2 is End of Life
2016-03-01 devel/pear-IO_Bit: Unsupported upstream
2016-03-01 graphics/pear-IO_SWF: Unsupported upstream |
4.2.8_1 18 Jan 2016 14:23:59
  |
feld  |
net/isc-dhcp41-server & isc-dhcp42-server: Fix expiration
Should be EXPIRATION_DATE not EXPIRES
Pointyhat: me
Keen eye: danfe |
4.2.8_1 17 Jan 2016 19:10:20
  |
feld  |
net/isc-dhcp42-server: Mark DEPRECATED
This port is not receiving a patch for CVE-2015-8605
Also, set EXPIRES to coincide with 2016Q2 branch creation.
The 4.2 branch reached End of Life in March 2015. [1]
[1] https://kb.isc.org/article/AA-01259/0/DHCP-4.2.8-Release-Notes.html
MFH: 2016Q1
Security: 05eeb7e9-b987-11e5-83ef-14dae9d210b8
Security: CVE-2015-8605 |
4.2.8_1 17 Aug 2015 14:20:41
  |
mat  |
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 |
4.2.8_1 16 Jul 2015 11:51:57
  |
garga  |
Since 4.2.8/4.3.2 isc-dhcp-server started to check if prefix6 range is
within declared subnet and if prefix6 network mask is bigger or equal
subnet mask. Remove these checks and make prefix delegation work as
expected.
For reference - https://redmine.pfsense.org/issues/4829
PR: 201601
Approved by: zi (maintainer)
Sponsored by: Netgate |
4.2.8 14 May 2015 10:15:09
  |
mat  |
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 |
4.2.8 14 Mar 2015 15:41:57
  |
zi  |
- Update to 4.2.8 |
4.2.7 22 Nov 2014 14:43:24
  |
antoine  |
Cleanup plist |
4.2.7 04 Sep 2014 19:26:24
  |
antoine  |
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 |
4.2.7 13 Aug 2014 11:03:04
  |
zi  |
- Update to 4.2.7 |
4.2.6_2 24 Jul 2014 18:34:16
  |
tijl  |
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 ) |
4.2.6_1 11 Jun 2014 14:50:00
  |
tijl  |
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 ) |
4.2.6_1 30 Mar 2014 13:31:46
  |
zi  |
- Unbreak botched STAGE conversion
- Bump PORTREVISION
PR: ports/188020
Submitted by: Nick <decrofn@gmail.com>, Jason Unovitch <oneshotuno@yahoo.com> |
4.2.6 26 Mar 2014 17:27:24
  |
garga  |
Support STAGE |
4.2.6 05 Feb 2014 02:54:22
  |
zi  |
- Update to 4.2.6
- Update CONFLICTS for upcoming isc-dhcp43-* ports |
4.2.5 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
4.2.5 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
4.2.5 15 Sep 2013 14:54:36
  |
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
4.2.5 26 Jun 2013 18:23:23
  |
zi  |
- Fix pkg-plist issue when LDAP is enabled |
4.2.5 18 Apr 2013 01:25:42
  |
zi  |
- Update to 4.2.5P1
- Switch to new 'created by' header
Feature safe: yes |
4.2.4_2 12 Sep 2012 19:56:50
  |
zi  |
- Update to 4.2.4P2 |
4.2.4_1 28 Jul 2012 13:00:58
 |
zi  |
- Do not stop daemons at de-install, print a message instead. |
4.2.4_1 25 Jul 2012 02:23:27
 |
zi  |
- Update to 4.2.4-P1 |
4.2.4 06 Jun 2012 01:50:19
 |
zi  |
- Update to 4.2.4
- Convert to OptionsNG |
4.2.3_2 18 Apr 2012 17:55:19
 |
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@ |
4.2.3_2 19 Mar 2012 01:28:35
 |
zi  |
- Resolve issue where the the daemon would fail to start [1]
- Resolve issue on systems set to UTC time would fail copying /etc/localtime to
the chroot [2]
PR: ports/162447 [1]
Submitted by: Hilko Meyer <hilko.meyer@gmx.de> [1]
Reported by: dougb@ [2]
Feature safe: yes |
4.2.3_2 17 Jan 2012 20:32:54
 |
zi  |
- Update default location of dhcpd6.leases file in example dhcpd6.conf
Reported by: Glen Neff <glen.neff at emc.com> |
4.2.3_2 13 Jan 2012 12:13:27
 |
zi  |
- Update to 4.2.3-P2
Security: 1800886c-3dde-11e1-89b4-001ec9578670 |
4.2.3_1 07 Dec 2011 22:20:46
 |
zi  |
- Update to 4.2.3-P1
- Pacify portlint(1)
Security: 93be487e-211f-11e1-89b4-001ec9578670
Feature safe: yes |
4.2.3 22 Oct 2011 13:31:31
 |
zi  |
- Fix devfs test issue when running on FreeBSD 10.x. (FreeBSD prior to 7.x is
no longer supported, so this test is no longer needed) |
4.2.3 20 Oct 2011 02:28:51
 |
zi  |
- Update to 4.2.3 |
4.2.2 14 Aug 2011 02:24:06
 |
zi  |
Update to 4.2.2
Approved by: wxs (mentor) |
4.2.1 15 Jul 2011 21:15:29
 |
zi  |
Update my email address on the ports I maintain.
Approved by: wxs@ (mentor) |
4.2.1 07 Jul 2011 19:45:26
 |
dougb  |
ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x.
These include:
Processing the DHCP to DNS server transactions in an asynchronous fashion.
The DHCP server or client can now continue with it's processing while
awaiting replies from the DNS server.
There are a number of DHCPv6 limitations and features missing in this
release, which will be addressed in the future:
- DHCPv6 includes human-readable text in status code messages, in
English. A method to reconfigure or support other languages would
be preferable.
- The "host-identifier" option is limited to a simple token.
- The client and server can only operate DHCPv4 or DHCPv6 at a time,
not both. To use both protocols simultaneously, two instances of the
relevant daemon are required, one with the '-6' command line option.
PR: ports/158516
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> |