1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
Commit Graph

514129 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
2b7eb35438 Update to 1.33.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-efs/CHANGELOG.md
2020-07-09 18:10:09 +00:00
Sunpoet Po-Chuan Hsieh
afa886f166 Update to 1.34.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ecr/CHANGELOG.md
2020-07-09 18:10:03 +00:00
Sunpoet Po-Chuan Hsieh
ac571441b0 Update to 1.173.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ec2/CHANGELOG.md
2020-07-09 18:09:58 +00:00
Sunpoet Po-Chuan Hsieh
69c9eb27be Update to 2.11.524
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2020-07-09 18:09:53 +00:00
Sunpoet Po-Chuan Hsieh
d76e3b4b3d Update to 1.56.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-codebuild/CHANGELOG.md
2020-07-09 18:09:48 +00:00
Sunpoet Po-Chuan Hsieh
382a68eae5 Update to 1.34.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-cloudfront/CHANGELOG.md
2020-07-09 18:09:42 +00:00
Sunpoet Po-Chuan Hsieh
2289dc50cb Update to 1.43.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-autoscaling/CHANGELOG.md
2020-07-09 18:09:37 +00:00
Sunpoet Po-Chuan Hsieh
00f28458db Update to 1.338.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md
2020-07-09 18:09:32 +00:00
Sunpoet Po-Chuan Hsieh
cf72d83581 Update to 2.9.2
Changes:	https://docs.wagtail.io/en/latest/releases/index.html
		https://github.com/wagtail/wagtail/releases
2020-07-09 18:09:27 +00:00
Sunpoet Po-Chuan Hsieh
21c62597ff Update to 0.0.4
Changes:	https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2/releases
2020-07-09 18:09:21 +00:00
Sunpoet Po-Chuan Hsieh
e96dc2f8b3 Update to 0.2.3
Changes:	https://github.com/jan-mue/geometer/blob/master/docs/changelog.rst
2020-07-09 18:09:16 +00:00
Sunpoet Po-Chuan Hsieh
bc322f1c1d Update to 3.3.5
Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
2020-07-09 18:09:12 +00:00
Sunpoet Po-Chuan Hsieh
7ba464819b Update to 3.3.27
Changes:	https://github.com/AnalogJ/lexicon/releases
2020-07-09 18:09:07 +00:00
Sunpoet Po-Chuan Hsieh
36c040d987 Update to 3.7.0
Changes:	https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
2020-07-09 18:09:02 +00:00
Sunpoet Po-Chuan Hsieh
5ed712c500 Update version requirement of RUN_DEPENDS 2020-07-09 18:08:56 +00:00
Sunpoet Po-Chuan Hsieh
e3b6bc4fe3 Update to 0.3.3
Changes:	https://github.com/bpython/curtsies/blob/master/CHANGELOG.md
2020-07-09 18:08:51 +00:00
Sunpoet Po-Chuan Hsieh
b4a40926dc Update to 0.36.8
Changes:	https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst
2020-07-09 18:08:46 +00:00
Sunpoet Po-Chuan Hsieh
0bdb2740ce Cosmetic change 2020-07-09 18:08:41 +00:00
Sunpoet Po-Chuan Hsieh
b3d0b27f11 Update to 0.14
Changes:	https://metacpan.org/changes/distribution/Syntax-Keyword-Try
2020-07-09 18:08:36 +00:00
Sunpoet Po-Chuan Hsieh
64fc967ed8 Update to 4.05
Changes:	https://metacpan.org/changes/distribution/JSON-PP
2020-07-09 18:08:31 +00:00
Sunpoet Po-Chuan Hsieh
a974ac2b9f Convert REINPLACE_CMD to patch file 2020-07-09 18:08:26 +00:00
Sunpoet Po-Chuan Hsieh
2c7c3fa650 Update to 5.4.1
Changes:	https://github.com/tinymce/tinymce/blob/master/modules/tinymce/changelog.txt
2020-07-09 18:08:21 +00:00
Sunpoet Po-Chuan Hsieh
503168bf35 Update distinfo for i386 2020-07-09 18:08:17 +00:00
Sunpoet Po-Chuan Hsieh
73be298892 Add py-flax 0.1.0
Flax is a high-performance neural network library for JAX that is designed for
flexibility: Try new forms of training by forking an example and by modifying
the training loop, not by adding features to a framework.

WWW: https://github.com/google/flax
2020-07-09 18:08:11 +00:00
Sunpoet Po-Chuan Hsieh
4d0e669f8d Add py-jax 0.1.72
JAX is Autograd and XLA, brought together for high-performance machine learning
research.

With its updated version of Autograd, JAX can automatically differentiate native
Python and NumPy functions. It can differentiate through loops, branches,
recursion, and closures, and it can take derivatives of derivatives of
derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation)
via grad as well as forward-mode differentiation, and the two can be composed
arbitrarily to any order.

What's new is that JAX uses XLA to compile and run your NumPy programs on GPUs
and TPUs. Compilation happens under the hood by default, with library calls
getting just-in-time compiled and executed. But JAX also lets you just-in-time
compile your own Python functions into XLA-optimized kernels using a
one-function API, jit. Compilation and automatic differentiation can be composed
arbitrarily, so you can express sophisticated algorithms and get maximal
performance without leaving Python. You can even program multiple GPUs or TPU
cores at once using pmap, and differentiate through the whole thing.

Dig a little deeper, and you'll see that JAX is really an extensible system for
composable function transformations. Both grad and jit are instances of such
transformations. Others are vmap for automatic vectorization and pmap for
single-program multiple-data (SPMD) parallel programming of multiple
accelerators, with more to come.

WWW: https://github.com/google/jax
2020-07-09 18:08:06 +00:00
Sunpoet Po-Chuan Hsieh
25b4607212 Add py-opt-einsum 3.2.1
Optimized einsum can significantly reduce the overall execution time of
einsum-like expressions (e.g., np.einsum, dask.array.einsum, pytorch.einsum,
tensorflow.einsum, ) by optimizing the expression's contraction order and
dispatching many operations to canonical BLAS, cuBLAS, or other specialized
routines. Optimized einsum is agnostic to the backend and can handle NumPy,
Dask, PyTorch, Tensorflow, CuPy, Sparse, Theano, JAX, and Autograd arrays as
well as potentially any library which conforms to a standard API.

WWW: https://github.com/dgasmith/opt_einsum
2020-07-09 18:08:00 +00:00
Jochen Neumeister
3bbba57f62 remove obsolete port devel/pear-channel-phpunit [1]
textproc/pear-Text_Template:
- Update to 2.0.2
- switch to GH

PR:		242220 [1]
Submitted by:	Marc Veldman <marc@bumblingdork.com> [1]
Approved by:	miwi (maintainer timeout)
Sponsored by:	Netzkommune GmbH
2020-07-09 17:49:31 +00:00
Yuri Victorovich
c1cbced444 security/tor-devel: Update 0.4.4.1-alpha -> 0.4.4.2-alpha (contains major and minor security and other bugfixes)
Changelog: https://gitweb.torproject.org/tor.git/tree/ChangeLog?h=tor-0.4.4.2-alpha

MFH:		2020Q3 (bugfixes)
2020-07-09 17:43:53 +00:00
Yuri Victorovich
000bcbe23e security/tor: Update 0.4.3.5 -> 0.4.3.6 (contains major and minor security and crash bugfixes)
Changelog: https://gitweb.torproject.org/tor.git/tree/ChangeLog?h=tor-0.4.3.6

Reported by:	upstream notification
MFH:		2020Q3 (bugfixes)
2020-07-09 17:41:29 +00:00
Cy Schubert
fcca8344da Correct FreeBSD versions vulnerable to the latest sqlite3
vulnerabilities. This will be updated by so@ at a future date.

PR:		247865
Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>
Reported by:	Yasuhiro KIMURA <yasu at utahime.org>
Approved by:	ports-secteam (jonenum)
2020-07-09 17:09:28 +00:00
Cy Schubert
68b8fe1f4b Replace a defunct mirror with a working one.
Ideally SF should be used. Unfortunately URL generation is a little
cranky.

MFH:		2020Q3
2020-07-09 17:00:42 +00:00
Ryan Steinmetz
700e62dd9d - Switch to a solution that supports log rotation
- Update pkg-message with details/examples
- Fix missing name in daemon(1) process
- Set daemon(1) log process name
- Bump PORTREVISION

PR:             245601
Submitted by:   zi@
Approved by:    bsam@ (maintainer timeout, 2+ months)
2020-07-09 15:56:39 +00:00
Sergey A. Osokin
aa3a330185 Update from 1.5.0 to 1.6.0. 2020-07-09 15:53:42 +00:00
Gleb Popov
16693b1f60 math/cryptominisat and math/py-cryptominisat: Update to 5.7.1
Bump PORTREVISIONs of consumer ports.
2020-07-09 15:44:39 +00:00
Fernando Apesteguía
d691c9d0e1 audio/darkice: Update to 1.4
ChangeLog: https://github.com/rafael2k/darkice/blob/master/darkice/trunk/ChangeLog

PR:	247274
Submitted by:	hempalex@gmail.com
2020-07-09 15:41:24 +00:00
Yuri Victorovich
815386e7b9 misc/lf: Fix the keyboard problem
Fix suggested by the GH user flw-cn in https://github.com/gokcehan/lf/issues/392

Reported in:		https://forums.freebsd.org/threads/terminal-file-manager-misc-lf-not-operational.75804/
MFH:		2020Q3
2020-07-09 15:24:32 +00:00
Alexey Dokuchaev
40d0751c2a This is a Template Toolkit dumper plugin using Data::Printer.
WWW: https://metacpan.org/release/Template-Plugin-DataPrinter
2020-07-09 15:23:02 +00:00
Alexey Dokuchaev
a3d8f2ce01 Add one missing run-time dependency. 2020-07-09 15:21:35 +00:00
Jochen Neumeister
d5e70e2236 The garbd options are semicolon separated key value pairs.
The current rc.d script does not support multiple options(eg. "gmcast.listen_addr=tcp://0.0.0.0:5567;pc.weight=1")

The variable garb_galera_options need to be quoted in command line.

PR:		236795
Reported by:	TAO ZHOU <zhoutao@laocius.org>
Approved by:	devel@galeracluster.com (maintainer)
Sponsored by:	Netzkommune GmbH
2020-07-09 14:07:17 +00:00
Gleb Popov
c3770a2d69 x11/xpra: Update to 3.0.10 2020-07-09 13:46:15 +00:00
Adam Weinberger
7986bb03ee gnupg: Update to 2.2.21
* gpg: Improve symmetric decryption speed by about 25%.
   See commit 144b95cc9d.

 * gpg: Support decryption of AEAD encrypted data packets.

 * gpg: Add option --no-include-key-block. [#4856]

 * gpg: Allow for extra padding in ECDH.  [#4908]

 * gpg: Only a single pinentry is shown for symmetric encryption if
   the pinentry supports this.  [#4971]

 * gpg: Print a note if no keys are given to --delete-key.  [#4959]

 * gpg,gpgsm: The ridiculous passphrase quality bar is not anymore
   shown.  [#2103]

 * gpgsm: Certificates without a CRL distribution point are now
   considered valid without looking up a CRL.  The new option
   --enable-issuer-based-crl-check can be used to revert to the
   former behaviour.

 * gpgsm: Support rsaPSS signature verification.  [#4538]

 * gpgsm: Unless CRL checking is disabled lookup a missing issuer
   certificate using the certificate's authorityInfoAccess.  [#4898]

 * gpgsm: Print the certificate's serial number also in decimal
   notation.

 * gpgsm: Fix possible NULL-deref in messages of --gen-key.  [#4895]

 * scd: Support the CardOS 5 based D-Trust Card 3.1.

 * dirmngr: Allow http URLs with "LOOKUP --url".

 * wkd: Take name of sendmail from configure.  Fixes an OpenBSD
   specific bug.  [#4886]

 Release-info: https://dev.gnupg.org/T4897
2020-07-09 13:27:13 +00:00
Alexey Dokuchaev
822578873d Perl module for easy converting colored command line output to HTML.
WWW: https://metacpan.org/release/HTML-FromANSI-Tiny
2020-07-09 12:52:27 +00:00
Jochen Neumeister
fa278bd078 The garbd options are semicolon separated key value pairs.
The current rc.d script does not support multiple options(eg. "gmcast.listen_addr=tcp://0.0.0.0:5567;pc.weight=1")

The variable garb_galera_options need to be quoted in command line.

PR:		236795
Reported by:	TAO ZHOU <zhoutao@laocius.org>
Approved by:	devel@galeracluster.com (maintainer)
Sponsored by:	Netzkommune GmbH
2020-07-09 12:50:44 +00:00
Piotr Kubaj
73cc729afe graphics/exiv2: fix build on ARM and PPC platforms
exiv2 added -fcf-protection, which is not supported on either ARM or PPC.
1ea63ccb34 fixes that but only for ARM.

Merge this commit and add modify it to also fix PPC. This is likely the wrong approach, since -fcf-protection seems to be available only on amd64, but this is the approach that upstream chose.

MFH:		2020Q3 (fix build blanket)
2020-07-09 11:53:22 +00:00
Alexey Dokuchaev
6ac3df6a6a Perl module to determine attributes of ANSI-colored string.
WWW: https://metacpan.org/release/Parse-ANSIColor-Tiny
2020-07-09 11:36:36 +00:00
Jochen Neumeister
a834274fb2 Add xmlwriter for USE_PHP: this fix a Problem with 2FA
PR:		247134
Reported by:	epopen@gmail.com
Sponsored by:	Netzkommune GmbH
2020-07-09 10:52:24 +00:00
Alexey Dokuchaev
09011a182a - Unbreak the build against modern versions of OpenSSL
- While at it, define LICENSE (MIT) and LICENSE_FILE

PR:	245265
2020-07-09 10:13:27 +00:00
Jochen Neumeister
9f08727261 databases/mysql57-client: fix SIGSEGV due to static OpenSSL linking
As opposed to MySQL 8.0.x branch that switched to dynamic linking for OpenSSL libraries, MySQL 5.7.30 still statically links client applications with OpenSSL.

Meantime, OpenSSL supports dynamic loading of external engines like security/gost-engine. If such engine is configured to load in the openssl.cnf, mysql CLI application crashes at start with SIGSEGV early trying to initialize OpenSSL.

This loads dynamic engine library libgost.so that calls OpenSSL function using second (uninitialized) instance of OpenSSL leading to crash.

The problem is fixed with small backport from MySQL 8.0.x for cmake/ssl.cmake distribution file we already patching anyway.

https://github.com/openssl/openssl/issues/12368

PR:		247803
Reported by:	eugen
Sponsored by:	Netzkommune GmbH
2020-07-09 10:09:40 +00:00
Dmitry Marakasov
10814961e2 - Add license
- Update WWW

Approved by:	portmgr blanket
2020-07-09 09:35:16 +00:00
Alex Dupre
9c986eeeb8 Update to 1.4.7 release. 2020-07-09 09:34:23 +00:00