1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

505440 Commits

Author SHA1 Message Date
Danilo Egea Gondolfo
035a857b1f - Update to 1.18.2 2020-04-23 22:04:24 +00:00
Muhammad Moinur Rahman
d743b15362 emulators/qemu: Fix BUILD when DOCS disabled
Reported by:	olivier
2020-04-23 21:39:31 +00:00
Danilo Egea Gondolfo
216e911917 - Remove editors/nano-devel. This port is pointless and very old. editors/nano should be used instead. 2020-04-23 21:28:57 +00:00
Danilo Egea Gondolfo
c6883696ed - Unbreak. Repository was renamed
- Add license
2020-04-23 21:13:59 +00:00
Danilo Egea Gondolfo
b1bd519824 - Update to 4.9.2
- Fix variable expansion in MASTER_SITES
2020-04-23 20:52:17 +00:00
Jan Beich
ffb8eb82e5 devel/icu: update to 67.1
Changes:	http://site.icu-project.org/download/67
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
2020-04-23 20:14:49 +00:00
Jan Beich
a5a3f98e8f multimedia/intel-media-sdk: update to 20.1.1
Changes:	https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-20.1.0...intel-mediasdk-20.1.1
Changes:	https://github.com/Intel-Media-SDK/MediaSDK/releases/tag/intel-mediasdk-20.1.1
Reported by:	GitHub (watch releases)
MFH:		2020Q2 (regression and stability fixes for 20.1.* series)
2020-04-23 20:07:51 +00:00
Santhosh Raju
149709d2ac security/wolfssl: Updates to v4.4.0
Changes since v4.3.0:

wolfSSL Release 4.4.0 (04/22/2020)

If you have questions about this release, feel free to contact us on our
info@ address.

Release 4.4.0 of wolfSSL embedded TLS has bug fixes and new features including:
New Feature Additions

  * Hexagon support.
  * DSP builds to offload ECC verify operations.
  * Certificate Manager callback support.
  * New APIs for running updates to ChaCha20/Poly1305 AEAD.
  * Support for use with Apache.
  * Add support for IBM s390x.
  * PKCS8 support for ED25519.
  * OpenVPN support.
  * Add P384 curve support to SP.
  * Add BIO and EVP API.
  * Add AES-OFB mode.
  * Add AES-CFB mode.
  * Add Curve448, X448, and Ed448.
  * Add Renesas Synergy S7G2 build and hardware acceleration.

Fixes

  * Fix for RSA public encrypt / private sign with RSA key sizes over 2048-bit.
  * Correct misspellings.
  * Secure renegotiation fix.
  * Fix memory leak when using ATECC and non-SECP256R1 curves for sign, verify,
    or shared secret.
  * Fix for K64 MMCAU with WOLFSSL_SMALL_STACK_CACHE.
  * Fix the RSA verify only build.
  * Fix in SP C implementation for small stack.
  * Fix using the auth key id extension is set, hash might not be present.
  * Fix when flattening certificate structure to include the subject alt names.
  * Fixes for building with ECC sign/verify only.
  * Fix for ECC and no cache resistance.
  * Fix memory leak in DSA.
  * Fix build on minGW.
  * Fix PemToDer() call in ProcessBuffer() to set more than ECC.
  * Fix for using RSA without SHA-512.
  * Add some close tags to the echoserver HTTP example output.
  * Miscellaneous fixes and updates for static analysis reports.
  * Fixes for time structure support.
  * Fixes for VxWorks support.
  * Fixes for Async crypto support.
  * Fix cache resist compile to work with SP C code.
  * Fixes for Curve25519 x64 asm.
  * Fix for SP x64 div.
  * Fix for DTLS edge case where CCS and Finished come out of order and the
    retransmit pool gets flushed.
  * Fix for infinite loop in SHA-1 with small inputs. Thanks to Peter W.
  * Fix for FIPS Hmac where wc_HmacInit() isn't used. wc_HmacSetKey() needs
    to initialize the Hmac structure. Type is set to NONE, and checked against
    NONE, not 0.
  * Fixes for SP RSA private operations.
  * Fixes for Xilinx SDK and Zynq UltraScale+ MPSoC
  * Fix leak when building with HAVE_AESGCM and NO_AES_DECRYPT. Thanks G.G.
  * Fixes for building ECC without ASN.
  * Fix for async TLSv1.3 issues.
  * Fix wc_KeyPemToDer() with PKCS1 and empty key.
  * Omit -fomit-frame-pointer from CFLAGS in configure.ac.

Improvements/Optimizations

  * Qt 5.12 and 5.13 support.
  * Added more digest types to Cryptocell RSA sign/verify.
  * Some memory usage improvements.
  * Speed improvements for mp_rand.
  * Improvements to CRL and OCSP support.
  * Refactor Poly1305 AEAD/MAC to reduce duplicate code.
  * Add blinding to RSA key gen.
  * Improvements to blinding.
  * Improvement and expansion of OpenSSL Compatibility Layer.
  * Improvements to ChaCha20.
  * Improvements to X.509 processing.
  * Improvements to ECC support.
  * Improvement in detecting 64-bit support.
  * Refactor to combine duplicate ECC parameter parsing code.
  * Improve keyFormat to be set by algId and let later key parsing produce fail.
  * Add test cases for 3072-bit and 4096-bit RSA keys.
  * Improve signature wrapper and DH test cases.
  * Improvements to the configure.ac script.
  * Added constant time RSA q modinv p.
  * Improve performance of SP Intel 64-bit asm.
  * Added a few more functions to the ABI list.
  * Improve TLS bidirectional shutdown behavior.
  * OpenSSH 8.1 support.
  * Improve performance of RSA/DH operations on x64.
  * Add support for PKCS7/CMS Enveloped data with fragmented encrypted content.
  * Example linker description for FIPS builds to enforce object ordering.
  * C# wrapper improvements. Added TLS client example and TLSv1.3 methods.
  * Allow setting MTU in DTLS.
  * Improve PKCS12 create for outputting encrypted bundles.
  * Constant time EC map to affine for private operations.
  * Improve performance of RSA public key ops with TFM.
  * Smaller table version of AES encrypt/decrypt.
  * Support IAR with position independent code (ROPI).
  * Improve speed of AArch64 assembly.
  * Support AES-CTR with AES-NI.
  * Support AES-CTR on esp32.
  * Add a no malloc option for small SP math.

This release of wolfSSL includes fixes for 2 security vulnerabilities.

  * For fast math, use a constant time modular inverse when mapping to affine
    when operation involves a private key - keygen, calc shared secret, sign.
    Thank you to Alejandro Cabrera Aldaya, Cesar Pereida García and
    Billy Bob Brumley from the Network and Information Security Group (NISEC)
    at Tampere University for the report.

  * Change constant time and cache resistant ECC mulmod. Ensure points being
    operated on change to make constant time. Thank you to Pietro Borrello at
    Sapienza University of Rome.

For additional vulnerability information visit the vulnerability page at
https://www.wolfssl.com/docs/security-vulnerabilities/

See INSTALL file for build instructions.
More info can be found on-line at https://wolfssl.com/wolfSSL/Docs.html
2020-04-23 19:18:32 +00:00
Joseph Mingrone
19d4124837 www/chromium: Add accidentally omitted test entries to distinfo
Reported by:	lwhsu
Pointy-hat:	jrm
2020-04-23 19:05:08 +00:00
Emmanuel Vadot
e3752ae5b5 sysutils/u-boot: Update to 2020.04
While here use python3 for it as it now works.
Two slave ports have been marked broken :
u-boot-pandaboard and u-boot-duovero
Both of those boards have ~0 users in FreeBSD so if you are one of
those raise your hand.
2020-04-23 18:46:43 +00:00
Emmanuel Vadot
9e681cea8f sysutils/atf-master: Update to v2.3 2020-04-23 18:42:44 +00:00
Kurt Jaeger
53b7dffce0 net-mgmt/prometheus2: update 2.17.1 -> 2.17.2
[BUGFIX] Federation: Register federation metrics
[BUGFIX] PromQL: Fix panic in parser error handling
[BUGFIX] Rules: Fix reloads hanging when deleting a rule group
         that is being evaluated
[BUGFIX] TSDB: Fix a memory leak when prometheus starts with an empty TSDB WAL
[BUGFIX] TSDB: Make isolation more robust to panics in web handlers

PR:		245845
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Relnotes:	https://github.com/prometheus/prometheus/releases/tag/v2.17.2
2020-04-23 18:27:35 +00:00
Emmanuel Vadot
ab88b482cc users-groups-install: Make it pkg -r friendly
The generated pre-install scripts isn't pkg -r friendly for all
ports that have USERS/GROUPS with an homedir, fix that.

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D24531
2020-04-23 18:06:47 +00:00
Yuri Victorovich
4c7ec298d7 math/py-Diofant: Update 0.10.0 -> 0.11.0
Reported by:	portscout
2020-04-23 17:42:08 +00:00
Piotr Kubaj
6b1f823338 benchmarks/libcelero: fix build on GCC architectures and powerpc64 elfv2
clang 8 doesn't have full support for powerpc, powerpc64 or powerpcspe, so use
GCC there.
On powerpc64 elfv2, the default is to build for elfv1, so pass a flag to fix it.

MFH:		2020Q2 (fix build blanket)
2020-04-23 17:18:48 +00:00
Tobias C. Berner
cb08bca159 Update KDE Applications (release-service) to 20.04
KDE's April 2020 Apps Update

A new bundle of KDE applications is here! In these releases, you can expect to
find more features, stability improvements, and more user-friendly tools that
will help you work more effectively.

There are dozens of changes to look forward to in most of your favorite
applications. Take Dolphin, for example. Windows Samba shares are now fully
discoverable.

On the topic of playing music: the Elisa music player is adding features by
leaps and bounds. This release brings a new “Now Playing” view, easy
accessibility through the system tray, and an option to minimize the playlist
whenever you want. Thanks to the recently-added visual shuffle mode, it’s much
easier to rearrange your music in the playlists.

These are just the highlights of what’s new in KDE’s applications this month.
Read on to find out about everything we’ve prepared for you.

Announcement:
	https://kde.org/announcements/releases/2020-04-apps-update/
2020-04-23 17:00:52 +00:00
Joseph Mingrone
c24cb8d5b0 www/chromium: Update to version 81.0.4044.122
Approved by:	rene
2020-04-23 16:57:03 +00:00
Diane Bruce
87318bf716 =Version 4.1.12=
2020-04-23  David Freese  <w1hkj@bellsouth.net>

	21c86db27: CW/DTR/RTS
	762213faf: TX auto RST-sent
	24c10fd93: wwv
	a6dc3db26: File/Audio
	ddeb2db19: Win10 Socket debug
	375b4252c: trx testing
	db57f4b4a: AFTER macro
	ddfb5e61a: CWID button
2020-04-23 16:20:30 +00:00
Tobias C. Berner
21c1d338da math/gmm++: update to 5.4 2020-04-23 16:17:16 +00:00
Yuri Victorovich
81eea9770a devel/pegtl: Update 2.8.2 -> 2.8.3
Reported by:	portscout
2020-04-23 16:15:59 +00:00
Guido Falsi
ca78838e29 Update xfce4-whiskermenu-plugin to 2.4.4 2020-04-23 16:13:10 +00:00
Yuri Victorovich
52d4e9a051 devel/radian: Update 0.4.8 -> 0.5.3
Reported by:	portscout
2020-04-23 16:12:44 +00:00
Yuri Victorovich
14bce42202 devel/py-rchitect: Update 0.3.18 -> 0.3.23
Reported by:	portscout
2020-04-23 16:10:41 +00:00
Yuri Victorovich
1832a4b1cd net-p2p/qbittorrent: Update 4.2.3 -> 4.2.4
Reported by:	portscout
2020-04-23 16:02:30 +00:00
Tobias C. Berner
13fd0bb286 misc/tellico: update to 3.3 2020-04-23 16:02:18 +00:00
Tobias Kortkamp
443b443a1f lang/rust: Go back to static.rust-lang.org 2020-04-23 15:34:59 +00:00
Tobias Kortkamp
5abe8902a5 lang/rust: Update to 1.43.0
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Respect AR to fix build with external toolchains [2]
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
PR:		238556 [1], 245583 [2]
Reported by:	Matthias Apitz <guru@unixarea.de> [1], Greg V <greg@unrelenting.technology> [2]
Tested by:	mikael, pkubaj, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24521
2020-04-23 15:32:29 +00:00
Kai Knoblich
c108a6700f www/py-dj22-django-{mptt,js-asset}: Deprecate
* Set both ports as DEPRECATED after r532664 and r532683 because they're
  obsolete now.

  Don't set an expiration date yet as both ports are still used by
  net-mgmt/netbox and a few more ports still need to be switched from
  Django 1.11 to Django 2.2.
2020-04-23 15:18:09 +00:00
Kai Knoblich
9d79f0ad20 www/py-django-mptt: Update to 0.11.0
* Also assign the port to Django 2.2 because Django 1.11 is End-of-Life
  since April.

* Remove superfluous USES=gettext because gettext is already pulled in by
  Python itself (via the NLS option).  Although the package contains some
  localized .po files, Django needs Python's gettext API to work with those
  files.

* Clean up CONFLICTS_INSTALL as www/py-dj21-django-mptt no longer exists in
  the Ports tree.

Changelog:

https://github.com/django-mptt/django-mptt/compare/0.9.1...0.11.0

PR:		245472
Approved by:	maintainer timeout (14 days)
2020-04-23 15:09:16 +00:00
Sergey A. Osokin
17af7c8bfc Third-party postgres module is dynamic now and remove
the legacy patch.
While I'm here update the PORTSCOUT.

Bump PORTREVISION.
2020-04-23 14:43:27 +00:00
Emanuel Haupt
1bf1bee454 Update to 5.11.1 2020-04-23 14:20:52 +00:00
Sunpoet Po-Chuan Hsieh
492a6136fd Fix r532520 2020-04-23 14:13:48 +00:00
Sergey A. Osokin
4b9ed8dd3f Update njs module from 0.3.9 to 0.4.0.
<ChangeLog>

*) Feature: added js_import directive.

*) Feature: added support for multi-value headers in r.headersOut.

*) Improvement: iteration over r.headersOut with special headers.

*) Improvement: iteration over r.headersOut with duplicates.

*) Change: r.responseBody property handler now returns "undefined"
   instead of throwing an exception if response body is not available.

Core:

*) Feature: added script arguments support in CLI.

*) Feature: converting externals values to native js objects.

*) Bugfix: fixed NULL-pointer dereference in "__proto__" property
   handler.

*) Bugfix: fixed handling of no-newline at the end of the script.

*) Bugfix: fixed RegExp() constructor with empty pattern and
   non-empty flags.

*) Bugfix: fixed String.prototype.replace() when function
   returns non-string.

*) Bugfix: fixed reading of pseudofiles in "fs".

</ChangeLog>
2020-04-23 12:58:25 +00:00
Piotr Kubaj
a65eee55a4 audio/pianobooster: fix build on GCC architectures
Use C++11 compiler:
  The compiler feature "cxx_decltype" is not known to CXX compiler

  "GNU"

  version 4.2.1.
2020-04-23 12:49:01 +00:00
Bernard Spil
7998a7390e security/vuxml: MySQL Server 2020Q2 vulnerabilities 2020-04-23 12:25:39 +00:00
Bernard Spil
563885986e security/vuxml: MySQL client 2020Q2 vulnerabilities 2020-04-23 12:23:50 +00:00
Bernard Spil
8c28bb3190 mail/nextcloud-mail: Update to 1.3.3 2020-04-23 11:50:26 +00:00
Bernard Spil
6da1236b4d net-im/nextcloud-talk: Update to 8.0.8 2020-04-23 11:50:05 +00:00
Bernard Spil
7963fb8402 www/nextcloud: Security update to 18.0.4
MFH:		2020Q2
Security:	afa018d9-8557-11ea-a5e2-d4c9ef517024
2020-04-23 11:48:51 +00:00
Bernard Spil
6439d98302 security/vuxml: Register Nextcloud vulnerabilities 2020-04-23 11:48:08 +00:00
Adam Weinberger
bad2dd24af mojolicious: Update to 8.40 2020-04-23 11:47:58 +00:00
Piotr Kubaj
e2ab569e01 misc/opennn: fix build on GCC architectures and powerpc64 elfv2
clang 8 doesn't have full support for powerpc, powerpc64 or powerpcspe, so use GCC there.
On powerpc64 elfv2, the default is to build for elfv1, so pass a flag to fix it.

MFH:		2020Q2 (fix build blanket)
2020-04-23 11:38:24 +00:00
Thierry Thomas
174f9a276c Upgrade to CLDR 37.
Release notes at <http://cldr.unicode.org/index/downloads/cldr-37>.
2020-04-23 11:06:30 +00:00
Emanuel Haupt
f260cac5ee Update to 1.21 2020-04-23 11:04:51 +00:00
Ashish SHUKLA
9d54d6aa8f - Resurrect port
- Switch to new upstream Python3 fork at GitHub[1]
- Remove patches not applicable anymore[1]
- Transfer maintainership to submitter[1]
- Update version in the port source so as to be consistent[1]
- Depend on Python 3.7+ as it's a Python 3 fork

PR:		245738
Submitted by:	Stefan Ehmann <shoesoft@gmx.net>[1]
2020-04-23 10:54:31 +00:00
Kai Knoblich
1accc91bd7 www/py-django-filer: Update to 1.7.0
* Also assign the port to Django 2.2 because Django 1.11 is End-of-Life
  since April.

* Do the the same for its dependencies and bump PORTREVISION
  accordingly. [1] [2]

Changelog:

https://github.com/divio/django-filer/blob/1.7.0/CHANGELOG.rst

PR:		245470, 245472 [1] 245473 [2]
Approved by:	maintainer timeout (14 days) [1],
		Kevin Golding (maintainer) [2]
2020-04-23 10:53:56 +00:00
Gerald Pfeifer
e282752ad5 Update to the 20200419 snapshot of GCC 10.0.1. 2020-04-23 10:46:41 +00:00
Dmitry Marakasov
6ab19fc0c0 - Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2020-04-23 09:32:30 +00:00
Luca Pizzamiglio
b2cd9c3b28 sysutils/pot: Update to 0.11.1
Changes: https://github.com/pizzamig/pot/releases
2020-04-23 09:32:07 +00:00
Jochen Neumeister
586ad34224 Update to 5.2.22
Sponsored by:	Netzkommune GmbH
2020-04-23 09:23:25 +00:00