- Clean up a malloc() call to get rid of some warnings.
- Pet portlint by using "makepatch" for the patches, added the license,
changed a tab after the WWW line.
PR: 208295
Submitted by: pfg@
The two major functionalities it supports are anomaly detection and
correlation. It can be used to investigate possible causes of anomaly.
WWW: https://github.com/linkedin/luminol
Reviewed by: mat, koobs, Python
Tested by: gnn (earlier version)
Sponsored by: gandi.net
Differential Revision: https://reviews.freebsd.org/D5670
Perl bindings to the 3.x series of the gtk+ toolkit. This module
allows you to write graphical user interfaces in a Perlish and
object-oriented way, freeing you from the casting and memory
management in C, yet remaining very close in spirit to original
API. Find out more about gtk+ at http://www.gtk.org.
The gtk+ reference manual is also a handy companion when writing
Gtk3 programs in Perl: http://developer.gnome.org/gtk3/stable/. The
Perl bindings follow the C API very closely, and the C reference
documentation should be considered the canonical source.
WWW: https://metacpan.org/pod/Gtk3
PR: 208372
Submitted by: hiroto.kagotani@gmail.com
- More work towards the WineD3D command stream.
- More WebServices reader support.
- Still more Shader Model 5 support.
- Support for gradients in metafiles.
- Improved table formatting in WinHelp.
- Various bug fixes.
And it uses a new bug fix version of the Mono engine in form
of the wine-mono-devel port which moves from version 4.6.0 to
version 4.6.2.
Changes: http://poi.apache.org/changes.html
- Fix for CVE-2014-3574
- Common: New version of ooxml-schema and ooxml-security jars which
are linked to custom safe type loader
- Common: OPC relation fix for multiple same named ids (#54916)
- Common: Update third-party dependencies: commons-logging,
commons-codec, xmlsec, bouncycastle
- Excel: Allow to set multiple cell style properties at once (#58633)
- Excel: Add API for inserting ignored warnings into XSSF sheets.
This can be used e.g. to suppress 'number stored as text' warnings.
(#56892)
- Powerpoint: unify hyperlink handling
- HSLF: various fixes for parsing and rendering
- WMF: new API for WMF parsing and rendering (for Powerpoint)
- XWPF: various fixes for handling paragraphs and tables
PR: 207934
MFH: 2016Q2
Submitted by: pfg
- Update to latest version 1.3.1
- Remove patch now included upstream
- Add patch to allow build without openssl/e_os.h in base
Reviewed by: koobs (mentor, python), feld (mentor)
Approved by: feld (mentor)
Differential Revision: D5959
From the log, it appears that flex and bison are being tasked to send
output to build-${A}-pc-${OS}-${A}-pc-${OS}-release-binary directory
and it's possible that happens before the directory is created.
(A=~ARCH, OS=~OPSYS)