Commit Graph

520185 Commits

Author SHA1 Message Date
Tobias C. Berner
28bac6ebdd Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.

As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.

[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D26362
2020-09-10 18:55:41 +00:00
Tobias C. Berner
5dc59a82ae graphics/poppler: update to 20.09.0
Release 20.09.0:
        core:
         * Compability fix for Forms
         * Fix fetching of Objects failing in some cases
         * Fix clearing date in Annot setModified/setDate
         * TextSelectionPainter: support glyphless fonts
         * Splash: Don't try read past end of image
         * avoid abort() on large memory allocation
         * Fix memory leak on broken files
         * Fix potential invalid memory read
         * Small code improvements

        qt5:
         * Document TextAnnotation::inplaceAlign
         * Make Annotation::setModification/CreationDate work on existing annots
         * Be a bit more stubborn converting dates that come from xml
         * Clean as many null characters from the end as possible when converting strings

        glib:
         * Add accessor functions for PopplerAttachment
         * Deprecate PopplerAttachment GTime fields
         * Deprecate PopplerDocument date properties

        utils:
         * pdftoppm: report error and exit if output file cannot be written
         * Document that PDF-file can be '-' to read it from stdin

        build system:
         * cmake: Modern way to link against libpng, zlib and libtiff
         * cmake: Remove stray support for lcms1 in pdftocairo

PR:		249060
Exp-run by:	antoine
2020-09-10 18:32:06 +00:00
Michael Reifenberger
fcf8bb5b2c Update to version 3.25.2.0 2020-09-10 18:19:07 +00:00
Yuri Victorovich
84396506f6 misc/ncnn: Update 20200727 -> 20200909
Reported by:	portscout
2020-09-10 18:15:56 +00:00
Yuri Victorovich
0612e70daf misc/ezc3d: Update 1.3.5 -> 1.3.6
Reported by:	portscout
2020-09-10 18:15:22 +00:00
Yuri Victorovich
ed95f75892 math/lean: Update 3.19.0 -> 3.20.0
Reported by:	portscout
2020-09-10 18:14:45 +00:00
Yuri Victorovich
3df1103583 dns/subfinder: Update 2.4.3 -> 2.4.4
Reported by:	portscout
2020-09-10 18:14:03 +00:00
Yuri Victorovich
89b34f785e devel/rabs: Update 2.11.0 -> 2.11.2
Reported by:	portscout
2020-09-10 18:13:23 +00:00
Brooks Davis
a8a1f4ca02 Express LICENSE_PERMS correction.
Submitted by:	mat
2020-09-10 17:26:13 +00:00
Emmanuel Vadot
3b5bb06f1d graphics/drm-current-kmod: Add a patch
So module build when sources are installed in LOCAL_MODULES_DIR
2020-09-10 16:19:56 +00:00
Emmanuel Vadot
29a4da5c38 graphics/drm-current-kmod: Add forgotten file
Pointy hat to:		   manu
2020-09-10 16:09:32 +00:00
Emmanuel Vadot
15482f3068 graphics/drm-current-kmod: Update to drm_v5.4.62
This update drm-current-kmod to be in sync with the latest Linux LTS
release.
aarch64 is also now supported for amdgpu and radeon.
vboxvideo is now added.

Reviewed by:	x11 (zeising@)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D26367
2020-09-10 15:36:13 +00:00
Ruslan Makhmatkhanov
5ac71a446c databases/clickhouse: apply patch from #13859: MemoryTracking support
Clickhouse for FreeBSD updating no memory usage stats. In the case build without NDEBUG,
allocator use 4KB chunk, those dont account when freeing and MemoryTracking metric grow
up to ~6TB, after this clickhouse stop query processing with error "Memory limit (total)
exceeded: would use 6.24 TiB" due skipping calc allocation < 4MB

Patch still not upstreamed, obtained from:
https://github.com/ClickHouse/ClickHouse/issues/13859 +
https://github.com/ClickHouse/ClickHouse/pull/13869

reported and tested by: Vyacheslav (via Clickhouse telegram)

PR:		249205
Submitted by:	olevole@olevole.ru (maintainer)
Obtained from:  clickhouse repository
2020-09-10 15:21:26 +00:00
Joseph Mingrone
6385c18d93 sysutils/logstash7: Update to version 7.9.1
Changelog:
* Notable issues fixed:
  - Fixes in Docker image configuration of Monitoring and Central
    Management:
    - As more and more users adopt our docker images, we’ve been getting
      reports on gaps where these images don’t provide all the configuration
      knobs the other artifacts do. This release exposes more environment
      variables for configuring proxy support and certificate verification
      mode for monitoring and central management , and for configuring
      verification_mode
  - Pipeline execution fixes to flushing and shutdown
    - Since 7.2.0, a change caused terminating pipelines to not request
      input plugins to cleanup before shutdown, which could cause leaks in
      resources that weren’t freed during pipeline reloads.
    - Logstash supports ordered execution for pipelines with a single
      worker. A bug was found in this mode where the flushing mechanism
      wasn’t working, preventing plugins like the aggregate filter from
      working correctly. This has been fixed, and you can read the details
      here:

* Consistent Fingerprinting:
  - Our fingerprint filter is a popular solution to perform deduplication
    of data in downstream systems like Elasticsearch, by computing a hash
    value based on data from each event. Users reported that this filter
    could produced different values for events containing the same data
    since it didn’t ensure the order in which Hash Maps/Objects/Ruby Hashes
    processed their key/value pairs. This has now been fixed.

* Updated JRuby to 9.2.13.0:
  - The new JRuby release brings greater stability to its code
    optimizations in multithreaded workloads and a fix to exception handling
    in Windows environments, both issues that could affect our users. See
    the JRuby release notes for more information.

* Plugins:
  - Avro Codec - 3.2.4
    - [DOC] Add clarifications on partial deserialization
  - Fingerprint Filter - 3.2.2
    - Fixed lack of consistent fingerprints on Hash/Map objects
  - Kv Filter - 4.4.1
    - Fixed issue where a field_split_pattern containing a literal
      backslash failed to match correctly
  - Elasticsearch Input - 4.7.1
    - [DOC] Updated sliced scroll link to resolve to correct location after
      doc structure change
    - [DOC] Added usage example of docinfo metadata
  - Http_poller Input - 5.0.2
    - [DOC]Expanded url option to include Manticore keys
  - Snmp Input - 1.2.5
    - Updated snmp4j library to v2.8.4
    - Fixed: support SNMPv3 multiple identical security name with different
      credentials
    - Fixed: multithreading problem when using multiple snmp inputs with
      multiple v3 credentials
  - Syslog Input - 3.4.4
    - Refactor: avoid global side-effect + cleanup
    - avoid setting BasicSocket.do_not_reverse_lookup as it has side
      effects for others
  - Jdbc Integration - 5.0.6
    - DOC:Replaced plugin_header file with plugin_header-integration file.
  - Rabbitmq Integration - 7.1.1
    - DOC:Replaced plugin_header file with plugin_header-integration file.
  - Elasticsearch Output - 10.6.2
    - [DOC] Added clarifying info on http compression settings and behaviors
    - [DOC] Fixed entry for ilm_policy default value

PR:		249108
Submitted by:	Juraj Lutter <juraj@lutter.sk>
2020-09-10 14:07:49 +00:00
Joseph Mingrone
e75f64e1bd textproc/kibana7: Update to version 7.9.1
Changelog:
* Notable issues fixed:
  - Fixes in Docker image configuration of Monitoring and Central
    Management:
    - As more and more users adopt our docker images, we’ve been getting
      reports on gaps where these images don’t provide all the configuration
      knobs the other artifacts do. This release exposes more environment
      variables for configuring proxy support and certificate verification
      mode for monitoring and central management , and for configuring
      verification_mode
  - Pipeline execution fixes to flushing and shutdown
    - Since 7.2.0, a change caused terminating pipelines to not request
      input plugins to cleanup before shutdown, which could cause leaks in
      resources that weren’t freed during pipeline reloads.
    - Logstash supports ordered execution for pipelines with a single
      worker. A bug was found in this mode where the flushing mechanism
      wasn’t working, preventing plugins like the aggregate filter from
      working correctly. This has been fixed.

* Consistent Fingerprinting:
  - Our fingerprint filter is a popular solution to perform deduplication
    of data in downstream systems like Elasticsearch, by computing a hash
    value based on data from each event. Users reported that this filter
    could produced different values for events containing the same data
    since it didn’t ensure the order in which Hash Maps/Objects/Ruby Hashes
    processed their key/value pairs. This has now been fixed.

* Updated JRuby to 9.2.13.0:
  - The new JRuby release brings greater stability to its code
    optimizations in multithreaded workloads and a fix to exception
    handling in Windows environments, both issues that could affect our
    users. See the JRuby release notes for more information.

* Plugins:
  - Avro Codec - 3.2.4
    - [DOC] Add clarifications on partial deserialization
  - Fingerprint Filter - 3.2.2
    - Fixed lack of consistent fingerprints on Hash/Map objects
  - Kv Filter - 4.4.1
    - Fixed issue where a field_split_pattern containing a literal
      backslash failed to match correctly
  - Elasticsearch Input - 4.7.1
    - [DOC] Updated sliced scroll link to resolve to correct location after
      doc structure change
    - [DOC] Added usage example of docinfo metadata
  - Http_poller Input - 5.0.2
    - [DOC]Expanded url option to include Manticore keys
  - Snmp Input - 1.2.5
    - Updated snmp4j library to v2.8.4
    - Fixed: support SNMPv3 multiple identical security name with different
      credentials
    - Fixed: multithreading problem when using multiple snmp inputs with
      multiple v3 credentials
  - Syslog Input - 3.4.4
    - Refactor: avoid global side-effect + cleanup
    - avoid setting BasicSocket.do_not_reverse_lookup as it has side
      effects for others
  - Jdbc Integration - 5.0.6
    - DOC:Replaced plugin_header file with plugin_header-integration file.
  - Rabbitmq Integration - 7.1.1
    - DOC:Replaced plugin_header file with plugin_header-integration file.
  - Elasticsearch Output - 10.6.2
    - [DOC] Added clarifying info on http compression settings and behaviors
    - [DOC] Fixed entry for ilm_policy default value

PR:		249108
Submitted by:	Juraj Lutter <juraj@lutter.sk>
2020-09-10 13:52:10 +00:00
Steve Wills
2dfd49b37c www/mattermost-webapp www/mattermost-server: Update to 5.26.1
PR:		248935
Submitted by:	Greg Fitzgerald <gregf@hugops.pw>
Approved by:	maintainer timeout (loic.blot@unix-experience.fr, >2 weeks)
2020-09-10 13:50:29 +00:00
Dmitri Goutnik
d1130526c4 lang/go: Update to 1.15.2
Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
2020-09-10 13:46:05 +00:00
Josh Paetzel
b8827782a8 Update to 11.1.5
There's no functional changes in this update that apply to FreeBSD.  Upstream fixed
some issues detected by coverity.

https://github.com/vmware/open-vm-tools/blob/stable-11.1.5/ReleaseNotes.md

PR:	248782
Submitted by:	John Wolfe <jwolfe@vmware.com>
Sponsored by:	Panzura, Inc
2020-09-10 13:27:57 +00:00
Joseph Mingrone
d196effbfe textproc/elasticsearch7: Update to version 7.9.1
Changelog:
* Breaking changes:
  - Indices changes:
    - Elasticsearch includes built-in index templates for logs-*-* and
      metrics-*-*.
  - Script cache changes:
    - The script.cache.max_size setting is deprecated.
    - The script.cache.expire setting is deprecated.
    - The script.max_compilations_rate setting is deprecated.
    - Mapping actions have been deprecated for the create_doc, create,
      index and write privileges.
  - Settings changes:
    - Automatically importing dangling indices is disabled by default.

* New features:
  - Search
    - QL: Wildcard field type support
* Enhancements:
  - CRUD:
    - Log more information when mappings fail on index creation
  - EQL:
    - Make endsWith function use a wildcard ES query wherever possible
    - Make stringContains function use a wildcard ES query wherever
      possible
  - Features/Stats
    - Change severity of negative stats messages from WARN to DEBUG
  - Search
    - Fix handling of alias filter in SearchService
    - QL: Add filtering Query DSL support to IndexResolver
  - Snapshot/Restore
    - Do not access snapshot repo on dedicated voting-only master node
* Bug fixesedit
  - Authentication
    - Call ActionListener.onResponse exactly once
  - Authorization
    - Relax the index access control check for scroll searches
  - CCR
    Relax ShardFollowTasksExecutor validation
    Set timeout of auto put-follow request to unbounded
    Set timeout of master node requests on follower to unbounded
  - Cluster Coordination
    - Restrict testing of legacy discovery to tests
  - EQL
    - Return sequence join keys in the original type
  - Features/Data streams
    - "no such index [null]" when indexing into data stream with
      op_type=index [ISSUE]
    - Data streams: throw ResourceAlreadyExists exception
    - Track backing indices in data streams stats from cluster state
  - Features/ILM+SLM
    - Fix race in SLM master/cluster state listeners
  - Features/Ingest
    - Fix handling of final pipelines when destination is changed
    - Fix wrong pipeline name in debug log
    - Fix wrong result when executing bulk requests with and without
      pipeline
    - Update regex file for es user agent node processor
  - IdentityProvider
    - Only call listener once (SP template registration)
  - Machine Learning
    - Always write prediction_probability and prediction_score for
      classification inference
    - Get data frame analytics stats API can return multiple responses if
      more than one error
    - Ensure .ml-config index is updated before clearing anomaly job’s
      finished_time
    - Ensure annotations index mappings are up to date
    - Handle node closed exception in ML result processing
    - Recover data frame extraction search from latest sort key
  - SQL
	- Fix NPE on ambiguous GROUP BY
	- Fix SYS COLUMNS schema in ODBC mode
  - Search
	- Disable sort optimization on search collapsing
	- Search fix: query_string regex searches not working on wildcard
          fields
  - Snapshot/Restore
	- Cleanly Handle S3 SDK Exceptions in Request Counting
	- Fix Concurrent Snapshot Create+Delete + Delete Index
* Upgrades:
  - Infra/Core
	- Upgrade to Lucene 8.6.2

PR:		249106
Submitted by:	Juraj Lutter <juraj@lutter.sk>
2020-09-10 12:34:42 +00:00
Alexey Dokuchaev
b84a9b2506 Update to version 1.12.3.
Reported by:	portscout
2020-09-10 12:02:33 +00:00
Olivier Cochard
dd362bc616 Remove old net/frr6.
Reported by:	pkg-fallout
2020-09-10 10:13:52 +00:00
TAKATSU Tomonari
9667e64b69 - Update to 0.12.1 2020-09-10 10:09:56 +00:00
Thomas Zander
032412ef7f Update to upstream release 1.0.29
PR:		248665
Submitted by:	daniel.engberg.lists@pyret.net
Reviewed by:	tcberner
MFH:		2020Q3 (hat: ports-secteam)
2020-09-10 10:08:58 +00:00
TAKATSU Tomonari
86fe8fdf38 - Update to 1.5.3 2020-09-10 09:57:32 +00:00
TAKATSU Tomonari
dbb1f151d1 - Update to 5.67 2020-09-10 09:55:45 +00:00
TAKATSU Tomonari
485011fc80 - Update to 0.17 2020-09-10 09:42:32 +00:00
Alexey Dokuchaev
4c04b51c3f Unbreak the build against modern versions of OpenSSL. 2020-09-10 09:37:39 +00:00
Dmitry Marakasov
78617d7cd3 - Fix LICENSE
- Update WWW

Approved by:	portmgr blanket
2020-09-10 09:36:48 +00:00
Sunpoet Po-Chuan Hsieh
71c012424f Update RUN_DEPENDS: allow py-h11 0.10.0
It fixes the breakage after r548107.

Obtained from:	54d729ccc1
2020-09-10 09:10:05 +00:00
Sunpoet Po-Chuan Hsieh
44ddc96cdf Update RUN_DEPENDS: allow py-h11 0.10.0
It fixes the breakage after r548107.

Obtained from:	54d729ccc1
2020-09-10 09:05:07 +00:00
Vanilla I. Shu
425a6c379c Update to 1.32.0. 2020-09-10 08:16:57 +00:00
Alexey Dokuchaev
114eae0ba2 Unbreak on i386 and probably other 32-bit architectures. 2020-09-10 08:14:33 +00:00
Vanilla I. Shu
f6aa7ea866 Update to 1.32.0. 2020-09-10 08:08:28 +00:00
Alexey Dokuchaev
bdc69039fd - Allow to build against contemporary versions of OpenSSL
- Add missing license information, remove useless comment
2020-09-10 07:45:48 +00:00
Gleb Popov
b1d08859fa devel/mercurial: Fix the extra patch for FREEBSD option.
PR:		242463
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
2020-09-10 05:06:53 +00:00
Alexey Dokuchaev
73f76d306b Add -fcommon to CFLAGS to unbreak the build against modern compilers,
e.g. Clang 11 or GCC 10, and remove unsupported optimization options.

Reported by:	pkg-fallout
2020-09-10 04:04:40 +00:00
Alexey Dokuchaev
4b06166895 Update to the latest version 5.56 which is compatible with OpenSSL 1.1.x
and includes various bugfixes.
2020-09-10 04:04:14 +00:00
Li-Wen Hsu
e5c4e01703 net-im/prosody: Update to 0.11.6
PR:		249225
Submitted by:	Thomas Morper <thomas@beingboiled.info> (maintainer)
2020-09-10 03:04:58 +00:00
Li-Wen Hsu
284b9a2b8b net/bwping: Update to 2.0
PR:		249221
Submitted by:	Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
2020-09-10 03:03:42 +00:00
Yuri Victorovich
22b2a0e410 New port: net/fbzmq: Framework for writing services in C++ while leveraging libzmq 2020-09-10 01:35:13 +00:00
Yuri Victorovich
aab0c48e9c New port: devel/fbthrift: Facebook's branch of Apache Thrift, including a new C++ server 2020-09-10 01:33:13 +00:00
Greg Lewis
6487c94999 Fix the default bootstrap to point to openjdk14
Reported by:	Giacomo Olgeni <olgeni@olgeni.com>
2020-09-10 01:01:03 +00:00
Jan Beich
c274425010 www/py-flexget: update to 3.1.71
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.70...v3.1.71
2020-09-10 00:51:10 +00:00
Jan Beich
5cc048f7f2 devel/py-loguru: update to 0.5.2
Changes:	https://github.com/delgan/loguru/compare/0.5.1...0.5.2
Reported by:	Repology
2020-09-10 00:51:04 +00:00
Jan Beich
a7e471e369 graphics/mesa-devel: update to 20.2.b.1299
Changes:	bb42deee36...cd4fb5a434
2020-09-10 00:50:58 +00:00
Jan Beich
1539650901 emulators/rpcs3: update to 0.0.12.10860
Changes:	10820fa13...676fed7cf
2020-09-10 00:50:51 +00:00
Craig Leres
5fe1596ff4 net-mgmt/check_nwc_health: Update to 7.12.1.3. Changes since 7.12.1.2:
- fix a bug in mode count-routes, update glplugin

Reported by:	portscout
2020-09-10 00:32:10 +00:00
Craig Leres
a836175de6 security/zeek: Update to 3.0.10 to fix memory leaks and potential DOS:
https://github.com/zeek/zeek/releases/tag/v3.0.10

 - Fix memory leak caused by re-entering AYIYA parsing

 - Fix memory leak caused by re-entering GTPv1 parsing

Other fixes:

 - Fix Input Framework 'change' events for 'set' destinations

 - Fix reported body-length of HTTP messages w/ sub-entities

Reported by:	Jon Siwek
MFH:		2020Q3
Security:	2c92fdd3-896c-4a5a-a0d8-52acee69182d
2020-09-10 00:15:48 +00:00
Craig Leres
604114ceb2 security/vuxml: Mark zeek < 3.0.10 as vulnerable as per:
https://github.com/zeek/zeek/releases/tag/v3.0.10

Memory leak has potential for remote DOS via resource exhaustion.
2020-09-10 00:10:25 +00:00
Brooks Davis
86a13f26ec graphics/pgplot: Fix duplicate source file
This will result in linker errors once D26044 is commited since
currently duplicates are silently filtered out.

While here, add LICENSE variables.

Submitted by:	arichardson
Reviewed by:	zeising
Differential Revision:	https://reviews.freebsd.org/D26371
2020-09-09 23:38:10 +00:00