* If a server is configured with a response policy zone (RPZ) that
rewrites an answer with local data, and is also configured for DNS64
address mapping, a NULL pointer can be read triggering a server crash.
This flaw is disclosed in CVE-2017-3135. [RT #44434]
* A synthesized CNAME record appearing in a response before the associated
DNAME could be cached, when it should not have been. This was a
regression introduced while addressing CVE-2016-8864. [RT #44318]
OpenBSD. Remove ap_scan=0 from default config as suggested by / ok dcoppa.
README still mentions ap_scan=0; as discussed with tb@ some institutions
provide sample config files which do include other ap_scan settings so
I think it's still helpful there.
OK abieber@
port changes:
- add x11/qt5/qt5base dependency to LIB_DEPENDS
- add Qt5Concurrent to WANTLIB (from qtbase)
- mark USE_WXNEEDED = Yes (uses qt webkit)
upstream changelog:
=====
0.3.1
=====
Fixed Issues:
Fixed random crashing on application start and exit. (#595)
Fixed web view hanging caused by URLs with no schema. (#532)
Fixed docset removal on Windows. (#621)
Fixed race condition (and warning) in docset removal logic.
Fixed docset selection with Select All shortcut (usually Ctrl+A).
=====
0.3.0
=====
This releases contains a lot of bug fixes, as well as improvements to the UI and
application performance. See the link above for the complete list of changes.
The most interesting changes are listed below.
New Features:
Dedicated docset management UI available via Tools -> Docsets.... (#354)
Added portable mode support. (#486)
Search results now have two icons per item: docset and symbol type.
New search term highlighting instead of the bold font.
Tabs can be cloned with Ctrl+Alt+T. (#524)
Remote resources can be open within the application. (#474)
Added support for system style icons (FreeDesktop) if available.
A new tab can set to open after currently selected one.
Dropped support for --query command line parameter. Plugins should have
switched to dash-plugin URL scheme by now. Users can invoke search by running
zeal <query>.
Improvements:
A lot of search performance improvements!
Implemented a short delay before starting a search to allow user to finish
typing.
Added tooltips for elided texts across the app (tabs, search results).
Page Up/Page Down now work when search text box is focused.
Splitters and tool bars do not override system styling.
Splitters cannot be collapsed anymore.
Updated symbol type icons and definitions.
Main menu updated to be more browser-like.
Show current page title in the window title.
Better detection of another application instances.
Fixed Issues:
Fixed viewing of Android 7 docset. (#596)
Fixed AppIndicator support with Cinnamon DE. (#487)
Fixed many crashes in different situations.
Ctrl+Shift+Tab now properly navigates through tabs backwards. (#518)
Fixed filename corruption on Windows with non-Latin locale. (#508)
Fixed docset list not updating on storage change. (#475)
Known Issues:
Under some circumstances Zeal crashes on exit or start. (#595 and #605 )
Due to performance optimisations ordering of search results became less
relevant. (#603)
security fixes (also affecting nagios; icinga 1.x is the old nagios-derived
branch, whereas 2.x is all new) -
* Bug #13709: CVE-2016-9566: Root priviledge escalation during log file opening
* Bug #10453: Icinga Classic-UI 1.13.3 and older are vulnerable to XSS - CVE-2015-8010
notable changes -
* Classic UI: Remove attribute based authorization (cgiauth.cfg is not parsed
any more)
* IDO: Remove deprecated config options
manpages from sources with a2x (even though they appear up-to-date). Alternative
methods to fix add deps which aren't otherwise needed (either asciidoc for a2x,
or gmake which does work ok with SEPARATE_BUILD).
Build breakage reported by nigel@.
pdfsandwich generates "sandwich" OCR pdf files, i.e. pdf files which contain
only images (no text) will be processed by optical character recognition (OCR)
and the text will be added to each page invisibly "behind" the images.
pdfsandwich is a command line tool which is supposed to be useful to OCR
scanned books or journals. It is able to recognize the page layout even for
multicolumn text.
ok benoit@