Commit Graph

36983 Commits

Author SHA1 Message Date
Neel Chauhan 8117f99349 net/yate: Update to 6.3.0 2021-02-12 04:25:53 +00:00
Neel Chauhan 4c13b04764 net/openvswitch: Update to 2.14.2
Changes: https://www.openvswitch.org/releases/NEWS-2.14.2.txt
2021-02-12 04:22:13 +00:00
Neel Chauhan 23fe3915e3 net/cloudquery: Update to 0.9.1
Changes: https://github.com/cloudquery/cloudquery/releases/tag/v0.9.1
2021-02-12 04:18:26 +00:00
Kevin Bowling a0e2a8e719 net/libnss-cache: Update to 0.18
Sponsored by:	BBOX.io
2021-02-10 23:23:30 +00:00
Cy Schubert 1184a12e5f Fix 13-STABLE and 14-CURRENT for real.
r564711 attempted to provide both the definitions to use the old
NO_WERROR and the new MK_WERROR. However foot-shooting protection
prevents such innovative approaches. Therefore additional logic
is required.

PR:		253000
Submitted by:	cy
Reported by:	cy
Approved by:	jlh (maintainer, by private email)
MFH:		2021Q1
2021-02-10 15:39:56 +00:00
Nuno Teixeira 103c3702de Submitted by: Nuno Teixeira <eduardo@FreeBSD.org> (maintainer)
Approved by:	dbaio, garga (mentors)
Differential Revision:	https://reviews.freebsd.org/D28534
2021-02-10 07:42:50 +00:00
Yuri Victorovich 90f6495e7b net/rsocket-cpp: Update 2021.02.01.00 -> 2021.02.08.00 2021-02-09 20:12:12 +00:00
Yuri Victorovich 1ac71decc8 net/fbzmq: Update 2021.02.01.00 -> 2021.02.08.00 2021-02-09 20:12:08 +00:00
Yuri Victorovich 4699ea6596 net/wangle: Update 2021.02.01.00 -> 2021.02.08.00 2021-02-09 20:11:58 +00:00
Tobias C. Berner ed28803b50 graphics/poppler: update to 21.02
Release 21.02.0:
        core:
         * GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
         * Fix memory leak if saving the file fails
         * Internal code improvements
         * Fix various issues handling broken files
         * Make checkedAdd work for long long in MSVC

        qt5:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        qt6:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        utils:
         * pdftohtml: Fix error() parameter type

PR:		253183
Exp-run by:	antoine
2021-02-09 11:10:57 +00:00
Fernando Apesteguía 46abde0a25 net/open-isns: Update to 0.101
ChangeLog: https://github.com/open-iscsi/open-isns/blob/master/ChangeLog

PR:	253343
Submitted by:	pavelivolkov@gmail.com (maintainer)
2021-02-09 06:56:15 +00:00
Neel Chauhan 26206008a6 net/3proxy: Update to 0.9.3
Changes: https://github.com/z3APA3A/3proxy/releases/tag/0.9.3

PR:		253357
Submitted by:	timp87 AT gmail DOT com (maintainer)
2021-02-09 02:53:39 +00:00
Philip Paeps 97806282ca net/aquantia-atlantic-kmod: Fix build on CURRENT
This patch enables the port to build a working if_atlantic.ko on
13-CURRENT, broken since r353868 (Git commit 19e09f447fd9), where
the `if_multi_apply` and `if_multiaddr_count` KPIs were removed.

PR:             252642
Submitted by:   Michael Chiu <nyan-at-myuji.xyz>
Approved by:    koobs (maintainer)
MFH:            2021Q1 (blanket: build fix)
Differential_Revision: https://reviews.freebsd.org/D28135
2021-02-09 02:51:02 +00:00
Neel Chauhan d5bd2f9105 net/yate: Update to 6.2.0 and adopt port 2021-02-08 23:48:17 +00:00
Neel Chauhan 8cd07027f9 net/openvswitch: Update to 2.14.1 and adopt port
Changes: https://www.openvswitch.org/releases/NEWS-2.14.1.txt
2021-02-08 23:40:20 +00:00
Neel Chauhan e2d30b9c96 net/h323plus: Update to 1.27.2 2021-02-08 23:37:25 +00:00
Neel Chauhan 250ff7b124 net/cloudquery: Update to 0.8.14 2021-02-08 23:11:47 +00:00
Cy Schubert dedcbe9bca Fix build under 13-ALPHA and 14-CURRENT.
As of src/7fa2f2a62f04f095e1e27ad55aa22a8f59b1df8f NO_WERROR was
renamed MK_WERROR. Rather than add logic, use a redundant definition that
will be a NOP on the "other" version of FreeBSD. This should be maintained
until 12-STABLE is retired.

PR:		253000
Submitted by:	cy
Reported by:	cy
Reviewed by:	jlh (maintainer)
Approved by:	jlh (maintainer)
MFH:		2021Q1
Differential Revision:	https://reviews.freebsd.org/D28361
2021-02-08 14:25:58 +00:00
Rainer Hurling d4f08da488 net/rtg: Update to 0.7.5
* Updated to latest cgilib (0.7)
* Removed old GD/PNG/ZLIB bundled libraries for ease of upgrading
* Added -b (background/daemonise) flag to rtgpoll
* Added -p <file> (PID file) flag to rtgpoll
* Added graph titles and legends to rtgplot
* Updated PHP scripts from ancient mysql to newer mysqli library
* Fixed many potential SQL injection and other vulnerabilities
* Updated MySQL support to compile against MySQL 8.0+
* Updated MySQL support to use mysql_config to pull in
  CFLAGS/LDFLAGS required depending on MySQL build
* Updated MySQL table schemas to support clustered MySQL setups
* Updated MySQL table schemas to improve speed (indexes)
* Added MySQL option to auto-reconnect if MySQL server goes away
* Changed default SNMP version to 2
* Removed deprecated SNMP library options
* Added 'Update_desc' option to rtg.con to auto-update interface
  descriptions
* Fixed all compilation warnings, even when compiling with
  -pedantic -Wall -Werror
* Push config into sysconfdir and web utils into htmldir
* Added -u <user> -g <group> options for rtgpoll to run as user
  instead of root
* Added -r <path> chroot option

No changelog, only NEWS file

PR:		253311
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D28523
2021-02-08 09:25:18 +00:00
Kevin Bowling 0144d64f0f net/nsscache: Update to 0.41
Sponsored by:	BBOX.io
2021-02-08 04:54:21 +00:00
Yuri Victorovich a9749772e2 net/inlets: Update 2.7.12 -> 3.0.0
Reported by:	portscout
2021-02-07 22:14:51 +00:00
Neel Chauhan 926e942f9a net/kafka: update to 2.7.0
PR:		253301
Submitted by:	timp87 AT gmail DOT com
2021-02-07 19:42:44 +00:00
Neel Chauhan 38b0f798bb net/mcjoin: Update to 2.9
Changes: https://github.com/troglobit/mcjoin/blob/v2.9/ChangeLog.md

PR:		251475
Submitted by:	John W. O'Brien <john AT saltant DOT com>
2021-02-07 19:29:00 +00:00
Roman Bogorodskiy 81bf95d1a8 net/py-pyzmq: update to 22.0.2 2021-02-07 10:38:02 +00:00
Neel Chauhan 9be904bbd0 net/cloudquery: Update to 0.8.12 2021-02-07 01:39:12 +00:00
Sunpoet Po-Chuan Hsieh 8e1464576a Update to 1.35.0
Changes:	https://github.com/grpc/grpc/releases
		https://github.com/grpc/grpc/commits/master/src/ruby
2021-02-06 21:24:29 +00:00
Sunpoet Po-Chuan Hsieh 57a0a55bb9 Update to 0.4.0
Changes:	https://github.com/googleapis/google-cloud-ruby/releases
		https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-spanner-v1/CHANGELOG.md
2021-02-06 21:24:23 +00:00
Sunpoet Po-Chuan Hsieh bdcba18e50 Update to 0.2.0
Changes:	https://github.com/googleapis/google-cloud-ruby/releases
		https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-spanner-admin-instance-v1/CHANGELOG.md
2021-02-06 21:24:17 +00:00
Sunpoet Po-Chuan Hsieh e43e3260c5 Update to 0.3.0
Changes:	https://github.com/googleapis/google-cloud-ruby/releases
		https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-spanner-admin-database-v1/CHANGELOG.md
2021-02-06 21:24:12 +00:00
Sunpoet Po-Chuan Hsieh a1c21a470c Update to 0.3.0
Changes:	https://github.com/googleapis/google-cloud-ruby/releases
		https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-pubsub-v1/CHANGELOG.md
2021-02-06 21:24:06 +00:00
Sunpoet Po-Chuan Hsieh 170e59adf1 Update to 0.4.0
Changes:	https://github.com/googleapis/google-cloud-ruby/releases
		https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-logging-v2/CHANGELOG.md
2021-02-06 21:24:00 +00:00
Sunpoet Po-Chuan Hsieh d9b74940a0 Update to 0.2.0
Changes:	https://github.com/googleapis/google-cloud-ruby/releases
		https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-bigtable-v2/CHANGELOG.md
2021-02-06 21:23:54 +00:00
Sunpoet Po-Chuan Hsieh 0f6b062f37 Update to 0.3.0
Changes:	https://github.com/googleapis/google-cloud-ruby/releases
		https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-bigtable-admin-v2/CHANGELOG.md
2021-02-06 21:23:49 +00:00
Sunpoet Po-Chuan Hsieh 9726afaed8 Update to 1.0.2
Changes:	https://github.com/rofl0r/microsocks/releases
		https://github.com/rofl0r/microsocks/commits/master
2021-02-06 20:43:55 +00:00
Sunpoet Po-Chuan Hsieh a08db579e2 Update to 1310.80.1 2021-02-06 20:43:49 +00:00
Baptiste Daroussin d2e6dd0b1a Remove twitux: does not work with actual twitter
Approved by:	maintainer (oz@cyprio.net)
2021-02-06 19:50:30 +00:00
Dmitry Sivachenko 84d00cd0cd Update to version 2.2.9. 2021-02-06 18:48:13 +00:00
Dmitry Sivachenko 3371bc5bb8 Fix build with clang 11. 2021-02-06 18:43:23 +00:00
Dmitry Sivachenko ec112fba14 Update to version 2.3.5. 2021-02-06 11:48:48 +00:00
Dmitry Sivachenko 61579ea9f9 Update to version 2.4-dev7 2021-02-06 11:47:47 +00:00
Sunpoet Po-Chuan Hsieh d3932e0e48 Fix grpc issue in gitlab-ce
- While I'm here, use = instead of ?= because gitlab-ce does not have slave port
- Bump PORTREVISION for dependency change

gitlab-ce has some runtime issue with grpc versions, especially upb stuff.
Move all gitlab-ce dependencies to specific grpc/rubygem-grpc versions in order
to keep gitlab-ce port more robust.

The changes are as follows:
- Add devel/grpc134 (copied from devel/grpc)
- Add net/rubygem-grpc130 (copied from net/rubygem-grpc)
- Move gitlab-ce and its dependencies to grpc134 and rubygem-grpc130

Differential Revision:	https://reviews.freebsd.org/D28491
Submitted by:	sunpoet (myself)
Approved by:	mfechner
Tested by:	mfechner
2021-02-06 01:22:51 +00:00
Alexey Dokuchaev 82037ffe73 Update to version 1.21.2. 2021-02-05 08:14:11 +00:00
Babak Farrokhi 1cbc4a6ff6 net/radvd: improve FreeBSD multicast patch for version 12 and up
PR:		252877
Submitted by:	Franco Fichtner <franco@opnsense.org>
2021-02-05 00:54:20 +00:00
Tobias C. Berner 9ec1ad5e14 net/libwebsockets: Update to 4.1.6
Changelog:
	https://libwebsockets.org/git/libwebsockets/tree/changelog?h=v4.1-stable

PR:		251835
Submitted by:	daniel.engberg.lists@pyret.net
Approved by:	iblis.dif01@nctu.edu.tw (timeout)
2021-02-04 20:24:09 +00:00
Kurt Jaeger 6db46e97cc net/routinator: 0.8.2 -> 0.8.3
- This has the very first version of a lightweight user interface,
  for more details see the release notes

PR:		253250
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Relnotes:	https://nlnetlabs.nl/news/2021/Feb/02/routinator-0.8.3-released/
2021-02-04 19:28:06 +00:00
Tobias C. Berner 6954aa7786 Update KDE Release-Service to 20.12.2
Some of our projects release on their own timescale and some get released
en-masse. The 20.12.2 bundle of projects was released today with dozens of
bugfixes and will be available through app stores and distros soon. See the
20.12.2 releases page for details.

Some of the fixes in today’s bugfix releases include:

	*    Ark no longer crashes when closing the window while loading a TAR archive
	*    Dolphin calculates the folder size on FUSE and network file systems correctly now
	*    Konsole no longer crashes when exiting all tabs at the same time
	*    Dictionaries can be added in Kiten’s config dialog
	*    Umbrello doesn’t crash anymore if exiting when a widget in a diagram is selected

Release Notes:
	https://community.kde.org/Releases/20.12_Release_Notes

Full Changelog:
	https://kde.org/announcements/fulllog_releases-20.12.2/
2021-02-04 19:21:17 +00:00
Kurt Jaeger 42bb67838f net/repeater: update 0.14 -> 0.17, update master site
Approved by:	oleg@newestvision.com (maintainer)
2021-02-04 19:06:54 +00:00
Baptiste Daroussin f667e41092 Remove expired gstreamer 0.x
gstreamer 1.x has been introduced long ago and gstreamer 0.x was kept
to let time for applications to catchup on gstreamer 1.x
2021-02-04 06:04:50 +00:00
Neel Chauhan 9a1465e0b3 net/cloudquery: Update to 0.8.11
Approved by:	0mp (mentor, implicit)
2021-02-04 01:43:54 +00:00
John Hixson fd1b5aac47 net/py-zeroconf: update to version 0.28.8 2021-02-04 00:52:55 +00:00