Commit Graph

502862 Commits

Author SHA1 Message Date
Tobias C. Berner
8efdcf4816 devel/libphonenumber: update to 8.12.1 2020-03-31 17:39:42 +00:00
Cy Schubert
945dd76f8b Update 4.8 --> 4.9 2020-03-31 17:30:11 +00:00
Thierry Thomas
c69dbae517 Adding BRiAl, a library for polynomials over boolean rings, and its Python
module.

To be used by SageMath.
2020-03-31 17:28:25 +00:00
Thierry Thomas
dcfae172f2 Adding rankwidth / rw, a program to calculate rank-width and rank-
decompositions.

To be used by SageMath.
2020-03-31 17:25:31 +00:00
Adam Weinberger
5eeeb6cb2b p5-Template-Toolkit: Update to 3.008 2020-03-31 16:27:30 +00:00
Tijl Coosemans
688599ca5f Update binutils to 2.27-41.base.el7_7.3 and kernel-headers to
3.10.0-1062.18.1.el7.
2020-03-31 16:25:17 +00:00
Rene Ladan
3c6fba3a38 Clean up ports after FreeBSD 12.0 reached end-of-life.
emulators/mesen is left out for now, as it breaks on 11.3

Submitted by:	rene
Reviewed by:	jbeich, zeising
X-Differential Revision:	https://reviews.freebsd.org/D24211
2020-03-31 16:15:16 +00:00
Tijl Coosemans
22ddb93927 Update to 50.2-4.el7_7. 2020-03-31 16:12:44 +00:00
Tijl Coosemans
b56dba171c Update to 219-67.el7_7.4. 2020-03-31 16:09:46 +00:00
Fernando Apesteguía
f79f967de5 emulators/fceux: Fix missing dependency on graphics/gdk-pixbuf2
PR:	245166
Submitted by:	andymenderunix@gmail.com
2020-03-31 16:02:58 +00:00
Tijl Coosemans
ada748f54f Add entry for GNUTLS-SA-2020-03-31 (flaw in DTLS).
Security:	https://gnutls.org/security-new.html#GNUTLS-SA-2020-03-31
2020-03-31 15:52:41 +00:00
Tijl Coosemans
447cb1eb99 Update to 3.6.13.
Security:	https://gnutls.org/security-new.html#GNUTLS-SA-2020-03-31
2020-03-31 15:46:42 +00:00
Matthias Andree
7b8456ed12 mail/fetchmail, fetchmailconf: update to 6.4.3-rc2 (bug fixes)
Add a patch to document --sslproto tls1.3+ and tls1.3 through the manpage,
which hasn't made 6.4.3-rc2 but works since 6.4.0 assuming that the SSL library
supports TLSv1.3.

Remove fetchmailconf patch that is now part of the upstream code.

Switch to .lz downloads, a tiny bit smaller.

Upstream changelog:
## BUGFIXES:
* Plug memory leaks when parts of the configuration (defaults, rcfile, command
  line) override one another.
* fetchmail terminated the placeholder command string too late and included
  garbage from the heap at the end of the string. Workaround: don't use place-
  holders %h or %p in the --plugin string. Bug added in 6.4.0 when merging
  Gitlab merge request !5 in order to fix an input buffer overrun.
  Faulty commit 418cda65f752e367fa663fd13884a45fcbc39ddd.
  Reported by Stefan Thurner, Gitlab issue #16.
* Fetchmail now checks for errors when trying to read the .idfile,
  Gitlab issue #3.

## CHANGES:
* Fetchmail documentation was updated to require OpenSSL 1.1.1.
  OpenSSL 1.0.2 reached End Of Life status at the end of the year 2019.
  Fetchmail will tolerate, but warn about, 1.0.2 for now on the assumption that
  distributors backport security fixes as the need arises.
  Fetchmail will also warn if another SSL library that is API-compatible
  with OpenSSL lacks TLS v1.3 support.
* If the trust anchor is missing, fetchmail refers the user to README.SSL.

PR:		245187
Submitted by:	mandree@
Approved by:	Corey Halpin (maintainer)
2020-03-31 15:43:00 +00:00
Mikael Urankar
f5c45d042b www/firefox: fix build on aarch64
The interface has changed a bit on -current:

In file included from Unified_cpp_gfx_skia1.cpp:137:
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/gfx/skia/skia/src/core/SkCpu.cpp:81:13: error: use of undeclared identifier 'ID_AA64ISAR0_CRC32'
        if (ID_AA64ISAR0_CRC32(id_aa64isar0) == ID_AA64ISAR0_CRC32_BASE) {

PR:		243653
Reviewed by:	jbeich
Approved by:	jbeich , manu (mentor, implicit)
2020-03-31 15:13:15 +00:00
Sunpoet Po-Chuan Hsieh
70e31bb7b2 Add comment to avoid future breakage
PR:		237200
2020-03-31 15:01:10 +00:00
Bernard Spil
1ecee154e2 security/openssl: Bug-fix update to 1.1.1f
PR:		245154
MFH:		2020Q1
2020-03-31 14:37:18 +00:00
TAKATSU Tomonari
5fa7922832 - Update to 1.4.6 2020-03-31 14:25:44 +00:00
Piotr Kubaj
57427f7c42 databases/libzdb: fix build on GCC architectures
r529335 partially reverted r499489, which caused another breakage on GCC architectures by passing -L/usr/lib while using GCC from ports and making it link to base libstdc++:
/usr/local/bin/ld: zdbpp.cpp:(.text.startup+0x1f0): undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long)'

Apply changes to Makefile from r499489 to fix it.

PR:		237200
2020-03-31 13:58:01 +00:00
Sunpoet Po-Chuan Hsieh
d50d9680d1 Update to 0.6.1
- Bump PORTREVISION for package change (in case users downloaded the wrong tarball)

Upstream made a wrong 0.6.1 release [1] and it's fixed now.

Reported by:	Herbert J. Skuhra <herbert@gojira.at>
Reference:	6f85e04aa7 [1]
2020-03-31 13:53:19 +00:00
Sunpoet Po-Chuan Hsieh
41fa8daf80 Add rubygem-semantic_range 2.3.0
SemanticRange is a semver parser written in Ruby for comparison and inclusion of
semantic versions and ranges.

WWW: https://github.com/librariesio/semantic_range
2020-03-31 13:52:37 +00:00
Sunpoet Po-Chuan Hsieh
a2a95771a9 Add rubygem-azure_mgmt_synapse 0.17.0
Microsoft Azure Synapse Client Library for Ruby.

WWW: https://github.com/Azure/azure-sdk-for-ruby
WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_synapse
2020-03-31 13:52:14 +00:00
Sunpoet Po-Chuan Hsieh
672698a10d Add rubygem-azure_mgmt_support 0.17.0
Microsoft Azure Support Client Library for Ruby.

WWW: https://github.com/Azure/azure-sdk-for-ruby
WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_support
2020-03-31 13:51:59 +00:00
Sunpoet Po-Chuan Hsieh
2fdb123f88 Add py-woops 0.2.1
Woops handles and manages Python errors to provide better error messages.

WWW: https://github.com/sdispater/woops
2020-03-31 13:51:41 +00:00
Sunpoet Po-Chuan Hsieh
940a4e0ec4 Sort SUBDIRs 2020-03-31 13:51:08 +00:00
Sunpoet Po-Chuan Hsieh
bbe7fe1eb3 Add p5-HTTP-Tiny-Multipart 0.08
HTTP::Tiny::Multipart adds post_multipart to HTTP::Tiny.

WWW: https://metacpan.org/release/HTTP-Tiny-Multipart
2020-03-31 13:49:12 +00:00
Baptiste Daroussin
9532e96aa7 Update to 0.11.0 2020-03-31 13:32:44 +00:00
Baptiste Daroussin
f6d6175bdd Update to 0.6.4 2020-03-31 13:25:39 +00:00
Piotr Kubaj
6f8678f8df math/p5-Math-Pari: fix build on powerpc(64) head
powerpc and powerpc64 need -fPIC when using clang 10:
ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol issquarefree; recompile with -fPIC
2020-03-31 13:17:53 +00:00
Alexey Dokuchaev
465fec1163 - Update Stellarium to version 0.20.0
- Pull two important upstream fixes

Reported by:	portscout
2020-03-31 13:05:07 +00:00
Bernhard Froehlich
2523727d56 net/boringtun: Bring back IGNORE to avoid building it on the package builders
Reported by:	mat@
2020-03-31 12:56:22 +00:00
Mateusz Piotrowski
67162f9226 Update to 0.6.6
While here:
- Add D-Bus as a runtime dependency.
- Simplify do-install.

Reported by:	Repology
2020-03-31 12:54:09 +00:00
Rene Ladan
de7e9cd98e Remove expired ports:
2020-03-29 security/w3af: Uses deprecated version of Python
2020-03-30 sysutils/duplicity-devel: Obsolete now, use sysutils/duplicity instead
2020-03-31 net-mgmt/tornova: Use EOL'd Python 2.7
2020-03-31 audio/py-ogg: Unmaintained, uses EOLed python27
2020-03-31 net-mgmt/onionlauncher: Use EOL'd Python 2.7
2020-03-31 databases/mongodb34: EOL January 2020; See https://www.mongodb.com/support-policy
2020-03-31 graphics/sane-frontends: Unmaintained upstream, no consumers left
2020-03-31 lang/ruby24: Move to a new version (lang/ruby26 or above). Ruby 2.4 is in security maintenance phase and planned for EOL on March 31, 2020
2020-03-31 databases/pgpool: Reached EOL at 2019-10-31, please use pgpool-II-35 or higher
2020-03-31 net/pygopherd: Unmaintained, uses EOLed python27
databases/mongodb34-tools: Part of expired MongoDB 3.4
2020-03-31 11:26:12 +00:00
Rene Ladan
adc579ea21 databases/py-Mango: use MongoDB 3.6 instead of EOL 3.4 2020-03-31 11:20:16 +00:00
Rene Ladan
77ca46dedf Unregister expired Ruby 2.4 2020-03-31 11:13:55 +00:00
Dmitry Marakasov
6e2c88afb3 - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2020-03-31 09:32:17 +00:00
TAKATSU Tomonari
ee6e61459f - Update to 2.2-3
- Update WWW: line in pkg-descr
2020-03-31 09:19:05 +00:00
Mateusz Piotrowski
54357b34ab Fix install-missing-packages when port is missing multiple dependencies
The current implementation of install-missing-packages does not handle
correctly the situation when a port is missing multiple dependencies. pkg(8)
would only get the first missing origin as an argument. All the other origins
would be listed on new lines and would not be passed to pkg(8).

PR:		244215
Discussed with:	mat, tobik
Approved by:	portmgr (implicit, fix r525388)
Differential Revision:	https://reviews.freebsd.org/D23795
2020-03-31 08:31:14 +00:00
Jochen Neumeister
c2f908087f Update to 4.3.0
Changelog: https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:		245090
Sponsored by:	Netzkommune GmbH
2020-03-31 08:10:22 +00:00
Mikael Urankar
a8357a096c security/libgcrypt: fix build on aarch64 with lld10
import upstream fix:
09c27280cc

PR:		244848
Submitted by:	Charlie Li
Approved by:	cpm (maintainer timeout), manu (mentor, implicit)
2020-03-31 07:48:00 +00:00
Yuri Victorovich
d3d451a22f biology/cufflinks: Update 2.2.1-83 -> 2.2.1-89
Add the pull request that fixes the boost::thread build failures.
2020-03-31 06:42:22 +00:00
Tobias Kortkamp
5c3d7001b7 textproc/ripgrep: Update to 12.0.1
Changes:	https://github.com/BurntSushi/ripgrep/releases/tag/12.0.1
PR:		245183
Submitted by:	Petteri Valkonen <petteri.valkonen@iki.fi> (maintainer)
2020-03-31 06:35:49 +00:00
Tobias Kortkamp
8d0917700e Clean up net-p2p/go-ethereum a little
Reported by:	portscan (GH_TARGET)
2020-03-31 06:22:52 +00:00
Yuri Victorovich
fe8848014f science/py-abipy: Unbreak
Add missing dependency.
2020-03-31 05:50:30 +00:00
TAKATSU Tomonari
2ac6f01968 - Update to 0.3.3 2020-03-31 05:32:11 +00:00
Yuri Victorovich
dceab421e1 multimedia/ustreamer: Broken on FreeBSD 11
Reported by:	fallout
2020-03-31 05:04:26 +00:00
Yuri Victorovich
129ab35008 net-p2p/libtorrent-rasterbar: Force clang-9 because clang-10 fails
PR:		244830
Reported by:	fallout
2020-03-31 05:02:02 +00:00
Jason Helfman
32a777270d - update to 5.62 2020-03-31 03:38:40 +00:00
TAKATSU Tomonari
28f43fed6e - Add new port: math/R-cran-raster
Reading, writing, manipulating, analyzing and modeling of gridded
  spatial data. The package implements basic and high-level functions.
  Processing of very large files is supported. There is a also support
  for vector data operations such as intersections.

  WWW: https://cran.r-project.org/web/packages/raster/
2020-03-31 03:24:53 +00:00
Koichiro Iwao
3d86c147c2 security/softether-devel: Update to v4.34.9744-beta
Summary of changes:
* Bug fix: In VPN Server, you could not connect from older SoftEther VPN
  (version 3.0 or earlier) due to the specification change of OpenSSL.
* Feature added: The Tls_Disable1_3 option has been added to the VPN Server.
  You can disable TLS 1.3 by setting this option to true.
* Feature added: It is now possible to get a log list of all cluster member
  servers from the cluster controller.

Relnotes:	https://www.softether.org/5-download/history
2020-03-31 03:01:29 +00:00
Cy Schubert
d997ceea87 Flag BROKEN on powerpc. Though the nut-devel builds on ref13-ppc64
it fails to build under poudriere on powerpc but does build ok on
amd64 and i386 poudriere.

Reported by:	linimon
2020-03-31 02:55:43 +00:00