Update multimedia/libdvdnav 6.0.0 -> 6.0.1
Add patch to converters/libdvdcss to squelch potential buffer overflow
warning.
From Brad Smith (maintainer)
- re-enable pointer compression (it is not the cause of crashes)
- use system harfbuzz and freetype
- add a debug package for the component flavor so that backtraces
are useful
- remove the dependency on java by disabling the closure compiler
and other UI "optimizations" using javascript
Changes for this release:
* Some minify configuration adjustments
* Add minify config
* Allow headless bundles to list pages via $page.Pages and
$page.RegularPages
* Update to Go 1.14.1 and 1.13.9
* Pass directory name to filters in LstatIfPossible in the same way as
Readdir
* Update to goldmark 1.1.25.
* Add workaround for regular CSS imports in SCSS
* Add .RegularPagesRecursive
* Add data context to the key in ExecuteAsTemplate
* Improve Tailwind/PostCSS error messages
* Update Blackfriday
* Add languageDirection to language configuration
* Fix Go build version
* Fix GetTerms nil pointer
* Fix scss vs css import regexp
* Fix --templateMetricsHints
* Try to fix a Go 1.15 go vet error
ok jca@
Feedback OK jca
mdprint prints the contents of the provided binary sun4v MD file.
If no file is provided, the "guest MD" is read from the device file "/dev/mdesc"
which is expected to be present on all sun4v guest domains.
If no file is provided and the -P/--PRI option is used, the PRI
(physical resource inventory) MD is read from the device file
"/devices/pseudo/ds_pri@0:ds_pri" (Solaris only).
The complete PRI is only available on the "primary" domain.
(which is not) throughout the ports Makefiles.
* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.
ok kn@ rsadowski@ espie@
release, various security bugs fixed, upstream know they need to make
a release, but it now seems mostly blocked by wanting CVE numbers
(https://github.com/libexif/libexif/issues/12, sigh...) so let's
just move to a git checkout for now.