Commit graph

387776 commits

Author SHA1 Message Date
Adam Weinberger
e1ce84b343 Update to 2.23.
Changes: https://metacpan.org/changes/distribution/Mojo-Pg
2016-02-14 15:44:25 +00:00
Jason Unovitch
5758962ea9 net-mgmt/pandorafms_{agent,console,server}: update 6.0 -> 6.0SP1
- Update shared PANDORA_VERSION to 6.0SP1 and bump PORTREVISION
- Include newsyslog.conf.d log rotation file

PR:		206734
Submitted by:	KIKUCHI Koichiro <oi4io5me.cesium3@gmail.com> (maintainer)
2016-02-14 15:40:46 +00:00
Sergey A. Osokin
04671eda00 Upgrade to latest revision 347bc0f.
Bump PORTREVISION.
2016-02-14 15:35:47 +00:00
Rene Ladan
89304c8187 Change WWW line of ports that point to my web site, which is now served over
HTTPS.

While here, regenerate patch for lang/bf2c to pet portlint.
2016-02-14 15:27:58 +00:00
Martin Wilke
a8f21afa94 - Update to 1.10.1
Changelog:
        http://pear.php.net/package/PEAR/download/1.10.0
        http://pear.php.net/package/PEAR/download/1.10.1
2016-02-14 14:58:17 +00:00
Guido Falsi
46270cda83 - Update to 0.11
- Update GITHUB usage
- Use software own install target
- Removed support for unsupported FreeBSD releases
2016-02-14 14:55:10 +00:00
Martin Wilke
4855a7aade - Fix formating 2016-02-14 14:46:06 +00:00
Sean Bruno
5b13a5eaeb Remove s390-zip1.rpm from pkg-plist.
Upstream commit 6e9965d429f22cf68d47aa6397f7d5b0eff913cc removed
this file.
2016-02-14 14:40:21 +00:00
Bernard Spil
2baf23e640 security/vuxml: Add entry for www/nghttp2 < 1.7.1
- Out of memory error in nghttpd, nghttp, and libnghttp2_asio
    applications

Reviewed by:	feld (secteam, mentor)
Approved by:	feld (secteam, mentor)
Depends on:	D5218
Differential Revision:	D5271
2016-02-14 14:39:55 +00:00
Jason Unovitch
cf5c235ac2 games/tome4: update 1.4.2 -> 1.4.3
Changes:
http://te4.org/blogs/darkgod/2016/02/news/tales-majeyal-143-aka-rage-released

PR:		206883
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2016-02-14 13:28:52 +00:00
Raphael Kubo da Costa
d4c3da3d2f Use the right macro name when checking whether libc++ is being used.
This fixes a copy-paste error introduced in r397043 ("Update the Qt4 ports to
4.8.7"): libc++ defines _LIBCPP_VERSION, not _LIBCPP_VER (which is defined by a
Dinkumware-based standard library used by QNX). In practice, this meant
Q_COMPILER_INITIALIZER_LISTS was never being enabled with clang.

Submitted by:	Tobias Berner <tcberner@gmail.com>
2016-02-14 13:21:26 +00:00
Jimmy Olgeni
74842ad072 Update devel/cl-cffi and devel/cl-cffi-sbcl to version 0.16.1. 2016-02-14 12:56:30 +00:00
Rene Ladan
f8c734b5a1 Remove expired port:
2016-02-14 ports-mgmt/tinderbox-devel: use newer stable version (ports-mgmt/tinderbox)
2016-02-14 12:53:04 +00:00
Jimmy Olgeni
4e42cc6108 Update devel/concurrencykit to version 0.5.1.
PR:		207186
Submitted by:	olgeni
Approved by:	maintainer
2016-02-14 12:52:22 +00:00
Emanuel Haupt
7c5ae23d66 Update to 4.3.11 2016-02-14 12:29:08 +00:00
Jimmy Olgeni
0324bace73 Upgrade devel/elixir-plug to version 1.1.1. 2016-02-14 12:10:07 +00:00
John Marino
75229eb39f Add new tool script: redundant-opt-files.sh
I got a request to make Synth identify "redundant" cached option files,
where "redundant" means the saved port options are identical to the
default options.  For Synth (and portmaster?) which use the port's
cache options, these redundant files are somewhat of a liability.  At
best they do nothing (Synth assumes default options) and at worst they
will cause a future build to stop if the maintainer changes the port
options later.

This situation is avoidable.  Rather than build detection into Synth,
I decided to write a generic shell script for ports.  When run, it
will display the full path to the port's options directory if the
cached options are the same as the defaults.  This output is suitable
to pipe to "xargs rm -rf" to remove all the redundant options in a
single command.
2016-02-14 09:59:08 +00:00
Thomas Zander
4e70493b38 Fix dependencies: x265, opus, twolame, fribidi
x265 was not correctly detected due to link attempt to libdl.
Also avidemux now automatically detects the presence of opus,
twolame and fribidi during configure and builds additional
plugins for them.
This changeset introduces new OPTIONS FRIBIDI OPUS TWOLAME
(all non-default) and fixes plugins pkg-plist.
Bump PORTREVISION for avidemux-*

PR:		206945
Submitted by:	mi
Reviewed by:	riggs
MFH:		2016Q1
2016-02-14 07:43:40 +00:00
Kurt Jaeger
a6f8374d10 print/cups-filters, print/foomatic-filters: add CONFLICTS
PR:		207172
Submitted by:	admin@vladiom.com.ua
2016-02-14 06:18:09 +00:00
Kurt Jaeger
2c5577b377 print/cups-base: bump port revision
PR:		190434
Pointy hat to:	pi
2016-02-14 05:35:34 +00:00
Kurt Jaeger
3a712d541e print/cups-base: revert change for ICONS option
- This does not really solve the problem

PR:		190434
Pointy hat to:	pi
2016-02-14 05:34:24 +00:00
Sergey A. Osokin
0a7e497534 Enable dynamic modules support.
Bump PORTREVISION.

In case of usage following modules please update nginx configuration file
for load these modules:

 load_module "modules/ngx_http_geoip_module.so";
 load_module "modules/ngx_http_image_filter_module.so";
 load_module "modules/ngx_http_xslt_filter_module.so";
 load_module "modules/ngx_mail_module.so";
 load_module "modules/ngx_stream_module.so";

See https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/ for details.
2016-02-14 04:09:50 +00:00
Adam Weinberger
36fdac2a46 Update to 6.46.
Changes: https://metacpan.org/changes/distribution/Mojolicious
2016-02-14 03:38:45 +00:00
Cy Schubert
ece5a55f16 Make CPU% display the same as ps and top do.
MEM% displays 0.0. Fix that.

PR:		207120
2016-02-14 03:07:00 +00:00
Jason Unovitch
d5cb36ef78 Document cross-site scripting vulnerabilities in Horde Groupware
Security:	CVE-2015-8807
Security:	CVE-2016-2228
Security:	https://vuxml.FreeBSD.org/freebsd/3aa8b781-d2c4-11e5-b2bd-002590263bf5.html
2016-02-14 02:59:02 +00:00
Jason Unovitch
0a341f8d35 Fix dnscrypt-proxy reference URL (ihttps -> https) 2016-02-14 01:55:27 +00:00
Jason Unovitch
731b653ae5 sysutils/jailutils: update 1.6 -> 1.7; remove spurious slash on MASTER_SITES
PR:		206766
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2016-02-14 01:00:00 +00:00
TAKATSU Tomonari
eb55fe7a4e - Add new port: devel/R-cran-tidyr
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/
2016-02-14 00:53:10 +00:00
Palle Girgensohn
dd81fb0e6b Deprecate PostgreSQL 9.0
EOL was reached in September 2015
http://www.postgresql.org/support/versioning/
2016-02-13 22:50:56 +00:00
Palle Girgensohn
70a06c4f2e Update PostgreSQL to latest versions.
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
2016-02-13 22:42:04 +00:00
Palle Girgensohn
5e11290bff Document security problems in PostgreSQL
Security:	CVE-2016-0773, CVE-2016-0766
2016-02-13 22:35:55 +00:00
Kurt Jaeger
16d6bc5cf4 print/cups-base: rename ICONS option to X11
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
2016-02-13 22:35:49 +00:00
Bernard Spil
ba6c7d7ced databases/mariadb101-{client,server}: Add missing patches
- Patches that were non-existent in the source of the repocopy
    (mariadb100-*) were not part of the initial commit

Differential Revision: D3953
2016-02-13 22:33:53 +00:00
Jason Unovitch
a41cc39564 Reflect QEMU DoS vulnerabilities now fixed in qemu-sbruno/qemu-user-static
PR:		205813
Security:	CVE-2015-8345
Security:	CVE-2015-8567
Security:	CVE-2015-8568
Security:	CVE-2015-8613
Security:	CVE-2015-8619
Security:	CVE-2015-8701
Security:	https://vuxml.FreeBSD.org/freebsd/1384f2fd-b1be-11e5-9728-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/62ab8707-b1bc-11e5-9728-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/9ad8993e-b1ba-11e5-9728-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/b3f9f8ef-b1bb-11e5-9728-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/b56fe6bb-b1b1-11e5-9728-002590263bf5.html
2016-02-13 22:28:41 +00:00
Kurt Jaeger
da6d549ccf graphics/opencolorio: 1.0.8 -> 1.0.9
- 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)
2016-02-13 21:58:38 +00:00
Jason Unovitch
29d00dd9eb sysutils/cronolog-devel: update 1.7.0 -> 1.7.1
PR:		206957
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2016-02-13 21:48:14 +00:00
Don Lewis
892b70e200 Upgrade nmsg to version 0.11.1:
[ 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.
2016-02-13 21:12:06 +00:00
Kurt Jaeger
d1ede6e14b print/cups-filters: 1.5.0 -> 1.8.2
Changes:
  http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/changes

PR:		206720
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2016-02-13 21:03:20 +00:00
Ruslan Makhmatkhanov
c315d96840 textproc/py-empy: update to 3.3.2
- update to 3.3.2. This release adds support for python3
- add LICENSE (LGPL21)
- add NO_ARCH, sort USE_PYTHON
- pass maintainership to python@
2016-02-13 19:26:04 +00:00
Sean Bruno
2846f8d027 Update qemu-sbruno and qemu-user-static.
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
2016-02-13 19:18:11 +00:00
Ruslan Makhmatkhanov
7171299527 www/MT: update to 5.2.13; set to deprectaion
- 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)
2016-02-13 19:06:40 +00:00
Bernard Spil
57a651ae7f databases/mariadb101-server: Remove empty files after repo-copy
Differential Revision:	D3953
2016-02-13 19:03:25 +00:00
Bernard Spil
eaba6fd276 [NEW PORTS] databases/mariadb101-{server,client}: 10.1.11
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
2016-02-13 19:02:11 +00:00
Guido Falsi
7f59cc28ce Fix strange build issue related to xdg-utils.
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
2016-02-13 18:18:10 +00:00
Adam Weinberger
2c3a83cd5e Update to 0.160410. Note that the dependencies have all changed for this
version. Crypt::PBKDF2 switched from Moose to Moo/Type::Tiny/strictures.
Also, register a Digest::SHA3 dependency.

Changes: https://metacpan.org/changes/distribution/Crypt-PBKDF2
2016-02-13 18:17:28 +00:00
Adam Weinberger
7ef62312f8 Add security/p5-Digest-SHA3, a NIST SHA3 implementation and perl interface. 2016-02-13 18:12:24 +00:00
Ruslan Makhmatkhanov
3d76751389 multimedia/gpodder: update to 3.9.0
- update to 3.9.0
- modernize port (options helpers, NO_ARCH etc)

Release notes:
http://blog.gpodder.org/2016/02/gpodder-390-helium-levitator-released.html
2016-02-13 17:58:40 +00:00
Adam Weinberger
7838272792 Update to 0.23. Sort plist, and add Test::Simple (for ok.pm) to
TEST_DEPENDS on older perls.

Changes: https://metacpan.org/changes/distribution/Object-Declare
2016-02-13 17:54:57 +00:00
Adam Weinberger
f3111dd40f Update to 0.06. Sort plist, and use normal _DEPENDS ordering.
Changes: https://metacpan.org/changes/distribution/DateTime-Format-MySQL
2016-02-13 17:48:15 +00:00
Adam Weinberger
0e3f0b3745 Update to 2.079.
Changes: https://metacpan.org/source/DDUMONT/Config-Model-2.079/Changes
2016-02-13 17:42:40 +00:00