diff options
Diffstat (limited to 'sysutils')
166 files changed, 823 insertions, 1288 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 3f2a1f824b04..2ce5f3d8dc01 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -361,7 +361,6 @@ SUBDIR += env4801 SUBDIR += envconsul SUBDIR += epazote - SUBDIR += equinix-metal-cli SUBDIR += erdtree SUBDIR += etcmerge SUBDIR += ethname diff --git a/sysutils/async/Makefile b/sysutils/async/Makefile index 3c5048523164..26353109a43e 100644 --- a/sysutils/async/Makefile +++ b/sysutils/async/Makefile @@ -1,7 +1,7 @@ PORTNAME= async DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/b3sum/Makefile b/sysutils/b3sum/Makefile index 92609c8df9e6..bd31de6f37a1 100644 --- a/sysutils/b3sum/Makefile +++ b/sysutils/b3sum/Makefile @@ -1,6 +1,6 @@ PORTNAME= b3sum PORTVERSION= 1.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org diff --git a/sysutils/backdown/Makefile b/sysutils/backdown/Makefile index e64d02863c12..2ce024280a28 100644 --- a/sysutils/backdown/Makefile +++ b/sysutils/backdown/Makefile @@ -1,7 +1,7 @@ PORTNAME= backdown DISTVERSIONPREFIX= v DISTVERSION= 1.1.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/bkt/Makefile b/sysutils/bkt/Makefile index aa5433094169..e1b80a895424 100644 --- a/sysutils/bkt/Makefile +++ b/sysutils/bkt/Makefile @@ -1,6 +1,6 @@ PORTNAME= bkt DISTVERSION= 0.8.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/bottom/Makefile b/sysutils/bottom/Makefile index 4d6c7de09df7..2566b4327e01 100644 --- a/sysutils/bottom/Makefile +++ b/sysutils/bottom/Makefile @@ -1,5 +1,6 @@ PORTNAME= bottom DISTVERSION= 0.11.4 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/buildah/Makefile b/sysutils/buildah/Makefile index e21f0c120db8..fc8217d3a861 100644 --- a/sysutils/buildah/Makefile +++ b/sysutils/buildah/Makefile @@ -1,7 +1,6 @@ PORTNAME= buildah DISTVERSIONPREFIX= v -DISTVERSION= 1.42.1 -PORTREVISION= 1 +DISTVERSION= 1.42.2 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org diff --git a/sysutils/buildah/distinfo b/sysutils/buildah/distinfo index d888df254668..5c76967e2ab1 100644 --- a/sysutils/buildah/distinfo +++ b/sysutils/buildah/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763130778 -SHA256 (containers-buildah-v1.42.1_GH0.tar.gz) = c162e769ab42437d8125e610b16633c68dee1e8196d5931f28379997b3ec2baf -SIZE (containers-buildah-v1.42.1_GH0.tar.gz) = 11812044 +TIMESTAMP = 1765209236 +SHA256 (containers-buildah-v1.42.2_GH0.tar.gz) = 784dfcf050d55c011aaf4e7247b1465259c41c861ff455dc754d6159121cab1e +SIZE (containers-buildah-v1.42.2_GH0.tar.gz) = 11814551 diff --git a/sysutils/buildah/files/patch-Makefile b/sysutils/buildah/files/patch-Makefile new file mode 100644 index 000000000000..6898281433f5 --- /dev/null +++ b/sysutils/buildah/files/patch-Makefile @@ -0,0 +1,20 @@ +--- Makefile.orig 2025-12-08 16:03:39 UTC ++++ Makefile +@@ -28,7 +28,7 @@ COMMIT_NO ?= $(shell git rev-parse HEAD 2> /dev/null | + RACEFLAGS ?= $(shell $(GO_TEST) -race ./pkg/dummy > /dev/null 2>&1 && echo -race) + + COMMIT_NO ?= $(shell git rev-parse HEAD 2> /dev/null || true) +-GIT_COMMIT ?= $(if $(shell git status --porcelain --untracked-files=no),${COMMIT_NO}-dirty,${COMMIT_NO}) ++#GIT_COMMIT ?= $(if $(shell git status --porcelain --untracked-files=no),${COMMIT_NO}-dirty,${COMMIT_NO}) + SOURCE_DATE_EPOCH ?= $(if $(shell date +%s),$(shell date +%s),$(error "date failed")) + + # we get GNU make 3.x in MacOS build envs, which wants # to be escaped in +@@ -39,7 +39,7 @@ EXTRA_LDFLAGS ?= + + SEQUOIA_SONAME_DIR = + EXTRA_LDFLAGS ?= +-BUILDAH_LDFLAGS := $(GO_LDFLAGS) '-X main.GitCommit=$(GIT_COMMIT) -X main.buildInfo=$(SOURCE_DATE_EPOCH) -X main.cniVersion=$(CNI_COMMIT) -X go.podman.io/image/v5/signature/internal/sequoia.sequoiaLibraryDir="$(SEQUOIA_SONAME_DIR)" $(EXTRA_LDFLAGS)' ++BUILDAH_LDFLAGS := $(GO_LDFLAGS) '-X main.GitCommit="unknown" -X main.buildInfo=$(SOURCE_DATE_EPOCH) -X main.cniVersion=$(CNI_COMMIT) -X go.podman.io/image/v5/signature/internal/sequoia.sequoiaLibraryDir="$(SEQUOIA_SONAME_DIR)" $(EXTRA_LDFLAGS)' + + # This isn't what we actually build; it's a superset, used for target + # dependencies. Basically: all *.go and *.c files, except *_test.go, diff --git a/sysutils/bupstash/Makefile b/sysutils/bupstash/Makefile index 9f0e3d2d2f8e..50446e29fd75 100644 --- a/sysutils/bupstash/Makefile +++ b/sysutils/bupstash/Makefile @@ -1,7 +1,7 @@ PORTNAME= bupstash DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= sysutils MAINTAINER= felix@userspace.com.au diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index b968d34fd8a1..249275b8ba97 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -13,11 +13,11 @@ WWW= https://cdrdao.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= alias autoreconf compiler:c++11-lang gmake iconv localbase tar:bzip2 +USES= alias autoreconf compiler:c++11-lang gettext-tools gmake iconv \ + localbase tar:bzip2 USE_CXXSTD= c++11 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-gcdmaster=no \ --without-pcctsbin \ --without-pcctsinc \ diff --git a/sysutils/chaoskube/Makefile b/sysutils/chaoskube/Makefile index c58f34e0ef2b..572600cf22b4 100644 --- a/sysutils/chaoskube/Makefile +++ b/sysutils/chaoskube/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/linki/chaoskube LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25,modules +USES= go:1.25+,modules GO_MODULE= github.com/linki/chaoskube PLIST_FILES= bin/${PORTNAME} diff --git a/sysutils/choria/Makefile b/sysutils/choria/Makefile index 5672983231d5..c7c128992669 100644 --- a/sysutils/choria/Makefile +++ b/sysutils/choria/Makefile @@ -11,10 +11,7 @@ WWW= https://choria.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.22,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= choria-io diff --git a/sysutils/cilium/Makefile b/sysutils/cilium/Makefile index a96ba38e40a0..85d55051752f 100644 --- a/sysutils/cilium/Makefile +++ b/sysutils/cilium/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/cilium/cilium-cli LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25,modules +USES= go:1.25+,modules GO_MODULE= github.com/cilium/cilium-cli GO_BUILDFLAGS= -ldflags="\ diff --git a/sysutils/cloud-nuke/Makefile b/sysutils/cloud-nuke/Makefile index 4d45ec8840e8..68d88da2ef48 100644 --- a/sysutils/cloud-nuke/Makefile +++ b/sysutils/cloud-nuke/Makefile @@ -10,10 +10,7 @@ WWW= https://github.com/gruntwork-io/cloud-nuke LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cpe go:1.23,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= cpe go:modules CPE_VENDOR= gruntwork-io GO_MODULE= github.com/gruntwork-io/cloud-nuke diff --git a/sysutils/conserve/Makefile b/sysutils/conserve/Makefile index 5c853a870fc3..b54bdc89d8f9 100644 --- a/sysutils/conserve/Makefile +++ b/sysutils/conserve/Makefile @@ -1,7 +1,7 @@ PORTNAME= conserve DISTVERSIONPREFIX= v DISTVERSION= 24.8.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/containerd/Makefile b/sysutils/containerd/Makefile index 3e7e014ecfcd..650243f175ae 100644 --- a/sysutils/containerd/Makefile +++ b/sysutils/containerd/Makefile @@ -13,13 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash -USES= cpe gmake go:1.23,modules,no_targets +USES= cpe gmake go:modules,no_targets USE_GITHUB= yes GH_SUBDIR= src/github.com/containerd/containerd -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - CPE_VENDOR= linuxfoundation USE_RC_SUBR= containerd diff --git a/sysutils/containers-common/Makefile b/sysutils/containers-common/Makefile index 2e08837cd389..e839e2a7dd5a 100644 --- a/sysutils/containers-common/Makefile +++ b/sysutils/containers-common/Makefile @@ -1,6 +1,7 @@ PORTNAME= containers-common DISTVERSIONPREFIX= v DISTVERSION= 0.64.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org @@ -26,7 +27,7 @@ GH_TAGNAME= v${DISTVERSION}:common v${IMAGEVERSION}:image \ NO_ARCH= yes IMAGEVERSION= 5.36.2 -SKOPEOVERSION= 1.20.0 +SKOPEOVERSION= 1.21.0 STORAGEVERSION= 1.59.1 post-patch: diff --git a/sysutils/containers-common/distinfo b/sysutils/containers-common/distinfo index d525595c6d53..1a19505e1f50 100644 --- a/sysutils/containers-common/distinfo +++ b/sysutils/containers-common/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1759417314 +TIMESTAMP = 1765209532 SHA256 (containers-common-v0.64.2_GH0.tar.gz) = 12fdb97803ee428d6ad66d66c6b582598b23ded4c8476f30dab6b4e9582d4f67 SIZE (containers-common-v0.64.2_GH0.tar.gz) = 13131015 SHA256 (containers-image-v5.36.2_GH0.tar.gz) = 2002eac26c5818437a069173ed9b3550655098ce4b08464782a0c2e896c2e41e SIZE (containers-image-v5.36.2_GH0.tar.gz) = 764570 -SHA256 (containers-skopeo-v1.20.0_GH0.tar.gz) = 0c19fe51b2cd8d1bd5e38c03b97421e318fc08153bdf5ef2f816a29889eacdef -SIZE (containers-skopeo-v1.20.0_GH0.tar.gz) = 10449131 +SHA256 (containers-skopeo-v1.21.0_GH0.tar.gz) = f76eeddf697a3cc7a872e3077ab4d0fdbebe9f3c6171462e3e9feb84368b3fac +SIZE (containers-skopeo-v1.21.0_GH0.tar.gz) = 10187308 SHA256 (containers-storage-v1.59.1_GH0.tar.gz) = 2d4b0e5f66c83c776c6dab81fd52bee2aac72832ef3af4e6a1e081aaf1f87f30 SIZE (containers-storage-v1.59.1_GH0.tar.gz) = 4606021 diff --git a/sysutils/czkawka/Makefile b/sysutils/czkawka/Makefile index 7470a42cef20..a2e8521a9e8a 100644 --- a/sysutils/czkawka/Makefile +++ b/sysutils/czkawka/Makefile @@ -1,6 +1,6 @@ PORTNAME= czkawka DISTVERSION= 10.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= uzsolt@FreeBSD.org diff --git a/sysutils/ddh/Makefile b/sysutils/ddh/Makefile index 85ef673cae62..30a048040e58 100644 --- a/sysutils/ddh/Makefile +++ b/sysutils/ddh/Makefile @@ -1,7 +1,7 @@ PORTNAME= ddh DISTVERSIONPREFIX= win DISTVERSION= 64 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/diskonaut/Makefile b/sysutils/diskonaut/Makefile index dd216f824b51..54d9d3e6e9cd 100644 --- a/sysutils/diskonaut/Makefile +++ b/sysutils/diskonaut/Makefile @@ -1,6 +1,6 @@ PORTNAME= diskonaut PORTVERSION= 0.11.0 -PORTREVISION= 47 +PORTREVISION= 48 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/diskus/Makefile b/sysutils/diskus/Makefile index 7c30bcd3e1f4..e5b486b30e2f 100644 --- a/sysutils/diskus/Makefile +++ b/sysutils/diskus/Makefile @@ -1,7 +1,7 @@ PORTNAME= diskus DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index 5c5dcee666b4..bdb8fa4274a3 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -1,6 +1,7 @@ PORTNAME= dua-cli DISTVERSIONPREFIX= v DISTVERSION= 2.32.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/dust/Makefile b/sysutils/dust/Makefile index f77e7be8da38..f974e6241c42 100644 --- a/sysutils/dust/Makefile +++ b/sysutils/dust/Makefile @@ -1,7 +1,7 @@ PORTNAME= dust DISTVERSIONPREFIX= v DISTVERSION= 1.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/dutree/Makefile b/sysutils/dutree/Makefile index b8268ecfe9d4..9a793caa1748 100644 --- a/sysutils/dutree/Makefile +++ b/sysutils/dutree/Makefile @@ -1,7 +1,7 @@ PORTNAME= dutree DISTVERSIONPREFIX= v DISTVERSION= 0.2.15 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= sysutils PATCH_SITES= https://github.com/nachoparker/dutree/commit/ diff --git a/sysutils/eksctl/Makefile b/sysutils/eksctl/Makefile index 259cdb1080e1..94c920b1ba86 100644 --- a/sysutils/eksctl/Makefile +++ b/sysutils/eksctl/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 RUN_DEPENDS= kubectl:sysutils/kubectl -USES= go:1.25,modules +USES= go:1.25+,modules PLIST_FILES= bin/${PORTNAME} diff --git a/sysutils/elephant/Makefile b/sysutils/elephant/Makefile index 7efb3940a29f..6c06f6bd3453 100644 --- a/sysutils/elephant/Makefile +++ b/sysutils/elephant/Makefile @@ -1,6 +1,6 @@ PORTNAME= elephant DISTVERSIONPREFIX= v -DISTVERSION= 2.17.1 +DISTVERSION= 2.17.2 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/elephant/distinfo b/sysutils/elephant/distinfo index 7317f9c4fadf..8906c7673a06 100644 --- a/sysutils/elephant/distinfo +++ b/sysutils/elephant/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1765230041 -SHA256 (go/sysutils_elephant/elephant-v2.17.1/v2.17.1.mod) = b0ec2ac128f1dc577aa5b3f85beeff215d994383a87d6ce5b78a2fdf8dae5a8f -SIZE (go/sysutils_elephant/elephant-v2.17.1/v2.17.1.mod) = 2451 -SHA256 (go/sysutils_elephant/elephant-v2.17.1/v2.17.1.zip) = 6afe25e58ce4591b650e3aa7fe606cd036d76e6302e67b713e14acf3b6b74b60 -SIZE (go/sysutils_elephant/elephant-v2.17.1/v2.17.1.zip) = 7566566 +TIMESTAMP = 1765800376 +SHA256 (go/sysutils_elephant/elephant-v2.17.2/v2.17.2.mod) = b0ec2ac128f1dc577aa5b3f85beeff215d994383a87d6ce5b78a2fdf8dae5a8f +SIZE (go/sysutils_elephant/elephant-v2.17.2/v2.17.2.mod) = 2451 +SHA256 (go/sysutils_elephant/elephant-v2.17.2/v2.17.2.zip) = 79a20605b0c289a1fdaec7932096ad07fdb572b4017da8708d0187f385f54e87 +SIZE (go/sysutils_elephant/elephant-v2.17.2/v2.17.2.zip) = 7566629 diff --git a/sysutils/elfx86exts/Makefile b/sysutils/elfx86exts/Makefile index 19ba2b935589..baf9ba452562 100644 --- a/sysutils/elfx86exts/Makefile +++ b/sysutils/elfx86exts/Makefile @@ -1,7 +1,7 @@ PORTNAME= elfx86exts DISTVERSIONPREFIX= ${PORTNAME}@ DISTVERSION= 0.6.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= jamie@catflap.org diff --git a/sysutils/equinix-metal-cli/Makefile b/sysutils/equinix-metal-cli/Makefile deleted file mode 100644 index 915ec5510e52..000000000000 --- a/sysutils/equinix-metal-cli/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PORTNAME= equinix-metal-cli -DISTVERSIONPREFIX= v -DISTVERSION= 0.25.0 -PORTREVISION= 11 -CATEGORIES= sysutils - -MAINTAINER= dch@FreeBSD.org -COMMENT= Command line tool for Equinix Metal services -WWW= https://github.com/equinix/metal-cli/blob/main/docs/metal.md - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= go:modules -GO_BUILDFLAGS= -ldflags "-X github.com/equinix/metal-cli/cmd.Version=v$(DISTVERSION)" -GO_MODULE= github.com/equinix/metal-cli -GO_TARGET= ./cmd/metal - -PLIST_FILES= bin/metal - -.include <bsd.port.mk> diff --git a/sysutils/equinix-metal-cli/distinfo b/sysutils/equinix-metal-cli/distinfo deleted file mode 100644 index 2203bce1740b..000000000000 --- a/sysutils/equinix-metal-cli/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1730463712 -SHA256 (go/sysutils_equinix-metal-cli/equinix-metal-cli-v0.25.0/v0.25.0.mod) = 91193dc14e5493e5f1f1bec3c29f7e7009402814c1652e660a53a692e1b915d5 -SIZE (go/sysutils_equinix-metal-cli/equinix-metal-cli-v0.25.0/v0.25.0.mod) = 1604 -SHA256 (go/sysutils_equinix-metal-cli/equinix-metal-cli-v0.25.0/v0.25.0.zip) = 95f4413e187466bc19ade3fecf5d4728f942ab87e39419ef2abf15267f6cfd44 -SIZE (go/sysutils_equinix-metal-cli/equinix-metal-cli-v0.25.0/v0.25.0.zip) = 347329 diff --git a/sysutils/equinix-metal-cli/pkg-descr b/sysutils/equinix-metal-cli/pkg-descr deleted file mode 100644 index ff3d69df3bf0..000000000000 --- a/sysutils/equinix-metal-cli/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -metal is a command line interface for the Equinix Metal API. Refer -to the comprehensive docs for usage instructions. diff --git a/sysutils/equinix-metal-cli/pkg-message b/sysutils/equinix-metal-cli/pkg-message deleted file mode 100644 index 90a3fad3e19c..000000000000 --- a/sysutils/equinix-metal-cli/pkg-message +++ /dev/null @@ -1,23 +0,0 @@ -[ -{ type: install - message: <<EOM -You installed the Equinix Metal command-line tool. To use this tool, you -will need an account and an API token from https://console.equinix.com/ - -Then run: - -$ metal init -Equinix Metal API Tokens can be obtained through the portal at https://console.equinix.com/. -See https://metal.equinix.com/developers/docs/accounts/users/ for more details. - -Token (hidden): ... -Organization ID []: ...-...-... -Project ID []: ...-...-.. - -Writing ~/.config/equinix/metal.yaml - -Optionally, the token can be supplied via the METAL_AUTH_TOKEN -environment variable, instead of permanently in the file system. -EOM -} -] diff --git a/sysutils/erdtree/Makefile b/sysutils/erdtree/Makefile index 393db835f963..c3328438fd4e 100644 --- a/sysutils/erdtree/Makefile +++ b/sysutils/erdtree/Makefile @@ -1,7 +1,7 @@ PORTNAME= erdtree DISTVERSIONPREFIX= v DISTVERSION= 3.1.2 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= sysutils MAINTAINER= se@FreeBSD.org diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile index 8a1b8e536ab6..06f272d98412 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -1,7 +1,7 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 48 +PORTREVISION= 49 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/eza/Makefile b/sysutils/eza/Makefile index 537e6999bbf5..d8171f60b060 100644 --- a/sysutils/eza/Makefile +++ b/sysutils/eza/Makefile @@ -1,7 +1,7 @@ PORTNAME= eza DISTVERSIONPREFIX= v DISTVERSION= 0.23.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://github.com/eza-community/${PORTNAME}/releases/download/v${DISTVERSION}/man-${DISTVERSION}.tar.gz?dummy=/:man DISTFILES= ${PORTNAME}-man-${DISTVERSION}.tar.gz:man diff --git a/sysutils/f2/Makefile b/sysutils/f2/Makefile index 6bba5770fc43..6882e9b0f0a7 100644 --- a/sysutils/f2/Makefile +++ b/sysutils/f2/Makefile @@ -12,7 +12,7 @@ WWW= https://f2.freshman.tech/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE -USES= go:1.25,modules +USES= go:1.25+,modules GO_MODULE= github.com/ayoisaiah/f2/v2 GO_TARGET= ./cmd/f2 diff --git a/sysutils/faketty/Makefile b/sysutils/faketty/Makefile index 7967f985ac99..4c60013c8d87 100644 --- a/sysutils/faketty/Makefile +++ b/sysutils/faketty/Makefile @@ -1,6 +1,6 @@ PORTNAME= faketty DISTVERSION= 1.0.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/fclones/Makefile b/sysutils/fclones/Makefile index f23ce199ad22..242326916446 100644 --- a/sysutils/fclones/Makefile +++ b/sysutils/fclones/Makefile @@ -1,7 +1,7 @@ PORTNAME= fclones DISTVERSIONPREFIX= v DISTVERSION= 0.35.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index ca94b70eb70b..fb2530272892 100644 --- a/sysutils/fd/Makefile +++ b/sysutils/fd/Makefile @@ -1,7 +1,7 @@ PORTNAME= fd DISTVERSIONPREFIX= v DISTVERSION= 10.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils PKGNAMESUFFIX= -find diff --git a/sysutils/flashrom/Makefile b/sysutils/flashrom/Makefile index ccc9e29dbb4f..6c35af1ea0f7 100644 --- a/sysutils/flashrom/Makefile +++ b/sysutils/flashrom/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= libpci.so:devel/libpci USES= meson pkgconfig ssl tar:xz USE_LDCONFIG= yes +CFLAGS+= -Wno-deprecated-declarations + PORTDOCS= * OPTIONS_DEFINE= DOCS FTDI MANPAGES diff --git a/sysutils/flipperbit/Makefile b/sysutils/flipperbit/Makefile index bcd6213472f2..53901d4f3e4b 100644 --- a/sysutils/flipperbit/Makefile +++ b/sysutils/flipperbit/Makefile @@ -1,7 +1,7 @@ PORTNAME= flipperbit DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index 2d2424f7411c..7d6bd2e52d8a 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -1,6 +1,6 @@ PORTNAME= flowgger DISTVERSION= 0.3.1 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= sysutils MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/sysutils/framework-system/Makefile b/sysutils/framework-system/Makefile index 3aef4f719dfe..a3d255f870b5 100644 --- a/sysutils/framework-system/Makefile +++ b/sysutils/framework-system/Makefile @@ -1,7 +1,7 @@ PORTNAME= framework-system DISTVERSIONPREFIX=v DISTVERSION= 0.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= dhs@frame.work diff --git a/sysutils/framework-tool-tui/Makefile b/sysutils/framework-tool-tui/Makefile index 79c4171627e7..260d8be868d0 100644 --- a/sysutils/framework-tool-tui/Makefile +++ b/sysutils/framework-tool-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= framework-tool-tui DISTVERSIONPREFIX=v DISTVERSION= 0.5.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= lme@FreeBSD.org diff --git a/sysutils/freebsd-rustdate/Makefile b/sysutils/freebsd-rustdate/Makefile index 36d31c6a4bdd..d95aeafcae05 100644 --- a/sysutils/freebsd-rustdate/Makefile +++ b/sysutils/freebsd-rustdate/Makefile @@ -1,6 +1,6 @@ PORTNAME= freebsd-rustdate DISTVERSION= 1.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= https://rustdate.over-yonder.net/dl/ \ https://distfiles.over-yonder.net/freebsd-rustdate/ diff --git a/sysutils/fselect/Makefile b/sysutils/fselect/Makefile index 047b8cf5c175..68b989bcbd26 100644 --- a/sysutils/fselect/Makefile +++ b/sysutils/fselect/Makefile @@ -1,6 +1,6 @@ PORTNAME= fselect DISTVERSION= 0.8.6 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/fwup/Makefile b/sysutils/fwup/Makefile index d3319f4eb67e..37b0c4a90d31 100644 --- a/sysutils/fwup/Makefile +++ b/sysutils/fwup/Makefile @@ -1,6 +1,6 @@ PORTNAME= fwup DISTVERSIONPREFIX= v -DISTVERSION= 1.13.2 +DISTVERSION= 1.14.0 CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org diff --git a/sysutils/fwup/distinfo b/sysutils/fwup/distinfo index b5045b85319a..4a9738d40d04 100644 --- a/sysutils/fwup/distinfo +++ b/sysutils/fwup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756033842 -SHA256 (fhunleth-fwup-v1.13.2_GH0.tar.gz) = a2b380874636ff5d01bb115bfee78de7f05b71f94fbf093c77b81538488583c9 -SIZE (fhunleth-fwup-v1.13.2_GH0.tar.gz) = 25549113 +TIMESTAMP = 1765792511 +SHA256 (fhunleth-fwup-v1.14.0_GH0.tar.gz) = 95cb084c673170ac136f4492f5c8fa0a6b810221281ce1543bacd44f08e15b21 +SIZE (fhunleth-fwup-v1.14.0_GH0.tar.gz) = 25551952 diff --git a/sysutils/gdu/Makefile b/sysutils/gdu/Makefile index 3d61b70ae28c..e36ab44e427c 100644 --- a/sysutils/gdu/Makefile +++ b/sysutils/gdu/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/dundee/gdu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= go:1.23,modules +USES= go:modules GO_MODULE= github.com/dundee/${PORTNAME}/${DISTVERSIONFULL:R:R} GO_TARGET= ./cmd/${PORTNAME} diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile index e806592f9694..46297a28e4f7 100644 --- a/sysutils/gkrellm2/Makefile +++ b/sysutils/gkrellm2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gkrellm -PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTVERSION= 2.5.0 +PORTREVISION= 0 CATEGORIES= sysutils MASTER_SITES= http://gkrellm.srcbox.net/releases/ \ LOCAL/ume @@ -48,12 +48,11 @@ MAKE_ENV+= without-gnutls=1 without-ssl=1 PORTDOCS= COPYRIGHT CREDITS README Themes.html ALL_TARGET= freebsd +INSTALL_TARGET= install_freebsd MAKE_ENV+= INSTALLROOT=${PREFIX} INSTALL_PREFIX=${STAGEDIR} \ - PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig \ - SINSTALLDIR=${PREFIX}/sbin \ - MANDIR=${PREFIX}/share/man/man1 SMANDIR=${PREFIX}/share/man/man8 \ - VERSION=${PORTVERSION} + PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig CFGDIR=${EXAMPLESDIR} \ + SINSTALLDIR=${PREFIX}/sbin SMANSECTION=8 VERSION=${PORTVERSION} CFLAGS+= -DSYSTEM_THEMES_DIR='\"${LOCALBASE}/share/gkrellm2/themes\"' \ -DSYSTEM_PLUGINS_DIR='\"${LOCALBASE}/libexec/gkrellm2/plugins\"' \ @@ -70,9 +69,6 @@ post-install-CLIENT-on: post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins-gkrellmd - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/server/gkrellmd.conf \ - ${STAGEDIR}${EXAMPLESDIR}/gkrellmd.conf post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/gkrellm2/distinfo b/sysutils/gkrellm2/distinfo index bbbf3e251a72..d2f8f959d135 100644 --- a/sysutils/gkrellm2/distinfo +++ b/sysutils/gkrellm2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737978638 -SHA256 (gkrellm-2.4.0.tar.bz2) = 6f83665760b936ad4b55f9182b1ec7601faf38a0f25ea1e4bddc9965088f032d -SIZE (gkrellm-2.4.0.tar.bz2) = 790070 +TIMESTAMP = 1765731793 +SHA256 (gkrellm-2.5.0.tar.bz2) = 68c75a03a06b935afa93d3331ca1c2d862c1d50c3e9df19d9a8d48970d766b55 +SIZE (gkrellm-2.5.0.tar.bz2) = 773211 diff --git a/sysutils/gkrellm2/files/patch-Makefile b/sysutils/gkrellm2/files/patch-Makefile deleted file mode 100644 index 5042e398dbbf..000000000000 --- a/sysutils/gkrellm2/files/patch-Makefile +++ /dev/null @@ -1,33 +0,0 @@ ---- Makefile.orig 2025-01-19 16:02:37 UTC -+++ Makefile -@@ -3,7 +3,9 @@ - # make - # For FreeBSD 2.X: - # make freebsd2 --# For FreeBSD 3.X or later: -+# For FreeBSD 3.X and 4.X: -+# make freebsd3 -+# For FreeBSD 5.X or later: - # make freebsd - # For NetBSD 1.5 - 1.6.X - # make netbsd1 -@@ -117,7 +119,7 @@ export OS_RELEASE - export MANDIR SMANDIR MANDIRMODE MANMODE - export OS_RELEASE - --enable_nls=1 -+enable_nls?=1 - debug=0 - export enable_nls - export debug -@@ -155,8 +157,8 @@ install_gkrellm.pc: gkrellm.pc - $(RM) $(PKGCONFIGDIR)/gkrellm.pc - - install_gkrellm.pc: gkrellm.pc -- $(INSTALL) -d $(PKGCONFIGDIR) -- $(INSTALL) -m $(INCLUDEMODE) -c gkrellm.pc $(PKGCONFIGDIR) -+ $(INSTALL) -d $(DESTDIR)$(PKGCONFIGDIR) -+ $(INSTALL) -m $(INCLUDEMODE) -c gkrellm.pc $(DESTDIR)$(PKGCONFIGDIR) - - install_darwin install_darwin9 install_macosx: install_gkrellm.pc - (cd po && ${MAKE} install) diff --git a/sysutils/gkrellm2/files/patch-gkrellm.1 b/sysutils/gkrellm2/files/patch-docs__gkrellm.1 index 84cb8404190e..78692237c936 100644 --- a/sysutils/gkrellm2/files/patch-gkrellm.1 +++ b/sysutils/gkrellm2/files/patch-docs__gkrellm.1 @@ -1,8 +1,8 @@ ---- gkrellm.1.orig 2025-01-19 16:02:37 UTC -+++ gkrellm.1 +--- docs/gkrellm.1.orig 2025-12-14 15:28:26 UTC ++++ docs/gkrellm.1 @@ -1,4 +1,4 @@ -.TH gkrellm 1 "Jan 07, 2025" "" "User's Manual" -+.TH gkrellm 1 "June 7, 2003" "FreeBSD" "User's Manual" ++.TH gkrellm 1 "Jan 7, 2025" "FreeBSD" "User's Manual" .SH "NAME" gkrellm \- The GNU Krell Monitors @@ -29,55 +29,54 @@ state is detected by the existence of .IR /var/run/pppX.pid and the time stamp of this file is the base for the on line time. -@@ -1138,7 +1138,7 @@ several locations: +@@ -1138,7 +1138,6 @@ several locations: .nf ~/.gkrellm2/themes /usr/local/share/gkrellm2/themes -/usr/share/gkrellm2/themes -+/usr/X11R6/share/gkrellm2/themes .fi .RE .PP -@@ -1149,7 +1149,7 @@ theme may also be installed as: +@@ -1149,7 +1148,7 @@ theme may also be installed as: .RS .nf ~/.themes/THEME_NAME/gkrellm2 -/usr/share/themes/THEME_NAME/gkrellm2 -+/usr/X11R6/share/themes/THEME_NAME/gkrellm2 ++/usr/local/share/themes/THEME_NAME/gkrellm2 .fi .RE .PP -@@ -1177,7 +1177,7 @@ and +@@ -1177,7 +1176,7 @@ and The directories .IR /usr/local/lib/gkrellm2/plugins and -.IR /usr/lib/gkrellm2/plugins -+.IR /usr/X11R6/libexec/gkrellm2/plugins ++.IR /usr/local/libexec/gkrellm2/plugins are also searched for plugins to install. .PP Some plugins may be available only as source files and they will -@@ -1213,7 +1213,7 @@ User plugin directory. +@@ -1213,7 +1212,7 @@ User plugin directory. .I ~/.gkrellm2/plugins User plugin directory. .TP -.I /usr/lib/gkrellm2/plugins -+.I /usr/X11R6/libexec/gkrellm2/plugins ++.I /usr/local/libexec/gkrellm2/plugins System wide plugin directory. .TP .I /usr/local/lib/gkrellm2/plugins -@@ -1225,13 +1225,13 @@ User theme packaged as part of a user Gtk theme. +@@ -1225,13 +1224,13 @@ User theme packaged as part of a user Gtk theme. .I ~/.themes/THEME_NAME/gkrellm2 User theme packaged as part of a user Gtk theme. .TP -.I /usr/share/gkrellm2/themes -+.I /usr/X11R6/share/gkrellm2/themes ++.I /usr/local/share/gkrellm2/themes System wide theme directory. .TP .I /usr/local/share/gkrellm2/themes Local theme directory. .TP -.I /usr/share/themes/THEME_NAME/gkrellm2 -+.I /usr/X11R6/share/themes/THEME_NAME/gkrellm2 ++.I /usr/local/share/themes/THEME_NAME/gkrellm2 System wide theme packaged as part of a system wide Gtk theme. .SH "AUTHORS" diff --git a/sysutils/gkrellm2/files/patch-gkrellmd.1 b/sysutils/gkrellm2/files/patch-docs__gkrellmd.1 index 4c0c69e0930f..047613a9be9c 100644 --- a/sysutils/gkrellm2/files/patch-gkrellmd.1 +++ b/sysutils/gkrellm2/files/patch-docs__gkrellmd.1 @@ -1,8 +1,8 @@ ---- gkrellmd.1.orig 2010-09-14 16:55:49 UTC -+++ gkrellmd.1 +--- docs/gkrellmd.1.orig 2010-09-14 16:55:49 UTC ++++ docs/gkrellmd.1 @@ -1,4 +1,4 @@ -.TH gkrellmd 1 "Sep 15, 2010" "GNU/Linux" "User's Manual" -+.TH gkrellmd 8 "June 7, 2003" "FreeBSD" "User's Manual" ++.TH gkrellmd 8 "Sep 15, 2010" "FreeBSD" "User's Manual" .SH "NAME" gkrellmd \- The GNU Krell Monitors Server diff --git a/sysutils/gkrellm2/files/patch-server__Makefile b/sysutils/gkrellm2/files/patch-server__Makefile index c26b0f30603e..fd9473d17460 100644 --- a/sysutils/gkrellm2/files/patch-server__Makefile +++ b/sysutils/gkrellm2/files/patch-server__Makefile @@ -1,120 +1,13 @@ ---- server/Makefile.orig 2025-01-19 16:02:37 UTC +--- server/Makefile.orig 2025-12-14 15:28:26 UTC +++ server/Makefile -@@ -42,7 +42,7 @@ PKG_LIB := $(shell $(PKG_CONFIG) --libs $(PKG_MODULES) - endif - PKG_LIB := $(shell $(PKG_CONFIG) --libs $(PKG_MODULES)) +@@ -164,8 +164,8 @@ install_freebsd: --FLAGS = -O2 $(PKG_INCLUDE) -+FLAGS = $(PKG_INCLUDE) + install_freebsd: + $(MAKE) install_unix +- chgrp kmem $(DESTDIR)$(SINSTALLDIR)/$(PACKAGE_D) +- chmod g+s $(DESTDIR)$(SINSTALLDIR)/$(PACKAGE_D) ++ # chgrp kmem $(DESTDIR)$(SINSTALLDIR)/$(PACKAGE_D) ++ # chmod g+s $(DESTDIR)$(SINSTALLDIR)/$(PACKAGE_D) - FLAGS += $(GTOP_INCLUDE) $(PTHREAD_INC) -I.. -I$(SHARED_PATH) -DGSEAL_ENABLED -DGTK_DISABLE_DEPRECATED -DGKRELLM_SERVER - -@@ -80,20 +80,31 @@ all: gkrellmd$(BINEXT) $(SERVICE_FILE) - - all: gkrellmd$(BINEXT) $(SERVICE_FILE) - --gkrellmd$(BINEXT): $(OBJS) $(EXTRAOBJS) -+gkrellmd$(BINEXT): gkrellmd.pc $(OBJS) $(EXTRAOBJS) - $(CC) $(OBJS) $(EXTRAOBJS) -o $@ \ - $(LDFLAGS) $(LIBS) $(LINK_FLAGS) - --static: $(OBJS) $(EXTRAOBJS) -+static: gkrellmd.pc $(OBJS) $(EXTRAOBJS) - $(CC) $(OBJS) $(EXTRAOBJS) -o gkrellmd.static -static \ - $(LDFLAGS) $(LIBS) $(LINK_FLAGS) - -+gkrellmd.pc: Makefile -+ echo "prefix=$(INSTALLROOT)" > gkrellmd.pc -+ echo "Name: GKrellMd" >> gkrellmd.pc -+ echo "Description: Extensible GLIB system monitoring application server" >> gkrellmd.pc -+ echo "Version: $(VERSION)" >> gkrellmd.pc -+ echo "Requires: glib-2.0" >> gkrellmd.pc -+ echo "Cflags: -I$(INCLUDEDIR)" >> gkrellmd.pc -+ - freebsd2: - $(MAKE) EXTRAOBJS= SYS_LIBS="-lkvm -lmd" gkrellmd - --freebsd3 freebsd: -+freebsd3 freebsd4: - $(MAKE) EXTRAOBJS= SYS_LIBS="-lkvm -ldevstat -lmd" gkrellmd - -+freebsd5 freebsd6 freebsd7 freebsd8 freebsd: -+ $(MAKE) EXTRAOBJS= SYS_LIBS="-ldevstat -lmd" gkrellmd -+ - # Darwin target for systems that still have libkvm - darwin: - $(MAKE) \ -@@ -152,42 +163,49 @@ uninstall-service: - uninstall-service: - $(RM) -f $(SERVICE_DIR)/$(SERVICE_FILE) - --install: install_bin install_inc install_man install_cfg install-service -+install: install_bin install_inc install_man install_cfg install_gkrellmd.pc - - install-strip: - $(MAKE) STRIP="-s" install - - install_bin: -- $(INSTALL) -d -m $(INSTALLDIRMODE) $(SINSTALLDIR) -- $(INSTALL) -c $(STRIP) -m $(BINMODE) $(PACKAGE_D)$(BINEXT) $(SINSTALLDIR)/$(PACKAGE_D)$(BINEXT) -+ $(INSTALL) -d -m $(INSTALLDIRMODE) $(DESTDIR)$(SINSTALLDIR) -+ $(INSTALL) -c $(STRIP) -m $(BINMODE) $(PACKAGE_D)$(BINEXT) $(DESTDIR)$(SINSTALLDIR)/$(PACKAGE_D)$(BINEXT) - - uninstall_bin: -- $(RM) $(SINSTALLDIR)/$(PACKAGE_D)$(BINEXT) -+ $(RM) $(DESTDIR)$(SINSTALLDIR)/$(PACKAGE_D)$(BINEXT) - - install_inc: -- $(INSTALL) -d -m $(INCLUDEDIRMODE) $(INCLUDEDIR)/gkrellm2 -- $(INSTALL) -c -m $(INCLUDEMODE) $(GKRELLMD_INCLUDES) $(INCLUDEDIR)/gkrellm2 -+ $(INSTALL) -d -m $(INCLUDEDIRMODE) $(DESTDIR)$(INCLUDEDIR)/gkrellm2 -+ $(INSTALL) -c -m $(INCLUDEMODE) $(GKRELLMD_INCLUDES) $(DESTDIR)$(INCLUDEDIR)/gkrellm2 - - # FIXME: may remove too many files, overlaps with uninstall_inc from client - uninstall_inc: -- $(RM) -r $(INCLUDEDIR)/gkrellm2 -+ $(RM) -r $(DESTDIR)$(INCLUDEDIR)/gkrellm2 - - install_man: -- $(INSTALL) -d -m $(MANDIRMODE) $(SMANDIR) -- $(INSTALL) -c -m $(MANMODE) ../gkrellmd.1 $(SMANDIR)/$(PACKAGE_D).1 -+ $(INSTALL) -d -m $(MANDIRMODE) $(DESTDIR)$(SMANDIR) -+ $(INSTALL) -c -m $(MANMODE) ../gkrellmd.1 $(DESTDIR)$(SMANDIR)/$(PACKAGE_D).8 - - uninstall_man: -- $(RM) $(SMANDIR)/$(PACKAGE_D).1 -+ $(RM) $(DESTDIR)$(SMANDIR)/$(PACKAGE_D).1 - - install_cfg: -- $(INSTALL) -d -m $(CFGDIRMODE) $(CFGDIR) -- $(INSTALL) -c -m $(CFGMODE) gkrellmd.conf $(CFGDIR)/gkrellmd.conf -+ $(INSTALL) -d -m $(CFGDIRMODE) $(DESTDIR)$(CFGDIR) -+ $(INSTALL) -c -m $(CFGMODE) gkrellmd.conf $(DESTDIR)$(CFGDIR)/gkrellmd.conf - - uninstall_cfg: -- $(RM) $(CFGDIR)/gkrellmd.conf -+ $(RM) $(DESTDIR)$(CFGDIR)/gkrellmd.conf - --uninstall: uninstall_bin uninstall_inc uninstall_man uninstall_cfg uninstall-service -+install_gkrellmd.pc: -+ $(INSTALL) -d $(DESTDIR)$(PKGCONFIGDIR) -+ $(INSTALL) -c -m $(INCLUDEMODE) gkrellmd.pc $(DESTDIR)$(PKGCONFIGDIR) - -+uninstall_gkrellmd.pc: -+ $(RM) $(DESTDIR)$(PKGCONFIGDIR)/gkrellmd.pc -+ -+uninstall: uninstall_bin uninstall_inc uninstall_man uninstall_cfg uninstall_gkrellmd.pc -+ - install_darwin install_darwin9 install_macosx: - $(MAKE) install - -@@ -227,7 +245,8 @@ clean: - gkrellmd-version.h \ - gkrellmd.exe \ - libgkrellmd.a \ -- win32-resource.rc -+ win32-resource.rc \ -+ gkrellmd.pc - - SYSDEPS = ../src/sysdeps/bsd-common.c ../src/sysdeps/bsd-net-open.c \ - ../src/sysdeps/darwin.c \ + install_netbsd: + $(MAKE) SMANDIR="$(PREFIX)/man/man1" install_unix diff --git a/sysutils/gkrellm2/files/patch-src__Makefile b/sysutils/gkrellm2/files/patch-src__Makefile index 6c8ae3beaa83..15709c5a752e 100644 --- a/sysutils/gkrellm2/files/patch-src__Makefile +++ b/sysutils/gkrellm2/files/patch-src__Makefile @@ -1,6 +1,6 @@ ---- src/Makefile.orig 2025-01-19 16:02:37 UTC +--- src/Makefile.orig 2025-12-14 15:28:26 UTC +++ src/Makefile -@@ -38,7 +38,8 @@ endif +@@ -36,7 +36,8 @@ endif CONFIGURE_ARGS += --without-ntlm endif # run configure shell script @@ -10,116 +10,14 @@ # pull in variables set by configure script include configure.mk -@@ -51,7 +52,7 @@ PKG_LIB := $(shell $(PKG_CONFIG) --libs $(PKG_MODULES) - endif - PKG_LIB := $(shell $(PKG_CONFIG) --libs $(PKG_MODULES)) - --FLAGS = -O2 -I.. -I$(SHARED_PATH) $(PKG_INCLUDE) $(GTOP_INCLUDE) $(PTHREAD_INC)\ -+FLAGS = -I.. -I$(SHARED_PATH) $(PKG_INCLUDE) $(GTOP_INCLUDE) $(PTHREAD_INC)\ - ${SSL_INCLUDE} ${NTLM_INCLUDE} -DGSEAL_ENABLED -DGTK_DISABLE_DEPRECATED -DGKRELLM_CLIENT - - LIBS = $(PKG_LIB) $(GTOP_LIBS) $(X11_LIBS) $(SYS_LIBS) $(SSL_LIBS) $(SENSORS_LIBS)\ -@@ -107,13 +108,20 @@ endif - $(MAKE) EXTRAOBJS= SYS_LIBS="-lkvm -lmd" gkrellm - endif - --freebsd3 freebsd: -+freebsd3 freebsd4: - ifeq ($(HAVE_SSL),1) - $(MAKE) EXTRAOBJS= SYS_LIBS="-lkvm -ldevstat" gkrellm - else - $(MAKE) EXTRAOBJS= SYS_LIBS="-lkvm -ldevstat -lmd" gkrellm - endif - -+freebsd5 freebsd6 freebsd7 freebsd8 freebsd9 freebsd: -+ifeq ($(HAVE_SSL),1) -+ $(MAKE) EXTRAOBJS= SYS_LIBS="-ldevstat" gkrellm -+else -+ $(MAKE) EXTRAOBJS= SYS_LIBS="-ldevstat -lmd" gkrellm -+endif -+ - # Darwin target for systems that still have libkvm - darwin: - ifeq ($(HAVE_SSL),1) -@@ -181,51 +189,51 @@ install_bin: - $(MAKE) STRIP="-s" install - - install_bin: -- $(INSTALL) -d -m $(INSTALLDIRMODE) $(INSTALLDIR) -- $(INSTALL) -c $(STRIP) -m $(BINMODE) $(PACKAGE)$(BINEXT) $(INSTALLDIR)/$(PACKAGE)$(BINEXT) -+ $(INSTALL) -d -m $(INSTALLDIRMODE) $(DESTDIR)$(INSTALLDIR) -+ $(INSTALL) -c $(STRIP) -m $(BINMODE) $(PACKAGE)$(BINEXT) $(DESTDIR)$(INSTALLDIR)/$(PACKAGE)$(BINEXT) - - uninstall_bin: -- $(RM) $(INSTALLDIR)/$(PACKAGE)$(BINEXT) -+ $(RM) $(DESTDIR)$(INSTALLDIR)/$(PACKAGE)$(BINEXT) - - install_inc: -- $(INSTALL) -d -m $(INCLUDEDIRMODE) $(INCLUDEDIR)/gkrellm2 -- $(INSTALL) -c -m $(INCLUDEMODE) $(GKRELLM_INCLUDES) $(INCLUDEDIR)/gkrellm2 -+ $(INSTALL) -d -m $(INCLUDEDIRMODE) $(DESTDIR)$(INCLUDEDIR)/gkrellm2 -+ $(INSTALL) -c -m $(INCLUDEMODE) $(GKRELLM_INCLUDES) $(DESTDIR)$(INCLUDEDIR)/gkrellm2 - - # FIXME: may remove too many files, overlaps with uninstall_inc from server - uninstall_inc: -- $(RM) -r $(INCLUDEDIR)/gkrellm2 -+ $(RM) -r $(DESTDIR)$(INCLUDEDIR)/gkrellm2 - - install_man: -- $(INSTALL) -d -m $(MANDIRMODE) $(MANDIR) -- $(INSTALL) -c -m $(MANMODE) ../gkrellm.1 $(MANDIR)/$(PACKAGE).1 -+ $(INSTALL) -d -m $(MANDIRMODE) $(DESTDIR)$(MANDIR) -+ $(INSTALL) -c -m $(MANMODE) ../gkrellm.1 $(DESTDIR)$(MANDIR)/$(PACKAGE).1 - - uninstall_man: -- $(RM) $(MANDIR)/$(PACKAGE).1 -+ $(RM) $(DESTDIR)$(MANDIR)/$(PACKAGE).1 - - install-data: -- $(INSTALL) -d -m 755 $(MENUDIR) -- $(INSTALL) -c -m 644 ../data/gkrellm.desktop $(MENUDIR)/ -- $(INSTALL) -d -m 755 $(ICONDIR)/hicolor/16x16/apps -- $(INSTALL) -c -m 644 ../data/icons/16/gkrellm.png $(ICONDIR)/hicolor/16x16/apps/ -- $(INSTALL) -d -m 755 $(ICONDIR)/hicolor/24x24/apps -- $(INSTALL) -c -m 644 ../data/icons/24/gkrellm.png $(ICONDIR)/hicolor/24x24/apps/ -- $(INSTALL) -d -m 755 $(ICONDIR)/hicolor/32x32/apps -- $(INSTALL) -c -m 644 ../data/icons/32/gkrellm.png $(ICONDIR)/hicolor/32x32/apps/ -- $(INSTALL) -d -m 755 $(ICONDIR)/hicolor/48x48/apps -- $(INSTALL) -c -m 644 ../data/icons/48/gkrellm.png $(ICONDIR)/hicolor/48x48/apps/ -- $(INSTALL) -d -m 755 $(ICONDIR)/hicolor/64x64/apps -- $(INSTALL) -c -m 644 ../data/icons/64/gkrellm.png $(ICONDIR)/hicolor/64x64/apps/ -- $(INSTALL) -d -m 755 $(METAINFODIR) -- $(INSTALL) -c -m 644 ../data/net.srcbox.gkrellm.GKrellM.metainfo.xml $(METAINFODIR)/ -+ $(INSTALL) -d -m 755 $(DESTDIR)$(MENUDIR) -+ $(INSTALL) -c -m 644 ../data/gkrellm.desktop $(DESTDIR)$(MENUDIR)/ -+ $(INSTALL) -d -m 755 $(DESTDIR)$(ICONDIR)/hicolor/16x16/apps -+ $(INSTALL) -c -m 644 ../data/icons/16/gkrellm.png $(DESTDIR)$(ICONDIR)/hicolor/16x16/apps/ -+ $(INSTALL) -d -m 755 $(DESTDIR)$(ICONDIR)/hicolor/24x24/apps -+ $(INSTALL) -c -m 644 ../data/icons/24/gkrellm.png $(DESTDIR)$(ICONDIR)/hicolor/24x24/apps/ -+ $(INSTALL) -d -m 755 $(DESTDIR)$(ICONDIR)/hicolor/32x32/apps -+ $(INSTALL) -c -m 644 ../data/icons/32/gkrellm.png $(DESTDIR)$(ICONDIR)/hicolor/32x32/apps/ -+ $(INSTALL) -d -m 755 $(DESTDIR)$(ICONDIR)/hicolor/48x48/apps -+ $(INSTALL) -c -m 644 ../data/icons/48/gkrellm.png $(DESTDIR)$(ICONDIR)/hicolor/48x48/apps/ -+ $(INSTALL) -d -m 755 $(DESTDIR)$(ICONDIR)/hicolor/64x64/apps -+ $(INSTALL) -c -m 644 ../data/icons/64/gkrellm.png $(DESTDIR)$(ICONDIR)/hicolor/64x64/apps/ -+ $(INSTALL) -d -m 755 $(DESTDIR)$(METAINFODIR) -+ $(INSTALL) -c -m 644 ../data/net.srcbox.gkrellm.GKrellM.metainfo.xml $(DESTDIR)$(METAINFODIR)/ - - uninstall-data: -- $(RM) $(MENUDIR)/gkrellm.desktop -- $(RM) $(ICONDIR)/hicolor/16x16/apps/gkrellm.png -- $(RM) $(ICONDIR)/hicolor/24x24/apps/gkrellm.png -- $(RM) $(ICONDIR)/hicolor/32x32/apps/gkrellm.png -- $(RM) $(ICONDIR)/hicolor/48x48/apps/gkrellm.png -- $(RM) $(ICONDIR)/hicolor/64x64/apps/gkrellm.png -- $(RM) $(METAINFODIR)/net.srcbox.gkrellm.GKrellM.metainfo.xml -+ $(RM) $(DESTDIR)$(MENUDIR)/gkrellm.desktop -+ $(RM) $(DESTDIR)$(ICONDIR)/hicolor/16x16/apps/gkrellm.png -+ $(RM) $(DESTDIR)$(ICONDIR)/hicolor/24x24/apps/gkrellm.png -+ $(RM) $(DESTDIR)$(ICONDIR)/hicolor/32x32/apps/gkrellm.png -+ $(RM) $(DESTDIR)$(ICONDIR)/hicolor/48x48/apps/gkrellm.png -+ $(RM) $(DESTDIR)$(ICONDIR)/hicolor/64x64/apps/gkrellm.png -+ $(RM) $(DESTDIR)$(METAINFODIR)/net.srcbox.gkrellm.GKrellM.metainfo.xml +@@ -197,8 +198,8 @@ install_freebsd: - uninstall: uninstall_bin uninstall_inc uninstall_man uninstall-data + install_freebsd: + $(MAKE) install +- chgrp kmem $(DESTDIR)$(INSTALLDIR)/$(PACKAGE) +- chmod g+s $(DESTDIR)$(INSTALLDIR)/$(PACKAGE) ++ # chgrp kmem $(DESTDIR)$(INSTALLDIR)/$(PACKAGE) ++ # chmod g+s $(DESTDIR)$(INSTALLDIR)/$(PACKAGE) + install_netbsd: + $(MAKE) MANDIR="$(PREFIX)/man/man1" install diff --git a/sysutils/gkrellm2/files/patch-src__sysdeps__bsd-common.c b/sysutils/gkrellm2/files/patch-src__sysdeps__bsd-common.c deleted file mode 100644 index 4ee03712bdc0..000000000000 --- a/sysutils/gkrellm2/files/patch-src__sysdeps__bsd-common.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/sysdeps/bsd-common.c.orig 2010-09-14 16:27:35 UTC -+++ src/sysdeps/bsd-common.c -@@ -64,6 +64,10 @@ gkrellm_sys_net_read_data(void) - { - if (ifa->ifa_addr->sa_family != AF_LINK) - continue; -+#ifdef IFF_CANTCONFIG -+ if ((ifa->ifa_flags & IFF_CANTCONFIG) != 0) -+ continue; -+#endif - ifd = (struct if_data *)ifa->ifa_data; - gkrellm_net_assign_data(ifa->ifa_name, - ifd->ifi_ibytes, ifd->ifi_obytes); diff --git a/sysutils/gkrellm2/files/patch-src__sysdeps__freebsd.c b/sysutils/gkrellm2/files/patch-src__sysdeps__freebsd.c deleted file mode 100644 index b479fd4e0970..000000000000 --- a/sysutils/gkrellm2/files/patch-src__sysdeps__freebsd.c +++ /dev/null @@ -1,38 +0,0 @@ ---- src/sysdeps/freebsd.c.orig 2014-10-14 17:46:57.000000000 -0700 -+++ src/sysdeps/freebsd.c 2017-03-21 00:00:48.928710000 -0700 -@@ -701,9 +701,15 @@ - xig->xig_len > sizeof(struct xinpgen); - xig = (struct xinpgen *)((char *)xig + xig->xig_len)) - { -+#if __FreeBSD_version >= 1200026 -+ struct xtcpcb *tp = (struct xtcpcb *)xig; -+ struct xinpcb *inp = &tp->xt_inp; -+ struct xsocket *so = &inp->xi_socket; -+#else - struct tcpcb *tp = &((struct xtcpcb *)xig)->xt_tp; - struct inpcb *inp = &((struct xtcpcb *)xig)->xt_inp; - struct xsocket *so = &((struct xtcpcb *)xig)->xt_socket; -+#endif - - /* Ignore sockets for protocols other than tcp. */ - if (so->xso_protocol != IPPROTO_TCP) -@@ -1441,7 +1447,9 @@ - struct smbcmd cmd; - - bzero(&cmd, sizeof(cmd)); -+#if __FreeBSD_version < 1100070 - cmd.data.byte_ptr = (char *)&byte; -+#endif - cmd.slave = 0x5a; - cmd.cmd = command; - if (ioctl(iodev, SMB_READB, (caddr_t)&cmd) == -1) -@@ -1449,6 +1457,9 @@ - close(iodev); - return FALSE; - } -+#if __FreeBSD_version >= 1100070 -+ byte = (u_char)cmd.rdata.byte; -+#endif - } - #endif - else diff --git a/sysutils/gkrellm2/pkg-plist b/sysutils/gkrellm2/pkg-plist index 9a25de7060f9..982ab497080e 100644 --- a/sysutils/gkrellm2/pkg-plist +++ b/sysutils/gkrellm2/pkg-plist @@ -1,6 +1,7 @@ %%CLIENT%%bin/gkrellm %%CLIENT%%include/gkrellm2/gkrellm-public-proto.h %%CLIENT%%include/gkrellm2/gkrellm-version.h +include/gkrellm2/gkrellm-visibility.h %%CLIENT%%include/gkrellm2/gkrellm.h include/gkrellm2/gkrellmd-version.h include/gkrellm2/gkrellmd.h diff --git a/sysutils/go-wtf/Makefile b/sysutils/go-wtf/Makefile index 4cf65a76e69f..e603817354a0 100644 --- a/sysutils/go-wtf/Makefile +++ b/sysutils/go-wtf/Makefile @@ -11,7 +11,7 @@ WWW= https://wtfutil.com LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= cpe go:1.25,modules +USES= cpe go:1.25+,modules GO_MODULE= github.com/wtfutil/wtf GO_BUILDFLAGS= -ldflags "-X main.version=${DISTVERSION}" diff --git a/sysutils/gonzo/Makefile b/sysutils/gonzo/Makefile index 53bbc0a894d6..7f1f3472c062 100644 --- a/sysutils/gonzo/Makefile +++ b/sysutils/gonzo/Makefile @@ -10,10 +10,7 @@ WWW= https://www.controltheory.com/gonzo/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:modules #NOT_FOR_ARCHS= armv6 armv7 i386 diff --git a/sysutils/govmomi/Makefile b/sysutils/govmomi/Makefile index 9535796f293c..2b52f728a9f9 100644 --- a/sysutils/govmomi/Makefile +++ b/sysutils/govmomi/Makefile @@ -11,12 +11,9 @@ WWW= https://github.com/vmware/govmomi/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= go:1.22,modules +USES= go:modules GO_MODULE= github.com/vmware/govmomi -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - GO_TARGET= ./govc \ ./vcsim diff --git a/sysutils/graylog/Makefile b/sysutils/graylog/Makefile index 1035aeb9e911..bfd0234c25da 100644 --- a/sysutils/graylog/Makefile +++ b/sysutils/graylog/Makefile @@ -1,5 +1,5 @@ PORTNAME= graylog -DISTVERSION= 6.3.3 +DISTVERSION= 7.0.2 CATEGORIES= sysutils java MASTER_SITES= https://downloads.graylog.org/releases/ DISTFILES= graylog/${DISTNAME}${EXTRACT_SUFX} diff --git a/sysutils/graylog/distinfo b/sysutils/graylog/distinfo index c54bc93389a7..e3a8ac492d3c 100644 --- a/sysutils/graylog/distinfo +++ b/sysutils/graylog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759317176 -SHA256 (graylog/graylog-6.3.3.tgz) = babef760f0841623c28992646f383c3633bf2b9aa125c551eec692405b779c1e -SIZE (graylog/graylog-6.3.3.tgz) = 317470005 +TIMESTAMP = 1765792752 +SHA256 (graylog/graylog-7.0.2.tgz) = bf4a4f9730113767e9a79a4bd2fd4f8db1e6d828be8187bc47aae48aec3d059f +SIZE (graylog/graylog-7.0.2.tgz) = 325483336 diff --git a/sysutils/graylog/files/pkg-message.in b/sysutils/graylog/files/pkg-message.in index 04fdeb212817..52cd591dc112 100644 --- a/sysutils/graylog/files/pkg-message.in +++ b/sysutils/graylog/files/pkg-message.in @@ -11,27 +11,28 @@ When running graylog in a jail, you need to set enforce_statfs for the jail. For a single-node installation, install: -- databases/mongodb50 or higher -- textproc/opensearch 1.3, 2.0 or higher +- databases/mongodb70 or databases/mongodb80 +- textproc/opensearch between 2.0 to 2.9 inclusive And ensure that the elasticsearch cluster name matches that used by graylog. See https://go2docs.graylog.org/5-0/downloading_and_installing_graylog/installing_graylog.html + EOM } { type: upgrade message: <<EOM -Graylog v5.0 requires significant preparation to migrate both to newer +Graylog v7.0 requires significant preparation to migrate both to newer MongoDB and to switch from older ElasticSearch to the new OpenSearch. You may need to re-index OpenSearch after migrating, refer to upstream docs for more details. -https://go2docs.graylog.org/5-0/upgrading_graylog/upgrading_to_graylog_5.0.x.htm +https://go2docs.graylog.org/current/upgrading_graylog/upgrade_to_graylog_7.0.htm -- textproc/opensearch 1.3, 2.0 or higher -- databases/mongodb50 or higher +- databases/mongodb70 or databases/mongodb80 +- textproc/opensearch between 2.0 to 2.9 inclusive Remember to backup both MongoDB & ES/OS databases before upgrading Graylog itself. diff --git a/sysutils/grub2-efi/files/patch-autogen.sh b/sysutils/grub2-efi/files/patch-autogen.sh new file mode 100644 index 000000000000..f2e50ff66917 --- /dev/null +++ b/sysutils/grub2-efi/files/patch-autogen.sh @@ -0,0 +1,9 @@ +--- autogen.sh.orig 2015-06-03 14:54:01 UTC ++++ autogen.sh +@@ -83,5 +83,5 @@ echo "Running autoreconf..." + echo timestamp > stamp-h.in + + echo "Running autoreconf..." +-autoreconf -vi ++autoreconf -vif + exit 0 diff --git a/sysutils/grub2-pcbsd/files/patch-autogen.sh b/sysutils/grub2-pcbsd/files/patch-autogen.sh new file mode 100644 index 000000000000..f2e50ff66917 --- /dev/null +++ b/sysutils/grub2-pcbsd/files/patch-autogen.sh @@ -0,0 +1,9 @@ +--- autogen.sh.orig 2015-06-03 14:54:01 UTC ++++ autogen.sh +@@ -83,5 +83,5 @@ echo "Running autoreconf..." + echo timestamp > stamp-h.in + + echo "Running autoreconf..." +-autoreconf -vi ++autoreconf -vif + exit 0 diff --git a/sysutils/gstat-rs/Makefile b/sysutils/gstat-rs/Makefile index c1f3c617b122..ff60bc67fb1e 100644 --- a/sysutils/gstat-rs/Makefile +++ b/sysutils/gstat-rs/Makefile @@ -1,6 +1,7 @@ PORTNAME= gstat-rs DISTVERSIONPREFIX= gstat-v DISTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= asomers@FreeBSD.org diff --git a/sysutils/handlr/Makefile b/sysutils/handlr/Makefile index 055318c6b639..8363395e8874 100644 --- a/sysutils/handlr/Makefile +++ b/sysutils/handlr/Makefile @@ -1,7 +1,7 @@ PORTNAME= handlr DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/helm/Makefile b/sysutils/helm/Makefile index a400cf576721..a4b62d99d030 100644 --- a/sysutils/helm/Makefile +++ b/sysutils/helm/Makefile @@ -1,5 +1,5 @@ PORTNAME= helm -PORTVERSION= 3.19.3 +PORTVERSION= 3.19.4 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -16,7 +16,7 @@ USES= cpe go:modules tar:xz GO_MODULE= github.com/${PORTNAME}/${PORTNAME}/v3 GO_PKGNAME= k8s.io/helm GO_BUILDFLAGS= -ldflags="-X helm.sh/helm/v3/internal/version.version=v${PORTVERSION} \ - -X helm.sh/helm/v3/internal/version.gitCommit=0707f566a3f4ced24009ef14d67fe0ce69db4be9" + -X helm.sh/helm/v3/internal/version.gitCommit=7cfb6e486dac026202556836bb910c37d847793e" GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/} diff --git a/sysutils/helm/distinfo b/sysutils/helm/distinfo index 3c3bddf10e4b..c11c22829c63 100644 --- a/sysutils/helm/distinfo +++ b/sysutils/helm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1765453798 -SHA256 (go/sysutils_helm/helm-v3.19.3/v3.19.3.mod) = 9da1214c25481eb31982e3289e5ef18b51e9bb4b7a8847460f2b2ae3eb3ec654 -SIZE (go/sysutils_helm/helm-v3.19.3/v3.19.3.mod) = 9036 -SHA256 (go/sysutils_helm/helm-v3.19.3/v3.19.3.zip) = 0eca758b93bdb7a9b8fbd2a05c30025cc606ef4856a7fd1db0c1c46ea2b8a40c -SIZE (go/sysutils_helm/helm-v3.19.3/v3.19.3.zip) = 1404066 +TIMESTAMP = 1765799995 +SHA256 (go/sysutils_helm/helm-v3.19.4/v3.19.4.mod) = 16de716c926e84f50feaa6326742ab23f9240b2ef793159f2c99871a67098467 +SIZE (go/sysutils_helm/helm-v3.19.4/v3.19.4.mod) = 9036 +SHA256 (go/sysutils_helm/helm-v3.19.4/v3.19.4.zip) = 90d4f84ef2c80fd72c6df561d7956a8768df0235f1acb896211b4eaf4463a725 +SIZE (go/sysutils_helm/helm-v3.19.4/v3.19.4.zip) = 1404065 diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index 4f708e377792..d1a8a2141eef 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -1,7 +1,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/httm/Makefile b/sysutils/httm/Makefile index 4ed1fd183abc..112a127db719 100644 --- a/sysutils/httm/Makefile +++ b/sysutils/httm/Makefile @@ -1,6 +1,6 @@ PORTNAME= httm DISTVERSION= 0.48.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/infracost/Makefile b/sysutils/infracost/Makefile index e6855f9c9a88..f78fdc45f0a5 100644 --- a/sysutils/infracost/Makefile +++ b/sysutils/infracost/Makefile @@ -16,10 +16,7 @@ ONLY_FOR_ARCHS_REASON= Requires 64-bit processor RUN_DEPENDS= terraform:sysutils/terraform \ terragrunt:sysutils/terragrunt -USES= go:1.23,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:modules GO_MODULE= github.com/${PORTNAME}/${PORTNAME} diff --git a/sysutils/iocage/Makefile b/sysutils/iocage/Makefile index 33907677d5e1..d61f28d32ce0 100644 --- a/sysutils/iocage/Makefile +++ b/sysutils/iocage/Makefile @@ -1,14 +1,13 @@ PORTNAME= iocage -PORTVERSION= 1.11 -PORTREVISION= 1 +PORTVERSION= 1.12 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} # Pull in PR #61 to unbreak default route detection on CURRENT -# Pull in PR #90 to unbreak on python 3.12 +# Pull in PR #107 to unbreak build (man page) PATCH_SITES= https://github.com/freebsd/iocage/commit/ PATCHFILES= 2120a86d1d4fd3d383a3f0bddfc1e92eb5a7d2e7.patch:-p1 \ - c2cf9d218a643b6231d1bce0361846352f58c50f.patch:-p1 + 13c342c37746bffa944b5c397d51ef39cd2eb172.patch:-p1 MAINTAINER= grembo@FreeBSD.org COMMENT= FreeBSD jail manager written in Python3 diff --git a/sysutils/iocage/distinfo b/sysutils/iocage/distinfo index 9d532c156395..dab2179ac28d 100644 --- a/sysutils/iocage/distinfo +++ b/sysutils/iocage/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1757166176 -SHA256 (freebsd-iocage-1.11_GH0.tar.gz) = 7f8eea47a71389eca9e147a7ec94ae7ecc260e6b17422837ac33492403af9028 -SIZE (freebsd-iocage-1.11_GH0.tar.gz) = 816215 +TIMESTAMP = 1765718091 +SHA256 (freebsd-iocage-1.12_GH0.tar.gz) = 8c09cb6287eb0677a38f5c52289c530cb75a348b303a68371aba0b12a5bb05ed +SIZE (freebsd-iocage-1.12_GH0.tar.gz) = 797861 SHA256 (2120a86d1d4fd3d383a3f0bddfc1e92eb5a7d2e7.patch) = 212d63a093d9831c29398e18e567ea63050b116f737be82f2fe2384c670b5981 SIZE (2120a86d1d4fd3d383a3f0bddfc1e92eb5a7d2e7.patch) = 891 -SHA256 (c2cf9d218a643b6231d1bce0361846352f58c50f.patch) = c550e0fcd6292e86b5405cf267fab88572484bb474a3435b57cdd0e4ecd89f90 -SIZE (c2cf9d218a643b6231d1bce0361846352f58c50f.patch) = 1990 +SHA256 (13c342c37746bffa944b5c397d51ef39cd2eb172.patch) = ec4dac293a832a37fd81402897a41135811d29926e3d5782e3dbd317cd4df217 +SIZE (13c342c37746bffa944b5c397d51ef39cd2eb172.patch) = 926 diff --git a/sysutils/ipget/Makefile b/sysutils/ipget/Makefile index d5111bfcf686..968b134066a7 100644 --- a/sysutils/ipget/Makefile +++ b/sysutils/ipget/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/ipfs/ipget LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25,modules +USES= go:1.25+,modules GO_MODULE= github.com/ipfs/ipget diff --git a/sysutils/jail_exporter/Makefile b/sysutils/jail_exporter/Makefile index e46fb1673940..09422160e2ae 100644 --- a/sysutils/jail_exporter/Makefile +++ b/sysutils/jail_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= jail_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= dor.bsd@xm0.uk diff --git a/sysutils/joshuto/Makefile b/sysutils/joshuto/Makefile index 0317ab9323a4..80a233a260ee 100644 --- a/sysutils/joshuto/Makefile +++ b/sysutils/joshuto/Makefile @@ -1,7 +1,7 @@ PORTNAME= joshuto DISTVERSIONPREFIX= v DISTVERSION= 0.9.8 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/kapp/Makefile b/sysutils/kapp/Makefile index 43740836df56..2cec20322507 100644 --- a/sysutils/kapp/Makefile +++ b/sysutils/kapp/Makefile @@ -10,14 +10,11 @@ WWW= https://github.com/carvel-dev/kapp LICENSE= APACHE20 -USES= go:1.22,modules +USES= go:modules GO_MODULE= github.com/carvel-dev/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-X carvel.dev/kapp/pkg/kapp/version.Version=v${DISTVERSION}" -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - PLIST_FILES= bin/${PORTNAME} .include <bsd.port.mk> diff --git a/sysutils/kf6-baloo/distinfo b/sysutils/kf6-baloo/distinfo index 7cf784fe2dba..5b68395e1bdf 100644 --- a/sysutils/kf6-baloo/distinfo +++ b/sysutils/kf6-baloo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762892877 -SHA256 (KDE/frameworks/6.20/baloo-6.20.0.tar.xz) = 06a0dc24b9cae08c7228aebc3215185042b58c4fc58ef86c8863e577493d1314 -SIZE (KDE/frameworks/6.20/baloo-6.20.0.tar.xz) = 331040 +TIMESTAMP = 1765456436 +SHA256 (KDE/frameworks/6.21/baloo-6.21.0.tar.xz) = 5cfef8830485a7d420fbadca67cd441822bc59efc1c71b0afef233b97553771e +SIZE (KDE/frameworks/6.21/baloo-6.21.0.tar.xz) = 330008 diff --git a/sysutils/kf6-kuserfeedback/distinfo b/sysutils/kf6-kuserfeedback/distinfo index db9c380082d3..27ed74c488a8 100644 --- a/sysutils/kf6-kuserfeedback/distinfo +++ b/sysutils/kf6-kuserfeedback/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762892877 -SHA256 (KDE/frameworks/6.20/kuserfeedback-6.20.0.tar.xz) = 638cd4e92137284de18620945441447391173a4f6785baa9e6b83855bba808b4 -SIZE (KDE/frameworks/6.20/kuserfeedback-6.20.0.tar.xz) = 267632 +TIMESTAMP = 1765456436 +SHA256 (KDE/frameworks/6.21/kuserfeedback-6.21.0.tar.xz) = 8c4f5b8c5a9c4f6c7d284f1d57f7f33dafdc66684cb35e9b80abdbedf035d2cc +SIZE (KDE/frameworks/6.21/kuserfeedback-6.21.0.tar.xz) = 269272 diff --git a/sysutils/kf6-kuserfeedback/pkg-plist b/sysutils/kf6-kuserfeedback/pkg-plist index 9552873fd3ed..66431e773c20 100644 --- a/sysutils/kf6-kuserfeedback/pkg-plist +++ b/sysutils/kf6-kuserfeedback/pkg-plist @@ -102,6 +102,7 @@ share/locale/ia/LC_MESSAGES/userfeedbackconsole6_qt.qm share/locale/ia/LC_MESSAGES/userfeedbackprovider6_qt.qm share/locale/id/LC_MESSAGES/userfeedbackconsole6_qt.qm share/locale/id/LC_MESSAGES/userfeedbackprovider6_qt.qm +share/locale/is/LC_MESSAGES/userfeedbackprovider6_qt.qm share/locale/it/LC_MESSAGES/userfeedbackconsole6_qt.qm share/locale/it/LC_MESSAGES/userfeedbackprovider6_qt.qm share/locale/ja/LC_MESSAGES/userfeedbackconsole6_qt.qm diff --git a/sysutils/kf6-kwallet/distinfo b/sysutils/kf6-kwallet/distinfo index 834bd1d021d2..f4fcaf69885b 100644 --- a/sysutils/kf6-kwallet/distinfo +++ b/sysutils/kf6-kwallet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762892877 -SHA256 (KDE/frameworks/6.20/kwallet-6.20.0.tar.xz) = b6565ad041a57d390b3728a6599fc0e339784d2a4dab5990ace45abaa502e41e -SIZE (KDE/frameworks/6.20/kwallet-6.20.0.tar.xz) = 364444 +TIMESTAMP = 1765456436 +SHA256 (KDE/frameworks/6.21/kwallet-6.21.0.tar.xz) = 040d9eae74ec5164c0c20e59469f74c25b0139c9e55eef3e9f3bfa5a2e087f48 +SIZE (KDE/frameworks/6.21/kwallet-6.21.0.tar.xz) = 363952 diff --git a/sysutils/kops/Makefile b/sysutils/kops/Makefile index b92fd5f2716f..5e332b7daf73 100644 --- a/sysutils/kops/Makefile +++ b/sysutils/kops/Makefile @@ -14,7 +14,7 @@ BROKEN_i386= linking fails: mapping output file failed: cannot allocate memory BUILD_DEPENDS= go-bindata:devel/go-bindata -USES= go:1.25,modules +USES= go:1.25+,modules USE_GITHUB= yes GH_ACCOUNT= kubernetes diff --git a/sysutils/kubie/Makefile b/sysutils/kubie/Makefile index 7730668a3e6a..d6f1d9644c87 100644 --- a/sysutils/kubie/Makefile +++ b/sysutils/kubie/Makefile @@ -1,7 +1,7 @@ PORTNAME= kubie DISTVERSIONPREFIX= v DISTVERSION= 0.25.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/kubo-go/Makefile b/sysutils/kubo-go/Makefile index ab10c5acb623..919225f23c07 100644 --- a/sysutils/kubo-go/Makefile +++ b/sysutils/kubo-go/Makefile @@ -14,10 +14,7 @@ LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE -USES= cpe go:1.22,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= cpe go:modules CONFLICTS_INSTALL?= ipfs-go-* diff --git a/sysutils/kustomize/Makefile b/sysutils/kustomize/Makefile index 87ff2fe365bd..7f515d510aa6 100644 --- a/sysutils/kustomize/Makefile +++ b/sysutils/kustomize/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/kubernetes-sigs/kustomize LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:1.24+,modules _BUILD_DATE= $$(date -u +"%FT%T%z") diff --git a/sysutils/lsd/Makefile b/sysutils/lsd/Makefile index 9d8352b0b78c..6e32c20a30f4 100644 --- a/sysutils/lsd/Makefile +++ b/sysutils/lsd/Makefile @@ -1,7 +1,7 @@ PORTNAME= lsd DISTVERSIONPREFIX= v DISTVERSION= 1.1.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com diff --git a/sysutils/mcfly/Makefile b/sysutils/mcfly/Makefile index fbb7fdd1cae4..8af85dbbe6f2 100644 --- a/sysutils/mcfly/Makefile +++ b/sysutils/mcfly/Makefile @@ -1,7 +1,7 @@ PORTNAME= mcfly DISTVERSIONPREFIX= v DISTVERSION= 0.9.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/mdcat/Makefile b/sysutils/mdcat/Makefile index 3763258a6d9a..8f908383a4d7 100644 --- a/sysutils/mdcat/Makefile +++ b/sysutils/mdcat/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdcat DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 2.7.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/mise/Makefile b/sysutils/mise/Makefile index dcd0268e84d3..6c53880842ef 100644 --- a/sysutils/mise/Makefile +++ b/sysutils/mise/Makefile @@ -1,6 +1,6 @@ PORTNAME= mise DISTVERSIONPREFIX= v -DISTVERSION= 2025.12.0 +DISTVERSION= 2025.12.9 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -646,7 +646,7 @@ CARGO_CRATES= addr2line-0.25.1 \ signature-2.2.0 \ sigstore-0.12.1 \ sigstore-protobuf-specs-derive-0.0.1 \ - sigstore-verification-0.1.7 \ + sigstore-verification-0.1.8 \ sigstore_protobuf_specs-0.4.3 \ simd-adler32-0.3.7 \ similar-2.7.0 \ diff --git a/sysutils/mise/distinfo b/sysutils/mise/distinfo index 7a3c711a49f8..5717e1f86434 100644 --- a/sysutils/mise/distinfo +++ b/sysutils/mise/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1764910157 +TIMESTAMP = 1765876412 SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b SIZE (rust/crates/addr2line-0.25.1.crate) = 43134 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -1239,8 +1239,8 @@ SHA256 (rust/crates/sigstore-0.12.1.crate) = 43427f0d642cfed11bd596608148ee4476d SIZE (rust/crates/sigstore-0.12.1.crate) = 203184 SHA256 (rust/crates/sigstore-protobuf-specs-derive-0.0.1.crate) = 80baa401f274093f7bb27d7a69d6139cbc11f1b97624e9a61a9b3ea32c776a35 SIZE (rust/crates/sigstore-protobuf-specs-derive-0.0.1.crate) = 5508 -SHA256 (rust/crates/sigstore-verification-0.1.7.crate) = e24cb0faa5df3c78fde4aaef48e84196d3fba3725781f984d3b256fa0a2175e0 -SIZE (rust/crates/sigstore-verification-0.1.7.crate) = 55161 +SHA256 (rust/crates/sigstore-verification-0.1.8.crate) = db10507b7d2ff109e56bfd885ce7b489a16040996516020ecfb43ced017a7a47 +SIZE (rust/crates/sigstore-verification-0.1.8.crate) = 61040 SHA256 (rust/crates/sigstore_protobuf_specs-0.4.3.crate) = 799e5ed827a6d8d2be7fc598515d061b59d85f496d7066152822a80f3250af74 SIZE (rust/crates/sigstore_protobuf_specs-0.4.3.crate) = 87542 SHA256 (rust/crates/simd-adler32-0.3.7.crate) = d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe @@ -1675,5 +1675,5 @@ SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9 SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 SHA256 (rust/crates/zstd-sys-2.0.16+zstd.1.5.7.crate) = 91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748 SIZE (rust/crates/zstd-sys-2.0.16+zstd.1.5.7.crate) = 775620 -SHA256 (jdx-mise-v2025.12.0_GH0.tar.gz) = 29f37022ebfeda323cba1e40c4a8603859e3fbd59ea7caa591cbc18d3d49314d -SIZE (jdx-mise-v2025.12.0_GH0.tar.gz) = 5906895 +SHA256 (jdx-mise-v2025.12.9_GH0.tar.gz) = 8b85cc9011caa57a880ea6f72c1c0e0f93e40e8ba39d3246c0ffcee2574abdcc +SIZE (jdx-mise-v2025.12.9_GH0.tar.gz) = 6031210 diff --git a/sysutils/mkr/Makefile b/sysutils/mkr/Makefile index 6d4eb7ccf3b1..9363a4219e38 100644 --- a/sysutils/mkr/Makefile +++ b/sysutils/mkr/Makefile @@ -1,7 +1,6 @@ PORTNAME= mkr DISTVERSIONPREFIX= v -DISTVERSION= 0.62.3 -PORTREVISION= 2 +DISTVERSION= 0.63.0 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/mkr/distinfo b/sysutils/mkr/distinfo index 2fb0adda1190..7846862f2f9d 100644 --- a/sysutils/mkr/distinfo +++ b/sysutils/mkr/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1761515218 -SHA256 (go/sysutils_mkr/mkr-v0.62.3/v0.62.3.mod) = 597dc7858149d1df7efeb1cf36ae8211c8c143448b8036e659409d870b3a1d42 -SIZE (go/sysutils_mkr/mkr-v0.62.3/v0.62.3.mod) = 3123 -SHA256 (go/sysutils_mkr/mkr-v0.62.3/v0.62.3.zip) = 2b9b50fcd5f20660a23b70626639781e5416b1d0144da75c29f7a10784f75ad1 -SIZE (go/sysutils_mkr/mkr-v0.62.3/v0.62.3.zip) = 134800 +TIMESTAMP = 1765798333 +SHA256 (go/sysutils_mkr/mkr-v0.63.0/v0.63.0.mod) = 7583d1ed8a61d2ecfb64fc4e38af553ff834ef867cd1a4caa758abc3b3503aa6 +SIZE (go/sysutils_mkr/mkr-v0.63.0/v0.63.0.mod) = 3085 +SHA256 (go/sysutils_mkr/mkr-v0.63.0/v0.63.0.zip) = cde9d98a79ccc60e44feb2f388ab03df1cf1e339883e24528fb17454006be75e +SIZE (go/sysutils_mkr/mkr-v0.63.0/v0.63.0.zip) = 139012 diff --git a/sysutils/mongodb_exporter/Makefile b/sysutils/mongodb_exporter/Makefile index 909d269ecfd3..477af5cd6e09 100644 --- a/sysutils/mongodb_exporter/Makefile +++ b/sysutils/mongodb_exporter/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/percona/mongodb_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:1.24+,modules USE_RC_SUBR= mongodb_exporter GO_MODULE= github.com/percona/mongodb_exporter diff --git a/sysutils/mprocs/Makefile b/sysutils/mprocs/Makefile index f8959fe41970..88066cfba2be 100644 --- a/sysutils/mprocs/Makefile +++ b/sysutils/mprocs/Makefile @@ -1,7 +1,7 @@ PORTNAME= mprocs DISTVERSIONPREFIX= v DISTVERSION= 0.7.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= dtxdf@FreeBSD.org diff --git a/sysutils/mstflint/Makefile b/sysutils/mstflint/Makefile index 87a64919f04b..f78cbe46e124 100644 --- a/sysutils/mstflint/Makefile +++ b/sysutils/mstflint/Makefile @@ -1,6 +1,6 @@ PORTNAME= mstflint DISTVERSIONPREFIX= v -DISTVERSION= 4.34.0-2 +DISTVERSION= 4.34.1-1 CATEGORIES= sysutils MAINTAINER= olivier@FreeBSD.org diff --git a/sysutils/mstflint/distinfo b/sysutils/mstflint/distinfo index 3ea7d44526a9..4c1ddee0a185 100644 --- a/sysutils/mstflint/distinfo +++ b/sysutils/mstflint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763718601 -SHA256 (Mellanox-mstflint-v4.34.0-2_GH0.tar.gz) = 74ea47843e46e60e5fce4823455b4d2b52a0136fe9139d2304f037a98da9196d -SIZE (Mellanox-mstflint-v4.34.0-2_GH0.tar.gz) = 10463715 +TIMESTAMP = 1765885022 +SHA256 (Mellanox-mstflint-v4.34.1-1_GH0.tar.gz) = bc350afbb07d0680fad4698d8697d9d301b846d8229994f54ad0250aadd3dde3 +SIZE (Mellanox-mstflint-v4.34.1-1_GH0.tar.gz) = 10471539 diff --git a/sysutils/nginx-ui/Makefile b/sysutils/nginx-ui/Makefile index 274c6f37617e..6356be4476f6 100644 --- a/sysutils/nginx-ui/Makefile +++ b/sysutils/nginx-ui/Makefile @@ -14,7 +14,7 @@ WWW= https://nginxui.com LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25,modules +USES= go:1.25+,modules USE_GITHUB= yes GH_ACCOUNT= 0xJacky diff --git a/sysutils/nomad-driver-podman/Makefile b/sysutils/nomad-driver-podman/Makefile index ab8ef1da8480..90a80728afb2 100644 --- a/sysutils/nomad-driver-podman/Makefile +++ b/sysutils/nomad-driver-podman/Makefile @@ -1,7 +1,6 @@ PORTNAME= nomad-driver-podman DISTVERSIONPREFIX= v -DISTVERSION= 0.6.3 -PORTREVISION= 6 +DISTVERSION= 0.6.4 CATEGORIES= sysutils MAINTAINER= grembo@FreeBSD.org @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= nomad:sysutils/nomad \ podman:sysutils/podman -USES= go:1.24,modules +USES= go:1.25+,modules GO_MODULE= github.com/hashicorp/nomad-driver-podman GO_TARGET= :${PREFIX}/libexec/nomad/plugins/nomad-driver-podman diff --git a/sysutils/nomad-driver-podman/distinfo b/sysutils/nomad-driver-podman/distinfo index f503c503e9f0..08088b54deda 100644 --- a/sysutils/nomad-driver-podman/distinfo +++ b/sysutils/nomad-driver-podman/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1753976797 -SHA256 (go/sysutils_nomad-driver-podman/nomad-driver-podman-v0.6.3/v0.6.3.mod) = 81f7425f77a1d19302aced026dc921c2d0564f94bb1e6e2da30cf76429fb34b1 -SIZE (go/sysutils_nomad-driver-podman/nomad-driver-podman-v0.6.3/v0.6.3.mod) = 8961 -SHA256 (go/sysutils_nomad-driver-podman/nomad-driver-podman-v0.6.3/v0.6.3.zip) = 6ffc3d4be1210c97d9a8e35c295a8f8af2257d008fc2824febab4c4b30123b9a -SIZE (go/sysutils_nomad-driver-podman/nomad-driver-podman-v0.6.3/v0.6.3.zip) = 156435 +TIMESTAMP = 1765789808 +SHA256 (go/sysutils_nomad-driver-podman/nomad-driver-podman-v0.6.4/v0.6.4.mod) = 1405d04959269229d84ad7049c4b3fa4f60ab0d057fcc1d18bb4da4ab23afc95 +SIZE (go/sysutils_nomad-driver-podman/nomad-driver-podman-v0.6.4/v0.6.4.mod) = 8736 +SHA256 (go/sysutils_nomad-driver-podman/nomad-driver-podman-v0.6.4/v0.6.4.zip) = 22fc311f54df1e0880573d860d2d5c9f886296aa01b05f1a8de0798d73825374 +SIZE (go/sysutils_nomad-driver-podman/nomad-driver-podman-v0.6.4/v0.6.4.zip) = 159605 diff --git a/sysutils/onefetch/Makefile b/sysutils/onefetch/Makefile index 72f11734cfa5..0159dc87e461 100644 --- a/sysutils/onefetch/Makefile +++ b/sysutils/onefetch/Makefile @@ -1,6 +1,6 @@ PORTNAME= onefetch DISTVERSION= 2.25.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils devel MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/opa/Makefile b/sysutils/opa/Makefile index bc9764299d25..c3fa06aaac52 100644 --- a/sysutils/opa/Makefile +++ b/sysutils/opa/Makefile @@ -12,7 +12,7 @@ WWW= https://www.openpolicyagent.org/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:1.24+,modules GO_MODULE= github.com/open-policy-agent/opa diff --git a/sysutils/openvox-server8/Makefile b/sysutils/openvox-server8/Makefile index d45684f051da..52c8d9f528d9 100644 --- a/sysutils/openvox-server8/Makefile +++ b/sysutils/openvox-server8/Makefile @@ -1,5 +1,6 @@ PORTNAME= openvox-server PORTVERSION= 8.11.0 +PORTREVISION= 1 CATEGORIES= sysutils java MASTER_SITES= https://artifacts.voxpupuli.org/${PORTNAME}/${PORTVERSION}/ PKGNAMESUFFIX= 8 @@ -75,6 +76,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/web-routes.conf ${STAGEDIR}${ETCDIR}/conf.d/web-routes.conf.sample ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/webserver.conf ${STAGEDIR}${ETCDIR}/conf.d/webserver.conf.sample ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/auth.conf ${STAGEDIR}${ETCDIR}/conf.d/auth.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/ca.conf ${STAGEDIR}${ETCDIR}/conf.d/ca.conf.sample ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/metrics.conf ${STAGEDIR}${ETCDIR}/conf.d/metrics.conf.sample ${INSTALL_DATA} ${WRKSRC}/ext/config/services.d/ca.cfg ${STAGEDIR}${ETCDIR}/services.d/ca.cfg.sample ${INSTALL_DATA} ${WRKSRC}/ext/system-config/services.d/bootstrap.cfg ${STAGEDIR}${ETCDIR}/services.d/bootstrap.cfg.sample diff --git a/sysutils/openvox-server8/pkg-plist b/sysutils/openvox-server8/pkg-plist index e4c12f025c03..98364ffd4d09 100644 --- a/sysutils/openvox-server8/pkg-plist +++ b/sysutils/openvox-server8/pkg-plist @@ -2,6 +2,7 @@ @sample %%ETCDIR%%/logback.xml.sample @sample %%ETCDIR%%/request-logging.xml.sample @sample %%ETCDIR%%/conf.d/auth.conf.sample +@sample %%ETCDIR%%/conf.d/ca.conf.sample @sample %%ETCDIR%%/conf.d/global.conf.sample @sample %%ETCDIR%%/conf.d/metrics.conf.sample @sample %%ETCDIR%%/conf.d/puppetserver.conf.sample diff --git a/sysutils/pfetch-rs/Makefile b/sysutils/pfetch-rs/Makefile index 221579adbf7b..a365a50e2bdd 100644 --- a/sysutils/pfetch-rs/Makefile +++ b/sysutils/pfetch-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= pfetch-rs DISTVERSIONPREFIX= v DISTVERSION= 2.11.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= yonas.yanfa@gmail.com diff --git a/sysutils/podman-suite/Makefile b/sysutils/podman-suite/Makefile index b751d6e90df4..a794851627f0 100644 --- a/sysutils/podman-suite/Makefile +++ b/sysutils/podman-suite/Makefile @@ -1,5 +1,5 @@ PORTNAME= podman-suite -PORTVERSION= 20251114 +PORTVERSION= 20251210 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org diff --git a/sysutils/podman/Makefile b/sysutils/podman/Makefile index eb71bcf9defb..64f89bff40c0 100644 --- a/sysutils/podman/Makefile +++ b/sysutils/podman/Makefile @@ -1,7 +1,6 @@ PORTNAME= podman DISTVERSIONPREFIX= v -DISTVERSION= 5.7.0 -PORTREVISION= 1 +DISTVERSION= 5.7.1 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org diff --git a/sysutils/podman/distinfo b/sysutils/podman/distinfo index c01a0d7ff42e..6eafa607438a 100644 --- a/sysutils/podman/distinfo +++ b/sysutils/podman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763052179 -SHA256 (containers-podman-v5.7.0_GH0.tar.gz) = 86972a63aaa8a292fff7ee3f18b7445d2e937e83e0c3f3b3904d48065714f07f -SIZE (containers-podman-v5.7.0_GH0.tar.gz) = 21261077 +TIMESTAMP = 1765391575 +SHA256 (containers-podman-v5.7.1_GH0.tar.gz) = c04c12f90d1bf410ccc4d27a30cff188d6a9361bddb5fceb19659ae08257cc6f +SIZE (containers-podman-v5.7.1_GH0.tar.gz) = 21266433 diff --git a/sysutils/podman/files/patch-pkg_specgen_generate_oci__freebsd.go b/sysutils/podman/files/patch-pkg_specgen_generate_oci__freebsd.go deleted file mode 100644 index 5f3e7367e198..000000000000 --- a/sysutils/podman/files/patch-pkg_specgen_generate_oci__freebsd.go +++ /dev/null @@ -1,70 +0,0 @@ -pkg/specgen/generate: Fix adding host devices on FreeBSD - -This was not working when emulating Linux container images on FreeBSD. -The code to handle host devices on FreeBSD relies on the container -having a devfs mount. Unfortunately, the Linux emulation code which adds -this was happening after the host device handling. This changes the -logic so that host device management happens after Linux emulation. - -Signed-off-by: Doug Rabson <dfr@rabson.org> - ---- pkg/specgen/generate/oci_freebsd.go.orig 2025-11-11 13:51:07 UTC -+++ pkg/specgen/generate/oci_freebsd.go -@@ -50,28 +50,6 @@ func SpecGenToOCI(ctx context.Context, s *specgen.Spec - g.AddAnnotation(key, val) - } - -- // Devices -- var userDevices []spec.LinuxDevice -- if !s.IsPrivileged() { -- // add default devices from containers.conf -- for _, device := range rtc.Containers.Devices.Get() { -- if err = DevicesFromPath(&g, device, rtc); err != nil { -- return nil, err -- } -- } -- if len(compatibleOptions.HostDeviceList) > 0 && len(s.Devices) == 0 { -- userDevices = compatibleOptions.HostDeviceList -- } else { -- userDevices = s.Devices -- } -- // add default devices specified by caller -- for _, device := range userDevices { -- if err = DevicesFromPath(&g, device.Path, rtc); err != nil { -- return nil, err -- } -- } -- } -- - g.ClearProcessEnv() - for name, val := range s.Env { - g.AddProcessEnv(name, val) -@@ -132,6 +110,28 @@ func SpecGenToOCI(ctx context.Context, s *specgen.Spec - }, - ) - configSpec.Mounts = mounts -+ } -+ -+ // Devices -+ var userDevices []spec.LinuxDevice -+ if !s.IsPrivileged() { -+ // add default devices from containers.conf -+ for _, device := range rtc.Containers.Devices.Get() { -+ if err = DevicesFromPath(&g, device, rtc); err != nil { -+ return nil, err -+ } -+ } -+ if len(compatibleOptions.HostDeviceList) > 0 && len(s.Devices) == 0 { -+ userDevices = compatibleOptions.HostDeviceList -+ } else { -+ userDevices = s.Devices -+ } -+ // add default devices specified by caller -+ for _, device := range userDevices { -+ if err = DevicesFromPath(&g, device.Path, rtc); err != nil { -+ return nil, err -+ } -+ } - } - - // BIND MOUNTS diff --git a/sysutils/pollinfo/Makefile b/sysutils/pollinfo/Makefile index 88c7939df06f..919701449896 100644 --- a/sysutils/pollinfo/Makefile +++ b/sysutils/pollinfo/Makefile @@ -1,6 +1,6 @@ PORTNAME= pollinfo PORTVERSION= 0.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils devel MAINTAINER= arrowd@FreeBSD.org diff --git a/sysutils/popeye/Makefile b/sysutils/popeye/Makefile index c50b24ce9ef8..d058b735979b 100644 --- a/sysutils/popeye/Makefile +++ b/sysutils/popeye/Makefile @@ -14,10 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS_REASON= Compilation fails due to integer overflow NOT_FOR_ARCHS= armv7 i386 -USES= go:1.23,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:modules _BUILD_DATE= $$(date -u +"%FT%T%z") _BUILD_HASH= f736e64 diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index b3eb05c9b31b..02626f06e754 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -1,6 +1,6 @@ PORTNAME= potnet DISTVERSION= 0.5.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org diff --git a/sysutils/process-viewer/Makefile b/sysutils/process-viewer/Makefile index 6187c6a6d206..fde58c325b37 100644 --- a/sysutils/process-viewer/Makefile +++ b/sysutils/process-viewer/Makefile @@ -1,6 +1,6 @@ PORTNAME= process-viewer DISTVERSION= g20220909 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile index d6ded7bc41bf..952c806d8aeb 100644 --- a/sysutils/procs/Makefile +++ b/sysutils/procs/Makefile @@ -1,7 +1,7 @@ PORTNAME= procs DISTVERSIONPREFIX= v DISTVERSION= 0.14.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/puppetserver8/Makefile b/sysutils/puppetserver8/Makefile index 51ba63b3dfe3..f1c19ccc92b4 100644 --- a/sysutils/puppetserver8/Makefile +++ b/sysutils/puppetserver8/Makefile @@ -1,5 +1,6 @@ PORTNAME= puppetserver PORTVERSION= 8.7.0 +PORTREVISION= 1 CATEGORIES= sysutils java MASTER_SITES= https://downloads.puppetlabs.com/puppet/ PKGNAMESUFFIX= 8 @@ -72,6 +73,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/web-routes.conf ${STAGEDIR}${ETCDIR}/conf.d/web-routes.conf.sample ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/webserver.conf ${STAGEDIR}${ETCDIR}/conf.d/webserver.conf.sample ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/auth.conf ${STAGEDIR}${ETCDIR}/conf.d/auth.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/ca.conf ${STAGEDIR}${ETCDIR}/conf.d/ca.conf.sample ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/metrics.conf ${STAGEDIR}${ETCDIR}/conf.d/metrics.conf.sample ${INSTALL_DATA} ${WRKSRC}/ext/config/services.d/ca.cfg ${STAGEDIR}${ETCDIR}/services.d/ca.cfg.sample ${INSTALL_DATA} ${WRKSRC}/ext/system-config/services.d/bootstrap.cfg ${STAGEDIR}${ETCDIR}/services.d/bootstrap.cfg.sample diff --git a/sysutils/puppetserver8/pkg-plist b/sysutils/puppetserver8/pkg-plist index 329a3c5f8901..849fb34cef69 100644 --- a/sysutils/puppetserver8/pkg-plist +++ b/sysutils/puppetserver8/pkg-plist @@ -2,6 +2,7 @@ @sample %%ETCDIR%%/logback.xml.sample @sample %%ETCDIR%%/request-logging.xml.sample @sample %%ETCDIR%%/conf.d/auth.conf.sample +@sample %%ETCDIR%%/conf.d/ca.conf.sample @sample %%ETCDIR%%/conf.d/global.conf.sample @sample %%ETCDIR%%/conf.d/metrics.conf.sample @sample %%ETCDIR%%/conf.d/puppetserver.conf.sample diff --git a/sysutils/py-filelock/Makefile b/sysutils/py-filelock/Makefile index c8cf42a2591c..696620c2b8d7 100644 --- a/sysutils/py-filelock/Makefile +++ b/sysutils/py-filelock/Makefile @@ -1,5 +1,5 @@ PORTNAME= filelock -DISTVERSION= 3.19.1 +DISTVERSION= 3.20.1 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,14 +11,14 @@ WWW= https://github.com/benediktschmitt/py-filelock LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.18:devel/py-hatchling@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.4:devel/py-hatch-vcs@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27:devel/py-hatchling@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.5:devel/py-hatch-vcs@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}covdefaults>=2.3:devel/py-covdefaults@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=7.6.1:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}diff-cover>=9.6:devel/py-diff-cover@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=1.1:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=5:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-mock>=3.14.1:devel/py-pytest-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=2.4:devel/py-pytest-timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=20.33.1:devel/py-virtualenv@${PY_FLAVOR} @@ -29,6 +29,6 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} NO_ARCH= yes -# tests as of 3.19.1: 150 passed, 20 skipped in 16.91s +# tests as of 3.20.1: 150 passed, 20 skipped in 12.34s .include <bsd.port.mk> diff --git a/sysutils/py-filelock/distinfo b/sysutils/py-filelock/distinfo index 1e5d78c1f089..385f752a9b52 100644 --- a/sysutils/py-filelock/distinfo +++ b/sysutils/py-filelock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757052833 -SHA256 (filelock-3.19.1.tar.gz) = 66eda1888b0171c998b35be2bcc0f6d75c388a7ce20c3f3f37aa8e96c2dddf58 -SIZE (filelock-3.19.1.tar.gz) = 17687 +TIMESTAMP = 1765876198 +SHA256 (filelock-3.20.1.tar.gz) = b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c +SIZE (filelock-3.20.1.tar.gz) = 19476 diff --git a/sysutils/py-tmuxp/Makefile b/sysutils/py-tmuxp/Makefile index a573b3543c1b..b873e5c28e15 100644 --- a/sysutils/py-tmuxp/Makefile +++ b/sysutils/py-tmuxp/Makefile @@ -1,5 +1,5 @@ PORTNAME= tmuxp -PORTVERSION= 1.59.0 +PORTVERSION= 1.61.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.9:devel/py-colorama@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libtmux>=0.50.0<0.51:devel/py-libtmux@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libtmux>=0.52.1<0.53:devel/py-libtmux@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR} \ tmux:sysutils/tmux diff --git a/sysutils/py-tmuxp/distinfo b/sysutils/py-tmuxp/distinfo index 6a086c243d94..91e9a06deac8 100644 --- a/sysutils/py-tmuxp/distinfo +++ b/sysutils/py-tmuxp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765032818 -SHA256 (tmuxp-1.59.0.tar.gz) = a801caf10a0972e2455866d39e3daa3fc9d87140022bcde0747ee275e3429f5e -SIZE (tmuxp-1.59.0.tar.gz) = 939195 +TIMESTAMP = 1765895750 +SHA256 (tmuxp-1.61.0.tar.gz) = b4355d35aff5da859f576407ee791b89a0404db97f8a16074cda0441152e11d2 +SIZE (tmuxp-1.61.0.tar.gz) = 939821 diff --git a/sysutils/qmk_hid/Makefile b/sysutils/qmk_hid/Makefile index c35118cb5606..52b16b22c6db 100644 --- a/sysutils/qmk_hid/Makefile +++ b/sysutils/qmk_hid/Makefile @@ -1,7 +1,7 @@ PORTNAME= qmk_hid DISTVERSIONPREFIX= v DISTVERSION= 0.1.12 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MAINTAINER= dhs@frame.work diff --git a/sysutils/rldd/Makefile b/sysutils/rldd/Makefile index 530b403c56ad..c8dcc0973576 100644 --- a/sysutils/rldd/Makefile +++ b/sysutils/rldd/Makefile @@ -1,7 +1,7 @@ PORTNAME= rldd DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/rubygem-smart_proxy_salt/Makefile b/sysutils/rubygem-smart_proxy_salt/Makefile index df4decf06af7..9464547e0d41 100644 --- a/sysutils/rubygem-smart_proxy_salt/Makefile +++ b/sysutils/rubygem-smart_proxy_salt/Makefile @@ -1,5 +1,5 @@ PORTNAME= smart_proxy_salt -PORTVERSION= 6.0.0 +PORTVERSION= 6.1.0 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -11,7 +11,7 @@ LICENSE= GPLv3 RUN_DEPENDS= foreman-proxy>=1.8.0:net/foreman-proxy \ ${PYTHON_PKGNAMEPREFIX}salt>0:sysutils/py-salt@${PY_FLAVOR} \ - rubygem-smart_proxy_dynflow>=0.5.0<1:sysutils/rubygem-smart_proxy_dynflow + rubygem-smart_proxy_dynflow>=0.8<1:sysutils/rubygem-smart_proxy_dynflow USES= cpe gem python shebangfix diff --git a/sysutils/rubygem-smart_proxy_salt/distinfo b/sysutils/rubygem-smart_proxy_salt/distinfo index 708082c02974..244a4bba8f1e 100644 --- a/sysutils/rubygem-smart_proxy_salt/distinfo +++ b/sysutils/rubygem-smart_proxy_salt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547558 -SHA256 (rubygem/smart_proxy_salt-6.0.0.gem) = 08fffd7bf6fb5dfb9f169eeeb5e9a3d0310a0f597e46178523b2735a233f9bf2 -SIZE (rubygem/smart_proxy_salt-6.0.0.gem) = 28672 +TIMESTAMP = 1765895848 +SHA256 (rubygem/smart_proxy_salt-6.1.0.gem) = b464f892ea959b72de1368ed9fd055146c50c0f8cdd245eeac98fb3afbe5e998 +SIZE (rubygem/smart_proxy_salt-6.1.0.gem) = 28672 diff --git a/sysutils/rubygem-sys-filesystem/Makefile b/sysutils/rubygem-sys-filesystem/Makefile index 267ed8e5aff2..d08dc1caef5c 100644 --- a/sysutils/rubygem-sys-filesystem/Makefile +++ b/sysutils/rubygem-sys-filesystem/Makefile @@ -1,5 +1,5 @@ PORTNAME= sys-filesystem -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-sys-filesystem/distinfo b/sysutils/rubygem-sys-filesystem/distinfo index ed610a49bbfb..ac6bc542354b 100644 --- a/sysutils/rubygem-sys-filesystem/distinfo +++ b/sysutils/rubygem-sys-filesystem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757436707 -SHA256 (rubygem/sys-filesystem-1.5.4.gem) = a6101674a4d0e641b0f628753439091134e080ed84a3e794570aa2fb07872b45 -SIZE (rubygem/sys-filesystem-1.5.4.gem) = 37888 +TIMESTAMP = 1765895850 +SHA256 (rubygem/sys-filesystem-1.5.5.gem) = 6f995890a734b9f0aa55df5e09d99adeb9fd1c288f2c4097269a1f8c95e15033 +SIZE (rubygem/sys-filesystem-1.5.5.gem) = 37888 diff --git a/sysutils/rubygem-tmuxinator/Makefile b/sysutils/rubygem-tmuxinator/Makefile index 996c82b06718..826a37defda5 100644 --- a/sysutils/rubygem-tmuxinator/Makefile +++ b/sysutils/rubygem-tmuxinator/Makefile @@ -1,5 +1,5 @@ PORTNAME= tmuxinator -PORTVERSION= 3.3.6 +PORTVERSION= 3.3.7 CATEGORIES= sysutils ruby MASTER_SITES= RG diff --git a/sysutils/rubygem-tmuxinator/distinfo b/sysutils/rubygem-tmuxinator/distinfo index 614b6905885e..3d0669dcc3d2 100644 --- a/sysutils/rubygem-tmuxinator/distinfo +++ b/sysutils/rubygem-tmuxinator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764511082 -SHA256 (rubygem/tmuxinator-3.3.6.gem) = c2ab316ddf99a1729d8d7c8dcf7191cf55a07d0bc6b5df8464be9d01f142ad8a -SIZE (rubygem/tmuxinator-3.3.6.gem) = 35840 +TIMESTAMP = 1765895852 +SHA256 (rubygem/tmuxinator-3.3.7.gem) = cf413fcd2ea8f0c5d6e068ba2aab6eb11b4fa5405ae57846300b0d2466712fb2 +SIZE (rubygem/tmuxinator-3.3.7.gem) = 35840 diff --git a/sysutils/runiq/Makefile b/sysutils/runiq/Makefile index b5e44a4e67c7..f79a3f8fb06d 100644 --- a/sysutils/runiq/Makefile +++ b/sysutils/runiq/Makefile @@ -1,7 +1,7 @@ PORTNAME= runiq DISTVERSIONPREFIX= v -DISTVERSION= 2.0.0 -PORTREVISION= 17 +DISTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -15,112 +15,120 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= whitfin -CARGO_CRATES= addr2line-0.21.0 \ - adler-1.0.2 \ - ahash-0.8.7 \ - aho-corasick-1.1.2 \ - android-tzdata-0.1.1 \ +CARGO_CRATES= addr2line-0.25.1 \ + adler2-2.0.1 \ + ahash-0.8.12 \ + aho-corasick-1.1.4 \ android_system_properties-0.1.5 \ - anstream-0.6.5 \ - anstyle-1.0.4 \ - anstyle-parse-0.2.3 \ - anstyle-query-1.0.2 \ - anstyle-wincon-3.0.2 \ + anstream-0.6.21 \ + anstyle-1.0.13 \ + anstyle-parse-0.2.7 \ + anstyle-query-1.1.5 \ + anstyle-wincon-3.0.11 \ autocfg-0.1.8 \ - autocfg-1.1.0 \ - backtrace-0.3.69 \ - base64-0.13.1 \ + autocfg-1.5.0 \ + backtrace-0.3.76 \ + base64-0.22.1 \ bitflags-1.3.2 \ + bitflags-2.10.0 \ bitvec-1.0.1 \ block-buffer-0.10.4 \ - bson-2.8.1 \ - bstr-1.9.0 \ - bumpalo-3.14.0 \ + bson-2.15.0 \ + bstr-1.12.1 \ + bumpalo-3.19.0 \ bytelines-2.5.0 \ - bytesize-1.3.0 \ - cc-1.0.83 \ - cfg-if-1.0.0 \ - chrono-0.4.31 \ - chrono-tz-0.8.5 \ - chrono-tz-build-0.2.1 \ - clap-4.4.13 \ - clap_builder-4.4.12 \ - clap_derive-4.4.7 \ - clap_lex-0.6.0 \ - cli-table-0.4.7 \ - cli-table-derive-0.4.5 \ + bytesize-2.3.1 \ + cc-1.2.49 \ + cfg-if-1.0.4 \ + chrono-0.4.42 \ + chrono-tz-0.9.0 \ + chrono-tz-build-0.3.0 \ + clap-4.5.53 \ + clap_builder-4.5.53 \ + clap_derive-4.5.49 \ + clap_lex-0.7.6 \ + cli-table-0.5.0 \ + cli-table-derive-0.5.0 \ cloudabi-0.0.3 \ - colorchoice-1.0.0 \ - core-foundation-sys-0.8.6 \ - cpufeatures-0.2.12 \ - crossbeam-deque-0.8.4 \ - crossbeam-epoch-0.9.17 \ - crossbeam-utils-0.8.18 \ - crypto-common-0.1.6 \ - csv-1.3.0 \ - csv-core-0.1.11 \ - deranged-0.3.11 \ - deunicode-1.4.2 \ + colorchoice-1.0.4 \ + core-foundation-sys-0.8.7 \ + cpufeatures-0.2.17 \ + crossbeam-deque-0.8.6 \ + crossbeam-epoch-0.9.18 \ + crossbeam-utils-0.8.21 \ + crypto-common-0.1.7 \ + csv-1.4.0 \ + csv-core-0.1.13 \ + deranged-0.5.5 \ + deunicode-1.6.2 \ digest-0.10.7 \ - equivalent-1.0.1 \ + equivalent-1.0.2 \ failure-0.1.8 \ failure_derive-0.1.8 \ fake-1.3.0 \ + find-msvc-tools-0.1.5 \ format_num-0.1.0 \ fuchsia-cprng-0.1.1 \ funty-2.0.0 \ generic-array-0.14.7 \ - getrandom-0.2.11 \ - gimli-0.28.1 \ - globset-0.4.14 \ - globwalk-0.8.1 \ - growable-bloom-filter-2.1.0 \ - hashbrown-0.12.3 \ - hashbrown-0.14.3 \ + getrandom-0.2.16 \ + getrandom-0.3.4 \ + gimli-0.32.3 \ + globset-0.4.18 \ + globwalk-0.9.1 \ + growable-bloom-filter-2.1.1 \ + hashbrown-0.16.1 \ heck-0.4.1 \ + heck-0.5.0 \ hex-0.4.3 \ humansize-2.1.3 \ - iana-time-zone-0.1.59 \ + iana-time-zone-0.1.64 \ iana-time-zone-haiku-0.1.2 \ identity-hash-0.1.0 \ - ignore-0.4.21 \ - indexmap-1.9.3 \ - indexmap-2.1.0 \ - itoa-1.0.10 \ - jen-1.7.0 \ - js-sys-0.3.66 \ - lazy_static-1.4.0 \ - libc-0.2.151 \ - libm-0.2.8 \ - log-0.4.20 \ - memchr-2.7.1 \ - miniz_oxide-0.7.1 \ + ignore-0.4.25 \ + indexmap-2.12.1 \ + is_terminal_polyfill-1.70.2 \ + itoa-1.0.15 \ + jen-1.7.1 \ + js-sys-0.3.83 \ + lazy_static-1.5.0 \ + libc-0.2.178 \ + libm-0.2.15 \ + log-0.4.29 \ + memchr-2.7.6 \ + miniz_oxide-0.8.9 \ nanoid-0.4.0 \ - num-traits-0.2.17 \ - object-0.32.2 \ - once_cell-1.19.0 \ - parse-zoneinfo-0.3.0 \ - percent-encoding-2.3.1 \ - pest-2.7.6 \ - pest_derive-2.7.6 \ - pest_generator-2.7.6 \ - pest_meta-2.7.6 \ - phf-0.11.2 \ - phf_codegen-0.11.2 \ - phf_generator-0.11.2 \ - phf_shared-0.11.2 \ + num-conv-0.1.0 \ + num-traits-0.2.19 \ + object-0.37.3 \ + once_cell-1.21.3 \ + once_cell_polyfill-1.70.2 \ + parse-zoneinfo-0.3.1 \ + percent-encoding-2.3.2 \ + pest-2.8.4 \ + pest_derive-2.8.4 \ + pest_generator-2.8.4 \ + pest_meta-2.8.4 \ + phf-0.11.3 \ + phf_codegen-0.11.3 \ + phf_generator-0.11.3 \ + phf_shared-0.11.3 \ powerfmt-0.2.0 \ - ppv-lite86-0.2.17 \ - proc-macro2-1.0.76 \ - quote-1.0.35 \ + ppv-lite86-0.2.21 \ + proc-macro2-1.0.103 \ + quote-1.0.42 \ + r-efi-5.3.0 \ radium-0.7.0 \ rand-0.6.5 \ rand-0.8.5 \ + rand-0.9.2 \ rand_chacha-0.1.1 \ rand_chacha-0.3.1 \ + rand_chacha-0.9.0 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.6.4 \ + rand_core-0.9.3 \ rand_hc-0.1.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ @@ -128,81 +136,66 @@ CARGO_CRATES= addr2line-0.21.0 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ - regex-1.10.2 \ - regex-automata-0.4.3 \ - regex-syntax-0.8.2 \ - rustc-demangle-0.1.23 \ - rustversion-1.0.14 \ - ryu-1.0.16 \ + regex-1.12.2 \ + regex-automata-0.4.13 \ + regex-syntax-0.8.8 \ + rustc-demangle-0.1.26 \ + rustversion-1.0.22 \ + ryu-1.0.20 \ same-file-1.0.6 \ - serde-1.0.195 \ - serde_bytes-0.11.14 \ - serde_derive-1.0.195 \ - serde_json-1.0.111 \ - sha2-0.10.8 \ - siphasher-0.3.11 \ - slug-0.1.5 \ - strsim-0.10.0 \ + serde-1.0.228 \ + serde_bytes-0.11.19 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ + serde_json-1.0.145 \ + sha2-0.10.9 \ + shlex-1.3.0 \ + siphasher-1.0.1 \ + slug-0.1.6 \ + strsim-0.11.1 \ strum-0.25.0 \ strum_macros-0.25.3 \ syn-1.0.109 \ - syn-2.0.48 \ + syn-2.0.111 \ synstructure-0.12.6 \ tap-1.0.1 \ - tera-1.19.1 \ - termcolor-1.4.0 \ - thiserror-1.0.56 \ - thiserror-impl-1.0.56 \ - time-0.3.31 \ - time-core-0.1.2 \ - time-macros-0.2.16 \ - typenum-1.17.0 \ - ucd-trie-0.1.6 \ - unic-char-property-0.9.0 \ - unic-char-range-0.9.0 \ - unic-common-0.9.0 \ - unic-segment-0.9.0 \ - unic-ucd-segment-0.9.0 \ - unic-ucd-version-0.9.0 \ - unicode-ident-1.0.12 \ - unicode-width-0.1.11 \ - unicode-xid-0.2.4 \ - utf8parse-0.2.1 \ - uuid-1.6.1 \ - version_check-0.9.4 \ - walkdir-2.4.0 \ - wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.89 \ - wasm-bindgen-backend-0.2.89 \ - wasm-bindgen-macro-0.2.89 \ - wasm-bindgen-macro-support-0.2.89 \ - wasm-bindgen-shared-0.2.89 \ + tera-1.20.1 \ + termcolor-1.4.1 \ + time-0.3.44 \ + time-core-0.1.6 \ + time-macros-0.2.24 \ + typenum-1.19.0 \ + ucd-trie-0.1.7 \ + unicode-ident-1.0.22 \ + unicode-segmentation-1.12.0 \ + unicode-width-0.2.2 \ + unicode-xid-0.2.6 \ + utf8parse-0.2.2 \ + uuid-1.19.0 \ + version_check-0.9.5 \ + walkdir-2.5.0 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasip2-1.0.1+wasi-0.2.4 \ + wasm-bindgen-0.2.106 \ + wasm-bindgen-macro-0.2.106 \ + wasm-bindgen-macro-support-0.2.106 \ + wasm-bindgen-shared-0.2.106 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.6 \ + winapi-util-0.1.11 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-core-0.52.0 \ - windows-sys-0.52.0 \ - windows-targets-0.48.5 \ - windows-targets-0.52.0 \ - windows_aarch64_gnullvm-0.48.5 \ - windows_aarch64_gnullvm-0.52.0 \ - windows_aarch64_msvc-0.48.5 \ - windows_aarch64_msvc-0.52.0 \ - windows_i686_gnu-0.48.5 \ - windows_i686_gnu-0.52.0 \ - windows_i686_msvc-0.48.5 \ - windows_i686_msvc-0.52.0 \ - windows_x86_64_gnu-0.48.5 \ - windows_x86_64_gnu-0.52.0 \ - windows_x86_64_gnullvm-0.48.5 \ - windows_x86_64_gnullvm-0.52.0 \ - windows_x86_64_msvc-0.48.5 \ - windows_x86_64_msvc-0.52.0 \ + windows-core-0.62.2 \ + windows-implement-0.60.2 \ + windows-interface-0.59.3 \ + windows-link-0.2.1 \ + windows-result-0.4.1 \ + windows-strings-0.5.1 \ + windows-sys-0.61.2 \ + wit-bindgen-0.46.0 \ wyz-0.5.1 \ - xxhash-rust-0.8.8 \ - zerocopy-0.7.32 \ - zerocopy-derive-0.7.32 + xxhash-rust-0.8.15 \ + zerocopy-0.8.31 \ + zerocopy-derive-0.8.31 PLIST_FILES= bin/${PORTNAME} diff --git a/sysutils/runiq/distinfo b/sysutils/runiq/distinfo index 720d23a97ea3..0e1c9cc5dba0 100644 --- a/sysutils/runiq/distinfo +++ b/sysutils/runiq/distinfo @@ -1,106 +1,108 @@ -TIMESTAMP = 1704528456 -SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb -SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 -SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe -SIZE (rust/crates/adler-1.0.2.crate) = 12778 -SHA256 (rust/crates/ahash-0.8.7.crate) = 77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01 -SIZE (rust/crates/ahash-0.8.7.crate) = 42894 -SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 -SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 -SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 -SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 +TIMESTAMP = 1765786980 +SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b +SIZE (rust/crates/addr2line-0.25.1.crate) = 43134 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 +SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75 +SIZE (rust/crates/ahash-0.8.12.crate) = 43413 +SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 +SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anstream-0.6.5.crate) = d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6 -SIZE (rust/crates/anstream-0.6.5.crate) = 30004 -SHA256 (rust/crates/anstyle-1.0.4.crate) = 7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87 -SIZE (rust/crates/anstyle-1.0.4.crate) = 13998 -SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c -SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699 -SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 -SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 -SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 -SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 +SHA256 (rust/crates/anstream-0.6.21.crate) = 43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a +SIZE (rust/crates/anstream-0.6.21.crate) = 29516 +SHA256 (rust/crates/anstyle-1.0.13.crate) = 5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78 +SIZE (rust/crates/anstyle-1.0.13.crate) = 17651 +SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2 +SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707 +SHA256 (rust/crates/anstyle-query-1.1.5.crate) = 40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc +SIZE (rust/crates/anstyle-query-1.1.5.crate) = 10264 +SHA256 (rust/crates/anstyle-wincon-3.0.11.crate) = 291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d +SIZE (rust/crates/anstyle-wincon-3.0.11.crate) = 12638 SHA256 (rust/crates/autocfg-0.1.8.crate) = 0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78 SIZE (rust/crates/autocfg-0.1.8.crate) = 6621 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/backtrace-0.3.69.crate) = 2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837 -SIZE (rust/crates/backtrace-0.3.69.crate) = 77299 -SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 -SIZE (rust/crates/base64-0.13.1.crate) = 61002 +SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 +SHA256 (rust/crates/backtrace-0.3.76.crate) = bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6 +SIZE (rust/crates/backtrace-0.3.76.crate) = 89458 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/bitflags-2.10.0.crate) = 812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3 +SIZE (rust/crates/bitflags-2.10.0.crate) = 48427 SHA256 (rust/crates/bitvec-1.0.1.crate) = 1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c SIZE (rust/crates/bitvec-1.0.1.crate) = 224375 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/bson-2.8.1.crate) = 88c18b51216e1f74b9d769cead6ace2f82b965b807e3d73330aabe9faec31c84 -SIZE (rust/crates/bson-2.8.1.crate) = 127322 -SHA256 (rust/crates/bstr-1.9.0.crate) = c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc -SIZE (rust/crates/bstr-1.9.0.crate) = 380170 -SHA256 (rust/crates/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec -SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400 +SHA256 (rust/crates/bson-2.15.0.crate) = 7969a9ba84b0ff843813e7249eed1678d9b6607ce5a3b8f0a47af3fcf7978e6e +SIZE (rust/crates/bson-2.15.0.crate) = 130994 +SHA256 (rust/crates/bstr-1.12.1.crate) = 63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab +SIZE (rust/crates/bstr-1.12.1.crate) = 354916 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 SHA256 (rust/crates/bytelines-2.5.0.crate) = 1297656b3c221f5251560da47ce530d981345d3dabe822067c18ecb36e67aacb SIZE (rust/crates/bytelines-2.5.0.crate) = 6255 -SHA256 (rust/crates/bytesize-1.3.0.crate) = a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc -SIZE (rust/crates/bytesize-1.3.0.crate) = 10164 -SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 -SIZE (rust/crates/cc-1.0.83.crate) = 68343 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.31.crate) = 7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38 -SIZE (rust/crates/chrono-0.4.31.crate) = 214513 -SHA256 (rust/crates/chrono-tz-0.8.5.crate) = 91d7b79e99bfaa0d47da0687c43aa3b7381938a62ad3a6498599039321f660b7 -SIZE (rust/crates/chrono-tz-0.8.5.crate) = 622507 -SHA256 (rust/crates/chrono-tz-build-0.2.1.crate) = 433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f -SIZE (rust/crates/chrono-tz-build-0.2.1.crate) = 10421 -SHA256 (rust/crates/clap-4.4.13.crate) = 52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642 -SIZE (rust/crates/clap-4.4.13.crate) = 55293 -SHA256 (rust/crates/clap_builder-4.4.12.crate) = fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9 -SIZE (rust/crates/clap_builder-4.4.12.crate) = 163345 -SHA256 (rust/crates/clap_derive-4.4.7.crate) = cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442 -SIZE (rust/crates/clap_derive-4.4.7.crate) = 29046 -SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 -SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 -SHA256 (rust/crates/cli-table-0.4.7.crate) = adfbb116d9e2c4be7011360d0c0bee565712c11e969c9609b25b619366dc379d -SIZE (rust/crates/cli-table-0.4.7.crate) = 13195 -SHA256 (rust/crates/cli-table-derive-0.4.5.crate) = 2af3bfb9da627b0a6c467624fb7963921433774ed435493b5c08a3053e829ad4 -SIZE (rust/crates/cli-table-derive-0.4.5.crate) = 6843 +SHA256 (rust/crates/bytesize-2.3.1.crate) = 6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3 +SIZE (rust/crates/bytesize-2.3.1.crate) = 22218 +SHA256 (rust/crates/cc-1.2.49.crate) = 90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215 +SIZE (rust/crates/cc-1.2.49.crate) = 93145 +SHA256 (rust/crates/cfg-if-1.0.4.crate) = 9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801 +SIZE (rust/crates/cfg-if-1.0.4.crate) = 9360 +SHA256 (rust/crates/chrono-0.4.42.crate) = 145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2 +SIZE (rust/crates/chrono-0.4.42.crate) = 238174 +SHA256 (rust/crates/chrono-tz-0.9.0.crate) = 93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb +SIZE (rust/crates/chrono-tz-0.9.0.crate) = 361570 +SHA256 (rust/crates/chrono-tz-build-0.3.0.crate) = 0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1 +SIZE (rust/crates/chrono-tz-build-0.3.0.crate) = 6139 +SHA256 (rust/crates/clap-4.5.53.crate) = c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8 +SIZE (rust/crates/clap-4.5.53.crate) = 62036 +SHA256 (rust/crates/clap_builder-4.5.53.crate) = d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00 +SIZE (rust/crates/clap_builder-4.5.53.crate) = 170811 +SHA256 (rust/crates/clap_derive-4.5.49.crate) = 2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671 +SIZE (rust/crates/clap_derive-4.5.49.crate) = 33559 +SHA256 (rust/crates/clap_lex-0.7.6.crate) = a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d +SIZE (rust/crates/clap_lex-0.7.6.crate) = 13466 +SHA256 (rust/crates/cli-table-0.5.0.crate) = 14da8d951cef7cc4f13ccc9b744d736963d57863c7e6fc33c070ea274546082c +SIZE (rust/crates/cli-table-0.5.0.crate) = 18356 +SHA256 (rust/crates/cli-table-derive-0.5.0.crate) = 9f7c1b60bae2c3d45228dfb096046aa51ef6c300de70b658d7a13fcb0c4f832e +SIZE (rust/crates/cli-table-derive-0.5.0.crate) = 11521 SHA256 (rust/crates/cloudabi-0.0.3.crate) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f SIZE (rust/crates/cloudabi-0.0.3.crate) = 22156 -SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 -SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 -SHA256 (rust/crates/core-foundation-sys-0.8.6.crate) = 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f -SIZE (rust/crates/core-foundation-sys-0.8.6.crate) = 37629 -SHA256 (rust/crates/cpufeatures-0.2.12.crate) = 53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504 -SIZE (rust/crates/cpufeatures-0.2.12.crate) = 12837 -SHA256 (rust/crates/crossbeam-deque-0.8.4.crate) = fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751 -SIZE (rust/crates/crossbeam-deque-0.8.4.crate) = 21752 -SHA256 (rust/crates/crossbeam-epoch-0.9.17.crate) = 0e3681d554572a651dda4186cd47240627c3d0114d45a95f6ad27f2f22e7548d -SIZE (rust/crates/crossbeam-epoch-0.9.17.crate) = 46953 -SHA256 (rust/crates/crossbeam-utils-0.8.18.crate) = c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c -SIZE (rust/crates/crossbeam-utils-0.8.18.crate) = 42383 -SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 -SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 -SHA256 (rust/crates/csv-1.3.0.crate) = ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe -SIZE (rust/crates/csv-1.3.0.crate) = 888212 -SHA256 (rust/crates/csv-core-0.1.11.crate) = 5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70 -SIZE (rust/crates/csv-core-0.1.11.crate) = 25852 -SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 -SIZE (rust/crates/deranged-0.3.11.crate) = 18043 -SHA256 (rust/crates/deunicode-1.4.2.crate) = 3ae2a35373c5c74340b79ae6780b498b2b183915ec5dacf263aac5a099bf485a -SIZE (rust/crates/deunicode-1.4.2.crate) = 176451 +SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 +SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 +SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b +SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 +SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 +SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 +SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 +SIZE (rust/crates/crossbeam-deque-0.8.6.crate) = 22471 +SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e +SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 +SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 +SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 +SHA256 (rust/crates/crypto-common-0.1.7.crate) = 78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a +SIZE (rust/crates/crypto-common-0.1.7.crate) = 9619 +SHA256 (rust/crates/csv-1.4.0.crate) = 52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938 +SIZE (rust/crates/csv-1.4.0.crate) = 888642 +SHA256 (rust/crates/csv-core-0.1.13.crate) = 704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782 +SIZE (rust/crates/csv-core-0.1.13.crate) = 26119 +SHA256 (rust/crates/deranged-0.5.5.crate) = ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587 +SIZE (rust/crates/deranged-0.5.5.crate) = 24438 +SHA256 (rust/crates/deunicode-1.6.2.crate) = abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04 +SIZE (rust/crates/deunicode-1.6.2.crate) = 172772 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 SIZE (rust/crates/digest-0.10.7.crate) = 19557 -SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 -SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 SHA256 (rust/crates/failure-0.1.8.crate) = d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86 SIZE (rust/crates/failure-0.1.8.crate) = 37582 SHA256 (rust/crates/failure_derive-0.1.8.crate) = aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4 SIZE (rust/crates/failure_derive-0.1.8.crate) = 4950 SHA256 (rust/crates/fake-1.3.0.crate) = b7e5932b40ab216d69bca7d228fa0bf754c44b70ed97fcc70fdc1b66d6214f51 SIZE (rust/crates/fake-1.3.0.crate) = 35811 +SHA256 (rust/crates/find-msvc-tools-0.1.5.crate) = 3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844 +SIZE (rust/crates/find-msvc-tools-0.1.5.crate) = 30942 SHA256 (rust/crates/format_num-0.1.0.crate) = 14ac05eb8d2eb4ed1eeff847911deae077b0b53332465de9d6a26b0ea9961bc8 SIZE (rust/crates/format_num-0.1.0.crate) = 16326 SHA256 (rust/crates/fuchsia-cprng-0.1.1.crate) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba @@ -109,108 +111,122 @@ SHA256 (rust/crates/funty-2.0.0.crate) = e6d5a32815ae3f33302d95fdcb2ce17862f8c65 SIZE (rust/crates/funty-2.0.0.crate) = 13160 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f -SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 -SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 -SIZE (rust/crates/gimli-0.28.1.crate) = 270497 -SHA256 (rust/crates/globset-0.4.14.crate) = 57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1 -SIZE (rust/crates/globset-0.4.14.crate) = 25090 -SHA256 (rust/crates/globwalk-0.8.1.crate) = 93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc -SIZE (rust/crates/globwalk-0.8.1.crate) = 13705 -SHA256 (rust/crates/growable-bloom-filter-2.1.0.crate) = c669fa03050eb3445343f215d62fc1ab831e8098bc9a55f26e9724faff11075c -SIZE (rust/crates/growable-bloom-filter-2.1.0.crate) = 10214 -SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 -SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 -SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.4.crate) = 899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd +SIZE (rust/crates/getrandom-0.3.4.crate) = 50932 +SHA256 (rust/crates/gimli-0.32.3.crate) = e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7 +SIZE (rust/crates/gimli-0.32.3.crate) = 289789 +SHA256 (rust/crates/globset-0.4.18.crate) = 52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3 +SIZE (rust/crates/globset-0.4.18.crate) = 28970 +SHA256 (rust/crates/globwalk-0.9.1.crate) = 0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757 +SIZE (rust/crates/globwalk-0.9.1.crate) = 12572 +SHA256 (rust/crates/growable-bloom-filter-2.1.1.crate) = d174ccb4ba660d431329e7f0797870d0a4281e36353ec4b4a3c5eab6c2cfb6f1 +SIZE (rust/crates/growable-bloom-filter-2.1.1.crate) = 10305 +SHA256 (rust/crates/hashbrown-0.16.1.crate) = 841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100 +SIZE (rust/crates/hashbrown-0.16.1.crate) = 147785 SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 SIZE (rust/crates/heck-0.4.1.crate) = 11567 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/humansize-2.1.3.crate) = 6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7 SIZE (rust/crates/humansize-2.1.3.crate) = 11953 -SHA256 (rust/crates/iana-time-zone-0.1.59.crate) = b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539 -SIZE (rust/crates/iana-time-zone-0.1.59.crate) = 27033 +SHA256 (rust/crates/iana-time-zone-0.1.64.crate) = 33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb +SIZE (rust/crates/iana-time-zone-0.1.64.crate) = 33152 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 SHA256 (rust/crates/identity-hash-0.1.0.crate) = dfdd7caa900436d8f13b2346fe10257e0c05c1f1f9e351f4f5d57c03bd5f45da SIZE (rust/crates/identity-hash-0.1.0.crate) = 8386 -SHA256 (rust/crates/ignore-0.4.21.crate) = 747ad1b4ae841a78e8aba0d63adbfbeaea26b517b63705d47856b73015d27060 -SIZE (rust/crates/ignore-0.4.21.crate) = 55500 -SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 -SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/indexmap-2.1.0.crate) = d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f -SIZE (rust/crates/indexmap-2.1.0.crate) = 68224 -SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c -SIZE (rust/crates/itoa-1.0.10.crate) = 10534 -SHA256 (rust/crates/jen-1.7.0.crate) = d6dbf07da3aeb1810d042d6b06d3fa1f940d9c540e50eaf50266d3e57c8f4049 -SIZE (rust/crates/jen-1.7.0.crate) = 21567 -SHA256 (rust/crates/js-sys-0.3.66.crate) = cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca -SIZE (rust/crates/js-sys-0.3.66.crate) = 80765 -SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 -SIZE (rust/crates/libc-0.2.151.crate) = 736640 -SHA256 (rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 -SIZE (rust/crates/libm-0.2.8.crate) = 113450 -SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f -SIZE (rust/crates/log-0.4.20.crate) = 38307 -SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 -SIZE (rust/crates/memchr-2.7.1.crate) = 96307 -SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 -SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 +SHA256 (rust/crates/ignore-0.4.25.crate) = d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a +SIZE (rust/crates/ignore-0.4.25.crate) = 59154 +SHA256 (rust/crates/indexmap-2.12.1.crate) = 0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2 +SIZE (rust/crates/indexmap-2.12.1.crate) = 100184 +SHA256 (rust/crates/is_terminal_polyfill-1.70.2.crate) = a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695 +SIZE (rust/crates/is_terminal_polyfill-1.70.2.crate) = 7548 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/jen-1.7.1.crate) = 46422158bb9abf5b020235e2f84412105c39bd381ce59e2450cfea4e7b6267f3 +SIZE (rust/crates/jen-1.7.1.crate) = 22302 +SHA256 (rust/crates/js-sys-0.3.83.crate) = 464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8 +SIZE (rust/crates/js-sys-0.3.83.crate) = 56425 +SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe +SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 +SHA256 (rust/crates/libc-0.2.178.crate) = 37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091 +SIZE (rust/crates/libc-0.2.178.crate) = 783720 +SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de +SIZE (rust/crates/libm-0.2.15.crate) = 156108 +SHA256 (rust/crates/log-0.4.29.crate) = 5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897 +SIZE (rust/crates/log-0.4.29.crate) = 51515 +SHA256 (rust/crates/memchr-2.7.6.crate) = f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273 +SIZE (rust/crates/memchr-2.7.6.crate) = 97616 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 SHA256 (rust/crates/nanoid-0.4.0.crate) = 3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8 SIZE (rust/crates/nanoid-0.4.0.crate) = 6196 -SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c -SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 -SHA256 (rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 -SIZE (rust/crates/object-0.32.2.crate) = 286994 -SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 -SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 -SHA256 (rust/crates/parse-zoneinfo-0.3.0.crate) = c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41 -SIZE (rust/crates/parse-zoneinfo-0.3.0.crate) = 76590 -SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e -SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pest-2.7.6.crate) = 1f200d8d83c44a45b21764d1916299752ca035d15ecd46faca3e9a2a2bf6ad06 -SIZE (rust/crates/pest-2.7.6.crate) = 117384 -SHA256 (rust/crates/pest_derive-2.7.6.crate) = bcd6ab1236bbdb3a49027e920e693192ebfe8913f6d60e294de57463a493cfde -SIZE (rust/crates/pest_derive-2.7.6.crate) = 35851 -SHA256 (rust/crates/pest_generator-2.7.6.crate) = 2a31940305ffc96863a735bef7c7994a00b325a7138fdbc5bda0f1a0476d3275 -SIZE (rust/crates/pest_generator-2.7.6.crate) = 17658 -SHA256 (rust/crates/pest_meta-2.7.6.crate) = a7ff62f5259e53b78d1af898941cdcdccfae7385cf7d793a6e55de5d05bb4b7d -SIZE (rust/crates/pest_meta-2.7.6.crate) = 40971 -SHA256 (rust/crates/phf-0.11.2.crate) = ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc -SIZE (rust/crates/phf-0.11.2.crate) = 21569 -SHA256 (rust/crates/phf_codegen-0.11.2.crate) = e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a -SIZE (rust/crates/phf_codegen-0.11.2.crate) = 12977 -SHA256 (rust/crates/phf_generator-0.11.2.crate) = 48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0 -SIZE (rust/crates/phf_generator-0.11.2.crate) = 14190 -SHA256 (rust/crates/phf_shared-0.11.2.crate) = 90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b -SIZE (rust/crates/phf_shared-0.11.2.crate) = 14284 +SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 +SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 +SHA256 (rust/crates/object-0.37.3.crate) = ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe +SIZE (rust/crates/object-0.37.3.crate) = 344032 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/once_cell_polyfill-1.70.2.crate) = 384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe +SIZE (rust/crates/once_cell_polyfill-1.70.2.crate) = 7448 +SHA256 (rust/crates/parse-zoneinfo-0.3.1.crate) = 1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24 +SIZE (rust/crates/parse-zoneinfo-0.3.1.crate) = 97290 +SHA256 (rust/crates/percent-encoding-2.3.2.crate) = 9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220 +SIZE (rust/crates/percent-encoding-2.3.2.crate) = 11583 +SHA256 (rust/crates/pest-2.8.4.crate) = cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22 +SIZE (rust/crates/pest-2.8.4.crate) = 129758 +SHA256 (rust/crates/pest_derive-2.8.4.crate) = 51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f +SIZE (rust/crates/pest_derive-2.8.4.crate) = 43466 +SHA256 (rust/crates/pest_generator-2.8.4.crate) = dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625 +SIZE (rust/crates/pest_generator-2.8.4.crate) = 18650 +SHA256 (rust/crates/pest_meta-2.8.4.crate) = bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82 +SIZE (rust/crates/pest_meta-2.8.4.crate) = 42947 +SHA256 (rust/crates/phf-0.11.3.crate) = 1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078 +SIZE (rust/crates/phf-0.11.3.crate) = 23231 +SHA256 (rust/crates/phf_codegen-0.11.3.crate) = aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a +SIZE (rust/crates/phf_codegen-0.11.3.crate) = 13741 +SHA256 (rust/crates/phf_generator-0.11.3.crate) = 3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d +SIZE (rust/crates/phf_generator-0.11.3.crate) = 15431 +SHA256 (rust/crates/phf_shared-0.11.3.crate) = 67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5 +SIZE (rust/crates/phf_shared-0.11.3.crate) = 15199 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 -SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de -SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 -SHA256 (rust/crates/proc-macro2-1.0.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c -SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 -SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef -SIZE (rust/crates/quote-1.0.35.crate) = 28136 +SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 +SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 +SHA256 (rust/crates/proc-macro2-1.0.103.crate) = 5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8 +SIZE (rust/crates/proc-macro2-1.0.103.crate) = 60024 +SHA256 (rust/crates/quote-1.0.42.crate) = a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f +SIZE (rust/crates/quote-1.0.42.crate) = 31504 +SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 SHA256 (rust/crates/radium-0.7.0.crate) = dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09 SIZE (rust/crates/radium-0.7.0.crate) = 10906 SHA256 (rust/crates/rand-0.6.5.crate) = 6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca SIZE (rust/crates/rand-0.6.5.crate) = 104814 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (rust/crates/rand-0.9.2.crate) = 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 +SIZE (rust/crates/rand-0.9.2.crate) = 99930 SHA256 (rust/crates/rand_chacha-0.1.1.crate) = 556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef SIZE (rust/crates/rand_chacha-0.1.1.crate) = 11703 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb +SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258 SHA256 (rust/crates/rand_core-0.3.1.crate) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b SIZE (rust/crates/rand_core-0.3.1.crate) = 15483 SHA256 (rust/crates/rand_core-0.4.2.crate) = 9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc SIZE (rust/crates/rand_core-0.4.2.crate) = 20243 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 +SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 +SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 SHA256 (rust/crates/rand_hc-0.1.0.crate) = 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4 SIZE (rust/crates/rand_hc-0.1.0.crate) = 11644 SHA256 (rust/crates/rand_isaac-0.1.1.crate) = ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08 @@ -225,155 +241,125 @@ SHA256 (rust/crates/rand_xorshift-0.1.1.crate) = cbf7e9e623549b0e21f6e97cf8ecf24 SIZE (rust/crates/rand_xorshift-0.1.1.crate) = 8997 SHA256 (rust/crates/rdrand-0.4.0.crate) = 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2 SIZE (rust/crates/rdrand-0.4.0.crate) = 6456 -SHA256 (rust/crates/regex-1.10.2.crate) = 380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343 -SIZE (rust/crates/regex-1.10.2.crate) = 252839 -SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f -SIZE (rust/crates/regex-automata-0.4.3.crate) = 617011 -SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f -SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 -SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 -SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 -SHA256 (rust/crates/rustversion-1.0.14.crate) = 7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4 -SIZE (rust/crates/rustversion-1.0.14.crate) = 17261 -SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c -SIZE (rust/crates/ryu-1.0.16.crate) = 47351 +SHA256 (rust/crates/regex-1.12.2.crate) = 843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4 +SIZE (rust/crates/regex-1.12.2.crate) = 163843 +SHA256 (rust/crates/regex-automata-0.4.13.crate) = 5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c +SIZE (rust/crates/regex-automata-0.4.13.crate) = 625250 +SHA256 (rust/crates/regex-syntax-0.8.8.crate) = 7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58 +SIZE (rust/crates/regex-syntax-0.8.8.crate) = 359141 +SHA256 (rust/crates/rustc-demangle-0.1.26.crate) = 56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace +SIZE (rust/crates/rustc-demangle-0.1.26.crate) = 30340 +SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d +SIZE (rust/crates/rustversion-1.0.22.crate) = 21096 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 -SHA256 (rust/crates/serde-1.0.195.crate) = 63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02 -SIZE (rust/crates/serde-1.0.195.crate) = 76856 -SHA256 (rust/crates/serde_bytes-0.11.14.crate) = 8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734 -SIZE (rust/crates/serde_bytes-0.11.14.crate) = 12018 -SHA256 (rust/crates/serde_derive-1.0.195.crate) = 46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c -SIZE (rust/crates/serde_derive-1.0.195.crate) = 55687 -SHA256 (rust/crates/serde_json-1.0.111.crate) = 176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4 -SIZE (rust/crates/serde_json-1.0.111.crate) = 146447 -SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 -SIZE (rust/crates/sha2-0.10.8.crate) = 26357 -SHA256 (rust/crates/siphasher-0.3.11.crate) = 38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d -SIZE (rust/crates/siphasher-0.3.11.crate) = 10442 -SHA256 (rust/crates/slug-0.1.5.crate) = 3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4 -SIZE (rust/crates/slug-0.1.5.crate) = 6833 -SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 -SIZE (rust/crates/strsim-0.10.0.crate) = 11355 +SHA256 (rust/crates/serde-1.0.228.crate) = 9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e +SIZE (rust/crates/serde-1.0.228.crate) = 83652 +SHA256 (rust/crates/serde_bytes-0.11.19.crate) = a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8 +SIZE (rust/crates/serde_bytes-0.11.19.crate) = 13427 +SHA256 (rust/crates/serde_core-1.0.228.crate) = 41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad +SIZE (rust/crates/serde_core-1.0.228.crate) = 63111 +SHA256 (rust/crates/serde_derive-1.0.228.crate) = d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79 +SIZE (rust/crates/serde_derive-1.0.228.crate) = 59605 +SHA256 (rust/crates/serde_json-1.0.145.crate) = 402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c +SIZE (rust/crates/serde_json-1.0.145.crate) = 155748 +SHA256 (rust/crates/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 +SIZE (rust/crates/sha2-0.10.9.crate) = 29271 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d +SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 +SHA256 (rust/crates/slug-0.1.6.crate) = 882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724 +SIZE (rust/crates/slug-0.1.6.crate) = 6787 +SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/strum-0.25.0.crate) = 290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125 SIZE (rust/crates/strum-0.25.0.crate) = 5539 SHA256 (rust/crates/strum_macros-0.25.3.crate) = 23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0 SIZE (rust/crates/strum_macros-0.25.3.crate) = 22570 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f -SIZE (rust/crates/syn-2.0.48.crate) = 250566 +SHA256 (rust/crates/syn-2.0.111.crate) = 390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87 +SIZE (rust/crates/syn-2.0.111.crate) = 302117 SHA256 (rust/crates/synstructure-0.12.6.crate) = f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f SIZE (rust/crates/synstructure-0.12.6.crate) = 18429 SHA256 (rust/crates/tap-1.0.1.crate) = 55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369 SIZE (rust/crates/tap-1.0.1.crate) = 11316 -SHA256 (rust/crates/tera-1.19.1.crate) = 970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8 -SIZE (rust/crates/tera-1.19.1.crate) = 104237 -SHA256 (rust/crates/termcolor-1.4.0.crate) = ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449 -SIZE (rust/crates/termcolor-1.4.0.crate) = 18765 -SHA256 (rust/crates/thiserror-1.0.56.crate) = d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad -SIZE (rust/crates/thiserror-1.0.56.crate) = 20592 -SHA256 (rust/crates/thiserror-impl-1.0.56.crate) = fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471 -SIZE (rust/crates/thiserror-impl-1.0.56.crate) = 15367 -SHA256 (rust/crates/time-0.3.31.crate) = f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e -SIZE (rust/crates/time-0.3.31.crate) = 121762 -SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 -SIZE (rust/crates/time-core-0.1.2.crate) = 7191 -SHA256 (rust/crates/time-macros-0.2.16.crate) = 26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f -SIZE (rust/crates/time-macros-0.2.16.crate) = 24356 -SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 -SIZE (rust/crates/typenum-1.17.0.crate) = 42849 -SHA256 (rust/crates/ucd-trie-0.1.6.crate) = ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9 -SIZE (rust/crates/ucd-trie-0.1.6.crate) = 45790 -SHA256 (rust/crates/unic-char-property-0.9.0.crate) = a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221 -SIZE (rust/crates/unic-char-property-0.9.0.crate) = 6809 -SHA256 (rust/crates/unic-char-range-0.9.0.crate) = 0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc -SIZE (rust/crates/unic-char-range-0.9.0.crate) = 7020 -SHA256 (rust/crates/unic-common-0.9.0.crate) = 80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc -SIZE (rust/crates/unic-common-0.9.0.crate) = 2558 -SHA256 (rust/crates/unic-segment-0.9.0.crate) = e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23 -SIZE (rust/crates/unic-segment-0.9.0.crate) = 34848 -SHA256 (rust/crates/unic-ucd-segment-0.9.0.crate) = 2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700 -SIZE (rust/crates/unic-ucd-segment-0.9.0.crate) = 39262 -SHA256 (rust/crates/unic-ucd-version-0.9.0.crate) = 96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4 -SIZE (rust/crates/unic-ucd-version-0.9.0.crate) = 2246 -SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b -SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 -SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 -SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 -SHA256 (rust/crates/unicode-xid-0.2.4.crate) = f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c -SIZE (rust/crates/unicode-xid-0.2.4.crate) = 15352 -SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a -SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 -SHA256 (rust/crates/uuid-1.6.1.crate) = 5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560 -SIZE (rust/crates/uuid-1.6.1.crate) = 55554 -SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f -SIZE (rust/crates/version_check-0.9.4.crate) = 14895 -SHA256 (rust/crates/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee -SIZE (rust/crates/walkdir-2.4.0.crate) = 23550 -SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 -SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasm-bindgen-0.2.89.crate) = 0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e -SIZE (rust/crates/wasm-bindgen-0.2.89.crate) = 181935 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.89.crate) = 1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826 -SIZE (rust/crates/wasm-bindgen-backend-0.2.89.crate) = 28205 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.89.crate) = 0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2 -SIZE (rust/crates/wasm-bindgen-macro-0.2.89.crate) = 13906 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.89.crate) = f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.89.crate) = 20008 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.89.crate) = 7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f -SIZE (rust/crates/wasm-bindgen-shared-0.2.89.crate) = 7265 +SHA256 (rust/crates/tera-1.20.1.crate) = e8004bca281f2d32df3bacd59bc67b312cb4c70cea46cbd79dbe8ac5ed206722 +SIZE (rust/crates/tera-1.20.1.crate) = 104815 +SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 +SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 +SHA256 (rust/crates/time-0.3.44.crate) = 91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d +SIZE (rust/crates/time-0.3.44.crate) = 143200 +SHA256 (rust/crates/time-core-0.1.6.crate) = 40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b +SIZE (rust/crates/time-core-0.1.6.crate) = 9105 +SHA256 (rust/crates/time-macros-0.2.24.crate) = 30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3 +SIZE (rust/crates/time-macros-0.2.24.crate) = 24715 +SHA256 (rust/crates/typenum-1.19.0.crate) = 562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb +SIZE (rust/crates/typenum-1.19.0.crate) = 76414 +SHA256 (rust/crates/ucd-trie-0.1.7.crate) = 2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971 +SIZE (rust/crates/ucd-trie-0.1.7.crate) = 46795 +SHA256 (rust/crates/unicode-ident-1.0.22.crate) = 9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5 +SIZE (rust/crates/unicode-ident-1.0.22.crate) = 47919 +SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 +SIZE (rust/crates/unicode-segmentation-1.12.0.crate) = 106323 +SHA256 (rust/crates/unicode-width-0.2.2.crate) = b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254 +SIZE (rust/crates/unicode-width-0.2.2.crate) = 282768 +SHA256 (rust/crates/unicode-xid-0.2.6.crate) = ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853 +SIZE (rust/crates/unicode-xid-0.2.6.crate) = 15744 +SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 +SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/uuid-1.19.0.crate) = e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a +SIZE (rust/crates/uuid-1.19.0.crate) = 60244 +SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a +SIZE (rust/crates/version_check-0.9.5.crate) = 15554 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 +SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b +SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 +SHA256 (rust/crates/wasip2-1.0.1+wasi-0.2.4.crate) = 0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7 +SIZE (rust/crates/wasip2-1.0.1+wasi-0.2.4.crate) = 132087 +SHA256 (rust/crates/wasm-bindgen-0.2.106.crate) = 0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd +SIZE (rust/crates/wasm-bindgen-0.2.106.crate) = 48417 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.106.crate) = 48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3 +SIZE (rust/crates/wasm-bindgen-macro-0.2.106.crate) = 9266 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.106.crate) = cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.106.crate) = 49711 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.106.crate) = cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4 +SIZE (rust/crates/wasm-bindgen-shared-0.2.106.crate) = 10115 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 -SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 +SHA256 (rust/crates/winapi-util-0.1.11.crate) = c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22 +SIZE (rust/crates/winapi-util-0.1.11.crate) = 13368 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 -SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 -SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d -SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 -SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c -SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 -SHA256 (rust/crates/windows-targets-0.52.0.crate) = 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd -SIZE (rust/crates/windows-targets-0.52.0.crate) = 6229 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 -SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea -SIZE (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = 430182 -SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc -SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 -SHA256 (rust/crates/windows_aarch64_msvc-0.52.0.crate) = bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef -SIZE (rust/crates/windows_aarch64_msvc-0.52.0.crate) = 821663 -SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e -SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 -SHA256 (rust/crates/windows_i686_gnu-0.52.0.crate) = a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313 -SIZE (rust/crates/windows_i686_gnu-0.52.0.crate) = 870285 -SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 -SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 -SHA256 (rust/crates/windows_i686_msvc-0.52.0.crate) = ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a -SIZE (rust/crates/windows_i686_msvc-0.52.0.crate) = 888693 -SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e -SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 -SHA256 (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd -SIZE (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 826213 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc -SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e -SIZE (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 430165 -SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 -SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 -SHA256 (rust/crates/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 -SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600 +SHA256 (rust/crates/windows-core-0.62.2.crate) = b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb +SIZE (rust/crates/windows-core-0.62.2.crate) = 36932 +SHA256 (rust/crates/windows-implement-0.60.2.crate) = 053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf +SIZE (rust/crates/windows-implement-0.60.2.crate) = 15325 +SHA256 (rust/crates/windows-interface-0.59.3.crate) = 3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358 +SIZE (rust/crates/windows-interface-0.59.3.crate) = 11809 +SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 +SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 +SHA256 (rust/crates/windows-result-0.4.1.crate) = 7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5 +SIZE (rust/crates/windows-result-0.4.1.crate) = 13381 +SHA256 (rust/crates/windows-strings-0.5.1.crate) = 7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091 +SIZE (rust/crates/windows-strings-0.5.1.crate) = 13966 +SHA256 (rust/crates/windows-sys-0.61.2.crate) = ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc +SIZE (rust/crates/windows-sys-0.61.2.crate) = 2517186 +SHA256 (rust/crates/wit-bindgen-0.46.0.crate) = f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59 +SIZE (rust/crates/wit-bindgen-0.46.0.crate) = 60508 SHA256 (rust/crates/wyz-0.5.1.crate) = 05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed SIZE (rust/crates/wyz-0.5.1.crate) = 18790 -SHA256 (rust/crates/xxhash-rust-0.8.8.crate) = 53be06678ed9e83edb1745eb72efc0bbcd7b5c3c35711a860906aed827a13d61 -SIZE (rust/crates/xxhash-rust-0.8.8.crate) = 18515 -SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be -SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096 -SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 -SIZE (rust/crates/zerocopy-derive-0.7.32.crate) = 37623 -SHA256 (whitfin-runiq-v2.0.0_GH0.tar.gz) = 99e5f9fa7389608cabad1fc8cb640739e48a28f02462a2db7a56d0c12138266e -SIZE (whitfin-runiq-v2.0.0_GH0.tar.gz) = 11024 +SHA256 (rust/crates/xxhash-rust-0.8.15.crate) = fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3 +SIZE (rust/crates/xxhash-rust-0.8.15.crate) = 21515 +SHA256 (rust/crates/zerocopy-0.8.31.crate) = fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3 +SIZE (rust/crates/zerocopy-0.8.31.crate) = 257633 +SHA256 (rust/crates/zerocopy-derive-0.8.31.crate) = d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a +SIZE (rust/crates/zerocopy-derive-0.8.31.crate) = 90835 +SHA256 (whitfin-runiq-v2.1.0_GH0.tar.gz) = a0f45d4ceebbcf600b17e247a4a7475f00924a5d97907ab5e2023b2099ef6fbd +SIZE (whitfin-runiq-v2.1.0_GH0.tar.gz) = 11030 diff --git a/sysutils/rust-coreutils/Makefile b/sysutils/rust-coreutils/Makefile index 57b026070ebd..35fa302a85e0 100644 --- a/sysutils/rust-coreutils/Makefile +++ b/sysutils/rust-coreutils/Makefile @@ -1,5 +1,5 @@ PORTNAME= rust-coreutils -DISTVERSION= 0.4.0 +DISTVERSION= 0.5.0 PORTREVISION= 1 CATEGORIES= sysutils diff --git a/sysutils/rust-coreutils/Makefile.crates b/sysutils/rust-coreutils/Makefile.crates index ef0a1d11e02b..7cf712407bde 100644 --- a/sysutils/rust-coreutils/Makefile.crates +++ b/sysutils/rust-coreutils/Makefile.crates @@ -2,7 +2,6 @@ CARGO_CRATES= adler2-2.0.1 \ aho-corasick-1.1.3 \ allocator-api2-0.2.21 \ android_system_properties-0.1.5 \ - anes-0.1.6 \ ansi-width-0.1.0 \ anstream-0.6.19 \ anstyle-1.0.11 \ @@ -12,7 +11,6 @@ CARGO_CRATES= adler2-2.0.1 \ anyhow-1.0.100 \ approx-0.5.1 \ arbitrary-1.4.1 \ - array-init-2.1.0 \ arrayref-0.3.9 \ arrayvec-0.7.6 \ autocfg-1.4.0 \ @@ -32,19 +30,15 @@ CARGO_CRATES= adler2-2.0.1 \ bumpalo-3.18.1 \ bytecount-0.6.9 \ byteorder-1.5.0 \ - cast-0.3.0 \ cc-1.2.27 \ cexpr-0.6.0 \ cfg-if-1.0.1 \ cfg_aliases-0.2.1 \ chrono-0.4.42 \ - ciborium-0.2.2 \ - ciborium-io-0.2.2 \ - ciborium-ll-0.2.2 \ clang-sys-1.8.1 \ - clap-4.5.51 \ - clap_builder-4.5.51 \ - clap_complete-4.5.60 \ + clap-4.5.53 \ + clap_builder-4.5.53 \ + clap_complete-4.5.61 \ clap_lex-0.7.5 \ clap_mangen-0.2.31 \ codspeed-4.1.0 \ @@ -64,10 +58,8 @@ CARGO_CRATES= adler2-2.0.1 \ cpufeatures-0.2.17 \ crc-3.3.0 \ crc-catalog-2.4.0 \ - crc-fast-1.7.0 \ + crc-fast-1.8.1 \ crc32fast-1.5.0 \ - criterion-0.6.0 \ - criterion-plot-0.5.0 \ crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ crossbeam-utils-0.8.21 \ @@ -75,7 +67,7 @@ CARGO_CRATES= adler2-2.0.1 \ crossterm_winapi-0.9.1 \ crunchy-0.2.3 \ crypto-common-0.1.6 \ - ctor-0.6.1 \ + ctor-0.6.3 \ ctor-proc-macro-0.0.7 \ ctrlc-3.4.7 \ data-encoding-2.9.0 \ @@ -131,30 +123,29 @@ CARGO_CRATES= adler2-2.0.1 \ hashbrown-0.15.4 \ hex-0.4.3 \ hex-literal-1.1.0 \ - hostname-0.4.1 \ - iana-time-zone-0.1.63 \ + hostname-0.4.2 \ + iana-time-zone-0.1.64 \ iana-time-zone-haiku-0.1.2 \ - icu_collator-2.0.0 \ - icu_collator_data-2.0.0 \ - icu_collections-2.0.0 \ - icu_decimal-2.0.0 \ - icu_decimal_data-2.0.0 \ - icu_locale-2.0.0 \ - icu_locale_core-2.0.0 \ - icu_locale_data-2.0.0 \ - icu_normalizer-2.0.0 \ - icu_normalizer_data-2.0.0 \ - icu_properties-2.0.1 \ - icu_properties_data-2.0.1 \ - icu_provider-2.0.0 \ + icu_collator-2.1.1 \ + icu_collator_data-2.1.1 \ + icu_collections-2.1.1 \ + icu_decimal-2.1.1 \ + icu_decimal_data-2.1.1 \ + icu_locale-2.1.1 \ + icu_locale_core-2.1.1 \ + icu_locale_data-2.1.1 \ + icu_normalizer-2.1.1 \ + icu_normalizer_data-2.1.1 \ + icu_properties-2.1.1 \ + icu_properties_data-2.1.1 \ + icu_provider-2.1.1 \ indexmap-2.9.0 \ - indicatif-0.18.2 \ + indicatif-0.18.3 \ inotify-0.11.0 \ inotify-sys-0.1.5 \ intl-memoizer-0.5.3 \ intl_pluralrules-7.0.2 \ is_terminal_polyfill-1.70.1 \ - itertools-0.10.5 \ itertools-0.13.0 \ itertools-0.14.0 \ itoa-1.0.15 \ @@ -200,18 +191,16 @@ CARGO_CRATES= adler2-2.0.1 \ num-prime-0.4.4 \ num-traits-0.2.19 \ num_threads-0.1.7 \ - number_prefix-0.4.0 \ once_cell-1.21.3 \ once_cell_polyfill-1.70.1 \ onig-6.5.1 \ onig_sys-69.9.1 \ - oorandom-11.1.5 \ ordered-multimap-0.7.3 \ os_display-0.1.4 \ outref-0.5.2 \ parking_lot-0.12.4 \ parking_lot_core-0.9.11 \ - parse_datetime-0.13.2 \ + parse_datetime-0.13.3 \ phf-0.13.1 \ phf_codegen-0.13.1 \ phf_generator-0.13.1 \ @@ -220,12 +209,9 @@ CARGO_CRATES= adler2-2.0.1 \ pin-utils-0.1.0 \ pkg-config-0.3.32 \ platform-info-2.0.5 \ - plotters-0.3.7 \ - plotters-backend-0.3.7 \ - plotters-svg-0.3.7 \ portable-atomic-1.11.1 \ portable-atomic-util-0.2.4 \ - potential_utf-0.1.2 \ + potential_utf-0.1.4 \ powerfmt-0.2.0 \ ppv-lite86-0.2.21 \ pretty_assertions-1.4.1 \ @@ -286,6 +272,7 @@ CARGO_CRATES= adler2-2.0.1 \ smallvec-1.15.1 \ smawk-0.3.2 \ socket2-0.6.0 \ + spin-0.10.0 \ stable_deref_trait-1.2.0 \ statrs-0.18.0 \ strsim-0.11.1 \ @@ -304,7 +291,6 @@ CARGO_CRATES= adler2-2.0.1 \ time-macros-0.2.24 \ tiny-keccak-2.0.2 \ tinystr-0.8.1 \ - tinytemplate-1.2.1 \ toml_datetime-0.6.11 \ toml_edit-0.22.27 \ type-map-0.5.1 \ @@ -317,7 +303,7 @@ CARGO_CRATES= adler2-2.0.1 \ unicode-width-0.1.14 \ unicode-width-0.2.2 \ unindent-0.2.4 \ - unit-prefix-0.5.1 \ + unit-prefix-0.5.2 \ unty-0.0.4 \ utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ @@ -337,20 +323,18 @@ CARGO_CRATES= adler2-2.0.1 \ wasm-bindgen-macro-0.2.100 \ wasm-bindgen-macro-support-0.2.100 \ wasm-bindgen-shared-0.2.100 \ - web-sys-0.3.77 \ web-time-1.1.0 \ wild-2.2.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.11 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-core-0.61.2 \ - windows-implement-0.60.0 \ - windows-interface-0.59.1 \ - windows-link-0.1.3 \ + windows-core-0.62.2 \ + windows-implement-0.60.2 \ + windows-interface-0.59.3 \ windows-link-0.2.1 \ - windows-result-0.3.4 \ - windows-strings-0.4.2 \ + windows-result-0.4.1 \ + windows-strings-0.5.1 \ windows-sys-0.59.0 \ windows-sys-0.60.2 \ windows-sys-0.61.2 \ @@ -374,7 +358,8 @@ CARGO_CRATES= adler2-2.0.1 \ windows_x86_64_msvc-0.53.0 \ winnow-0.7.11 \ wit-bindgen-rt-0.39.0 \ - writeable-0.6.1 \ + write16-1.0.0 \ + writeable-0.6.2 \ wyz-0.5.1 \ xattr-1.6.1 \ yansi-1.0.1 \ @@ -388,7 +373,7 @@ CARGO_CRATES= adler2-2.0.1 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zerotrie-0.2.2 \ - zerovec-0.11.2 \ + zerovec-0.11.5 \ zerovec-derive-0.11.1 \ zip-6.0.0 \ zlib-rs-0.5.1 \ diff --git a/sysutils/rust-coreutils/distinfo b/sysutils/rust-coreutils/distinfo index b83a7827b663..150ac0cede1c 100644 --- a/sysutils/rust-coreutils/distinfo +++ b/sysutils/rust-coreutils/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1762809181 +TIMESTAMP = 1765794182 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa SIZE (rust/crates/adler2-2.0.1.crate) = 13366 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 @@ -7,8 +7,6 @@ SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f924 SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 -SIZE (rust/crates/anes-0.1.6.crate) = 23857 SHA256 (rust/crates/ansi-width-0.1.0.crate) = 219e3ce6f2611d83b51ec2098a12702112c29e57203a6b0a0929b2cddb486608 SIZE (rust/crates/ansi-width-0.1.0.crate) = 6116 SHA256 (rust/crates/anstream-0.6.19.crate) = 301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933 @@ -27,8 +25,6 @@ SHA256 (rust/crates/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd5 SIZE (rust/crates/approx-0.5.1.crate) = 15100 SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223 SIZE (rust/crates/arbitrary-1.4.1.crate) = 36816 -SHA256 (rust/crates/array-init-2.1.0.crate) = 3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc -SIZE (rust/crates/array-init-2.1.0.crate) = 11927 SHA256 (rust/crates/arrayref-0.3.9.crate) = 76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb SIZE (rust/crates/arrayref-0.3.9.crate) = 9186 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 @@ -67,8 +63,6 @@ SHA256 (rust/crates/bytecount-0.6.9.crate) = 175812e0be2bccb6abe50bb8d5661261983 SIZE (rust/crates/bytecount-0.6.9.crate) = 18695 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 -SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 -SIZE (rust/crates/cast-0.3.0.crate) = 11452 SHA256 (rust/crates/cc-1.2.27.crate) = d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc SIZE (rust/crates/cc-1.2.27.crate) = 107070 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 @@ -79,20 +73,14 @@ SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 SHA256 (rust/crates/chrono-0.4.42.crate) = 145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2 SIZE (rust/crates/chrono-0.4.42.crate) = 238174 -SHA256 (rust/crates/ciborium-0.2.2.crate) = 42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e -SIZE (rust/crates/ciborium-0.2.2.crate) = 35611 -SHA256 (rust/crates/ciborium-io-0.2.2.crate) = 05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757 -SIZE (rust/crates/ciborium-io-0.2.2.crate) = 6697 -SHA256 (rust/crates/ciborium-ll-0.2.2.crate) = 57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9 -SIZE (rust/crates/ciborium-ll-0.2.2.crate) = 14695 SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 -SHA256 (rust/crates/clap-4.5.51.crate) = 4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5 -SIZE (rust/crates/clap-4.5.51.crate) = 62030 -SHA256 (rust/crates/clap_builder-4.5.51.crate) = 75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a -SIZE (rust/crates/clap_builder-4.5.51.crate) = 171077 -SHA256 (rust/crates/clap_complete-4.5.60.crate) = 8e602857739c5a4291dfa33b5a298aeac9006185229a700e5810a3ef7272d971 -SIZE (rust/crates/clap_complete-4.5.60.crate) = 48640 +SHA256 (rust/crates/clap-4.5.53.crate) = c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8 +SIZE (rust/crates/clap-4.5.53.crate) = 62036 +SHA256 (rust/crates/clap_builder-4.5.53.crate) = d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00 +SIZE (rust/crates/clap_builder-4.5.53.crate) = 170811 +SHA256 (rust/crates/clap_complete-4.5.61.crate) = 39615915e2ece2550c0149addac32fb5bd312c657f43845bb9088cb9c8a7c992 +SIZE (rust/crates/clap_complete-4.5.61.crate) = 48828 SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 SHA256 (rust/crates/clap_mangen-0.2.31.crate) = 439ea63a92086df93893164221ad4f24142086d535b3a0957b9b9bea2dc86301 @@ -131,14 +119,10 @@ SHA256 (rust/crates/crc-3.3.0.crate) = 9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd SIZE (rust/crates/crc-3.3.0.crate) = 13905 SHA256 (rust/crates/crc-catalog-2.4.0.crate) = 19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5 SIZE (rust/crates/crc-catalog-2.4.0.crate) = 10155 -SHA256 (rust/crates/crc-fast-1.7.0.crate) = 311eddc0ebdb918fb3f9ce10304736a8e94bfbe48e3dfd61c04754fdbb5a4d67 -SIZE (rust/crates/crc-fast-1.7.0.crate) = 154159 +SHA256 (rust/crates/crc-fast-1.8.1.crate) = 2c15e7f62c7d6e256e6d0fc3fc1ef395348e4bc395dcf14d6990da0e5aa6e8b0 +SIZE (rust/crates/crc-fast-1.8.1.crate) = 164672 SHA256 (rust/crates/crc32fast-1.5.0.crate) = 9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511 SIZE (rust/crates/crc32fast-1.5.0.crate) = 40723 -SHA256 (rust/crates/criterion-0.6.0.crate) = 3bf7af66b0989381bd0be551bd7cc91912a655a58c6918420c9527b1fd8b4679 -SIZE (rust/crates/criterion-0.6.0.crate) = 119470 -SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 -SIZE (rust/crates/criterion-plot-0.5.0.crate) = 22706 SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 SIZE (rust/crates/crossbeam-deque-0.8.6.crate) = 22471 SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e @@ -153,8 +137,8 @@ SHA256 (rust/crates/crunchy-0.2.3.crate) = 43da5946c66ffcc7745f48db692ffbb10a83b SIZE (rust/crates/crunchy-0.2.3.crate) = 3775 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 -SHA256 (rust/crates/ctor-0.6.1.crate) = 3ffc71fcdcdb40d6f087edddf7f8f1f8f79e6cf922f555a9ee8779752d4819bd -SIZE (rust/crates/ctor-0.6.1.crate) = 14242 +SHA256 (rust/crates/ctor-0.6.3.crate) = 424e0138278faeb2b401f174ad17e715c829512d74f3d1e81eb43365c2e0590e +SIZE (rust/crates/ctor-0.6.3.crate) = 14389 SHA256 (rust/crates/ctor-proc-macro-0.0.7.crate) = 52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1 SIZE (rust/crates/ctor-proc-macro-0.0.7.crate) = 6462 SHA256 (rust/crates/ctrlc-3.4.7.crate) = 46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73 @@ -265,42 +249,42 @@ SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/hex-literal-1.1.0.crate) = e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1 SIZE (rust/crates/hex-literal-1.1.0.crate) = 8777 -SHA256 (rust/crates/hostname-0.4.1.crate) = a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65 -SIZE (rust/crates/hostname-0.4.1.crate) = 13819 -SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 -SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 +SHA256 (rust/crates/hostname-0.4.2.crate) = 617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd +SIZE (rust/crates/hostname-0.4.2.crate) = 12983 +SHA256 (rust/crates/iana-time-zone-0.1.64.crate) = 33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb +SIZE (rust/crates/iana-time-zone-0.1.64.crate) = 33152 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 -SHA256 (rust/crates/icu_collator-2.0.0.crate) = 42ad4c6a556938dfd31f75a8c54141079e8821dc697ffb799cfe0f0fa11f2edc -SIZE (rust/crates/icu_collator-2.0.0.crate) = 1305384 -SHA256 (rust/crates/icu_collator_data-2.0.0.crate) = d880b8e680799eabd90c054e1b95526cd48db16c95269f3c89fb3117e1ac92c5 -SIZE (rust/crates/icu_collator_data-2.0.0.crate) = 479762 -SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 -SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 -SHA256 (rust/crates/icu_decimal-2.0.0.crate) = fec61c43fdc4e368a9f450272833123a8ef0d7083a44597660ce94d791b8a2e2 -SIZE (rust/crates/icu_decimal-2.0.0.crate) = 21283 -SHA256 (rust/crates/icu_decimal_data-2.0.0.crate) = b70963bc35f9bdf1bc66a5c1f458f4991c1dc71760e00fa06016b2c76b2738d5 -SIZE (rust/crates/icu_decimal_data-2.0.0.crate) = 7511 -SHA256 (rust/crates/icu_locale-2.0.0.crate) = 6ae5921528335e91da1b6c695dbf1ec37df5ac13faa3f91e5640be93aa2fbefd -SIZE (rust/crates/icu_locale-2.0.0.crate) = 34090 -SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a -SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 -SHA256 (rust/crates/icu_locale_data-2.0.0.crate) = 4fdef0c124749d06a743c69e938350816554eb63ac979166590e2b4ee4252765 -SIZE (rust/crates/icu_locale_data-2.0.0.crate) = 114533 -SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 -SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 -SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 -SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 -SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b -SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 -SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 -SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 -SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af -SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 +SHA256 (rust/crates/icu_collator-2.1.1.crate) = 32eed11a5572f1088b63fa21dc2e70d4a865e5739fc2d10abc05be93bae97019 +SIZE (rust/crates/icu_collator-2.1.1.crate) = 1324285 +SHA256 (rust/crates/icu_collator_data-2.1.1.crate) = 5ab06f0e83a613efddba3e4913e00e43ed4001fae651cb7d40fc7e66b83b6fb9 +SIZE (rust/crates/icu_collator_data-2.1.1.crate) = 480908 +SHA256 (rust/crates/icu_collections-2.1.1.crate) = 4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43 +SIZE (rust/crates/icu_collections-2.1.1.crate) = 87233 +SHA256 (rust/crates/icu_decimal-2.1.1.crate) = a38c52231bc348f9b982c1868a2af3195199623007ba2c7650f432038f5b3e8e +SIZE (rust/crates/icu_decimal-2.1.1.crate) = 20704 +SHA256 (rust/crates/icu_decimal_data-2.1.1.crate) = 2905b4044eab2dd848fe84199f9195567b63ab3a93094711501363f63546fef7 +SIZE (rust/crates/icu_decimal_data-2.1.1.crate) = 7643 +SHA256 (rust/crates/icu_locale-2.1.1.crate) = 532b11722e350ab6bf916ba6eb0efe3ee54b932666afec989465f9243fe6dd60 +SIZE (rust/crates/icu_locale-2.1.1.crate) = 33928 +SHA256 (rust/crates/icu_locale_core-2.1.1.crate) = edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6 +SIZE (rust/crates/icu_locale_core-2.1.1.crate) = 70876 +SHA256 (rust/crates/icu_locale_data-2.1.1.crate) = f03e2fcaefecdf05619f3d6f91740e79ab969b4dd54f77cbf546b1d0d28e3147 +SIZE (rust/crates/icu_locale_data-2.1.1.crate) = 116659 +SHA256 (rust/crates/icu_normalizer-2.1.1.crate) = 5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599 +SIZE (rust/crates/icu_normalizer-2.1.1.crate) = 67132 +SHA256 (rust/crates/icu_normalizer_data-2.1.1.crate) = 7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a +SIZE (rust/crates/icu_normalizer_data-2.1.1.crate) = 68649 +SHA256 (rust/crates/icu_properties-2.1.1.crate) = e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99 +SIZE (rust/crates/icu_properties-2.1.1.crate) = 59036 +SHA256 (rust/crates/icu_properties_data-2.1.1.crate) = 02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899 +SIZE (rust/crates/icu_properties_data-2.1.1.crate) = 162431 +SHA256 (rust/crates/icu_provider-2.1.1.crate) = 85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614 +SIZE (rust/crates/icu_provider-2.1.1.crate) = 50907 SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 -SHA256 (rust/crates/indicatif-0.18.2.crate) = ade6dfcba0dfb62ad59e59e7241ec8912af34fd29e0e743e3db992bd278e8b65 -SIZE (rust/crates/indicatif-0.18.2.crate) = 67401 +SHA256 (rust/crates/indicatif-0.18.3.crate) = 9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88 +SIZE (rust/crates/indicatif-0.18.3.crate) = 66504 SHA256 (rust/crates/inotify-0.11.0.crate) = f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3 SIZE (rust/crates/inotify-0.11.0.crate) = 26241 SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb @@ -311,8 +295,6 @@ SHA256 (rust/crates/intl_pluralrules-7.0.2.crate) = 078ea7b7c29a2b4df841a7f6ac87 SIZE (rust/crates/intl_pluralrules-7.0.2.crate) = 9201 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 -SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 -SIZE (rust/crates/itertools-0.10.5.crate) = 115354 SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 SIZE (rust/crates/itertools-0.13.0.crate) = 146261 SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285 @@ -403,8 +385,6 @@ SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 SIZE (rust/crates/num_threads-0.1.7.crate) = 7455 -SHA256 (rust/crates/number_prefix-0.4.0.crate) = 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 -SIZE (rust/crates/number_prefix-0.4.0.crate) = 6922 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad @@ -413,8 +393,6 @@ SHA256 (rust/crates/onig-6.5.1.crate) = 336b9c63443aceef14bea841b899035ae3abe89b SIZE (rust/crates/onig-6.5.1.crate) = 32394 SHA256 (rust/crates/onig_sys-69.9.1.crate) = c7f86c6eef3d6df15f23bcfb6af487cbd2fed4e5581d58d5bf1f5f8b7f6727dc SIZE (rust/crates/onig_sys-69.9.1.crate) = 656378 -SHA256 (rust/crates/oorandom-11.1.5.crate) = d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e -SIZE (rust/crates/oorandom-11.1.5.crate) = 23750 SHA256 (rust/crates/ordered-multimap-0.7.3.crate) = 49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79 SIZE (rust/crates/ordered-multimap-0.7.3.crate) = 23265 SHA256 (rust/crates/os_display-0.1.4.crate) = ad5fd71b79026fb918650dde6d125000a233764f1c2f1659a1c71118e33ea08f @@ -425,8 +403,8 @@ SHA256 (rust/crates/parking_lot-0.12.4.crate) = 70d58bf43669b5795d1576d0641cfb6f SIZE (rust/crates/parking_lot-0.12.4.crate) = 46779 SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5 SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 -SHA256 (rust/crates/parse_datetime-0.13.2.crate) = e4955561bc7aa4c40afcfd2a8c34297b13164ae9ac3b30ac348737befdc98e4c -SIZE (rust/crates/parse_datetime-0.13.2.crate) = 41428 +SHA256 (rust/crates/parse_datetime-0.13.3.crate) = acea383beda9652270f3c9678d83aa58cbfc16880343cae0c0c8c7d6c0974132 +SIZE (rust/crates/parse_datetime-0.13.3.crate) = 41093 SHA256 (rust/crates/phf-0.13.1.crate) = c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf SIZE (rust/crates/phf-0.13.1.crate) = 24786 SHA256 (rust/crates/phf_codegen-0.13.1.crate) = 49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1 @@ -443,18 +421,12 @@ SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c1 SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 SHA256 (rust/crates/platform-info-2.0.5.crate) = 7539aeb3fdd8cb4f6a331307cf71a1039cee75e94e8a71725b9484f4a0d9451a SIZE (rust/crates/platform-info-2.0.5.crate) = 28541 -SHA256 (rust/crates/plotters-0.3.7.crate) = 5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747 -SIZE (rust/crates/plotters-0.3.7.crate) = 149031 -SHA256 (rust/crates/plotters-backend-0.3.7.crate) = df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a -SIZE (rust/crates/plotters-backend-0.3.7.crate) = 13709 -SHA256 (rust/crates/plotters-svg-0.3.7.crate) = 51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670 -SIZE (rust/crates/plotters-svg-0.3.7.crate) = 6715 SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483 SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 SHA256 (rust/crates/portable-atomic-util-0.2.4.crate) = d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507 SIZE (rust/crates/portable-atomic-util-0.2.4.crate) = 47043 -SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 -SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 +SHA256 (rust/crates/potential_utf-0.1.4.crate) = b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77 +SIZE (rust/crates/potential_utf-0.1.4.crate) = 9514 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 @@ -575,6 +547,8 @@ SHA256 (rust/crates/smawk-0.3.2.crate) = b7c388c1b5e93756d0c740965c41e8822f86662 SIZE (rust/crates/smawk-0.3.2.crate) = 13831 SHA256 (rust/crates/socket2-0.6.0.crate) = 233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807 SIZE (rust/crates/socket2-0.6.0.crate) = 57974 +SHA256 (rust/crates/spin-0.10.0.crate) = d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591 +SIZE (rust/crates/spin-0.10.0.crate) = 39654 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 SHA256 (rust/crates/statrs-0.18.0.crate) = 2a3fe7c28c6512e766b0874335db33c94ad7b8f9054228ae1c2abd47ce7d335e @@ -611,8 +585,6 @@ SHA256 (rust/crates/tiny-keccak-2.0.2.crate) = 2c9d3793400a45f954c52e73d068316d7 SIZE (rust/crates/tiny-keccak-2.0.2.crate) = 20129 SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 -SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc -SIZE (rust/crates/tinytemplate-1.2.1.crate) = 26490 SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a @@ -637,8 +609,8 @@ SHA256 (rust/crates/unicode-width-0.2.2.crate) = b4ac048d71ede7ee76d585517add45d SIZE (rust/crates/unicode-width-0.2.2.crate) = 282768 SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3 SIZE (rust/crates/unindent-0.2.4.crate) = 7422 -SHA256 (rust/crates/unit-prefix-0.5.1.crate) = 323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817 -SIZE (rust/crates/unit-prefix-0.5.1.crate) = 7627 +SHA256 (rust/crates/unit-prefix-0.5.2.crate) = 81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3 +SIZE (rust/crates/unit-prefix-0.5.2.crate) = 8041 SHA256 (rust/crates/unty-0.0.4.crate) = 6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae SIZE (rust/crates/unty-0.0.4.crate) = 7200 SHA256 (rust/crates/utf16_iter-1.0.5.crate) = c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246 @@ -677,8 +649,6 @@ SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689f SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 -SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 -SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb SIZE (rust/crates/web-time-1.1.0.crate) = 18026 SHA256 (rust/crates/wild-2.2.1.crate) = a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1 @@ -691,20 +661,18 @@ SHA256 (rust/crates/winapi-util-0.1.11.crate) = c2a7b1c03c876122aa43f3020e6c3c3e SIZE (rust/crates/winapi-util-0.1.11.crate) = 13368 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 -SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 -SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 -SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 -SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 -SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 -SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a -SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 +SHA256 (rust/crates/windows-core-0.62.2.crate) = b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb +SIZE (rust/crates/windows-core-0.62.2.crate) = 36932 +SHA256 (rust/crates/windows-implement-0.60.2.crate) = 053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf +SIZE (rust/crates/windows-implement-0.60.2.crate) = 15325 +SHA256 (rust/crates/windows-interface-0.59.3.crate) = 3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358 +SIZE (rust/crates/windows-interface-0.59.3.crate) = 11809 SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 -SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 -SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 -SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 -SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 +SHA256 (rust/crates/windows-result-0.4.1.crate) = 7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5 +SIZE (rust/crates/windows-result-0.4.1.crate) = 13381 +SHA256 (rust/crates/windows-strings-0.5.1.crate) = 7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091 +SIZE (rust/crates/windows-strings-0.5.1.crate) = 13966 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb @@ -751,8 +719,10 @@ SHA256 (rust/crates/winnow-0.7.11.crate) = 74c7b26e3480b707944fc872477815d29a8e4 SIZE (rust/crates/winnow-0.7.11.crate) = 174175 SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 -SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb -SIZE (rust/crates/writeable-0.6.1.crate) = 24068 +SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 +SIZE (rust/crates/write16-1.0.0.crate) = 7218 +SHA256 (rust/crates/writeable-0.6.2.crate) = 9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9 +SIZE (rust/crates/writeable-0.6.2.crate) = 25181 SHA256 (rust/crates/wyz-0.5.1.crate) = 05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed SIZE (rust/crates/wyz-0.5.1.crate) = 18790 SHA256 (rust/crates/xattr-1.6.1.crate) = 32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156 @@ -779,8 +749,8 @@ SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec1 SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 -SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 -SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zerovec-0.11.5.crate) = 6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002 +SIZE (rust/crates/zerovec-0.11.5.crate) = 119620 SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 SHA256 (rust/crates/zip-6.0.0.crate) = eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b @@ -789,5 +759,5 @@ SHA256 (rust/crates/zlib-rs-0.5.1.crate) = 626bd9fa9734751fc50d6060752170984d705 SIZE (rust/crates/zlib-rs-0.5.1.crate) = 193055 SHA256 (rust/crates/zopfli-0.8.2.crate) = edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7 SIZE (rust/crates/zopfli-0.8.2.crate) = 51842 -SHA256 (uutils-coreutils-0.4.0_GH0.tar.gz) = 5f0c3f97b807e72edccc844c6a685ec9862199f16a665df07de5b1d20ec21233 -SIZE (uutils-coreutils-0.4.0_GH0.tar.gz) = 2935884 +SHA256 (uutils-coreutils-0.5.0_GH0.tar.gz) = 83535e10c3273c31baa2f553dfa0ceb4148914e9c1a9c5b00d19fbda5b2d4d7d +SIZE (uutils-coreutils-0.5.0_GH0.tar.gz) = 2964353 diff --git a/sysutils/rust-findutils/Makefile b/sysutils/rust-findutils/Makefile index 099450e99aba..d8fe7dc3bab5 100644 --- a/sysutils/rust-findutils/Makefile +++ b/sysutils/rust-findutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= rust-findutils DISTVERSION= 0.7.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org diff --git a/sysutils/skopeo/Makefile b/sysutils/skopeo/Makefile index 70228d2a56d8..04fd80f691d9 100644 --- a/sysutils/skopeo/Makefile +++ b/sysutils/skopeo/Makefile @@ -1,6 +1,6 @@ PORTNAME= skopeo DISTVERSIONPREFIX= v -DISTVERSION= 1.20.0 +DISTVERSION= 1.21.0 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org @@ -16,7 +16,7 @@ BUILD_DEPENDS= bash:shells/bash \ LIB_DEPENDS= libgpgme.so:security/gpgme RUN_DEPENDS= ${LOCALBASE}/etc/containers/containers.conf.sample:sysutils/containers-common -USES= gmake go:modules,no_targets,1.23 pkgconfig +USES= gmake go:modules,no_targets,1.24 pkgconfig USE_GITHUB= yes GH_ACCOUNT= containers diff --git a/sysutils/skopeo/distinfo b/sysutils/skopeo/distinfo index 4e07122cc4cd..42686776425f 100644 --- a/sysutils/skopeo/distinfo +++ b/sysutils/skopeo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755745937 -SHA256 (containers-skopeo-v1.20.0_GH0.tar.gz) = 0c19fe51b2cd8d1bd5e38c03b97421e318fc08153bdf5ef2f816a29889eacdef -SIZE (containers-skopeo-v1.20.0_GH0.tar.gz) = 10449131 +TIMESTAMP = 1765208908 +SHA256 (containers-skopeo-v1.21.0_GH0.tar.gz) = f76eeddf697a3cc7a872e3077ab4d0fdbebe9f3c6171462e3e9feb84368b3fac +SIZE (containers-skopeo-v1.21.0_GH0.tar.gz) = 10187308 diff --git a/sysutils/skopeo/files/patch-Makefile b/sysutils/skopeo/files/patch-Makefile index 9e47fcbdd889..4a7619c98d29 100644 --- a/sysutils/skopeo/files/patch-Makefile +++ b/sysutils/skopeo/files/patch-Makefile @@ -1,14 +1,5 @@ ---- Makefile.orig 2025-10-17 08:57:36 UTC +--- Makefile.orig 2025-12-08 15:49:16 UTC +++ Makefile -@@ -84,7 +84,7 @@ EXTRA_LDFLAGS ?= - GIT_COMMIT := $(shell GIT_CEILING_DIRECTORIES=$$(cd ..; pwd) git rev-parse HEAD 2> /dev/null || true) - - EXTRA_LDFLAGS ?= --SKOPEO_LDFLAGS := -ldflags '-X main.gitCommit=${GIT_COMMIT} $(EXTRA_LDFLAGS)' -+SKOPEO_LDFLAGS := -ldflags '-X main.gitCommit="unknown" $(EXTRA_LDFLAGS)' - - MANPAGES_MD = $(wildcard docs/*.md) - MANPAGES ?= $(MANPAGES_MD:%.md=%) @@ -131,9 +131,9 @@ bin/skopeo: # Build w/o using containers .PHONY: bin/skopeo diff --git a/sysutils/syngesture/Makefile b/sysutils/syngesture/Makefile index abb5b7cf865e..1ba362747651 100644 --- a/sysutils/syngesture/Makefile +++ b/sysutils/syngesture/Makefile @@ -1,6 +1,6 @@ PORTNAME= syngesture DISTVERSION= 1.0.1 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/systeroid/Makefile b/sysutils/systeroid/Makefile index e322309ce73b..6c5818325655 100644 --- a/sysutils/systeroid/Makefile +++ b/sysutils/systeroid/Makefile @@ -1,6 +1,7 @@ PORTNAME= systeroid DISTVERSIONPREFIX= v DISTVERSION= 0.4.6 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/szyszka/Makefile b/sysutils/szyszka/Makefile index 4e9f95c9244a..7041ca80ae97 100644 --- a/sysutils/szyszka/Makefile +++ b/sysutils/szyszka/Makefile @@ -1,6 +1,6 @@ PORTNAME= szyszka DISTVERSION= 3.0.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/tailspin/Makefile b/sysutils/tailspin/Makefile index 99d7d0d7a44a..bdd82b6316fb 100644 --- a/sysutils/tailspin/Makefile +++ b/sysutils/tailspin/Makefile @@ -1,6 +1,6 @@ PORTNAME= tailspin DISTVERSION= 5.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/tealdeer/Makefile b/sysutils/tealdeer/Makefile index 1d7005fe4a85..39a20b0327f3 100644 --- a/sysutils/tealdeer/Makefile +++ b/sysutils/tealdeer/Makefile @@ -1,6 +1,7 @@ PORTNAME= tealdeer DISTVERSIONPREFIX= v DISTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/tere/Makefile b/sysutils/tere/Makefile index a3380916ef8c..a953293369ff 100644 --- a/sysutils/tere/Makefile +++ b/sysutils/tere/Makefile @@ -1,7 +1,7 @@ PORTNAME= tere DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile index b86bb5a71b34..093da9bbab69 100644 --- a/sysutils/terraform-docs/Makefile +++ b/sysutils/terraform-docs/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/terraform-docs/terraform-docs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:1.24+,modules GO_MODULE= github.com/terraform-docs/terraform-docs PLIST_FILES= bin/${PORTNAME} diff --git a/sysutils/terraform-switcher/Makefile b/sysutils/terraform-switcher/Makefile index f1061421474d..7facae55bdee 100644 --- a/sysutils/terraform-switcher/Makefile +++ b/sysutils/terraform-switcher/Makefile @@ -11,7 +11,7 @@ WWW= https://tfswitch.warrensbox.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:1.24+,modules GO_MODULE= github.com/warrensbox/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile index 05db4487056f..30dec4ac5a18 100644 --- a/sysutils/terraform/Makefile +++ b/sysutils/terraform/Makefile @@ -22,7 +22,7 @@ MAINTAINER= dutra@FreeBSD.org COMMENT= Provides a common configuration to launch infrastructure WWW= https://terraform.io/ -USES= cpe go:1.24,modules +USES= cpe go:1.24+,modules USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_PROJECT= terraform diff --git a/sysutils/terragrunt/Makefile b/sysutils/terragrunt/Makefile index d5a9a7ddb544..951f327fd25d 100644 --- a/sysutils/terragrunt/Makefile +++ b/sysutils/terragrunt/Makefile @@ -11,7 +11,7 @@ WWW= https://terragrunt.gruntwork.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= go:1.25,modules +USES= go:1.25+,modules GO_MODULE= github.com/gruntwork-io/terragrunt diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index 5e709f831511..7c0cc96adc33 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/terraform-linters/tflint LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25,modules +USES= go:1.25+,modules GO_MODULE= github.com/terraform-linters/tflint diff --git a/sysutils/tiempo/Makefile b/sysutils/tiempo/Makefile index 6d4a4622f515..89d136f12fd3 100644 --- a/sysutils/tiempo/Makefile +++ b/sysutils/tiempo/Makefile @@ -1,6 +1,6 @@ PORTNAME= tiempo DISTVERSION= 1.11.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/tldr/Makefile b/sysutils/tldr/Makefile index b6fe39c0cf0e..c566d06346cb 100644 --- a/sysutils/tldr/Makefile +++ b/sysutils/tldr/Makefile @@ -1,7 +1,7 @@ PORTNAME= tldr DISTVERSIONPREFIX= v DISTVERSION= 1.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/topgrade/Makefile b/sysutils/topgrade/Makefile index 8b7cad89a96c..28cffe63a7d1 100644 --- a/sysutils/topgrade/Makefile +++ b/sysutils/topgrade/Makefile @@ -1,7 +1,7 @@ PORTNAME= topgrade DISTVERSIONPREFIX= v DISTVERSION= 16.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= freebsd@scd-systems.net diff --git a/sysutils/tuckr/Makefile b/sysutils/tuckr/Makefile index 73daf451b86c..df3d0f7a8460 100644 --- a/sysutils/tuckr/Makefile +++ b/sysutils/tuckr/Makefile @@ -1,6 +1,6 @@ PORTNAME= tuckr DISTVERSION= 0.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/vivid/Makefile b/sysutils/vivid/Makefile index 87030d0d77b6..9b378f3ab3cb 100644 --- a/sysutils/vivid/Makefile +++ b/sysutils/vivid/Makefile @@ -1,7 +1,7 @@ PORTNAME= vivid DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org diff --git a/sysutils/wiimms/Makefile b/sysutils/wiimms/Makefile index da85ae0c329c..cdc03af7f509 100644 --- a/sysutils/wiimms/Makefile +++ b/sysutils/wiimms/Makefile @@ -13,6 +13,10 @@ WWW= https://wit.wiimm.de/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt +DEPRECATED= sysutils/wiimms has been abandoned for many years +EXPIRATION_DATE=2026-01-31 +BROKEN_FreeBSD_16= compilation failed + BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash diff --git a/sysutils/wiper/Makefile b/sysutils/wiper/Makefile index 7cfc13018cdb..c35a2c0a3893 100644 --- a/sysutils/wiper/Makefile +++ b/sysutils/wiper/Makefile @@ -1,7 +1,7 @@ PORTNAME= wiper DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils PKGNAMESUFFIX= -disk-cleanup-tool diff --git a/sysutils/work-tuimer/Makefile b/sysutils/work-tuimer/Makefile index e67c7fbcb944..cf608a0c2f3d 100644 --- a/sysutils/work-tuimer/Makefile +++ b/sysutils/work-tuimer/Makefile @@ -1,6 +1,7 @@ PORTNAME= work-tuimer DISTVERSIONPREFIX= v DISTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/xcp/Makefile b/sysutils/xcp/Makefile index 24cec2c46720..b6aafe8224c7 100644 --- a/sysutils/xcp/Makefile +++ b/sysutils/xcp/Makefile @@ -1,7 +1,7 @@ PORTNAME= xcp DISTVERSIONPREFIX= v DISTVERSION= 0.24.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile index 3fae46e5f232..cbbc6b186432 100644 --- a/sysutils/xmbmon/Makefile +++ b/sysutils/xmbmon/Makefile @@ -1,16 +1,18 @@ PORTNAME= xmbmon -PORTVERSION= 205 +DISTVERSION= 205 PORTREVISION= 16 CATEGORIES= sysutils -MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/${PORTNAME}/ -DISTNAME= ${PORTNAME}${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= je3kmz +DISTNAME= ${PORTNAME}${DISTVERSION} PATCH_SITES+= ${MASTER_SITES} -PATCHFILES+= ${PORTNAME}${PORTVERSION}_fflush.patch +PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} +PATCHFILES+= ${PORTNAME}${DISTVERSION}_fflush.patch MAINTAINER= takefu@airport.fm COMMENT= MB monitor for LM78/79, W8378x, AS99127F, VT82C686 and ADM9240 -WWW= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html +WWW= https://web.archive.org/web/20250329211339/http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html LICENSE= BSD2CLAUSE @@ -27,7 +29,7 @@ ASUS_DESC= Enable A7N8X-VM support CLI_DESC= CLI support only SMB_DESC= Enable smb(4) support -ASUS_PATCHFILES= ${PORTNAME}${PORTVERSION}_A7N8X-VM.patch +ASUS_PATCHFILES= ${PORTNAME}${DISTVERSION}_A7N8X-VM.patch CLI_PLIST_FILES= "@mode 4555"\ bin/mbmon \ @mode\ diff --git a/sysutils/yadf/Makefile b/sysutils/yadf/Makefile index e7a6f81171bf..6474c76984d6 100644 --- a/sysutils/yadf/Makefile +++ b/sysutils/yadf/Makefile @@ -1,7 +1,7 @@ PORTNAME= yadf DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/yazi/Makefile b/sysutils/yazi/Makefile index 27e4aba25fc9..ff4a71167da0 100644 --- a/sysutils/yazi/Makefile +++ b/sysutils/yazi/Makefile @@ -1,7 +1,7 @@ PORTNAME= yazi DISTVERSIONPREFIX= v DISTVERSION= 25.5.31 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= nivit@FreeBSD.org diff --git a/sysutils/zellij/Makefile b/sysutils/zellij/Makefile index 665ffb693b56..20e47efbf041 100644 --- a/sysutils/zellij/Makefile +++ b/sysutils/zellij/Makefile @@ -1,7 +1,7 @@ PORTNAME= zellij DISTVERSIONPREFIX= v DISTVERSION= 0.43.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= ashish@FreeBSD.org diff --git a/sysutils/zoxide/Makefile b/sysutils/zoxide/Makefile index f360db12d3c3..d317844a78b9 100644 --- a/sysutils/zoxide/Makefile +++ b/sysutils/zoxide/Makefile @@ -1,7 +1,7 @@ PORTNAME= zoxide DISTVERSIONPREFIX= v DISTVERSION= 0.9.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com |
