xdot.py is an interactive viewer for graphs written in Graphviz's dot
language. It uses internally the Graphviz's xdot output format as an
intermediate format, and PyGTK and Cairo for rendering.
xdot.py can be used either as a standalone application from command
line, or as a library embedded in your python application.
WWW: https://pypi.python.org/pypi/xdot
PR: 211059
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
- Fixed for point-in-time recovery, Date format handling was not
done correectly
- Elimination of BUFFERPOOLHASHKEY. The bufferpool position is now
calculated based on the page offset of the corresponding datafile
( this information is provided by CegoFileHandler::getRegPageOffset )
This leads to a much better distribution and usage of the available
buffer pool pages
- Fix in CegoTableManager::createBTree, the creation of the btree object
must be done in a dedicated exception block, otherwise the btree
object is dropped, if it already exists.
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
- A space character was missing in exception message for date format lists
- Some exception improvements in Chain class
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Attempts to determine the natural language of a selection of Unicode
(utf-8) text. Based on guesslanguage.cpp by Jacob R Rideout for KDE
which itself is based on Language::Guess by Maciej Ceglowski. Detects
over 60 languages, all languages listed in the trigrams directory
plus Japanese, Chinese, Korean and Greek.
WWW: https://pypi.python.org/pypi/guess-language
PR: 211058
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
Modules used to accelerate execution of a large collection
of regular expressions using the Aho-Corasick algorithms.
WWW: https://pypi.python.org/pypi/esmre
PR: 211057
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
This new reference has much more detailed information. It appears even
the latest version of struts is affected and this may affect many
products using the Apache Commons FileUpload Utility such as Jenkins,
Lucene-Solr, etc. Unfortunately it's difficult to identify which version
of the Apache Commons FileUpload Utility products may have, so this vuxml
may be expanded as more products are successfully identified.
PR: 211105
Security: CVE-2016-3092
These two patches were obtained from OpenBSD. An additional CVE is not
yet addressed, but upstream indicates they are removing the gif2tiff
utility as the mitigation in the upcoming 4.0.7.
PR: 211113
MFH: 2016Q3
Security: CVE-2016-5875
Security: CVE-2016-3186
Hugo is a general-purpose website framework. Technically speaking, Hugo is a
static site generator. Unlike other systems which dynamically build a page
every time a visitor requests one, Hugo does the building when you create your
content. Since websites are viewed far more often than they are edited, Hugo is
optimized for website viewing while providing a great writing experience.
Sites built with Hugo are extremely fast and very secure. Hugo sites can be
hosted anywhere and run without dependencies on expensive runtimes like Ruby,
Python or PHP and without dependencies on any databases.
WWW: http://gohugo.io
PR: 211127
Submitted by: Ben Lavery <ben.lavery@hashbang0.com> (with minor changes)
from ports, pigeonhole's build will fail because it can't find libkrb5.so.
To fix this, introduce the usual GSSAPI option block. Also, add a
BUILD_FAIL_MESSAGE asking you to make sure that the GSSAPI option here
matches the GSSAPI option from dovecot2.
PR: 211025
Submitted by: dewayne heuristicsystems com au
Patch by: maintainer (Larry Rosenman)
While here, use PORTREVISION?= instead of PORTREVISION= to avoid needlessly
bumping PORTREVISION in archivers/p7zip-codec-rar.
PR: 211114
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
MFH: 2016Q3
Security: a9bcaf57-4a7b-11e6-97f7-5453ed2e2b49
Security: d706a3a3-4a7c-11e6-97f7-5453ed2e2b49
This version only includes a couple of changes to the userspace
emulator (which isn't needed on FreeBSD >= 11.0):
- Support for sleeping on condition variables with monotonic clocks.
- More reliable emulation/handling of process descriptors (pdfork()).
. Note, that it works on CPUs with at least SSSE3
instruction set -- the original code assumes SSE4,
but that was relatively easy to patch
. Do not attempt to build, if SSSE3 not among CPU-options
. Fix up formatting warnings (reported upstream)
. Fix a crash on i386. Unfortunately, 5 of the 40
self-tests still fail on i386 -- the problem reported
upstream
- Fix fork following to honor 'detach-on-fork'
- Fix vfork following to post a fake vfork_done event to fix breakpoints
in vfork parents (a real vfork_done event is pending but requires kernel
changes currently in review).
- Fix x86 debug registers to work with multiple threads (PR 157755)
- Add support for 'info auxv' on both live processes and cores.
- Add support for 'catch syscall'. Note that catching system calls by
names requires parsing an XML file mapping system call names to
numbers. The port now installs the XML syscall files to the data
directory. In addition, the EXPAT option is now enabled by default as
expat is used to parse the XML files.
- Bump PORTREVISION.
PR: 157755, 210874
Approved by: luca.pizzamiglio@gmail.com (maintainer), bdrewery
LibFlatArray acts as a highly efficient multi-dimensional array of
arbitrary objects (array of structs, AoS), but really uses a struct of
arrays (SoA) memory layout. It's great for writing vectorized code and
its lightning-fast iterators give you access to neighboring elements
with zero address generation overhead.
PR: ports/208359
Submitted by: kurt@kmk-computers.de
- Correct gnulib dependency to PATCH_DEPENDS, per Bapt.
- Rely on USE_AUTOTOOLS :env to pull in automake for BUILD.
- Move re-automake rule to pre-configure, when the tool is available.
- Adapt installed gelf.h header to define needed non-standard Elf types as
needed, rather than trying to add them to base elf headers.
Reviewed by: portlint
Sponsored by: EMC / Isilon Storage Division
- New maintainer's email
- Enable automatic workarounds of looped dependencies
- Fixe a problem that had emerged when pkg(8) was updated
PR: 210955
Submitted by: maintainer