FreeBSD/ports 687002baudio/schismtracker distinfo Makefile

audio/schismtracker: Update to 20240426
DeltaFile
+3-3audio/schismtracker/distinfo
+1-1audio/schismtracker/Makefile
+4-42 files

LLVM/project 7aa6896llvm/include/llvm/ProfileData MemProf.h MemProfReader.h, llvm/lib/ProfileData InstrProfReader.cpp

Revert "[memprof] Introduce FrameIdConverter and CallStackIdConverter" (#90318)

Reverts llvm/llvm-project#90307

Breaks bots https://lab.llvm.org/buildbot/#/builders/5/builds/42943
DeltaFile
+48-14llvm/unittests/ProfileData/InstrProfTest.cpp
+0-58llvm/include/llvm/ProfileData/MemProf.h
+31-13llvm/lib/ProfileData/InstrProfReader.cpp
+28-6llvm/unittests/ProfileData/MemProfTest.cpp
+9-5llvm/include/llvm/ProfileData/MemProfReader.h
+116-965 files

FreeBSD/src 302d0accontrib/less ch.c

MFV: less: Do not trust st_size if it equals zero

This is a smaller version of upstream
1fafd968b48e5cea6c85f126d77071a8de707a55 to address the
issue that less not being able to operate on files
residing in pseudo-filesystems that advertize a zero
size value.

PR:             bin/276133

(cherry picked from commit cae336280b0d7ad3d49788c5fc0986f91328eb50)
DeltaFile
+2-11contrib/less/ch.c
+2-111 files

FreeBSD/src 5132cb4contrib/less ch.c

MFV: less: Do not trust st_size if it equals zero

This is a smaller version of upstream
1fafd968b48e5cea6c85f126d77071a8de707a55 to address the
issue that less not being able to operate on files
residing in pseudo-filesystems that advertize a zero
size value.

PR:             bin/276133

(cherry picked from commit cae336280b0d7ad3d49788c5fc0986f91328eb50)
DeltaFile
+2-11contrib/less/ch.c
+2-111 files

OpenBSD/ports z7DOxTudevel/vte3 Makefile distinfo

   Update to vte3-0.76.1.
VersionDeltaFile
1.129+2-4devel/vte3/Makefile
1.69+2-2devel/vte3/distinfo
+4-62 files

OpenBSD/ports xun0V6ix11/gnome/aisleriot distinfo Makefile, x11/gnome/aisleriot/pkg PLIST

   Update to aisleriot-3.22.32.
VersionDeltaFile
1.33+2-2x11/gnome/aisleriot/distinfo
1.63+1-1x11/gnome/aisleriot/Makefile
1.19+1-0x11/gnome/aisleriot/pkg/PLIST
+4-33 files

FreeBSD/ports 0c12da4audio/pt2-clone distinfo Makefile

audio/pt2-clone: Update to 1.69.2
DeltaFile
+3-3audio/pt2-clone/distinfo
+1-1audio/pt2-clone/Makefile
+4-42 files

OpenBSD/ports AjFcKZ3x11/libgedit-gtksourceview Makefile distinfo

   Update to libgedit-gtksourceview-299.2.1.
VersionDeltaFile
1.5+2-2x11/libgedit-gtksourceview/Makefile
1.5+2-2x11/libgedit-gtksourceview/distinfo
+4-42 files

OpenBSD/ports yyWc2t8sysutils/terragrunt distinfo Makefile

   Update to terragrunt-0.57.10.
VersionDeltaFile
1.224+2-2sysutils/terragrunt/distinfo
1.231+1-1sysutils/terragrunt/Makefile
+3-32 files

OpenBSD/ports XpXoqGax11/gnome/tweaks distinfo Makefile, x11/gnome/tweaks/pkg PLIST

   Update to gnome-tweaks-46.1.
VersionDeltaFile
1.14+2-2x11/gnome/tweaks/distinfo
1.32+1-1x11/gnome/tweaks/Makefile
1.14+0-1x11/gnome/tweaks/pkg/PLIST
+3-43 files

FreeBSD/ports 558e61bsecurity/git-credential-oauth distinfo Makefile

security/git-credential-oauth: Update to 0.11.2
DeltaFile
+7-7security/git-credential-oauth/distinfo
+1-2security/git-credential-oauth/Makefile
+8-92 files

OpenBSD/ports 07CJcwCx11/gnome/librsvg Makefile

   PORTROACH: ignore version 2.58.91.
VersionDeltaFile
1.223+1-1x11/gnome/librsvg/Makefile
+1-11 files

OpenBSD/ports 9rye40Jprint/cups Makefile distinfo, print/cups/patches patch-backend_ipp_c patch-scheduler_ipp_c

   Update to cups-2.4.8.
VersionDeltaFile
1.288+1-3print/cups/Makefile
1.65+2-2print/cups/distinfo
1.27+2-2print/cups/patches/patch-backend_ipp_c
1.33+2-2print/cups/patches/patch-scheduler_ipp_c
1.7+1-1print/cups/patches/patch-notifier_Makefile
1.5+1-1print/cups/patches/patch-cups_getifaddrs-internal_h
+9-116 files

OpenBSD/ports fHOGjE1sysutils/awscli distinfo Makefile, sysutils/awscli/pkg PLIST

   Update to awscli-1.32.93.
VersionDeltaFile
1.178+0-6sysutils/awscli/pkg/PLIST
1.767+2-2sysutils/awscli/distinfo
1.783+1-1sysutils/awscli/Makefile
+3-93 files

OpenBSD/ports T4hCpVHnet/py-boto3 distinfo Makefile

   Update to py3-boto3-1.34.93.
VersionDeltaFile
1.547+2-2net/py-boto3/distinfo
1.556+1-1net/py-boto3/Makefile
+3-32 files

OpenBSD/ports 3NSDWgMnet/py-botocore distinfo Makefile, net/py-botocore/pkg PLIST

   Update to py3-botocore-1.34.93.
VersionDeltaFile
1.253+6-0net/py-botocore/pkg/PLIST
1.764+2-2net/py-botocore/distinfo
1.771+1-1net/py-botocore/Makefile
+9-33 files

LLVM/project bc349cellvm/include/llvm/CodeGen/GlobalISel Utils.h CombinerHelper.h, llvm/include/llvm/Target/GlobalISel Combine.td

[GlobalIsel] combine insert vector element (#89363)

preliminary steps
poison symbols
DeltaFile
+110-0llvm/test/CodeGen/AArch64/GlobalISel/combine-insert-vec-elt.mir
+83-0llvm/lib/CodeGen/GlobalISel/Utils.cpp
+31-2llvm/include/llvm/Target/GlobalISel/Combine.td
+26-0llvm/include/llvm/CodeGen/GlobalISel/Utils.h
+24-1llvm/lib/CodeGen/GlobalISel/CombinerHelperVectorOps.cpp
+3-0llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
+277-36 files

OpenBSD/ports xlR9zc6audio/audacity distinfo Makefile, audio/audacity/patches patch-src_ListNavigationPanel_h patch-CMakeLists_txt

   Update to audacity-3.5.1.
VersionDeltaFile
1.2+5-7audio/audacity/patches/patch-src_ListNavigationPanel_h
1.24+9-2audio/audacity/pkg/PLIST
1.3+5-5audio/audacity/patches/patch-CMakeLists_txt
1.2+2-2audio/audacity/patches/patch-libraries_lib-basic-ui_BasicUI_cpp
1.25+2-2audio/audacity/distinfo
1.96+1-1audio/audacity/Makefile
+24-199 files not shown
+25-2015 files

FreeBSD/ports 549a839multimedia/emby-server-devel distinfo Makefile

multimedia/emby-server-devel: update to 4.9.0.16

Changes:        https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.9.0.16
DeltaFile
+3-3multimedia/emby-server-devel/distinfo
+1-1multimedia/emby-server-devel/Makefile
+4-42 files

NetBSD/pkgsrc 74CqDzxdoc pkg-vulnerabilities

   doc: add upper bounds for emacs vulns; remove very unspecific hiawatha

   hiawatha entry from 2010, and URL doesn't exist any longer
VersionDeltaFile
1.181+4-5doc/pkg-vulnerabilities
+4-51 files

HardenedBSD/src 7fbe240sys/rpc clnt_vc.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+8-2sys/rpc/clnt_vc.c
+8-21 files

HardenedBSD/src 2f6e5e0lib/libpmc/pmu-events/arch/x86/amdzen4 data-fabric.json cache.json

Merge branch 'freebsd/14-stable/main' into hardened/14-stable/master
DeltaFile
+1,090-0lib/libpmc/pmu-events/arch/x86/amdzen4/data-fabric.json
+828-0lib/libpmc/pmu-events/arch/x86/amdzen4/cache.json
+818-0lib/libpmc/pmu-events/arch/x86/amdzen4/floating-point.json
+418-0lib/libpmc/pmu-events/arch/x86/amdzen4/recommended.json
+174-0lib/libpmc/pmu-events/arch/x86/amdzen4/memory.json
+138-0lib/libpmc/pmu-events/arch/x86/amdzen4/other.json
+3,466-07 files not shown
+3,873-313 files

NetBSD/src MFWTPXasys/arch/mips/include float.h

   mips: fix syntax error in LDBL_MAX (since 2011)
VersionDeltaFile
1.19+2-2sys/arch/mips/include/float.h
+2-21 files

HardenedBSD/src 61c1fb1lib/libpmc/pmu-events/arch/x86/amdzen4 data-fabric.json cache.json

Merge branch 'freebsd/13-stable/main' into hardened/13-stable/master
DeltaFile
+1,090-0lib/libpmc/pmu-events/arch/x86/amdzen4/data-fabric.json
+828-0lib/libpmc/pmu-events/arch/x86/amdzen4/cache.json
+818-0lib/libpmc/pmu-events/arch/x86/amdzen4/floating-point.json
+418-0lib/libpmc/pmu-events/arch/x86/amdzen4/recommended.json
+174-0lib/libpmc/pmu-events/arch/x86/amdzen4/memory.json
+138-0lib/libpmc/pmu-events/arch/x86/amdzen4/other.json
+3,466-07 files not shown
+3,873-313 files

HardenedBSD/ports cc0a94fdatabases/pgbackrest Makefile, databases/pgbackrest/files patch-meson.build patch-src_meson.build

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+19-13databases/pgbackrest/Makefile
+31-0misc/py-accelerate/Makefile
+28-0databases/pgbackrest/files/patch-meson.build
+19-0devel/py-pynvml/Makefile
+11-0textproc/yq/files/patch-setup.py
+10-0databases/pgbackrest/files/patch-src_meson.build
+118-1331 files not shown
+206-6837 files

HardenedBSD/ports e39ea70biology/prodigy-lig Makefile distinfo

biology/prodigy-lig: update 1.1.0 → 1.1.1

Reported by:    portscout
DeltaFile
+4-3biology/prodigy-lig/Makefile
+3-3biology/prodigy-lig/distinfo
+7-62 files

FreeBSD/ports e39ea70biology/prodigy-lig Makefile distinfo

biology/prodigy-lig: update 1.1.0 → 1.1.1

Reported by:    portscout
DeltaFile
+4-3biology/prodigy-lig/Makefile
+3-3biology/prodigy-lig/distinfo
+7-62 files

HardenedBSD/ports a77bf6ctextproc/yq Makefile distinfo, textproc/yq/files patch-setup.py

textproc/yq: update 3.4.1 → 3.4.2

Reported by:    portscout
DeltaFile
+11-0textproc/yq/files/patch-setup.py
+5-3textproc/yq/Makefile
+3-3textproc/yq/distinfo
+19-63 files

FreeBSD/ports a77bf6ctextproc/yq Makefile distinfo, textproc/yq/files patch-setup.py

textproc/yq: update 3.4.1 → 3.4.2

Reported by:    portscout
DeltaFile
+11-0textproc/yq/files/patch-setup.py
+5-3textproc/yq/Makefile
+3-3textproc/yq/distinfo
+19-63 files

HardenedBSD/ports db8cd5bwww/trunk distinfo Makefile

www/trunk: update 0.19.2 → 0.19.3

Reported by:    portscout
DeltaFile
+3-3www/trunk/distinfo
+1-1www/trunk/Makefile
+4-42 files