Commit Graph

516862 Commits

Author SHA1 Message Date
Yuri Victorovich
921e029764 security/fizz: Update 2020.08.03.00 -> 2020.08.10.00
Reported by:	portscout
2020-08-11 20:53:42 +00:00
Yuri Victorovich
c309f49f3e net/rsocket-cpp: Update 2020.08.03.00 -> 2020.08.10.00
Reported by:	portscout
2020-08-11 20:52:45 +00:00
Yuri Victorovich
96ef7587ec devel/folly: Update 2020.08.03.00 -> 2020.08.10.00
Reported by:	portscout
2020-08-11 20:52:07 +00:00
Gerald Pfeifer
478461d1df Update to the 20200808 snapshot of GCC 10.2.1.
This brings nine fixes for aarch64, one for arm, three for the middle
end, one for the C and three for the C++ front end/library.
2020-08-11 20:43:16 +00:00
Rene Ladan
85387e39d5 Document new vulnerabilities in www/chromium < 84.0.4147.125 2020-08-11 19:31:38 +00:00
Kirill Ponomarev
9206d07a93 Upgrade to 3001.1
Approved by:	maintainer
2020-08-11 18:53:44 +00:00
Jung-uk Kim
1cda72bef1 Update to 32.0.0.414. 2020-08-11 18:39:54 +00:00
Jan Beich
c7cde5cd47 accessibility/feedbackd: drop libgudev workaround after r544690 2020-08-11 18:29:58 +00:00
Tobias Kortkamp
1f186ef2f2 Clean up some things
Reported by:	portscan (some of it)
2020-08-11 17:05:56 +00:00
Fernando Apesteguía
5921fe8dfd deskutils/ultralist: Update to 1.2
From ChangeLog: https://github.com/ultralist/ultralist/releases/1.2

* Tasks can now have a status. This adds a new dimension for how you
  can organize your lists. Additionally, it allows for a kanban view when
  using Ultralist Pro.
* Fix an input bug for next/last week.

PR:	248592
Submitted by:	vulcan@wired.sh (maintainer)
MFH:	2020Q3 (bugfix release)
2020-08-11 17:05:39 +00:00
Tobias Kortkamp
7743378b7c devel/gradle: Update to 6.6
Changes:	https://docs.gradle.org/6.6/release-notes.html
2020-08-11 17:00:14 +00:00
Fernando Apesteguía
a122fb92f9 benchmarks/blogbench: fix rand()-related crash
blogbench uses rand(3) unsafely from different threads which leads to crashes.
Use arc4random(3) instead.

Bump PORTREVISION

While here, relocate USES variable.

PR:	248420
Submitted by:	sigsys@gmail.com
Approved by:	jmohacsi@bsd.hu (maintainer)
MFH:	2020Q3 (runtime fix)
2020-08-11 16:59:11 +00:00
Li-Wen Hsu
6d2f0ce39e sysutils/bpytop: Update to 1.0.10
PR:		248597
Submitted by:	Emanuel Haupt <ehaupt@FreeBSD.org>
2020-08-11 16:58:31 +00:00
Danilo Egea Gondolfo
2fdd6f1021 - Update to 6.0.1
- Remove EXAMPLES option
2020-08-11 16:56:07 +00:00
Danilo Egea Gondolfo
ae387f5ebd - Add new port games/py-pysol-cards
The pysol-cards python modules allow the python developer to generate
the initial deals of some PySol FC games. It also supports PySol
legacy deals and Microsoft FreeCell / Freecell Pro deals.
2020-08-11 16:53:31 +00:00
Tobias Kortkamp
dddee41e22 graphics/minder: Update to 1.9.2
Changes:	https://github.com/phase1geo/Minder/releases/tag/1.9.2
2020-08-11 16:53:04 +00:00
Tobias Kortkamp
d039a44d74 lang/rust-nightly: Update to 1.47.0.20200811
Changes:	0820e54a8a...770bd3d1d0
2020-08-11 16:52:34 +00:00
Tobias Kortkamp
a075268067 devel/rust-analyzer: Update to 2020-08-10
Changes:	https://rust-analyzer.github.io/thisweek/2020/08/10/changelog-37.html
2020-08-11 16:52:05 +00:00
Tobias Kortkamp
03681d1f74 databases/mantis: Update to 2.24.2
Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.24.2
2020-08-11 16:44:58 +00:00
Li-Wen Hsu
0869928d80 devel/gh: Update to 0.11.1
PR:		248599
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2020-08-11 16:05:47 +00:00
Niclas Zeising
7598c2af7c devel/libgudev: Update to 233
Update devel/libgudev to 233. [1]
Change to use MASTER_SITE_GNOME.
Disable umockdev since we don't have that in ports, and it's only used for
tests.
Fix COMMENT per portlint.

PR:		248565 [1]
Requested by:	jbeich [1]
MFH:		2020Q3
2020-08-11 16:03:34 +00:00
Sergey A. Osokin
ee0329e171 Update nginx from 1.19.1 to 1.19.2.
Update njs module from 0.4.2 to 0.4.3.

While I'm here soften some variables and target definitions to
prepare the port for a separate build of dynamic modules.

<Changelog for nginx 1.19.2>

*) Change: now nginx starts closing keepalive connections before all
   free worker connections are exhausted, and logs a warning about this
   to the error log.

*) Change: optimization of client request body reading when using
   chunked transfer encoding.

*) Bugfix: memory leak if the "ssl_ocsp" directive was used.

*) Bugfix: "zero size buf in output" alerts might appear in logs if a
   FastCGI server returned an incorrect response; the bug had appeared
   in 1.19.1.

*) Bugfix: a segmentation fault might occur in a worker process if
   different large_client_header_buffers sizes were used in different
   virtual servers.

*) Bugfix: SSL shutdown might not work.

*) Bugfix: "SSL_shutdown() failed (SSL: ... bad write retry)" messages
   might appear in logs.

*) Bugfix: in the ngx_http_slice_module.

*) Bugfix: in the ngx_http_xslt_filter_module.

</Changelog>

<Changelog for njs 0.4.3>

Core:

*) Feature: added Query String module.

*) Feature: improved fs.mkdir() to support recursive directory creation.
   Thanks to Artem S. Povalyukhin.

*) Feature: improved fs.rmdir() to support recursive directory removal.
   Thanks to Artem S. Povalyukhin.

*) Feature: introduced UTF-8 decoder according to WHATWG encoding spec.

*) Feature: added TextEncoder/TextDecoder implementation.

*) Bugfix: fixed parsing return statement without semicolon.

*) Bugfix: fixed njs_number_to_int32() for big-endian platforms.

*) Bugfix: fixed unit test on big-endian platforms.

*) Bugfix: fixed regexp-literals parsing with '=' characters.

*) Bugfix: fixed pre/post increment/decrement in assignment operations.

</Changelog>
2020-08-11 15:38:32 +00:00
Jason W. Bacon
c794c7faf8 sysutils/auto-admin: Upgrade to 0.6.7 bugfix release
"date +%m" reports the month with a leading 0, which the shell interprets
as octal, causing auto-pkg-branch to fail in August and September.
This prevents auto-update-system from functioning properly with quarterly
snapshots.

MFH:            2020Q3 (blanket: bugfix release)
2020-08-11 15:01:53 +00:00
Matthias Fechner
711b0fc2f2 Switch gitlab internal webserver to puma.
Gitlab switched with version 13.0 to puma as default.

PR:		247564
2020-08-11 14:15:00 +00:00
Matthias Andree
615fadcde7 security/openvpn-devel: Update to 2020-W33 snapshot
Update to Week 33 snapshot:

e02616d8 Document comp-lzo no and compress being incompatible
c13d20fa Remove S_OP_NORMAL key state.
4b4f5fe2 Move parsing IV_PROTO to separate function
4edcf571 Skip existing interfaces on opening the first available utun on macOS
42b39e98 Merge check_coarse_timers and check_coarse_timers_dowork
cd88d947 Eliminate check_tls wrapper function
eed645b3 Eliminate check_incoming_control_channel wrapper function
b7aebba2 Eliminate check_fragment function
76ea0859 Rename check_ping_restart_dowork to trigger_ping_timeout_signal
ce7ddaaf Split pf_check_reload check and check timer in process_coarse_timers
feacd01c travis: don't run t_net.sh test
e9639044 Remove a number of check/do_work wrapper calls from coarse_timers
60200b9e Remove buf argument from link_socket_set_outgoing_addr
33773a02 Clean up a number of leftover C89 initialisations in ssl.c
2fdd3329 Minor cleanup in push.c
bf42466d Document different behaviour of dynamic cipher negotiation
2c1d8c33 Rework NCP compability logic and drop BF-CBC support by default
dab34fdd Fix compilation with --disable-lzo and --disable-lz4
992e9cec Log serial number of revoked certificate
71d56aea client-connect: Add documentation for the deferred client connect feature
20b39474 Abort client-connect handler loop after first handler sets 'disable'.
08f3c1ca Fix sequence of events for async plugin v1 handler.
0a7af784 Gently push users towards --data-ciphers in --show-ciphers output
5fde831c Fix stack buffer overruns in NEXTADDR() macro:
342f9b78 Add a note that ncp-ciphers is replaced by data-ciphers
30d19c6e Rename ncp-ciphers to data-ciphers
a3b21a76 Avoid sending push request after receving push reply
7cadbe24 Simplify calling logic of check_connection_established_dowork
1d86fae8 Include utun device number in utun error message

PR:		248600
Submitted by:	Eric F. Crist (maintainer)
2020-08-11 13:12:31 +00:00
Li-Wen Hsu
0fa40cf6bf Use preferred install commands
Approved by:	maintainer (implicitly)
2020-08-11 13:07:45 +00:00
Mateusz Piotrowski
af67400a53 Add net-im/scli
scli is a simple TUI (terminal user interface) for Signal, the messaging
platform.  It relies on signal-cli to connect to Signal services and urwid.

WWW: https://github.com/isamert/scli
2020-08-11 11:27:34 +00:00
Hans Petter Selasky
73bf2a49f3 Update virtual_oss_ctl to v1.2.1
Add support fore new virtual_oss features.

Approved by: pi (implicit)
2020-08-11 11:25:59 +00:00
Hans Petter Selasky
87b6d70bf2 Update virtual_oss to 1.2.6
- Added support for configurable main output and recording level compressor.
- Added support for simple HTTP streaming frontend.
- Added system startup rc.d script.
- Fixed a jitter bug.
- Updated documentation.

Approved by:	pi (implicit)
2020-08-11 11:14:58 +00:00
Mateusz Piotrowski
1d21db50cb net-im/signal-cli: Include patches bringing B-Bus support
This commit updates dbus-java and its dependencies to 3.2.2, which includes
patches contributed by grembo@, which make signal-cli work nicely with
D-Bus on FreeBSD.  It is a great thing because now it is possible to use
various TUI clients for Signal.

Additionally, we include an rc(8) service now, which allows users to run
signal-cli as a system service if they desire to use D-Bus system bus to
talk to signal-cli.

Other changes:
- Make _get-links depend on patch instead of extract (sometimes we need to
  patch Gradle config files to get the versions we really want).
- Introduce ORIGINAL_BUILD_GRADLE variable for robustness.
- Put some documentation into pkg-message to help users start using
  signal-cli.
- Set JAVA_HOME in the signal-cli script; it is a bug fix.

Special thanks to:	grembo@
2020-08-11 11:11:27 +00:00
Kurt Jaeger
e1244c9e46 New port: net/quiche
quiche is an implementation of the QUIC transport protocol and HTTP/3
as specified by the IETF.

It provides a low level API for processing QUIC packets and handling
connection state. The application is responsible for providing I/O
(e.g. sockets handling) as well as an event loop with support for timers.

WWW: https://github.com/cloudflare/quiche
WWW: https://crates.io/crates/quiche

PR:		248424
Submitted by:	Junho Choi <junho.choi@gmail.com>
2020-08-11 10:13:42 +00:00
Ashish SHUKLA
b12bdbe6f9 - Update to 2.5.1
- Convert pkg-message to UCL format

Reported by:	portscout
2020-08-11 10:02:22 +00:00
Dmitry Marakasov
cd4de35dfd - Fix LICENSE
- Update WWW

Approved by:	portmgr blanket
2020-08-11 09:36:29 +00:00
Koichiro Iwao
6809e70a95 japanese/font-vlgothic: bring back maintainership
PR number in the previous commit was wrong :(

PR:		248325
2020-08-11 09:32:59 +00:00
Adam Weinberger
92e7820bc6 textproc/p5-JSON-Validator: Update to 4.02 2020-08-11 09:08:05 +00:00
Adam Weinberger
719def2ae2 www/p5-Mojolicious: Update to 8.58 2020-08-11 09:05:56 +00:00
Yuri Victorovich
d5f3f07605 New port: cad/openfpgaloader: Universal utility for programming FPGA 2020-08-11 08:29:53 +00:00
Alexey Dokuchaev
252e842841 Remove write-only variable (it was introduced in r313633 and used for both
MAN1 and PLIST_SUB at those times, but never garbage-collected afterward).
2020-08-11 08:05:10 +00:00
Li-Wen Hsu
eee9148a14 Readd sysutils/autojump, faster way to navigate your filesystem
PR:		248470
Submitted by:	Michel Boaventura <michel@boaventura.dev>
2020-08-11 07:50:21 +00:00
Mark Linimon
0c40932ad3 Add compiler:c++11-lang to USES to fix build on GCC-based systems:
configure: error: *** A compiler with support for C++11 language features is required.

Approved by:	portmgr (tier-2 blanket)
2020-08-11 07:47:42 +00:00
Alex Dupre
a77f57758b Update to 1.4.8 release. 2020-08-11 07:15:31 +00:00
Emanuel Haupt
97dc7ffc4c Update to 0.27.5 2020-08-11 07:03:52 +00:00
Jan Beich
8bd3c23350 emulators/yuzu: update to s20200810
Changes:	6c7292de3...257b1d2c4
2020-08-11 05:37:43 +00:00
Jan Beich
97d3eae1d8 x11/squeekboard: fix syntax highlighting after r537035
Emacs 28 painted everything after ` as quoted because ` wasn't terminated.
2020-08-11 05:21:49 +00:00
Jan Beich
bfd9a0c084 x11/squeekboard: update to 1.9.3
Changes:	https://source.puri.sm/Librem5/squeekboard/compare/v1.9.2...v1.9.3
2020-08-11 05:21:43 +00:00
Jan Beich
9ec84d8eb5 accessibility/feedbackd: add new port
feedbackd provides a DBus daemon (feedbackd) to act on events to provide
haptic, visual and audio feedback. It offers a library (libfeedback) and
GObject introspection bindings to ease using it from applications.

https://source.puri.sm/Librem5/feedbackd
2020-08-11 05:21:36 +00:00
Romain Tartière
d688467cac Update to 6.11.3
Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-6113

With hat:	puppet
2020-08-11 03:29:10 +00:00
Romain Tartière
5f5b17932f Update to 5.2.18
Release notes:
https://puppet.com/docs/puppetdb/5.2/release_notes.html#puppetdb-5218

With hat:	puppet
2020-08-11 03:15:01 +00:00
Romain Tartière
a5b131e507 Document puppetdb5 vulnerability 2020-08-11 03:14:16 +00:00
Koichiro Iwao
4b07eaffcb editors/vscode: Resolve dependency confliction on node10 and 12
vscode has direct build dependency on npm-node10. And also has build dependency
on devel/electron7. devel/electron7 depends on npm-node12. As a result,
editors/vscode has dependency on both npm-node10 and npm-node12 however they
conflicts each other. This confliction of dependency prevent this port building.

PR:		248071
Submitted by:	meta (myself)
Approved by:	maintainer timeout
2020-08-11 02:18:32 +00:00