Commit graph

504685 commits

Author SHA1 Message Date
Yuri Victorovich
83c2ba38f5 devel/cppurses: Update 0.3-4 -> 0.3-5 2020-04-16 16:13:19 +00:00
Tobias C. Berner
b2523a307d net/qt5-network: readd support for LibreSSL
- as with every Qt5 upgrade, we dropped LibreSSL support
- this readds it

PR:		245600
Submitted by:	rozhuk.im@gmail.com
Reported by:	p5B2E9A8F@t-online.de
2020-04-16 16:11:01 +00:00
Tobias C. Berner
5af0d0c108 New Port: graphics/kimageannotator and graphics/kcolorpicker
This is a future dependency for graphics/spectacle.
2020-04-16 15:23:01 +00:00
Mikael Urankar
94a3437c9b net-mgmt/alertmanager: update 0.20.0
- update 0.20.0
 - fix build on aarch64

PR:		245350
Approved by:	michal@hanu.la (maintainer)
2020-04-16 15:16:28 +00:00
Ryan Steinmetz
5ead718d47 - Update to 3.0.21 2020-04-16 15:01:04 +00:00
Dirk Meyer
ad4b67ce32 - revert merge 2020-04-16 14:59:57 +00:00
Alexey Dokuchaev
761bd3d673 - Update `x11-fm/worker' to version 4.4.0
- Fix some sorting bugs in the pkg-plist

Approved by:	maintainer
2020-04-16 14:58:19 +00:00
Dirk Meyer
b30ea07198 - set svn:keywords 2020-04-16 14:56:26 +00:00
Dirk Meyer
ae5215e025 - cleanup rc.d script 2020-04-16 14:49:59 +00:00
Piotr Kubaj
bc11988061 science/erkale: fix build on GCC architectures
Use newer GCC:
/usr/local/include/armadillo_bits/compiler_setup.hpp:190:6: error: #error "*** newer compiler required ***"
2020-04-16 14:48:37 +00:00
Piotr Kubaj
e9d62f5595 www/kcgi: fix build on GCC architectures
Use newer GCC:
kcgi.h:644: error: wrong number of arguments specified for 'deprecated' attribute
2020-04-16 14:07:39 +00:00
Piotr Kubaj
cce0c54f06 security/nss: go back to using clang on powerpc64 where available
head r359981 and r359994 reverted commits that caused clang to run in infinite loop, allocating all available memory and crashing the system.
2020-04-16 14:05:43 +00:00
Steve Wills
b56a11b096 databases/memcached: update to 1.6.5
PR:		245628
Submitted by:	Artyom Davidov <ard_1@mail.ru>
2020-04-16 12:39:33 +00:00
Alexey Dokuchaev
51a79e6421 Update OpenTTD to version 1.10.1, mandatory bugfix release.
Some server administrators complained about us breaking the admin
port protocol.  Sorry about that, we're bringing the old protocol
back now, your old tools will now work again.

Someone also found two crash bugs to fix, game script goal question
id's being truncated, and a display issue when refitting incredibly
large trains.

Found out via:	repology.org
2020-04-16 12:19:22 +00:00
Mathieu Arnold
5cc91e6b62 Update to 0.3.2. 2020-04-16 11:37:43 +00:00
Kai Knoblich
e52a51445c www/py-django-registration-redux: Update to 2.7
* Assign the port to Django 2.2 (current LTS release) because Django 1.11 is
  End-of-Life since April.

* Switch back from Github to CHEESESHOP as sdist tarballs at PyPI are
  available again.

* Also remove textproc/pootle from CONFLICTS_INSTALL as it no longer exists
  in the Ports tree.

PR:		245643
Approved by:	Kevin Golding <ports@caomhin.org> (maintainer)
2020-04-16 11:01:22 +00:00
Mathieu Arnold
4ed38ac47f Original web site disapeared, switch to the github repository. 2020-04-16 10:28:14 +00:00
Mathieu Arnold
ec441d76cc Fix a few redirects to https in my ports. 2020-04-16 10:27:59 +00:00
Fernando Apesteguía
d711938155 devel/codequery: update to 0.23.0
ChangeLog:
https://github.com/ruben2020/codequery/blob/master/NEWS.md#version-0230---apr-15-2020

Accumulated changes:

 * The CMake build directory is now moveable and renameable
 * Enhancement: Added build option for no GUI
 * Enhancement: Updated Scintilla to 3.11.2
 * Enhancement: Performance improvement by using QString instead of STL String
   for search through GUI
 * Enhancement: Added ability to general call function and class inheritance
   graph through cqsearch CLI
 * Enhancement: Added ability to filter by path added to cqsearch CLI
 * Enhancement: Changing query type on the GUI dropbox will start a search
   immediately
 * Enhancement: Clicking on a line in the GUI file viewer, will now highlight
   the appropriate function in the function list
 * Enhancement: Now Qt5 becomes the default build option in CMakeLists.txt
 * Enhancement: Windows installer changed from InnoSetup to Wix Toolset, to
   generate MSI installer
 * Enhancement: Now Windows installer will be in two versions: Qt5, 64-bit or
   Qt4, 32-bit
 * Bugfix: Default font selection for GUI file viewer, instead of becoming
   empty
 * Bugfix: Improved annotation accuracy in GUI
 * Bugfix: Improved brace highlighting in GUI
 * Bugfix: Fixed the bug where function list next to GUI file viewer doesn't
   work properly for grep

Reported by:	portscout
2020-04-16 10:13:44 +00:00
Matthias Andree
9e0d49b895 security/openvpn: Fix illegal client float (CVE-2020-11810)
There is a time frame between allocating peer-id and initializing data
channel key (which is performed on receiving push request or on async
push-reply) in which the existing peer-id float checks do not work right.

If a "rogue" data channel packet arrives during that time frame from another
address and with same peer-id, this would cause client to float to that new
address.

The net effect of this behaviour is that the VPN session for the "victim
client" is broken. Since the "attacker client" does not have suitable keys,
it can not inject or steal VPN traffic from the other session. The time
window is small and it can not be used to attack a specific client's session,
unless some other way is found to make it disconnect and reconnect first.

This fix is inherited by the openvpn-mbedtls slave port.

Obtained from:	Lev Stipakov (OpenVPN)
MFH:		2020Q2 (blanket security patch)
Security:	CVE-2020-11810
Security:	8604121c-7fc2-11ea-bcac-7781e90b0c8f
2020-04-16 09:46:15 +00:00
Alexey Dokuchaev
3fd3e8a2d1 - Update GNU AWK to version 5.1.0
- Switch to smaller .tar.lz distfile

Reported by:	portscout
2020-04-16 09:41:31 +00:00
Thierry Thomas
bd9cd48a9a Adding patches from upstream (by bnoordhuis) to solve an issue with dns/bind916).
See <https://github.com/libuv/libuv/issues/2791>
and <https://github.com/libuv/libuv/pull/2792>

PR:		245653
Reported by:	lysfjord.daniel(at)smokepit.net and many
2020-04-16 09:37:39 +00:00
Dmitry Marakasov
6281e3cb8d - Fix LICENSE
- Add LICENSE_FILE
- Silence patching
- Update WWW

Approved by:	portmgr blanket
2020-04-16 09:32:26 +00:00
Matthias Andree
fe8bbbb4de document security/openvpn{,-mbedtls,-devel} illegal client float DoS
URL:		https://community.openvpn.net/openvpn/ticket/1272

Reported by:	Lev Stipakov
Security:	CVE-2020-11810
Security:	8604121c-7fc2-11ea-bcac-7781e90b0c8f
2020-04-16 09:32:25 +00:00
Alexey Dokuchaev
5cd5946c8f - Update `x11/hsetroot' to version 1.0.5
- Adds -root parameter, to treat the whole desktop as one display,
  applying the image over the whole, instead of per each display
- No longer depends on xrandr(1) in the run-time

Found out via:	repology.org
2020-04-16 09:16:53 +00:00
Alex Dupre
9aec26f259 Fix build on 32-bit platforms. 2020-04-16 09:16:04 +00:00
Richard Gallamore
40befbbd9d Updated to 7.0.7
Changes: https://download.seafile.com/published/seafile-manual/changelog/client-changelog.md
2020-04-16 08:58:19 +00:00
Richard Gallamore
752e05dfb6 Fix python version hard coding in plists 2020-04-16 08:30:33 +00:00
Kai Knoblich
bcea4d452e net-mgmt/netbox: Update to 2.7.12
Changelog:

Enhancements:
* Reference VRF by name rather than RD during IP/prefix import
* Use absolute URLs in rack elevation SVG renderings
* Allow connecting cables between two circuit terminations
* Add the webhook_receiver management command to assist in troubleshooting
  outgoing webhooks

Bug Fixes:
* Fix typing of count_ipaddresses on interface serializer
* Fail cleanly when trying to import multiple device types simultaneously
* Fix exception when disconnecting a cable from a power feed
* Tweak display of unset custom integer fields
* Fix reservation edit/delete button URLs on rack view

https://github.com/netbox-community/netbox/releases/tag/v2.7.12

MFH:		2020Q2
2020-04-16 07:59:23 +00:00
Mateusz Piotrowski
1d457939c9 Update to 1.2.7.1
Release notes:
- https://github.com/EduMIPS64/edumips64/releases/tag/v1.2.7
- https://github.com/EduMIPS64/edumips64/releases/tag/v1.2.7.1
2020-04-16 07:51:38 +00:00
Hans Petter Selasky
0db63d3939 Prepare port for coming LibV4L upgrade by disabling udev support.
Discussed with:	maintainer
Approved by:	pi (implicit)
2020-04-16 07:08:46 +00:00
Mateusz Piotrowski
a85248844e net-im/toot: Update to 0.26.0
Release notes:
https://github.com/ihabunek/toot/releases/tag/0.26.0
2020-04-16 07:08:01 +00:00
Hans Petter Selasky
5ad83633fc Update webcamd to version 5.7.1.1
Fix compilation for 32-bit platforms.

Approved by:	pi (implicit)
2020-04-16 07:01:55 +00:00
Fernando Apesteguía
e0fc67aa9e multimedia/shotcut: update to 20.04.12
ChangeLog: https://shotcut.org/blog/new-release-200412/

Reported by:	portscout
2020-04-16 06:52:58 +00:00
Koichiro Iwao
1222d1e166 leftover of r531821
PR:		245551
2020-04-16 06:48:32 +00:00
Koichiro Iwao
12a5a78e91 New port: net-im/tut: TUI for Mastodon
Minimal, configurable and vim-key inspired terminal
user interface for Mastodon.

PR:		245551
Submitted by:	Lewis Cook <vulcan@wired.sh>
2020-04-16 06:46:29 +00:00
Koichiro Iwao
df43f6cf2e devel/py-oci: Update to 2.12.4
PR:		245631
Submitted by:	Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
Relnotes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.12.4
2020-04-16 06:30:35 +00:00
Koichiro Iwao
c3eb9c5a37 devel/rubygem-oci: Update to 2.8.0
PR:		245632
Submitted by:	Alessandro Sagratini <ale_sagra@hotmail.com>  (maintainer)
Relnotes:	https://github.com/oracle/oci-ruby-sdk/releases/tag/v2.8.0
2020-04-16 06:02:16 +00:00
Jung-uk Kim
13dc126a12 Update to 32.0.0.363. 2020-04-16 05:36:22 +00:00
Xin LI
03fb828400 www/pomerium: update to 0.7.3. 2020-04-16 03:11:50 +00:00
Roman Bogorodskiy
468642dee3 net/py-pyzmq: update to 19.0.0 2020-04-16 03:01:14 +00:00
Richard Gallamore
cfe688ad8d * Updated to 2.6.0
Changes: https://django-constance.readthedocs.io/en/latest/changes.html
2020-04-16 02:12:53 +00:00
Richard Gallamore
598b24781a * Updated to 3.0.3
Changes: https://github.com/mar10/wsgidav/blob/master/CHANGELOG.md
2020-04-16 02:02:10 +00:00
Richard Gallamore
8527ed37da * Updated to 0.7.0
Changes: https://github.com/owais/django-webpack-loader/releases
2020-04-16 02:00:56 +00:00
Richard Gallamore
140ba364cb * Updated to 2.0.2
Changes: https://github.com/hamcrest/PyHamcrest/blob/master/CHANGES.txt
2020-04-16 01:57:59 +00:00
Richard Gallamore
a0c858bf9c * Updated to 0.7.0
Changes: https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst
2020-04-16 01:56:50 +00:00
Richard Gallamore
df29390ecd * Updated to 3.3.3
Changes: https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
2020-04-16 01:54:09 +00:00
Jan Beich
c9e4a7467c multimedia/aom: update to 1.0.0.3453
Changes:	https://aomedia.googlesource.com/aom/+log/797b6feb1..fbf298a0f
2020-04-16 00:58:55 +00:00
Jan Beich
7a5236d0d2 emulators/citra: update to s20200415
Changes:	d5a435fdf...9ae37da29
2020-04-16 00:58:43 +00:00
Jan Beich
0b9049554a emulators/yuzu: update to s20200415
Changes:	7e4a132a7...65cbb122e
2020-04-16 00:58:25 +00:00