An evolution of 'reshape2'. It's designed specifically for data
tidying (not general reshaping or aggregating) and works well with
'dplyr' data pipelines.
WWW: https://cran.r-project.org/web/packages/tidyr/
Security Fixes for Regular Expressions, PL/Java
This release closes security hole CVE-2016-0773, an issue with regular
expression (regex) parsing. Prior code allowed users to pass in expressions
which included out-of-range Unicode characters, triggering a backend crash.
This issue is critical for PostgreSQL systems with untrusted users or which
generate regexes based on user input.
The update also fixes CVE-2016-0766, a privilege escalation issue for users of
PL/Java. Certain custom configuration settings (GUCS) for PL/Java will now be
modifiable only by the database superuser
URL: http://www.postgresql.org/about/news/1644/
Security: CVE-2016-0773, CVE-2016-0766
Why this change ?
- When compiling print/cups-base, if WITHOUT_X11=yes is present in
/etc/make.conf, CUPS still tries to update the "Icons cache".
- For this, it tries to build graphics/gtk-update-icon-cache,
which in turns requires graphics/cairo, but Cairo builds without
X11 support as requested, and graphics/gtk-update-icon-cache
fails to build because it needs X11.
PR: 190434
Submitted by: Tobias Kortkamp <t@tobik.me>
Reported by: hjf@hjf.com.ar
- Updating to a557a85454 on the master branch.
This is the 1.0.9 release plus some fixes needed to resolve
some build issues.
- Updating slave port graphics/opencolorio-tools
- Adding new slave port graphics/py-opencolorio to allow concurrent
python module installs. Python 2.7 and 3.3+ is supported. py3.2 fails
- graphics/opencolorio uses python2 to generate documentation, using
python3 fails to find the python module in the build dir, as this
only relates to generating the docs we can limit the master port
to py2.7 while there is no issue with py-opencolorio using python
2.7 or 3.3+
PR: 202577
Submitted by: FreeBSD@ShaneWare.Biz (maintainer)
[ Henry Stern ]
* Use gmtime_r() instead of gmtime() in JSON and text format generators
(#46).
[ Robert Edmonds ]
* Distribute README.FILTERS.md in release tarballs.
Install README.md and README.FILTERS.md in ${DOCSDIR}
Sponsored by: Farsight Security, Inc.
Sync bsd-user do_obreak with linux-user (do_brk).
Merging to QEMU upstream provides fixes for the following CVEs:
CVE-2015-8345
CVE-2015-8567
CVE-2015-8568
CVE-2015-8613
CVE-2015-8619
CVE-2015-8701
libvxl upstream has been updated to 1.12 and has accepted a slightly
modified version that addresses the issue in the patch.
PR: 205813
- update to latest version 5.2.13
- mark DEPRECATED. 5.x branch reached it's EOL in 09/2015.
- set to expire in one month
- fix "duplicate directory listing: /var/db/mysql" error
PR: 201804
Submitted by: takefu@airport.fm (maintainer)
MariaDB is one of the most popular database servers in the world. It's made
by the original developers of MySQL and guaranteed to stay open source.
Notable users include Wikipedia, Facebook and Google.
MariaDB turns data into structured information in a wide array of
applications, ranging from banking to websites. It is an enhanced, drop-in
replacement for MySQL. MariaDB is used because it is fast, scalable and
robust, with a rich ecosystem of storage engines, plugins and many other
tools make it very versatile for a wide variety of use cases.
MariaDB is developed as open source software and as a relational database
it provides an SQL interface for accessing data. This latest versions of
MariaDB also include GIS and JSON features.
WWW: http://mariadb.org/
Reviewed by: koobs (mentor), feld (mentor)
Approved by: koobs (mentor), feld (mentor)
Differential Revision: D3953
This is just a workaround to fix the issue at hand.
Reported by: Alex V. Petrov <alexvpetrov at gmail.com>,
Christoph Moench-Tegeder <cmt at burggraben.net>,
Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
marino
Changes file.
Also, add a BUNDLED_SQLITE option, which defaults to on, to choose
whether to use the included sqlite (as it has been) or the installed
library from ports.
Changes: https://metacpan.org/changes/distribution/DBD-SQLite
darktable 2.0.x officially dropped support for i386. I believe the crash
reported in PR 202457 was specific to 32-bit because this was already
largely untested with darktable 1.6.x, so I'm considering this issue
"fixed".
PR: 202457
Reviewed by: kwm
Approved by: kwm
Differential Revision: https://reviews.freebsd.org/D4247
R no longer accepts the --no-rebuild-vignettes argument, instead requiring
the --no-build-vignettes (only used if pdflatex is not installed).
PR: 207154
Approved by: wen (maintainer)
MFH: 2016Q1
Changes:
* Use explicit pkg-plist instead of autoplist. Using an explicit pkg-plist
is more robust against "silent" errors or changes.
ChangeLog:
- influencePlot now returns Cook's distance, not its square root.
- Anova() now supports "coxme" objects (produced by coxme() in coxme package)
(request of Philipp Sprenger).
- Anova() now works via its default method with "vglm" objects produced by
functions in the VGAM package; and the default method of linearHypothesis()
again works with these objects (problem reported by Michael Friendly).
- Fixed Anova.coxph() so that it takes account of method (ties) argument (bug
reported by Karl Ove Hufthammer).
- Improvements to Anova.default() so that a wider variety of model classes are
accommodated (following request of Liviu Andronic.)
- dataEllipse() now throws an error if there are too few colors for the number
of groups (fixing bug reported by Ottorino Pantani).
- spreadLevelPlot.lm() now includes an optional smoother in addition to the
fitted straight line (suggestion of Michael Friendly).
- No longer import methods (as opposed to generics) directly from pbkrtest.
- Added axis.ticks argument to scatter3d() (code contributed by
David Winsemius).
ffmpeg now uses config.log instead of previously config.err.
Setting CONFIGURE_LOG in port Makefile has become obsolete.
No change in resulting package, no PORTREVISION bump.
PR: 207136
Submitted by: mi@ALDAN.algebra.com
Reviewed by: riggs
MFH: 2016Q1
* Update multimedia/emby-server to 3.0.5821
* Remove dependency on multimedia/libmediainfo (now uses FFMpeg instead)
* Add X11 OPTION (ON by default) for user to choose dependency of
graphics/ImageMagick or graphics/ImageMagick-nox11
* Improve pkg-message to prompt the user to some additional
options that can be set when building multimedia/ffmpeg and
graphics/ImageMagick in order to optimise their Emby Server experience.
PR: 206374
Submitted by: joshruehlig@gmail.com
Reviewed by: woodsb02@gmail.com (maintainer)
Approved by: woodsb02@gmail.com (maintainer)