summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/cppzmq: update 4.10.0 → 4.11.0Yuri Victorovich97 min.3-8/+14
|
* net/wutil: Update 0.4.1 => 0.4.2Muhammad Saheed6 hours2-6/+4
| | | | | | | | | | | | | Fix build on 13. Changelog: https://github.com/MainKt/wutil/releases/tag/v0.4.2 Commit log: https://github.com/MainKt/wutil/compare/v0.4.1...v0.4.2 PR: 290666 MFH: 2025Q4
* www/gitlab: major update to 18.5.1Matthias Fechner7 hours2-8/+8
| | | | | Changes: https://about.gitlab.com/releases/2025/10/16/gitlab-18-5-released/ Changes: https://about.gitlab.com/releases/2025/10/22/patch-release-gitlab-18-5-1-released/
* net/rubygem-grpc-gitlab: update to 1.75.0Matthias Fechner7 hours2-5/+4
| | | | | | Required for gitlab 18.5 Changes: https://github.com/grpc/grpc/releases
* net/syncthing: Update to 2.0.11Dan Langille8 hours2-5/+4
| | | | re: https://github.com/syncthing/syncthing/releases/tag/v2.0.11
* net/openmpi: revert previous commitLaurent Chardon10 hours1-1/+2
| | | | | | | | | | | | | | | | The sysutils/slurm-wlm dependency has been removed purposely, because OpenMPI does not require Slurm to be present at build time in order to enable Slurm support. The Slurm integration in Open MPI is handled through the PMIx interface, not via direct linkage to Slurm itself. For reference, see the Open MPI documentation on PMIx: https://docs.open-mpi.org/en/v5.0.0/launching-apps/pmix-and-prrte.html#pmix "PMIx presents a unified API that hides many of the complexities of communication with these back-end run-time environments. Open MPI uses the PMIx API to discover, communicate, and coordinate with any supported back-end run-time system without needing to know the intimate details of that system."
* net/ovhcloud-cli: update to 0.8.1Baptiste Daroussin10 hours2-4/+4
|
* net/openmpi: fix SLURM dependencyThierry Thomas13 hours1-0/+2
| | | | | PR: 290741 Reported by: fluffy
* net/hblock: Update to 3.5.1Lewis Cook19 hours2-4/+4
| | | | Changes: https://github.com/hectorm/hblock/releases/tag/v3.5.1
* net/openmpi: update to 5.0.9Laurent Chardon24 hours3-340/+12
| | | | | | | | | | - Update to 5.0.9 - Remove bundled pmix and prrte and use unbundled ports - Restore slurm support as default option because sysutils/slurm-wlm is functional again and actively supported. Release notes at https://docs.open-mpi.org/en/v5.0.x/release-notes/changelog/v5.0.x.html#open-mpi-version-v5-0-9
* net/prrte: new port, PMIx Reference RunTime EnvironmentLaurent Chardon24 hours5-0/+369
| | | | | | | | | This port has been split out of the bundled PRRTE sources in net/openmpi for better HPC integration in FreeBSD (potential reuse by openmpi, mpich, slurm-wlm). PR: 290738 Reported by: Laurent Chardon
* net/pmix: new port, Process Management Interface for ExascaleLaurent Chardon24 hours5-0/+450
| | | | | | | | | This port has been split out of the bundled PMIx sources in net/openmpi for better HPC integration in FreeBSD (potential reuse by prrte, openmpi, mpich, slurm-wlm). PR: 290736 Reported by: Laurent Chardon
* net/py-netif: Mark DEPRECATEDMuhammad Moinur Rahman29 hours1-0/+3
| | | | | | | | | - Upstream unmaintained - Fails to build on FreeBSD 14 and 15 - Requires older cython version - Set EXPIRATION_DATE 2025-12-03 PR: 289075
* net/amqpcat: bump portrevision for newer crystal versionDave Cottlehuber34 hours1-0/+1
| | | | Sponsored by: SkunkWerks, GmbH
* net/lavinmq: update to 2.4.5Dave Cottlehuber34 hours2-19/+21
| | | | | | | - ChangeLog: https://github.com/cloudamqp/lavinmq/blob/main/CHANGELOG.md#245---2025-10-22 Sponsored by: SkunkWerks, GmbH
* net/rdp2tcp: New port: Tunneling tool on top of RDPIvan Rozhuk43 hours4-0/+68
| | | | | | | | | | | | | | | | | | | | | It uses RDP virtual channel capabilities to multiplex several ports forwarding over an already established rdesktop or FreeRDP session. Available features: - tcp port forwarding - reverse tcp port forwarding - process stdin/out forwarding - SOCKS5 minimal support The code is splitted into 2 parts: - the client running on the rdesktop or FreeRDP client side - the server running on the Terminal Server side This port only contains client and tools. https://github.com/V-E-O/rdp2tcp PR: 289964
* net/p5-Net-Patricia: update to 1.24Rodrigo Osorio2 days2-5/+4
| | | | Changelog: https://metacpan.org/dist/Net-Patricia/changes
* net/td-system-tools: Update 2.1.7 => 2.1.8Thomas Dreibholz3 days2-4/+5
| | | | | | | | | | Changelog: https://github.com/dreibh/system-tools/blob/td-system-tools-2.1.8/ChangeLog Commit log: https://github.com/dreibh/system-tools/compare/td-system-tools-2.1.7...td-system-tools-2.1.8 PR: 290721
* net/otelcol-contrib: add new portSergey A. Osokin3 days5-0/+85
| | | | | | | This is the OpenTelemetry Collector components that are not suitable for the core repository of the collector, i.e. Contrib version. Sponsored by: tipi.work
* *: Revise USES=python:... version range constraintsMatthias Andree3 days5-5/+5
| | | | | | | | | | and strip all lower bounds of 3.9 or 3.10 because they are implied now. python:3.9-X -> python:-X python:3.9+ -> python python:3.10-X -> python:-X python:3.10+ -> python (options such as ,build preserved)
* net/nbdkit: Update to 1.44.4Jesús Daniel Colmenares Oviedo3 days3-5/+142
| | | | | | | | | | * Take maintainership. * Add rc script. ChangeLog: https://gitlab.com/nbdkit/nbdkit/-/compare/v1.44.3...v1.44.4 PR: 290712 Approved by: asomers@ (maintainer)
* net/yami4: Strip PYTHON option (required Py. 3.9)Matthias Andree3 days3-152/+3
|
* net/google-cloud-sdk: Update version 544.0.0=>545.0.0Muhammad Moinur Rahman3 days2-4/+4
|
* net/dhcpcd: fails to get address and fails to exitGleb Smirnoff3 days1-0/+24
| | | | PR: 289842
* net/liferea: distfile was rerolledChristoph Moench-Tegeder3 days3-132/+4
| | | | | after https://github.com/lwindolf/liferea/pull/1468 which we covered previously in a local patch (hence removed).
* net/samba422: Make ADS option imply LDAP optionYasuhiro Kimura4 days1-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | If ADS option is on and LDAP option is off, build fails at configure phase as below. need ber_sockbuf_add_io() and LDAP_OPT_SOCKBUF for SASL and TLS support Active Directory support not available: LDAP support is not available. Active Directory support not found. Use --without-ads for building without Active Directory support. ADS support improves communication with Active Directory domain controllers. (complete log in /wrkdirs/usr/ports/net/samba422/work/samba-4.22.3/bin/config.log) ===> Script "configure" failed unexpectedly. Please report the problem to samba@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/net/samba422/work/samba-4.22.3/bin/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /usr/ports/net/samba422 As is explained in error message, active directory support requires ldap support. So make ADS option imply LDAP option to avoid such options setting. Reviewed by: 0mp Differential Revision: https://reviews.freebsd.org/D53298
* net/liferea: update to 1.16.6Christoph Moench-Tegeder4 days3-4/+133
| | | | | Release Notes: https://github.com/lwindolf/liferea/releases/tag/v1.16.6
* net/sflowtool: Update to 6.09Nuno Teixeira4 days2-4/+4
| | | | ChangeLog: https://github.com/sflow/sflowtool/releases/tag/v6.09
* net/tinyfugue-devel: update to 5.2.2Dirk Meyer4 days3-16/+5
|
* net/krakend-ce: Update 2.11.2 => 2.12.0Älven5 days2-7/+7
| | | | | | | | | Changelogs: * https://github.com/krakend/krakend-ce/releases/tag/v2.12.0 * https://github.com/krakend/krakend-ce/compare/v2.11.2...v2.12.0 Approved by: yuri@ (Mentor) Differential Revision: https://reviews.freebsd.org/D53461
* net/deltachat-rpc-server: Update to 2.22.0Mark Felder5 days3-10/+10
|
* net/vncreflector: Fix a buffer overrun issueLi-Wen Hsu5 days6-11/+35
| | | | | | | While here, regen the patches and add license information PR: 290129 Reported by: Chun Cheng Yeh <leafoliages@gmail.com>
* net/py-google-cloud-pubsub: Update to 2.32.0Jason W. Bacon6 days2-4/+4
| | | | | | | A few minor enhancements Changes: https://github.com/googleapis/python-pubsub/releases/tag/v2.32.0 Reported by: portscout
* net/pecl-oauth2: Update to 2.0.10Paavo-Einari Kaipila6 days2-26/+6
| | | | | | | | Changelog: https://pecl.php.net/package-changelog.php?package=oauth&release=2.0.10 - Take maintanership. PR: 290551
* KDE: Update KDE Gear to 25.08.2Max Brazhnikov6 days34-102/+102
| | | | | | | | | | | | | Announcement: https://kde.org/announcements/gear/25.08.2/ Ports changes: security/keysmith: - Refresh KDE/Qt dependencies sysutils/kpmcore: - Pass maintainership to kde@ - Refresh dependencies
* KDE: Update KDE Frameworks 6 to 6.19.0Max Brazhnikov6 days5-15/+15
| | | | | | | | | | | | | | | Announcement: https://kde.org/announcements/frameworks/6/6.19.0/ Ports changes: devel/kf6-extra-cmake-modules: - Backport upstream patch to fix regression for KF5 ports graphics/kf6-kimageformats: - Remove stale patch PR: 290165 Exp-run by: antoine
* net/kea*: update to fix CVE-2025-11232R. Christian McDonald6 days6-42/+41
| | | | | | | | | | | News: https://kb.isc.org/docs/cve-2025-11232 PR: 290660 Reviewed by: brd MFH: 2025Q4 Security: CVE-2025-11232 Sponsored by: Rubicon Communications, LLC ("Netgate")
* net/tinyfugue-devel: fix SSL defaultsDirk Meyer7 days2-1/+12
|
* net/miniupnpc: fix unknown type name size_tDirk Meyer7 days2-1/+11
| | | | PR: 290624
* net/rsplib: Update 3.5.4 => 3.5.6Thomas Dreibholz7 days2-4/+4
| | | | | | | | | | Changelog: https://github.com/dreibh/rsplib/blob/rsplib-3.5.6/ChangeLog Commit log: https://github.com/dreibh/rsplib/compare/rsplib-3.5.4...rsplib-3.5.6 PR: 290480
* net/tsctp: Update 0.8.2 => 0.8.4Thomas Dreibholz7 days2-4/+4
| | | | | | | | | | Changelog: https://github.com/dreibh/tsctp/blob/tsctp-0.8.4/ChangeLog Commit log: https://github.com/dreibh/tsctp/compare/tsctp-0.8.2...tsctp-0.8.4 PR: 290481
* net/td-system-tools: Update 2.1.4 => 2.1.7Thomas Dreibholz7 days2-4/+4
| | | | | | | | | | Changelog: https://github.com/dreibh/system-tools/blob/td-system-tools-2.1.7/ChangeLog Commit log: https://github.com/dreibh/system-tools/compare/td-system-tools-2.1.4...td-system-tools-2.1.7 PR: 290476
* net/rclone: Update to 1.71.2Ralf van der Enden8 days2-7/+6
| | | | | | | Changelog: https://rclone.org/changelog/#v1-71-2-2025-10-20 PR: 290562 Reported by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* net/rubygem-ovirt-engine-sdk: Update to 4.6.1Po-Chuan Hsieh8 days3-16/+4
| | | | Changes: https://github.com/oVirt/ovirt-engine-sdk-ruby/releases
* net/rubygem-opennebula: Update to 7.0.1Po-Chuan Hsieh8 days2-4/+4
| | | | Changes: https://github.com/OpenNebula/one/wiki/Release-Schedule
* net/rubygem-google-cloud-spanner: Update to 2.28.0Po-Chuan Hsieh8 days2-4/+4
| | | | Changes: https://github.com/googleapis/ruby-spanner/releases
* net/rubygem-google-cloud-pubsub-v1: Update to 1.14.0Po-Chuan Hsieh8 days2-4/+4
| | | | | Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-pubsub-v1/CHANGELOG.md
* net/rubygem-fog-vsphere: Update to 3.7.2Po-Chuan Hsieh8 days2-4/+4
| | | | | Changes: https://github.com/fog/fog-vsphere/releases https://github.com/fog/fog-vsphere/commits/master
* net/py-urllib3-future: Update to 2.14.905Po-Chuan Hsieh8 days2-4/+4
| | | | | Changes: https://github.com/jawah/urllib3.future/releases https://urllib3future.readthedocs.io/en/latest/changelog.html
* net/pear-Net_Sieve: Update to 1.4.8Po-Chuan Hsieh8 days2-4/+4
| | | | | Changes: https://pear.php.net/package/Net_Sieve/download/ https://github.com/pear/Net_Sieve/commits/master