HardenedBSD/ports 4a5b4a6sysutils/pv Makefile

HBSD: Resolve merge conflict

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+0-4sysutils/pv/Makefile
+0-41 files

HardenedBSD/ports 5be3e85math/hpcombi pkg-plist, math/libsemigroups pkg-plist

Merge remote-tracking branch 'internal/freebsd/main' into hardenedbsd/main

Conflicts:
        sysutils/pv/Makefile (unresolved)
DeltaFile
+84-36math/hpcombi/pkg-plist
+60-0net/benthos/files/benthos.in
+27-26math/libsemigroups/pkg-plist
+47-1math/topcom/pkg-plist
+38-0math/py-topologic/files/patch-CMakeLists.txt
+34-0net/dhcpd/files/patch-pfutils.c
+290-6344 files not shown
+551-22650 files

HardenedBSD/ports 73ee979math/libsemigroups pkg-plist Makefile

math/libsemigroups: upgrade to 2.3.2

Note: the latest release is v2.7.3, but 2.3.2 is the one needed for Sage.
DeltaFile
+27-26math/libsemigroups/pkg-plist
+5-6math/libsemigroups/Makefile
+3-3math/libsemigroups/distinfo
+35-353 files

HardenedBSD/ports ab0d503math/hpcombi pkg-plist Makefile

math/hpcombi: upgrade to 1.0.1

Releases notes at <https://github.com/libsemigroups/HPCombi/releases>.
DeltaFile
+84-36math/hpcombi/pkg-plist
+12-9math/hpcombi/Makefile
+3-3math/hpcombi/distinfo
+99-483 files

HardenedBSD/ports e81ee93math/py-cypari2 pkg-plist Makefile, math/py-cypari2/files patch-setup.py

math/py-cypari2: upgrade to 2.1.5

Releases notes at <https://github.com/sagemath/cypari2/releases>.
DeltaFile
+16-8math/py-cypari2/pkg-plist
+3-18math/py-cypari2/Makefile
+10-0math/py-cypari2/files/patch-setup.py
+3-3math/py-cypari2/distinfo
+32-294 files

HardenedBSD/ports 8f86b97sysutils/pv Makefile pkg-plist

sysutils/pv: Update to 1.8.9

Changelog:
https://codeberg.org/a-j-wood/pv/src/tag/v1.8.9/docs/NEWS.md

Port changes:
- Use SSL for MASTER_SITES
- Change license from ART20 to GPLv3+
- Remove obsolete option LFS
- Switch to using a pkg-plist file

PR:     278528
Reported by:    kunda <luzpaz at pm.me>
DeltaFile
+13-16sysutils/pv/Makefile
+10-0sysutils/pv/pkg-plist
+3-3sysutils/pv/distinfo
+26-193 files

HardenedBSD/ports 91abaabsecurity/whatweb Makefile

security/whatweb: add missing run dependency

PR:             278502
Reported by:    runtomaker at gmail.com
Submitted by:   maintainer
DeltaFile
+3-2security/whatweb/Makefile
+3-21 files

HardenedBSD/ports 6dce0e0textproc/py-csvkit Makefile distinfo

textproc/py-csvkit: update to 2.0.0

Changes:        https://github.com/wireservice/csvkit/blob/2.0.0/CHANGELOG.rst
Reported by:    portscout, repology
DeltaFile
+8-2textproc/py-csvkit/Makefile
+3-3textproc/py-csvkit/distinfo
+11-52 files

HardenedBSD/ports ad291cdnet/dhcpd Makefile, net/dhcpd/files patch-pfutils.c

net/dhcpd: fix build on 15-CURRENT

PR:             275313
Reported by:    Mallorya at fastmail.com
Submitted by:   maintainer
DeltaFile
+34-0net/dhcpd/files/patch-pfutils.c
+1-1net/dhcpd/Makefile
+35-12 files

HardenedBSD/ports 762aa01www/chromium Makefile

Revert "www/chromium: Change default audio output to PULSEAUDIO to make chromium to play nice with desktop environments"

This reverts commit 89e432ced730385869e5bf6df4b705facbd1c947.

Reason: Several people complained that the PulseAudio dependency is a lot heavier than Sndio.

This is currently a controversial issue because:
1. PulseAudio is indeed a heavier dependency compared to Sndio,
   so for people who prefer minimalistic setup Sndio should be a default.
2. Currently desktop environments work best with PulseAudio, so
   it is better for average users to have PulseAudio as a default backend.

It would be best if www/chromium would allow to change audio backend at-startup
or on-the-fly without the need to change port options.

This can be achieved by the following methods:
1. Flavorizing www/chromium based on audio backends.
2. Creating slave ports with different audio backends.
3. Implementing on-the-fly or at-startup setting of the audio backend.

    [7 lines not shown]
DeltaFile
+1-2www/chromium/Makefile
+1-21 files

HardenedBSD/ports 01807bamath/latte-integrale Makefile, math/topcom pkg-plist Makefile

math/topcom: update 0.17.8 → 1.1.2

PR:             278778 (addition of EXTRACT_AFTER_ARGS)
Submitted by:   Daniel Engberg <diizzy at FreeBSD.org> (addition of EXTRACT_AFTER_ARGS)
DeltaFile
+47-1math/topcom/pkg-plist
+9-9math/topcom/Makefile
+3-3math/topcom/distinfo
+1-1math/latte-integrale/Makefile
+60-144 files

HardenedBSD/ports c802e52math/py-topologic Makefile, math/py-topologic/files patch-CMakeLists.txt

math/{,py-}topologic: update 0.6.0 → 6.0.2

Reported by:    portscout
DeltaFile
+38-0math/py-topologic/files/patch-CMakeLists.txt
+16-10math/py-topologic/Makefile
+0-18math/topologic/files/patch-TopologicCore_CMakeLists.txt
+4-5math/topologic/Makefile
+4-4math/topologic/pkg-plist
+7-0math/topologic/files/patch-CMakeLists.txt
+69-372 files not shown
+75-438 files

HardenedBSD/ports 94ae982biology/star Makefile

biology/star: Use EXTRACT_AFTER_ARGS to omit unused htslib dir

Reduces I/O during builds

PR:             278751
Reported by:    diizzy
DeltaFile
+2-1biology/star/Makefile
+2-11 files

HardenedBSD/ports 5d736fcbiology/kallisto Makefile

biology/kallisto: Use EXTRACT_AFTER_ARGS to omit unused htslib dir

Reduces I/O during builds

PR:             278739
Reported by:    diizzy
DeltaFile
+3-3biology/kallisto/Makefile
+3-31 files

HardenedBSD/ports 1704312. UIDs, net/benthos Makefile pkg-descr

net/benthos: Add new port

Benthos solves common data engineering tasks such as transformations,
integrations, and multiplexing with declarative and unit testable
configuration. This allows you to easily and incrementally adapt your data
pipelines as requirements change, letting you focus on the more exciting stuff.

Benthos is able to glue a wide range of sources and sinks together and hook
into a variety of databases, caches, HTTP APIs, lambdas and more, enabling you
to seamlessly drop it into your existing infrastructure.
DeltaFile
+60-0net/benthos/files/benthos.in
+33-0net/benthos/Makefile
+27-0net/benthos/files/config.yaml
+15-0net/benthos/pkg-descr
+7-0net/benthos/distinfo
+1-1UIDs
+143-12 files not shown
+145-28 files

HardenedBSD/ports 097709dsysutils/limine distinfo pkg-descr

sysutils/limine: Update to 7.5.0

changeLog:
https://github.com/limine-bootloader/limine/releases/download/v7.5.0/ChangeLog

PR:             278723
Approved by:    submitter is maintainer
DeltaFile
+3-3sysutils/limine/distinfo
+2-2sysutils/limine/pkg-descr
+2-2sysutils/limine/Makefile
+7-73 files

HardenedBSD/ports a5d15f2textproc/cl-ppcre-sbcl Makefile

textproc/cl-ppcre-sbcl: update to version 2.1.2
DeltaFile
+1-2textproc/cl-ppcre-sbcl/Makefile
+1-21 files

HardenedBSD/ports 2b104b5textproc/cl-ppcre distinfo Makefile

textproc/cl-ppcre: update to version 2.1.2
DeltaFile
+3-3textproc/cl-ppcre/distinfo
+1-1textproc/cl-ppcre/Makefile
+4-42 files

HardenedBSD/ports 3449dd8sysutils/tflint distinfo Makefile

sysutils/tflint: Update to 0.51.0

changeLog:
https://github.com/terraform-linters/tflint/releases/tag/v0.51.0
DeltaFile
+5-5sysutils/tflint/distinfo
+1-2sysutils/tflint/Makefile
+6-72 files

HardenedBSD/ports 331075csysutils/bacula15-server Makefile

sysutils/bacula15-server: Fix broken S3 option

I did not properly convert the S3 option from the old format to the
new format.

PR:             278312
DeltaFile
+3-3sysutils/bacula15-server/Makefile
+3-31 files

HardenedBSD/ports 01134cabiology/pbseqan pkg-plist Makefile, databases/rqlite distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+0-657biology/pbseqan/pkg-plist
+587-0misc/bedrust/distinfo
+316-0misc/bedrust/Makefile
+0-30biology/pbseqan/Makefile
+11-0misc/bedrust/pkg-descr
+5-5databases/rqlite/distinfo
+919-69226 files not shown
+963-74932 files

HardenedBSD/ports 2248d57. MOVED, biology Makefile

biology/pbseqan: Remove expired port

2024-05-05 biology/pbseqan: Upstream merged into SeqAn project: Use biology/seqan
DeltaFile
+0-657biology/pbseqan/pkg-plist
+0-30biology/pbseqan/Makefile
+0-9biology/pbseqan/pkg-descr
+0-3biology/pbseqan/distinfo
+0-1biology/Makefile
+1-0MOVED
+1-7006 files

HardenedBSD/ports 010d804net/haproxy-devel distinfo Makefile

net/haproxy-devel: update to version 3.0-dev10
DeltaFile
+3-3net/haproxy-devel/distinfo
+1-1net/haproxy-devel/Makefile
+4-42 files

HardenedBSD/ports 69a057ddevel/R-cran-mlbench distinfo Makefile

devel/R-cran-mlbench: Update to 2.1-5

ChangeLog: https://cran.r-project.org/web/packages/mlbench/NEWS
DeltaFile
+3-3devel/R-cran-mlbench/distinfo
+1-1devel/R-cran-mlbench/Makefile
+4-42 files

HardenedBSD/ports 58b18addevel/R-cran-kit distinfo Makefile

devel/R-cran-kit: Update to 0.0.17

ChangeLog: https://cran.r-project.org/web/packages/kit/news.html
DeltaFile
+3-3devel/R-cran-kit/distinfo
+1-1devel/R-cran-kit/Makefile
+4-42 files

HardenedBSD/ports 739ac49devel/aws-c-io distinfo Makefile

devel/aws-c-io: Update to 0.14.8

ChangeLog: https://github.com/awslabs/aws-c-io/releases/tag/v0.14.8
DeltaFile
+3-3devel/aws-c-io/distinfo
+1-1devel/aws-c-io/Makefile
+4-42 files

HardenedBSD/ports 82cdd39misc Makefile, misc/bedrust distinfo Makefile

misc/bedrust: New port: Invoke NN models on Amazon Bedrock
DeltaFile
+587-0misc/bedrust/distinfo
+316-0misc/bedrust/Makefile
+11-0misc/bedrust/pkg-descr
+1-0misc/Makefile
+915-04 files

HardenedBSD/ports 4251c2anet/torsocks Makefile

net/torsocks: Fix USE_LDCONFIG
DeltaFile
+2-2net/torsocks/Makefile
+2-21 files

HardenedBSD/ports 3bbc74bdevel/bacon distinfo Makefile

devel/bacon: update 2.16.0 → 2.17.0

Reported by:    portscout
DeltaFile
+3-3devel/bacon/distinfo
+1-1devel/bacon/Makefile
+4-42 files

HardenedBSD/ports c23014cmisc/llama-cpp distinfo Makefile

misc/llama-cpp: update 2784 → 2789

Reported by:    portscout
DeltaFile
+3-3misc/llama-cpp/distinfo
+1-1misc/llama-cpp/Makefile
+4-42 files