Changes:
* Correct DHCPv6 Prefix Delegation option decoding
* Ensure that a given buffer is at least BUFSIZ (for getline compat)
* Poll interfaces on BSD for IFF_RUNNING if link state cannot be obtained
* Check for an IA to use in DHCPv6 lease validation
* Fix compile on NetBSD-6 (and possibly earlier NetBSDs)
* Warn about exceeding IDGEN_RETRIES when a stable private address cannot be obtained
* Fix DHCP option overload handling, thanks to Tobias Stoeckmann
PR: 192276
Submitted by: maintainer
Changes:
* Major API changes to FXThreadPool: mostly, much more sane
implementation, and optional FXCompletion parameter passed to perform
wait on subset of tasks; see FXCompletion notes below.
* Added FXCompletion synchronization object. FXCompletion is now used in
FXTaskGroup, FXThreadPool, but can also be used in your own programs
whenever one thread needs to await the completion of multiple worker
threads.
* Fixed bug in FXJSON parser: properly stop parsing at offending
character.
* Byte order mark handling fix in FXJSON parser.
* Added toChars() API to FXVariant; it returns empty string unless variant
is of type string. This is very similar to asChars(), except that
toChars() is safe (always returns a non-NULL pointer).
* Renamed toPointer() to toPtr() in FXVariant for consistency.
* FXParallel implementation changes: don't kick off tasks via FXThreadPool
in ParallelFor if there's only one task. Also, split ParallelFor into a
number of pieces corresponding to the number of threads available in the
FXThreadPool, unless this number is passed explicitly.
* Ensured FXParallelForFunctor's are aligned in ParallelFor.
* Updated VC++ 2008 Visual Studio project files.
- Remove a patch that was applied upstream
- Remove STUN option, as it is removed upstream
- Clean up CONFIGURE_ARGS, as some of the arguments are not supported
- Do not display pkg-message in post-install[1]
- Strip libraries[1]
- Add missing @dirrmtry entries to pkg-plist[1]
- Replace /var/lock (not in mtree) with /var/run[1]
PR: 192011[1]
Submitted by: olgeni[1]
0.06 2014-07-29
- Improved the abstract - explicit mention that functions are supported
- Improved the SYNOPSIS - split into separate code blocks
- Improved the DESCRIPTION. Made clearer that as soon as you specify
an import symbol, you have to also specify any you want from @EXPORT.
- Removed the BUGS and CAVEATS section from the doc; it was just being
self-deprecating about whether it deserved the "lite" moniker.
medieval ld(1) (in FreeBSD 9+) or modern ld(1).
Falls back into the regular symlink
The issues solved by the ldscript is anyway not affecting the caveld(1) because it
is anyway overlinking all over the place
- Fix *_DEPENDS: Time::HiRes is already in all supported Perl releases
- Sort PLIST
- Bump PORTREVISION for dependency change
- Reformat pkg-descr
- Remove Author line
- Use single space after WWW: