aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* net/pear-Net_IPv6: Fix for PHP < 8Reid Linnemann2022-08-162-14/+34
| | | | | | | | | Previously added patches use str_ends_with(), which is only available in php 8 and newer. This commit adds to the patch a definition of str_ends_with() in the case it is undefined in an earlier version. Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D36219
* net/rsync: Update to 3.2.5Rodrigo Osorio2022-08-162-7/+10
| | | | | | | | | | | | | | | | | | | Major changes: * CVE-2022-29154 Added some file-list safety checking * CVE-2022-37434 Fix in the bundled zlib (buffer overflow issue) * Fix the handling of filenames specified with backslash-quoted wildcards whith the remote-arg-escaping * Fix configure check for signed char that causes bogus checksums * rsync is compiled with an xxhash 0.8 library * New --trust-sender option to bypass the extra file-list safety checking Full changelog: https://github.com/WayneD/rsync/blob/master/NEWS.md PR: 265633 Reported by: rob2g2 <rob2g2-freebsd@bitbert.com> Relnotes: yes Security: CVE-2022-29154 Security: CVE-2022-37434
* net/wackamole: Fix build on armv7Robert Clausecker2022-08-169-20/+59
| | | | | | | | | | | | Jails may not have a bpf(4) device, but can still build with BPF. - fix the configure test for BPF detection - define LICENSE - fix two obvious bugs in the code PR: 265561 Approved by: maintainer timeout, >2 weeks MFH: 2022Q3
* net/glib-networking: update to 2.72.2 release (+)Dima Panov2022-08-152-4/+4
| | | | Changelog: https://gitlab.gnome.org/GNOME/glib-networking/-/blob/glib-2-72/NEWS
* net/fb303: Update 2022.08.08.00 -> 2022.08.15.00Yuri Victorovich2022-08-152-5/+4
|
* net/wangle: Update 2022.08.08.00 -> 2022.08.15.00Yuri Victorovich2022-08-152-5/+4
|
* net/msoak: New portDaniel Engberg2022-08-155-0/+46
| | | | | | | | | | Subscribe to different MQTT brokers and topics simultaneously, and soak up what they have to offer. WWW: https://github.com/jpmens/msoak PR: 243127 Reviewed by: Jan-Piet Mens <ports@jpmens.net> (maintainer)
* net/keycloak: Upgrade to 19.0.1Fernando Apesteguía2022-08-154-3141/+529
| | | | | | | ChangeLog: https://www.keycloak.org/2022/07/keycloak-1901-released PR: 265072 Reported by: yonas.yanfa@gmail.com (maintainer)
* net/rclone: Fix /dev/fuse polling issueDmitri Goutnik2022-08-152-1/+16
| | | | | | | | | Apply bazil/fuse workaround from [1], bump PORTREVISION. [1] https://github.com/golang/go/issues/54100#issuecomment-1200165500 PR: 258056 Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* net/traefik: Update to upstream version 2.8.3Thomas Zander2022-08-142-5/+4
| | | | | | | | | | Details: - Bugfixes, see https://github.com/traefik/traefik/releases/tag/v2.8.3 - In rare occasions, updating config files may be necessary, see https://doc.traefik.io/traefik/migration/v2/#v282 MFH: 2022Q3
* *: bump PORTREVISION of all devel/xxhash users...Matthias Andree2022-08-139-5/+9
| | | | ...except archivers/py-borgbackup, which requires a more complete fix.
* */*: bump all consumers after recent boost upgradeDima Panov2022-08-1237-12/+37
|
* net/pear-Net_IPv6: Add patches for handling zonesReid Linnemann2022-08-123-2/+320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: The upstream Net/IPv6 package from PEAR has significant bugs revolving around handling of string presentation v6 addresses which have RFC 4007 zones. Patches are added in this commit to address them plus a handful of other errors until an updated version of the package becomes available with these changes included. * Add getZone() and removeZone() class methods * Alter SplitV64() to remove any zone before attempting to split an address into v6 and v4 parts. The zone has no meaning in this context * Alter compress to remove and restore a zone prior to restoring a prefix * Alter compress() to rejoin a compressed v6 part with a v4 part with a colon if the v6 part does not already end with one * Fix undefined variable '$address' in isCompressible() * Ensure no zone is present at the end of an address in _ip2Bin(). The zone is not a part of the binary address * Change string/int arithmetic to int/int arithmetic in _ip2Bin by mapping exploded v4 address octets to integer values * Fix unit tests to work in modern versions of php and phpunit * Align test case class name with source file name * Use phpunit namespaces * Make return type of AllTests::setUp() the expected 'void' In addition, eight unit tests are added for basic verification of zone handling. Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D36151
* net/storj: update Storj programs to version 1.61.1Alexey Dokuchaev2022-08-113-16/+19
| | | | Reported on: https://t.me/storjRU
* net/boinc_curses: adopt, portfmtLarry Rosenman2022-08-101-3/+5
|
* net/boinc-client: add keyword.h include for boinc_cursesLarry Rosenman2022-08-102-63/+82
| | | | portfmt run as well.
* net/grpcui: Update 1.3.0 -> 1.3.1Yuri Victorovich2022-08-092-17/+16
| | | | Reported by: portscout
* net/grpcurl: Update to 1.8.7Neel Chauhan2022-08-092-5/+4
|
* net/radsecproxy: Bump to 1.9.1Jørn Åne de Jong2022-08-093-6/+6
| | | | | PR: 265705 Approved by: me (maintainer/committer)
* net/wlvncc: update to s20220730Jan Beich2022-08-092-5/+5
| | | | Changes: https://github.com/any1/wlvncc/compare/df203e5...9ef4184
* net/seaweedfs: update to 3.20, use GO_MODULE magicDave Cottlehuber2022-08-093-520/+9
| | | | | Obtained from: dmgk Sponsored by: SkunkWerks, GmbH
* graphics/poppler: bump dependenciesTobias C. Berner2022-08-091-1/+1
| | | | Bump port revisions of poppler users after 04f1b0c1a895851aed9221282c1a503bc7415a37
* net/fb303: Update 2022.08.01.00 -> 2022.08.08.00Yuri Victorovich2022-08-082-4/+4
|
* net/wangle: Update 2022.08.01.00 -> 2022.08.08.00Yuri Victorovich2022-08-082-4/+4
|
* net/termshark: Switch to GO_MODULE magic, bump PORTREVISIONRyan Steinmetz2022-08-082-203/+7
|
* net/boinc-client: more plist fixesLarry Rosenman2022-08-081-6/+6
| | | | no PORTREVISION bump since my first attempt didn't work.
* net/waypipe: update to 0.8.3Jan Beich2022-08-072-5/+5
| | | | | Changes: https://gitlab.freedesktop.org/mstoeckl/waypipe/-/releases/v0.8.3 Reported by: GitLab (notify releases)
* net/nsscache: Update to 0.46Kevin Bowling2022-08-072-4/+4
|
* net/boinc_client: fix plist issuesLarry Rosenman2022-08-072-5/+6
|
* [NEW] net/onionprobe: Test and monitor Tor Onion ServicesVinícius Zavam2022-08-077-0/+85
| | | | | | | | | | | | Onionprobe is a tool for testing and monitoring the status of Tor Onion Services sites. It can run a single time or continuously to probe a set of onion services endpoints and paths, optionally exporting to Prometheus. WWW: https://pypi.org/project/onionprobe Sponsored by: TorBSD Diversity Project, TDP Sponsored by: The Tor Project
* net/rospo: update to 0.10.0Robert Clausecker2022-08-062-42/+74
| | | | | | Changes: https://github.com/ferama/rospo/releases/tag/v0.10.0 PR: 265650
* net/irrd: Update version 4.2.4=>4.2.5Muhammad Moinur Rahman2022-08-062-4/+4
| | | | Relnotes: https://github.com/irrdnet/irrd/releases/tag/v4.2.5
* [NEW] net/py-cepa: Python controller library for TorVinícius Zavam2022-08-064-0/+45
| | | | | | | | | | | | | Cepa (short for allium cepa) is a fork of stem that adds support for v3 onion client authentication. With it you can use Tor's control protocol to script against the Tor process, or build things such as Nyx. WWW: https://github.com/onionshare/cepa Sponsored by: TorBSD Diversity Project, TDP Sponsored by: The Tor Project
* net/activemq: Update to 5.17.1Neel Chauhan2022-08-064-28/+6
|
* net/termshark: Update to 2.4.0Ryan Steinmetz2022-08-053-123/+156
|
* ports/cura: Update to 4.13.1Diane Bruce2022-08-046-16/+13
| | | | | | | | | | | | Major update to 4.13.1 not 4.12 I've said it before and I'll say it again. This port should be a group effort but a cads porting team. I'd be happy to give up Maintainership as my only interest with cura was to get it into ports. PR: ports/255630 Reported by: unrelentingtech <greg@unrelenting.technology> Tested by: trombik1973@gmail.com
* net/gtk-vnc: Update to 1.3.1Neel Chauhan2022-08-043-4/+5
|
* net/activemq: Update to 5.16.5Juraj Lutter2022-08-042-4/+4
| | | | PR: 265591
* net/openldap24-server: Fix CONFLICTSMateusz Piotrowski2022-08-041-2/+2
| | | | | | | | Error message: pkg: openldap26-client-2.6.3 conflicts with openldap24-client-2.4.59_4 (installs files into the same place). Problematic file: /usr/local/bin/ldapadd Approved by: portmgr blanket
* net/storj: update Storj programs to version 1.60.3Alexey Dokuchaev2022-08-044-10/+10
| | | | Reported by: portscout
* net/libfabric: Not broken on riskv64Yuri Victorovich2022-08-041-2/+0
| | | | It was only breaking in the quarterly branch.
* net/libfabric: Broken on riskv64Yuri Victorovich2022-08-041-0/+2
| | | | Reported by: fallout
* net/dpdk-20.11: Remove devclass from DRIVER_MODULE on recent main.John Baldwin2022-08-031-0/+18
| | | | | Reviewed by: erj, bruce.richardson@intel.com (maintainer) Differential Revision: https://reviews.freebsd.org/D35956
* net/dpdk: Remove devclass from DRIVER_MODULE on recent main.John Baldwin2022-08-031-0/+18
| | | | | Reviewed by: erj Differential Revision: https://reviews.freebsd.org/D35955
* all: Bump PORTREVISION after Go updateDmitri Goutnik2022-08-0354-49/+54
| | | | Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
* all: Keep ports that need go1.18 on 1.18Dmitri Goutnik2022-08-037-7/+7
| | | | | Some ports are not (yet) buildable with go1.19, keep them on 1.18 for now.
* net/tigervnc-server: add now missing libcxvt dependencyBaptiste Daroussin2022-08-031-1/+2
| | | | This is needed since the xorg-server upgrade
* net/wireshark: Update to 3.6.7Joe Marcus Clarke2022-08-033-6/+6
| | | | | See https://www.wireshark.org/docs/relnotes/wireshark-3.6.7.html for a list of changes in this release.
* maintainer: Update to FreeBSD addressFelix Palmen2022-08-031-1/+1
| | | | | | | | Change all MAINTAINER entries with <felix@palmen-it.de> to <zirias@FreeBSD.org>. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36029
* net/tigervnc-server: fix build with xorg-server 21.1.4Baptiste Daroussin2022-08-034-2/+144
| | | | | | | Import patches from upstream which fixes the build with recent xorg-server Reported by: leres@