diff options
Diffstat (limited to 'devel')
67 files changed, 511 insertions, 497 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9054710b5278..df9dee91cc8d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -490,6 +490,7 @@ SUBDIR += concurrencpp SUBDIR += concurrencykit SUBDIR += concurrentqueue + SUBDIR += cond-let SUBDIR += cons SUBDIR += cons-test SUBDIR += containers diff --git a/devel/aws-c-io/Makefile b/devel/aws-c-io/Makefile index 7177b4015e23..25d6ca5cb175 100644 --- a/devel/aws-c-io/Makefile +++ b/devel/aws-c-io/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-io DISTVERSIONPREFIX= v -DISTVERSION= 0.21.4 +DISTVERSION= 0.21.5 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-c-io/distinfo b/devel/aws-c-io/distinfo index 3e70dc273c19..be7d04e294d1 100644 --- a/devel/aws-c-io/distinfo +++ b/devel/aws-c-io/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755736334 -SHA256 (awslabs-aws-c-io-v0.21.4_GH0.tar.gz) = ddc935d6ae0e7fda3b404a7c22ce20a0a1825c188d0087c9ffc817e8e7060325 -SIZE (awslabs-aws-c-io-v0.21.4_GH0.tar.gz) = 751151 +TIMESTAMP = 1757448189 +SHA256 (awslabs-aws-c-io-v0.21.5_GH0.tar.gz) = badc48cc260e3075a6ee0b5de0df2deb831de512dbd0f1c68db1e1fae28fa6ec +SIZE (awslabs-aws-c-io-v0.21.5_GH0.tar.gz) = 751398 diff --git a/devel/aws-crt-cpp/Makefile b/devel/aws-crt-cpp/Makefile index 64bd20b615ba..67a45eed003d 100644 --- a/devel/aws-crt-cpp/Makefile +++ b/devel/aws-crt-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-crt-cpp DISTVERSIONPREFIX= v -DISTVERSION= 0.34.1 +DISTVERSION= 0.34.2 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-crt-cpp/distinfo b/devel/aws-crt-cpp/distinfo index 49c642e1fe46..52d928212ef6 100644 --- a/devel/aws-crt-cpp/distinfo +++ b/devel/aws-crt-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757252035 -SHA256 (awslabs-aws-crt-cpp-v0.34.1_GH0.tar.gz) = 87dc08c4034f1547bb3a4e8c59eef3428ad34a3cd0b1cf8d764beb4caab99dae -SIZE (awslabs-aws-crt-cpp-v0.34.1_GH0.tar.gz) = 374204 +TIMESTAMP = 1757448480 +SHA256 (awslabs-aws-crt-cpp-v0.34.2_GH0.tar.gz) = c200f18408387494ee02938b1d1a53300c17217e627c3ede9f3cec042b878139 +SIZE (awslabs-aws-crt-cpp-v0.34.2_GH0.tar.gz) = 374252 diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index 932dced836a1..7242b11e7f94 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirrus-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.153.0 +DISTVERSION= 0.153.1 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/cirrus-cli/distinfo b/devel/cirrus-cli/distinfo index db6910f0fcbd..8eee433abb9a 100644 --- a/devel/cirrus-cli/distinfo +++ b/devel/cirrus-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757155934 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.153.0/v0.153.0.mod) = 5b89070c5674f24088d7df923d656cc8ad382fe4611507faf060d2b48b7ea3a6 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.153.0/v0.153.0.mod) = 10488 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.153.0/v0.153.0.zip) = 8c9cc07b68c92a0db32402d65b9ef1566139bd749e9938c76c1e57143eef8cb0 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.153.0/v0.153.0.zip) = 1311712 +TIMESTAMP = 1757404589 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.153.1/v0.153.1.mod) = 20f89c0a1aead7d7b4af18a9ec44cb3e7d7f318b1d1934121c5cc466b8eb4cf2 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.153.1/v0.153.1.mod) = 10488 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.153.1/v0.153.1.zip) = d9f027212523c938073ed5d7b6aaad3ff3b687acb4916147a986c080093a7621 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.153.1/v0.153.1.zip) = 1311880 diff --git a/devel/cond-let/Makefile b/devel/cond-let/Makefile new file mode 100644 index 000000000000..1f09f5061020 --- /dev/null +++ b/devel/cond-let/Makefile @@ -0,0 +1,38 @@ +PORTNAME= cond-let +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.1 +CATEGORIES= devel elisp +PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} + +MAINTAINER= yasu@FreeBSD.org +COMMENT= Additional and improved binding conditionals in Emacs Lisp +WWW= https://github.com/tarsius/cond-let + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= emacs gmake +USE_GITHUB= yes +GH_ACCOUNT= tarsius + +NO_ARCH= yes +PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/cond-let-autoloads.el \ + ${EMACS_VERSION_SITE_LISPDIR}/cond-let.el \ + ${EMACS_VERSION_SITE_LISPDIR}/cond-let.elc + +PORTDOCS= README.org + +OPTIONS_DEFINE= DOCS + +ELISP_FILES= cond-let-autoloads.el cond-let.el cond-let.elc + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} + ${INSTALL_DATA} ${ELISP_FILES:C/^/${WRKSRC}\//} \ + ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:C/^/${WRKSRC}\//} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> diff --git a/devel/cond-let/distinfo b/devel/cond-let/distinfo new file mode 100644 index 000000000000..855b21315576 --- /dev/null +++ b/devel/cond-let/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757431417 +SHA256 (tarsius-cond-let-v0.1.1_GH0.tar.gz) = 5174149319c8b5acb08b61fe91f6b98440ec5e1bf65a05bf57e82d5a1f325790 +SIZE (tarsius-cond-let-v0.1.1_GH0.tar.gz) = 19578 diff --git a/devel/cond-let/pkg-descr b/devel/cond-let/pkg-descr new file mode 100644 index 000000000000..796fdf30ed62 --- /dev/null +++ b/devel/cond-let/pkg-descr @@ -0,0 +1,19 @@ +Emacs provides the binding conditionals if-let, if-let*, when-let, +when-let*, and-let* and while-let. + +This package implements the missing and-let and while-let*, and the +original cond-let, cond-let*, and$ and and>. + +This package additionally provides more consistent and improved +implementations of the binding conditionals already provided by +Emacs. Merely loading this library does not shawow the built-in +implementations; this can optionally be done in the context of an +individual library, as described below. + +cond-let and cond-let* are provided exactly under these names. The +names of all other macros implemented by this package begin with +cond-let--, the package's prefix for private symbol. + +Users of this package are not expected to use these unwieldy +names. Instead one should use Emacs's shorthand feature to use all or +some of these macros by their conceptual names. diff --git a/devel/forge/Makefile b/devel/forge/Makefile index 808d67a7520b..27e8ef7187f6 100644 --- a/devel/forge/Makefile +++ b/devel/forge/Makefile @@ -1,7 +1,6 @@ PORTNAME= forge DISTVERSIONPREFIX= v -DISTVERSION= 0.5.3 -PORTREVISION= 1 +DISTVERSION= 0.6.0 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -12,23 +11,25 @@ WWW= https://github.com/magit/forge LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= closql${EMACS_PKGNAMESUFFIX}>=2.2.2:databases/closql@${EMACS_FLAVOR} \ +BUILD_DEPENDS= closql${EMACS_PKGNAMESUFFIX}>=2.3:databases/closql@${EMACS_FLAVOR} \ compat.el${EMACS_PKGNAMESUFFIX}>=30.1.0.0:misc/compat.el@${EMACS_FLAVOR} \ + cond-let${EMACS_PKGNAMESUFFIX}>=0.1:devel/cond-let@${EMACS_FLAVOR} \ emacsql${EMACS_PKGNAMESUFFIX}>=4.3.1:databases/emacsql@${EMACS_FLAVOR} \ - ghub${EMACS_PKGNAMESUFFIX}>=4.3.2:devel/ghub@${EMACS_FLAVOR} \ - llama.el${EMACS_PKGNAMESUFFIX}>=0.6.3:devel/llama.el@${EMACS_FLAVOR} \ - magit${EMACS_PKGNAMESUFFIX}>=4.3.6:devel/magit@${EMACS_FLAVOR} \ + ghub${EMACS_PKGNAMESUFFIX}>=5.0:devel/ghub@${EMACS_FLAVOR} \ + llama.el${EMACS_PKGNAMESUFFIX}>=1.0:devel/llama.el@${EMACS_FLAVOR} \ + magit${EMACS_PKGNAMESUFFIX}>=4.4:devel/magit@${EMACS_FLAVOR} \ markdown-mode.el${EMACS_PKGNAMESUFFIX}>=2.7:textproc/markdown-mode.el@${EMACS_FLAVOR} \ - transient${EMACS_PKGNAMESUFFIX}>=0.9.0:devel/transient@${EMACS_FLAVOR} \ + transient${EMACS_PKGNAMESUFFIX}>=0.10:devel/transient@${EMACS_FLAVOR} \ yaml.el${EMACS_PKGNAMESUFFIX}>=1.2.0:textproc/yaml.el@${EMACS_FLAVOR} -RUN_DEPENDS= closql${EMACS_PKGNAMESUFFIX}>=2.2.2:databases/closql@${EMACS_FLAVOR} \ +RUN_DEPENDS= closql${EMACS_PKGNAMESUFFIX}>=2.3:databases/closql@${EMACS_FLAVOR} \ compat.el${EMACS_PKGNAMESUFFIX}>=30.1.0.0:misc/compat.el@${EMACS_FLAVOR} \ + cond-let${EMACS_PKGNAMESUFFIX}>=0.1:devel/cond-let@${EMACS_FLAVOR} \ emacsql${EMACS_PKGNAMESUFFIX}>=4.3.1:databases/emacsql@${EMACS_FLAVOR} \ - ghub${EMACS_PKGNAMESUFFIX}>=4.3.2:devel/ghub@${EMACS_FLAVOR} \ - llama.el${EMACS_PKGNAMESUFFIX}>=0.6.3:devel/llama.el@${EMACS_FLAVOR} \ - magit${EMACS_PKGNAMESUFFIX}>=4.3.6:devel/magit@${EMACS_FLAVOR} \ + ghub${EMACS_PKGNAMESUFFIX}>=5.0:devel/ghub@${EMACS_FLAVOR} \ + llama.el${EMACS_PKGNAMESUFFIX}>=1.0:devel/llama.el@${EMACS_FLAVOR} \ + magit${EMACS_PKGNAMESUFFIX}>=4.4:devel/magit@${EMACS_FLAVOR} \ markdown-mode.el${EMACS_PKGNAMESUFFIX}>=2.7:textproc/markdown-mode.el@${EMACS_FLAVOR} \ - transient${EMACS_PKGNAMESUFFIX}>=0.9.0:devel/transient@${EMACS_FLAVOR} \ + transient${EMACS_PKGNAMESUFFIX}>=0.10:devel/transient@${EMACS_FLAVOR} \ yaml.el${EMACS_PKGNAMESUFFIX}>=1.2.0:textproc/yaml.el@${EMACS_FLAVOR} USES= emacs gmake makeinfo diff --git a/devel/forge/distinfo b/devel/forge/distinfo index d5c7d8522af7..937ae008dae9 100644 --- a/devel/forge/distinfo +++ b/devel/forge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751940126 -SHA256 (magit-forge-v0.5.3_GH0.tar.gz) = c934bed88b83ac1426500610624bd17ad08c7513dcc08e3b99de79f47ba6fbc4 -SIZE (magit-forge-v0.5.3_GH0.tar.gz) = 143915 +TIMESTAMP = 1757433676 +SHA256 (magit-forge-v0.6.0_GH0.tar.gz) = 45503d6e9b241c95c1188803e734296a0ae54697325016b7fcbc1bb1fafd23ad +SIZE (magit-forge-v0.6.0_GH0.tar.gz) = 150772 diff --git a/devel/forge/pkg-plist b/devel/forge/pkg-plist index bcae5e9fe53e..8b21eace414f 100644 --- a/devel/forge/pkg-plist +++ b/devel/forge/pkg-plist @@ -1,6 +1,8 @@ %%EMACS_VERSION_SITE_LISPDIR%%/forge/forge-autoloads.el %%EMACS_VERSION_SITE_LISPDIR%%/forge/forge-bitbucket.el %%EMACS_VERSION_SITE_LISPDIR%%/forge/forge-bitbucket.elc +%%EMACS_VERSION_SITE_LISPDIR%%/forge/forge-client.el +%%EMACS_VERSION_SITE_LISPDIR%%/forge/forge-client.elc %%EMACS_VERSION_SITE_LISPDIR%%/forge/forge-commands.el %%EMACS_VERSION_SITE_LISPDIR%%/forge/forge-commands.elc %%EMACS_VERSION_SITE_LISPDIR%%/forge/forge-core.el diff --git a/devel/ghub/Makefile b/devel/ghub/Makefile index 009832b774f3..8b2ca838d31f 100644 --- a/devel/ghub/Makefile +++ b/devel/ghub/Makefile @@ -1,7 +1,6 @@ PORTNAME= ghub DISTVERSIONPREFIX= v -DISTVERSION= 4.3.2 -PORTREVISION= 1 +DISTVERSION= 5.0.0 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -13,10 +12,10 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=30.1.0.0:misc/compat.el@${EMACS_FLAVOR} \ - llama.el${EMACS_PKGNAMESUFFIX}>=0.6.3:devel/llama.el@${EMACS_FLAVOR} \ + llama.el${EMACS_PKGNAMESUFFIX}>=1.0:devel/llama.el@${EMACS_FLAVOR} \ treepy.el${EMACS_PKGNAMESUFFIX}>=0.1.2:devel/treepy.el@${EMACS_FLAVOR} RUN_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=30.1.0.0:misc/compat.el@${EMACS_FLAVOR} \ - llama.el${EMACS_PKGNAMESUFFIX}>=0.6.3:devel/llama.el@${EMACS_FLAVOR} \ + llama.el${EMACS_PKGNAMESUFFIX}>=1.0:devel/llama.el@${EMACS_FLAVOR} \ treepy.el${EMACS_PKGNAMESUFFIX}>=0.1.2:devel/treepy.el@${EMACS_FLAVOR} USES= emacs gmake makeinfo @@ -47,9 +46,9 @@ PDF_USE= TEX=dvipdfmx:build PDF_ALL_TARGET= pdf PDF_PLIST_FILES= ${DOCSDIR}/ghub.pdf -ELISP_FILES= buck.el buck.elc ghub-autoloads.el ghub-graphql.el \ - ghub-graphql.elc ghub.el ghub.elc glab.el glab.elc gogs.el \ - gogs.elc gsexp.el gsexp.elc gtea.el gtea.elc +ELISP_FILES= ghub-autoloads.el ghub-graphql.el ghub-graphql.elc \ + ghub-legacy.el ghub-legacy.elc ghub.el ghub.elc gsexp.el \ + gsexp.elc do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} diff --git a/devel/ghub/distinfo b/devel/ghub/distinfo index 3a1e296eab87..c1da627a2273 100644 --- a/devel/ghub/distinfo +++ b/devel/ghub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751938811 -SHA256 (magit-ghub-v4.3.2_GH0.tar.gz) = 3096bc07d9ab6de5c68a32b0b9b21a5a0d64e66f4bcb1b49840673263dc55fe9 -SIZE (magit-ghub-v4.3.2_GH0.tar.gz) = 61975 +TIMESTAMP = 1757432886 +SHA256 (magit-ghub-v5.0.0_GH0.tar.gz) = da63a1584494fb67a6a27f81c5462e35ca37e2b7adebf1d8d7cadd3cb968df3a +SIZE (magit-ghub-v5.0.0_GH0.tar.gz) = 58628 diff --git a/devel/ghub/pkg-plist b/devel/ghub/pkg-plist index 361c139c979c..532712139f63 100644 --- a/devel/ghub/pkg-plist +++ b/devel/ghub/pkg-plist @@ -1,15 +1,9 @@ -%%EMACS_VERSION_SITE_LISPDIR%%/ghub/buck.el -%%EMACS_VERSION_SITE_LISPDIR%%/ghub/buck.elc %%EMACS_VERSION_SITE_LISPDIR%%/ghub/ghub-autoloads.el %%EMACS_VERSION_SITE_LISPDIR%%/ghub/ghub-graphql.el %%EMACS_VERSION_SITE_LISPDIR%%/ghub/ghub-graphql.elc +%%EMACS_VERSION_SITE_LISPDIR%%/ghub/ghub-legacy.el +%%EMACS_VERSION_SITE_LISPDIR%%/ghub/ghub-legacy.elc %%EMACS_VERSION_SITE_LISPDIR%%/ghub/ghub.el %%EMACS_VERSION_SITE_LISPDIR%%/ghub/ghub.elc -%%EMACS_VERSION_SITE_LISPDIR%%/ghub/glab.el -%%EMACS_VERSION_SITE_LISPDIR%%/ghub/glab.elc -%%EMACS_VERSION_SITE_LISPDIR%%/ghub/gogs.el -%%EMACS_VERSION_SITE_LISPDIR%%/ghub/gogs.elc %%EMACS_VERSION_SITE_LISPDIR%%/ghub/gsexp.el %%EMACS_VERSION_SITE_LISPDIR%%/ghub/gsexp.elc -%%EMACS_VERSION_SITE_LISPDIR%%/ghub/gtea.el -%%EMACS_VERSION_SITE_LISPDIR%%/ghub/gtea.elc diff --git a/devel/git-codereview/Makefile b/devel/git-codereview/Makefile index 6bd8f3387495..0d210ce9ee18 100644 --- a/devel/git-codereview/Makefile +++ b/devel/git-codereview/Makefile @@ -1,7 +1,6 @@ PORTNAME= git-codereview DISTVERSIONPREFIX= v -DISTVERSION= 1.16.0 -PORTREVISION= 2 +DISTVERSION= 1.17.0 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/git-codereview/distinfo b/devel/git-codereview/distinfo index 4aa5500223ae..bc5cf45204a6 100644 --- a/devel/git-codereview/distinfo +++ b/devel/git-codereview/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752211093 -SHA256 (golang-review-v1.16.0_GH0.tar.gz) = 7e9d47d8025f1569c0a53c6030602e6eb049818d25c5fd0cad777efd21eeca20 -SIZE (golang-review-v1.16.0_GH0.tar.gz) = 72310 +TIMESTAMP = 1757404712 +SHA256 (golang-review-v1.17.0_GH0.tar.gz) = e173b12004b813dd2bab7c2cfa3d7a26433684f4dde2e23fcba2bc2a52151d11 +SIZE (golang-review-v1.17.0_GH0.tar.gz) = 72310 diff --git a/devel/gomigrate/Makefile b/devel/gomigrate/Makefile index ccb031dba565..d1ab94a6f4e2 100644 --- a/devel/gomigrate/Makefile +++ b/devel/gomigrate/Makefile @@ -1,7 +1,6 @@ PORTNAME= migrate DISTVERSIONPREFIX= v -DISTVERSION= 4.18.3 -PORTREVISION= 1 +DISTVERSION= 4.19.0 CATEGORIES= devel PKGNAMEPREFIX= go diff --git a/devel/gomigrate/distinfo b/devel/gomigrate/distinfo index 21dd826dced1..05c5afbf80e1 100644 --- a/devel/gomigrate/distinfo +++ b/devel/gomigrate/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1746901087 -SHA256 (go/devel_gomigrate/migrate-v4.18.3/v4.18.3.mod) = 11535464c8af0d3380ba0f9a19ab84e65612d095f69b8bbe924598b19e1cf531 -SIZE (go/devel_gomigrate/migrate-v4.18.3/v4.18.3.mod) = 10537 -SHA256 (go/devel_gomigrate/migrate-v4.18.3/v4.18.3.zip) = 8256805507f27c5cf40606ce1e0663b83d41b9f8e54f6a130d70569e72f261a4 -SIZE (go/devel_gomigrate/migrate-v4.18.3/v4.18.3.zip) = 376188 +TIMESTAMP = 1757523527 +SHA256 (go/devel_gomigrate/migrate-v4.19.0/v4.19.0.mod) = cdb17f47bf3c505feedc14d89b69dcbe8f944a41e5623ad34dcbec6257650b0e +SIZE (go/devel_gomigrate/migrate-v4.19.0/v4.19.0.mod) = 10644 +SHA256 (go/devel_gomigrate/migrate-v4.19.0/v4.19.0.zip) = 142f0a3537bed5acfb408d75c548aa8fffaed914566127d4ff1a8be239d166fd +SIZE (go/devel_gomigrate/migrate-v4.19.0/v4.19.0.zip) = 376462 diff --git a/devel/got/Makefile b/devel/got/Makefile index 8ce52e9ace7a..9cf134850536 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,5 +1,5 @@ PORTNAME= got -DISTVERSION= 0.117 +DISTVERSION= 0.118 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/portable/ DISTNAME= got-portable-${DISTVERSION} diff --git a/devel/got/distinfo b/devel/got/distinfo index 83f42d8aac9e..2a827cba7cc6 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755546260 -SHA256 (got-portable-0.117.tar.gz) = 8d53ffd6f5f5749ba474753e47e45e8e53d57de541be8bb3b0ce8e8fc233c141 -SIZE (got-portable-0.117.tar.gz) = 2497749 +TIMESTAMP = 1757506309 +SHA256 (got-portable-0.118.tar.gz) = 3119fe105a1fb23cf44937be7960b59970c92a3e320d496841b6d878d199c623 +SIZE (got-portable-0.118.tar.gz) = 1587727 diff --git a/devel/gum/Makefile b/devel/gum/Makefile index b52306883ed2..cf80e78c12e1 100644 --- a/devel/gum/Makefile +++ b/devel/gum/Makefile @@ -1,6 +1,6 @@ PORTNAME= gum DISTVERSIONPREFIX= v -DISTVERSION= 0.16.2 +DISTVERSION= 0.17.0 CATEGORIES= devel MAINTAINER= dave@bitboss.ca @@ -26,13 +26,13 @@ post-build: .endfor post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ + ${STAGEDIR}${PREFIX}/share/fish/completions \ + ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}.bash - @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${WRKSRC}/fish \ ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish - @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 diff --git a/devel/gum/distinfo b/devel/gum/distinfo index d2c257bf82d2..828708f076cd 100644 --- a/devel/gum/distinfo +++ b/devel/gum/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757110460 -SHA256 (go/devel_gum/gum-v0.16.2/v0.16.2.mod) = b7b0a077c31a56a824dfa9a10dcb6fc6ac1cf82034e250fb6eebc46b3f283e20 -SIZE (go/devel_gum/gum-v0.16.2/v0.16.2.mod) = 2561 -SHA256 (go/devel_gum/gum-v0.16.2/v0.16.2.zip) = 9a2d3da87aa89a7395c61d2ff676d7314ea49f1f43109d056210f2743ca33598 -SIZE (go/devel_gum/gum-v0.16.2/v0.16.2.zip) = 108880 +TIMESTAMP = 1757346755 +SHA256 (go/devel_gum/gum-v0.17.0/v0.17.0.mod) = 6a92ccf4e3a71b5be4d0728000763e52daaab7eba940d17430e13693ed1acdeb +SIZE (go/devel_gum/gum-v0.17.0/v0.17.0.mod) = 2609 +SHA256 (go/devel_gum/gum-v0.17.0/v0.17.0.zip) = 34166131b4ab07fceae23827f44b08be2d1a7217a31f977a032bf45c69f0f7bf +SIZE (go/devel_gum/gum-v0.17.0/v0.17.0.zip) = 110146 diff --git a/devel/jujutsu/Makefile b/devel/jujutsu/Makefile index a65c73bc83ed..41673a27c68c 100644 --- a/devel/jujutsu/Makefile +++ b/devel/jujutsu/Makefile @@ -1,7 +1,6 @@ PORTNAME= jujutsu DISTVERSIONPREFIX= v -DISTVERSION= 0.31.0 -PORTREVISION= 1 +DISTVERSION= 0.32.0 CATEGORIES= devel MAINTAINER= se@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://jj-vcs.github.io/jj/latest/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cargo localbase shebangfix ssl +USES= cargo localbase shebangfix USE_GITHUB= yes GH_ACCOUNT= jj-vcs GH_PROJECT= jj diff --git a/devel/jujutsu/Makefile.crates b/devel/jujutsu/Makefile.crates index 825574f47e1d..5f422247bbc6 100644 --- a/devel/jujutsu/Makefile.crates +++ b/devel/jujutsu/Makefile.crates @@ -1,5 +1,5 @@ CARGO_CRATES= addr2line-0.24.2 \ - adler2-2.0.0 \ + adler2-2.0.1 \ ahash-0.8.12 \ aho-corasick-1.1.3 \ allocator-api2-0.2.21 \ @@ -18,7 +18,7 @@ CARGO_CRATES= addr2line-0.24.2 \ assert_matches-1.5.0 \ async-trait-0.1.88 \ atomic-0.6.0 \ - autocfg-1.4.0 \ + autocfg-1.5.0 \ backtrace-0.3.75 \ base64-0.22.1 \ beef-0.5.2 \ @@ -40,18 +40,18 @@ CARGO_CRATES= addr2line-0.24.2 \ cast-0.3.0 \ castaway-0.2.3 \ cc-1.2.25 \ - cfg-if-1.0.0 \ + cfg-if-1.0.1 \ cfg_aliases-0.2.1 \ chrono-0.4.41 \ ciborium-0.2.2 \ ciborium-io-0.2.2 \ ciborium-ll-0.2.2 \ - clap-4.5.40 \ + clap-4.5.42 \ clap-markdown-0.1.5 \ - clap_builder-4.5.40 \ - clap_complete-4.5.54 \ - clap_complete_nushell-4.5.7 \ - clap_derive-4.5.40 \ + clap_builder-4.5.42 \ + clap_complete-4.5.55 \ + clap_complete_nushell-4.5.8 \ + clap_derive-4.5.41 \ clap_lex-0.7.4 \ clap_mangen-0.2.26 \ clru-0.6.2 \ @@ -60,7 +60,7 @@ CARGO_CRATES= addr2line-0.24.2 \ console-0.15.11 \ core-foundation-sys-0.8.7 \ cpufeatures-0.2.17 \ - crc32fast-1.4.2 \ + crc32fast-1.5.0 \ criterion-0.5.1 \ criterion-plot-0.5.0 \ crossbeam-channel-0.5.15 \ @@ -92,7 +92,7 @@ CARGO_CRATES= addr2line-0.24.2 \ enum_dispatch-0.3.13 \ equivalent-1.0.2 \ erased-serde-0.4.6 \ - errno-0.3.12 \ + errno-0.3.13 \ escape8259-0.5.3 \ etcetera-0.10.0 \ euclid-0.22.11 \ @@ -105,7 +105,7 @@ CARGO_CRATES= addr2line-0.24.2 \ finl_unicode-1.3.0 \ fixedbitset-0.4.2 \ fixedbitset-0.5.7 \ - flate2-1.1.1 \ + flate2-1.1.2 \ fnv-1.0.7 \ foldhash-0.1.5 \ form_urlencoded-1.2.1 \ @@ -123,55 +123,54 @@ CARGO_CRATES= addr2line-0.24.2 \ getrandom-0.2.16 \ getrandom-0.3.3 \ gimli-0.31.1 \ - gix-0.72.1 \ - gix-actor-0.35.1 \ - gix-attributes-0.26.1 \ + gix-0.73.0 \ + gix-actor-0.35.3 \ + gix-attributes-0.27.0 \ gix-bitmap-0.2.14 \ gix-chunk-0.4.11 \ - gix-command-0.6.1 \ - gix-commitgraph-0.28.0 \ - gix-config-0.45.1 \ - gix-config-value-0.15.0 \ - gix-date-0.10.2 \ - gix-diff-0.52.1 \ - gix-dir-0.14.1 \ - gix-discover-0.40.1 \ - gix-features-0.42.1 \ - gix-filter-0.19.2 \ - gix-fs-0.15.0 \ - gix-glob-0.20.1 \ - gix-hash-0.18.0 \ - gix-hashtable-0.8.1 \ - gix-ignore-0.15.0 \ - gix-index-0.40.1 \ - gix-lock-17.1.0 \ - gix-object-0.49.1 \ - gix-odb-0.69.1 \ - gix-pack-0.59.1 \ - gix-packetline-0.19.0 \ - gix-packetline-blocking-0.19.0 \ - gix-path-0.10.18 \ - gix-pathspec-0.11.0 \ - gix-protocol-0.50.1 \ + gix-command-0.6.2 \ + gix-commitgraph-0.29.0 \ + gix-config-0.46.0 \ + gix-config-value-0.15.1 \ + gix-date-0.10.4 \ + gix-diff-0.53.0 \ + gix-dir-0.15.0 \ + gix-discover-0.41.0 \ + gix-features-0.43.1 \ + gix-filter-0.20.0 \ + gix-fs-0.16.0 \ + gix-glob-0.21.0 \ + gix-hash-0.19.0 \ + gix-hashtable-0.9.0 \ + gix-ignore-0.16.0 \ + gix-index-0.41.0 \ + gix-lock-18.0.0 \ + gix-object-0.50.1 \ + gix-odb-0.70.0 \ + gix-pack-0.60.0 \ + gix-packetline-0.19.1 \ + gix-packetline-blocking-0.19.1 \ + gix-path-0.10.20 \ + gix-pathspec-0.12.0 \ + gix-protocol-0.51.0 \ gix-quote-0.6.0 \ - gix-ref-0.52.1 \ - gix-refspec-0.30.1 \ - gix-revision-0.34.1 \ - gix-revwalk-0.20.1 \ - gix-sec-0.11.0 \ - gix-shallow-0.4.0 \ - gix-status-0.19.1 \ - gix-submodule-0.19.1 \ - gix-tempfile-17.1.0 \ - gix-trace-0.1.12 \ - gix-transport-0.47.0 \ - gix-traverse-0.46.2 \ - gix-url-0.31.0 \ + gix-ref-0.53.0 \ + gix-refspec-0.31.0 \ + gix-revision-0.35.0 \ + gix-revwalk-0.21.0 \ + gix-sec-0.12.0 \ + gix-shallow-0.5.0 \ + gix-status-0.20.0 \ + gix-submodule-0.20.0 \ + gix-tempfile-18.0.0 \ + gix-trace-0.1.13 \ + gix-transport-0.48.0 \ + gix-traverse-0.47.0 \ + gix-url-0.32.0 \ gix-utils-0.3.0 \ gix-validate-0.10.0 \ - gix-worktree-0.41.0 \ - gix-worktree-state-0.19.0 \ - glob-0.3.2 \ + gix-worktree-0.42.0 \ + gix-worktree-state-0.20.0 \ globset-0.4.16 \ half-2.6.0 \ hash32-0.3.1 \ @@ -202,6 +201,7 @@ CARGO_CRATES= addr2line-0.24.2 \ instability-0.3.7 \ interim-0.2.1 \ io-close-0.3.7 \ + io-uring-0.7.8 \ is-terminal-0.4.16 \ is_executable-1.0.4 \ is_terminal_polyfill-1.70.1 \ @@ -209,8 +209,8 @@ CARGO_CRATES= addr2line-0.24.2 \ itertools-0.13.0 \ itertools-0.14.0 \ itoa-1.0.15 \ - jiff-0.2.14 \ - jiff-static-0.2.14 \ + jiff-0.2.15 \ + jiff-static-0.2.15 \ jiff-tzdb-0.1.4 \ jiff-tzdb-platform-0.1.3 \ js-sys-0.3.77 \ @@ -218,9 +218,9 @@ CARGO_CRATES= addr2line-0.24.2 \ lab-0.11.0 \ lazy_static-1.5.0 \ libc-0.2.174 \ - libredox-0.1.3 \ + libredox-0.1.9 \ libtest-mimic-0.8.1 \ - libz-rs-sys-0.5.0 \ + libz-rs-sys-0.5.1 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.9.4 \ litemap-0.8.0 \ @@ -234,13 +234,13 @@ CARGO_CRATES= addr2line-0.24.2 \ maplit-1.0.2 \ matchers-0.1.0 \ maybe-async-0.2.10 \ - memchr-2.7.4 \ + memchr-2.7.5 \ memmap2-0.5.10 \ - memmap2-0.9.5 \ + memmap2-0.9.7 \ memmem-0.1.1 \ memoffset-0.9.1 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.8.8 \ + miniz_oxide-0.8.9 \ mio-1.0.4 \ multimap-0.10.1 \ nix-0.29.0 \ @@ -277,7 +277,7 @@ CARGO_CRATES= addr2line-0.24.2 \ plotters-backend-0.3.7 \ plotters-svg-0.3.7 \ pollster-0.4.0 \ - portable-atomic-1.11.0 \ + portable-atomic-1.11.1 \ portable-atomic-util-0.2.4 \ potential_utf-0.1.2 \ ppv-lite86-0.2.21 \ @@ -287,7 +287,7 @@ CARGO_CRATES= addr2line-0.24.2 \ pretty_assertions-1.4.1 \ prettyplease-0.2.33 \ proc-macro2-1.0.95 \ - prodash-29.0.2 \ + prodash-30.0.1 \ proptest-1.7.0 \ proptest-derive-0.6.0 \ proptest-state-machine-0.3.1 \ @@ -297,9 +297,9 @@ CARGO_CRATES= addr2line-0.24.2 \ prost-types-0.13.5 \ quick-error-1.2.3 \ quote-1.0.40 \ - r-efi-5.2.0 \ + r-efi-5.3.0 \ rand-0.8.5 \ - rand-0.9.1 \ + rand-0.9.2 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.3 \ @@ -307,7 +307,7 @@ CARGO_CRATES= addr2line-0.24.2 \ ratatui-0.29.0 \ rayon-1.10.0 \ rayon-core-1.12.1 \ - redox_syscall-0.5.12 \ + redox_syscall-0.5.17 \ redox_users-0.5.0 \ ref-cast-1.0.24 \ ref-cast-impl-1.0.24 \ @@ -322,7 +322,7 @@ CARGO_CRATES= addr2line-0.24.2 \ rustc-demangle-0.1.24 \ rustc_version-0.4.1 \ rustix-0.38.44 \ - rustix-1.0.7 \ + rustix-1.0.8 \ rustversion-1.0.21 \ rusty-fork-0.3.0 \ ryu-1.0.20 \ @@ -336,7 +336,7 @@ CARGO_CRATES= addr2line-0.24.2 \ serde_bser-0.4.0 \ serde_bytes-0.11.17 \ serde_derive-1.0.219 \ - serde_json-1.0.140 \ + serde_json-1.0.142 \ serde_spanned-0.6.9 \ sha1-0.10.6 \ sha1-checked-0.10.0 \ @@ -352,7 +352,7 @@ CARGO_CRATES= addr2line-0.24.2 \ slab-0.4.10 \ smallvec-1.15.1 \ smawk-0.3.2 \ - socket2-0.5.10 \ + socket2-0.6.0 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ strsim-0.11.1 \ @@ -382,7 +382,7 @@ CARGO_CRATES= addr2line-0.24.2 \ tinytemplate-1.2.1 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ - tokio-1.45.1 \ + tokio-1.47.1 \ tokio-macros-2.5.0 \ tokio-util-0.6.10 \ toml-0.8.23 \ @@ -448,35 +448,45 @@ CARGO_CRATES= addr2line-0.24.2 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ + windows-targets-0.53.2 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.48.5 \ windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ windows_i686_gnu-0.48.5 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ windows_i686_msvc-0.48.5 \ windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ windows_x86_64_gnu-0.48.5 \ windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ windows_x86_64_gnullvm-0.48.5 \ windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ - winnow-0.7.10 \ + windows_x86_64_msvc-0.53.0 \ + winnow-0.7.12 \ winreg-0.52.0 \ wit-bindgen-rt-0.39.0 \ writeable-0.6.1 \ yansi-1.0.1 \ yoke-0.8.0 \ yoke-derive-0.8.0 \ - zerocopy-0.8.25 \ - zerocopy-derive-0.8.25 \ + zerocopy-0.8.26 \ + zerocopy-derive-0.8.26 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zerotrie-0.2.2 \ - zerovec-0.11.2 \ + zerovec-0.11.3 \ zerovec-derive-0.11.1 \ - zlib-rs-0.5.0 + zlib-rs-0.5.1 diff --git a/devel/jujutsu/distinfo b/devel/jujutsu/distinfo index 3e59a002c39e..5230f6214020 100644 --- a/devel/jujutsu/distinfo +++ b/devel/jujutsu/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1751614535 +TIMESTAMP = 1754633262 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 -SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 -SIZE (rust/crates/adler2-2.0.0.crate) = 13529 +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.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 @@ -39,8 +39,8 @@ SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a5286 SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 SHA256 (rust/crates/atomic-0.6.0.crate) = 8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994 SIZE (rust/crates/atomic-0.6.0.crate) = 12919 -SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 -SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 @@ -83,8 +83,8 @@ SHA256 (rust/crates/castaway-0.2.3.crate) = 0abae9be0aaf9ea96a3b1b8b1b55c602ca75 SIZE (rust/crates/castaway-0.2.3.crate) = 11509 SHA256 (rust/crates/cc-1.2.25.crate) = d0fc897dc1e865cc67c0e05a836d9d3f1df3cbe442aa4a9473b18e12624a4951 SIZE (rust/crates/cc-1.2.25.crate) = 106594 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d @@ -95,18 +95,18 @@ SHA256 (rust/crates/ciborium-io-0.2.2.crate) = 05afea1e0a06c9be33d539b876f1ce369 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/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f -SIZE (rust/crates/clap-4.5.40.crate) = 57419 +SHA256 (rust/crates/clap-4.5.42.crate) = ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882 +SIZE (rust/crates/clap-4.5.42.crate) = 58305 SHA256 (rust/crates/clap-markdown-0.1.5.crate) = d2a2617956a06d4885b490697b5307ebb09fec10b088afc18c81762d848c2339 SIZE (rust/crates/clap-markdown-0.1.5.crate) = 14605 -SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e -SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 -SHA256 (rust/crates/clap_complete-4.5.54.crate) = aad5b1b4de04fead402672b48897030eec1f3bfe1550776322f59f6d6e6a5677 -SIZE (rust/crates/clap_complete-4.5.54.crate) = 48534 -SHA256 (rust/crates/clap_complete_nushell-4.5.7.crate) = cdb8335b398d197fb3176efe9400c6c053a41733c26794316c73423d212b2f3d -SIZE (rust/crates/clap_complete_nushell-4.5.7.crate) = 35145 -SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce -SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 +SHA256 (rust/crates/clap_builder-4.5.42.crate) = 64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966 +SIZE (rust/crates/clap_builder-4.5.42.crate) = 169655 +SHA256 (rust/crates/clap_complete-4.5.55.crate) = a5abde44486daf70c5be8b8f8f1b66c49f86236edf6fa2abadb4d961c4c6229a +SIZE (rust/crates/clap_complete-4.5.55.crate) = 48536 +SHA256 (rust/crates/clap_complete_nushell-4.5.8.crate) = 0a0c951694691e65bf9d421d597d68416c22de9632e884c28412cb8cd8b73dce +SIZE (rust/crates/clap_complete_nushell-4.5.8.crate) = 35171 +SHA256 (rust/crates/clap_derive-4.5.41.crate) = ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491 +SIZE (rust/crates/clap_derive-4.5.41.crate) = 33493 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 SHA256 (rust/crates/clap_mangen-0.2.26.crate) = 724842fa9b144f9b89b3f3d371a89f3455eea660361d13a554f68f8ae5d6c13a @@ -123,8 +123,8 @@ SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f2807 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/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 -SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 +SHA256 (rust/crates/crc32fast-1.5.0.crate) = 9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511 +SIZE (rust/crates/crc32fast-1.5.0.crate) = 40723 SHA256 (rust/crates/criterion-0.5.1.crate) = f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f SIZE (rust/crates/criterion-0.5.1.crate) = 110088 SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 @@ -187,8 +187,8 @@ SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029 SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 SHA256 (rust/crates/erased-serde-0.4.6.crate) = e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7 SIZE (rust/crates/erased-serde-0.4.6.crate) = 28352 -SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 -SIZE (rust/crates/errno-0.3.12.crate) = 12423 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 SHA256 (rust/crates/escape8259-0.5.3.crate) = 5692dd7b5a1978a5aeb0ce83b7655c58ca8efdcb79d21036ea249da95afec2c6 SIZE (rust/crates/escape8259-0.5.3.crate) = 4989 SHA256 (rust/crates/etcetera-0.10.0.crate) = 26c7b13d0780cb82722fd59f6f57f925e143427e4a75313a6c77243bf5326ae6 @@ -213,8 +213,8 @@ SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736e SIZE (rust/crates/fixedbitset-0.4.2.crate) = 15954 SHA256 (rust/crates/fixedbitset-0.5.7.crate) = 1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99 SIZE (rust/crates/fixedbitset-0.5.7.crate) = 26537 -SHA256 (rust/crates/flate2-1.1.1.crate) = 7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece -SIZE (rust/crates/flate2-1.1.1.crate) = 77224 +SHA256 (rust/crates/flate2-1.1.2.crate) = 4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d +SIZE (rust/crates/flate2-1.1.2.crate) = 76495 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 @@ -249,104 +249,102 @@ SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f SIZE (rust/crates/gimli-0.31.1.crate) = 279515 -SHA256 (rust/crates/gix-0.72.1.crate) = 01237e8d3d78581f71642be8b0c2ae8c0b2b5c251c9c5d9ebbea3c1ea280dce8 -SIZE (rust/crates/gix-0.72.1.crate) = 293929 -SHA256 (rust/crates/gix-actor-0.35.1.crate) = 6b300e6e4f31f3f6bd2de5e2b0caab192ced00dc0fcd0f7cc56e28c575c8e1ff -SIZE (rust/crates/gix-actor-0.35.1.crate) = 13112 -SHA256 (rust/crates/gix-attributes-0.26.1.crate) = 6f50d813d5c2ce9463ba0c29eea90060df08e38ad8f34b8a192259f8bce5c078 -SIZE (rust/crates/gix-attributes-0.26.1.crate) = 22769 +SHA256 (rust/crates/gix-0.73.0.crate) = 514c29cc879bdc0286b0cbc205585a49b252809eb86c69df4ce4f855ee75f635 +SIZE (rust/crates/gix-0.73.0.crate) = 295986 +SHA256 (rust/crates/gix-actor-0.35.3.crate) = d1b1ec302f8dc059df125ed46dfdc7e9d33fe7724df19843aea53b5ffd32d5bb +SIZE (rust/crates/gix-actor-0.35.3.crate) = 13395 +SHA256 (rust/crates/gix-attributes-0.27.0.crate) = 45442188216d08a5959af195f659cb1f244a50d7d2d0c3873633b1cd7135f638 +SIZE (rust/crates/gix-attributes-0.27.0.crate) = 22764 SHA256 (rust/crates/gix-bitmap-0.2.14.crate) = b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540 SIZE (rust/crates/gix-bitmap-0.2.14.crate) = 7704 SHA256 (rust/crates/gix-chunk-0.4.11.crate) = 0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f SIZE (rust/crates/gix-chunk-0.4.11.crate) = 10144 -SHA256 (rust/crates/gix-command-0.6.1.crate) = d05dd813ef6bb798570308aa7f1245cefa350ec9f30dc53308335eb22b9d0f8b -SIZE (rust/crates/gix-command-0.6.1.crate) = 15092 -SHA256 (rust/crates/gix-commitgraph-0.28.0.crate) = e05050fd6caa6c731fe3bd7f9485b3b520be062d3d139cb2626e052d6c127951 -SIZE (rust/crates/gix-commitgraph-0.28.0.crate) = 22377 -SHA256 (rust/crates/gix-config-0.45.1.crate) = 48f3c8f357ae049bfb77493c2ec9010f58cfc924ae485e1116c3718fc0f0d881 -SIZE (rust/crates/gix-config-0.45.1.crate) = 73729 -SHA256 (rust/crates/gix-config-value-0.15.0.crate) = 439d62e241dae2dffd55bfeeabe551275cf9d9f084c5ebc6b48bad49d03285b7 -SIZE (rust/crates/gix-config-value-0.15.0.crate) = 15580 -SHA256 (rust/crates/gix-date-0.10.2.crate) = 139d1d52b21741e3f0c72b0fc65e1ff34d4eaceb100ef529d182725d2e09b8cb -SIZE (rust/crates/gix-date-0.10.2.crate) = 15102 -SHA256 (rust/crates/gix-diff-0.52.1.crate) = 5e9b43e95fe352da82a969f0c84ff860c2de3e724d93f6681fedbcd6c917f252 -SIZE (rust/crates/gix-diff-0.52.1.crate) = 57859 -SHA256 (rust/crates/gix-dir-0.14.1.crate) = 01e6e2dc5b8917142d0ffe272209d1671e45b771e433f90186bc71c016792e87 -SIZE (rust/crates/gix-dir-0.14.1.crate) = 64263 -SHA256 (rust/crates/gix-discover-0.40.1.crate) = dccfe3e25b4ea46083916c56db3ba9d1e6ef6dce54da485f0463f9fc0fe1837c -SIZE (rust/crates/gix-discover-0.40.1.crate) = 23518 -SHA256 (rust/crates/gix-features-0.42.1.crate) = 56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed -SIZE (rust/crates/gix-features-0.42.1.crate) = 33400 -SHA256 (rust/crates/gix-filter-0.19.2.crate) = ecf004912949bbcf308d71aac4458321748ecb59f4d046830d25214208c471f1 -SIZE (rust/crates/gix-filter-0.19.2.crate) = 37615 -SHA256 (rust/crates/gix-fs-0.15.0.crate) = 67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7 -SIZE (rust/crates/gix-fs-0.15.0.crate) = 19741 -SHA256 (rust/crates/gix-glob-0.20.1.crate) = 90181472925b587f6079698f79065ff64786e6d6c14089517a1972bca99fb6e9 -SIZE (rust/crates/gix-glob-0.20.1.crate) = 16252 -SHA256 (rust/crates/gix-hash-0.18.0.crate) = 8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8 -SIZE (rust/crates/gix-hash-0.18.0.crate) = 18940 -SHA256 (rust/crates/gix-hashtable-0.8.1.crate) = b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904 -SIZE (rust/crates/gix-hashtable-0.8.1.crate) = 10253 -SHA256 (rust/crates/gix-ignore-0.15.0.crate) = ae358c3c96660b10abc7da63c06788dfded603e717edbd19e38c6477911b71c8 -SIZE (rust/crates/gix-ignore-0.15.0.crate) = 12101 -SHA256 (rust/crates/gix-index-0.40.1.crate) = b38e919efd59cb8275d23ad2394b2ab9d002007b27620e145d866d546403b665 -SIZE (rust/crates/gix-index-0.40.1.crate) = 53703 -SHA256 (rust/crates/gix-lock-17.1.0.crate) = 570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796 -SIZE (rust/crates/gix-lock-17.1.0.crate) = 13990 -SHA256 (rust/crates/gix-object-0.49.1.crate) = d957ca3640c555d48bb27f8278c67169fa1380ed94f6452c5590742524c40fbb -SIZE (rust/crates/gix-object-0.49.1.crate) = 50087 -SHA256 (rust/crates/gix-odb-0.69.1.crate) = 868f703905fdbcfc1bd750942f82419903ecb7039f5288adb5206d6de405e0c9 -SIZE (rust/crates/gix-odb-0.69.1.crate) = 63292 -SHA256 (rust/crates/gix-pack-0.59.1.crate) = 9d49c55d69c8449f2a0a5a77eb9cbacfebb6b0e2f1215f0fc23a4cb60528a450 -SIZE (rust/crates/gix-pack-0.59.1.crate) = 104396 -SHA256 (rust/crates/gix-packetline-0.19.0.crate) = 8ddc034bc67c848e4ef7596ab5528cd8fd439d310858dbe1ce8b324f25deb91c -SIZE (rust/crates/gix-packetline-0.19.0.crate) = 26737 -SHA256 (rust/crates/gix-packetline-blocking-0.19.0.crate) = c44880f028ba46d6cf37a66d27a300310c6b51b8ed0e44918f93df061168e2f3 -SIZE (rust/crates/gix-packetline-blocking-0.19.0.crate) = 22283 -SHA256 (rust/crates/gix-path-0.10.18.crate) = 567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b -SIZE (rust/crates/gix-path-0.10.18.crate) = 30214 -SHA256 (rust/crates/gix-pathspec-0.11.0.crate) = ce061c50e5f8f7c830cacb3da3e999ae935e283ce8522249f0ce2256d110979d -SIZE (rust/crates/gix-pathspec-0.11.0.crate) = 23225 -SHA256 (rust/crates/gix-protocol-0.50.1.crate) = f5c17d78bb0414f8d60b5f952196dc2e47ec320dca885de9128ecdb4a0e38401 -SIZE (rust/crates/gix-protocol-0.50.1.crate) = 57176 +SHA256 (rust/crates/gix-command-0.6.2.crate) = 6b31b65ca48a352ae86312b27a514a0c661935f96b481ac8b4371f65815eb196 +SIZE (rust/crates/gix-command-0.6.2.crate) = 15087 +SHA256 (rust/crates/gix-commitgraph-0.29.0.crate) = 6bb23121e952f43a5b07e3e80890336cb847297467a410475036242732980d06 +SIZE (rust/crates/gix-commitgraph-0.29.0.crate) = 22360 +SHA256 (rust/crates/gix-config-0.46.0.crate) = 5dfb898c5b695fd4acfc3c0ab638525a65545d47706064dcf7b5ead6cdb136c0 +SIZE (rust/crates/gix-config-0.46.0.crate) = 74104 +SHA256 (rust/crates/gix-config-value-0.15.1.crate) = 9f012703eb67e263c6c1fc96649fec47694dd3e5d2a91abfc65e4a6a6dc85309 +SIZE (rust/crates/gix-config-value-0.15.1.crate) = 15628 +SHA256 (rust/crates/gix-date-0.10.4.crate) = 467254054f8df1e85b5f73cb910602767b0122391d994302a091841ba43edfaa +SIZE (rust/crates/gix-date-0.10.4.crate) = 15039 +SHA256 (rust/crates/gix-diff-0.53.0.crate) = de854852010d44a317f30c92d67a983e691c9478c8a3fb4117c1f48626bcdea8 +SIZE (rust/crates/gix-diff-0.53.0.crate) = 58960 +SHA256 (rust/crates/gix-dir-0.15.0.crate) = dad34e4f373f94902df1ba1d2a1df3a1b29eacd15e316ac5972d842e31422dd7 +SIZE (rust/crates/gix-dir-0.15.0.crate) = 65841 +SHA256 (rust/crates/gix-discover-0.41.0.crate) = ffb180c91ca1a2cf53e828bb63d8d8f8fa7526f49b83b33d7f46cbeb5d79d30a +SIZE (rust/crates/gix-discover-0.41.0.crate) = 23694 +SHA256 (rust/crates/gix-features-0.43.1.crate) = cd1543cd9b8abcbcebaa1a666a5c168ee2cda4dea50d3961ee0e6d1c42f81e5b +SIZE (rust/crates/gix-features-0.43.1.crate) = 33538 +SHA256 (rust/crates/gix-filter-0.20.0.crate) = aa6571a3927e7ab10f64279a088e0dae08e8da05547771796d7389bbe28ad9ff +SIZE (rust/crates/gix-filter-0.20.0.crate) = 37694 +SHA256 (rust/crates/gix-fs-0.16.0.crate) = d793f71e955d18f228d20ec433dcce6d0e8577efcdfd11d72d09d7cc2758dfd1 +SIZE (rust/crates/gix-fs-0.16.0.crate) = 19819 +SHA256 (rust/crates/gix-glob-0.21.0.crate) = b947db8366823e7a750c254f6bb29e27e17f27e457bf336ba79b32423db62cd5 +SIZE (rust/crates/gix-glob-0.21.0.crate) = 16316 +SHA256 (rust/crates/gix-hash-0.19.0.crate) = 251fad79796a731a2a7664d9ea95ee29a9e99474de2769e152238d4fdb69d50e +SIZE (rust/crates/gix-hash-0.19.0.crate) = 18930 +SHA256 (rust/crates/gix-hashtable-0.9.0.crate) = c35300b54896153e55d53f4180460931ccd69b7e8d2f6b9d6401122cdedc4f07 +SIZE (rust/crates/gix-hashtable-0.9.0.crate) = 10237 +SHA256 (rust/crates/gix-ignore-0.16.0.crate) = 564d6fddf46e2c981f571b23d6ad40cb08bddcaf6fc7458b1d49727ad23c2870 +SIZE (rust/crates/gix-ignore-0.16.0.crate) = 12419 +SHA256 (rust/crates/gix-index-0.41.0.crate) = 2af39fde3ce4ce11371d9ce826f2936ec347318f2d1972fe98c2e7134e267e25 +SIZE (rust/crates/gix-index-0.41.0.crate) = 53694 +SHA256 (rust/crates/gix-lock-18.0.0.crate) = b9fa71da90365668a621e184eb5b979904471af1b3b09b943a84bc50e8ad42ed +SIZE (rust/crates/gix-lock-18.0.0.crate) = 14092 +SHA256 (rust/crates/gix-object-0.50.1.crate) = aff2047f96d57bcc721426e11ec0f9efeb432d5e6ef5f1aa84cfc55198971dca +SIZE (rust/crates/gix-object-0.50.1.crate) = 50923 +SHA256 (rust/crates/gix-odb-0.70.0.crate) = 9c9d7af10fda9df0bb4f7f9bd507963560b3c66cb15a5b825caf752e0eb109ac +SIZE (rust/crates/gix-odb-0.70.0.crate) = 63620 +SHA256 (rust/crates/gix-pack-0.60.0.crate) = d8571df89bfca5abb49c3e3372393f7af7e6f8b8dbe2b96303593cef5b263019 +SIZE (rust/crates/gix-pack-0.60.0.crate) = 104780 +SHA256 (rust/crates/gix-packetline-0.19.1.crate) = 2592fbd36249a2fea11056f7055cc376301ef38d903d157de41998335bbf1f93 +SIZE (rust/crates/gix-packetline-0.19.1.crate) = 26767 +SHA256 (rust/crates/gix-packetline-blocking-0.19.1.crate) = fc4e706f328cd494cc8f932172e123a72b9a4711b0db5e411681432a89bd4c94 +SIZE (rust/crates/gix-packetline-blocking-0.19.1.crate) = 22355 +SHA256 (rust/crates/gix-path-0.10.20.crate) = 06d37034a4c67bbdda76f7bcd037b2f7bc0fba0c09a6662b19697a5716e7b2fd +SIZE (rust/crates/gix-path-0.10.20.crate) = 31011 +SHA256 (rust/crates/gix-pathspec-0.12.0.crate) = daedead611c9bd1f3640dc90a9012b45f790201788af4d659f28d94071da7fba +SIZE (rust/crates/gix-pathspec-0.12.0.crate) = 23265 +SHA256 (rust/crates/gix-protocol-0.51.0.crate) = 12b4b807c47ffcf7c1e5b8119585368a56449f3493da93b931e1d4239364e922 +SIZE (rust/crates/gix-protocol-0.51.0.crate) = 57539 SHA256 (rust/crates/gix-quote-0.6.0.crate) = 4a375a75b4d663e8bafe3bf4940a18a23755644c13582fa326e99f8f987d83fd SIZE (rust/crates/gix-quote-0.6.0.crate) = 8887 -SHA256 (rust/crates/gix-ref-0.52.1.crate) = d1b7985657029684d759f656b09abc3e2c73085596d5cdb494428823970a7762 -SIZE (rust/crates/gix-ref-0.52.1.crate) = 64383 -SHA256 (rust/crates/gix-refspec-0.30.1.crate) = 445ed14e3db78e8e79980085e3723df94e1c8163b3ae5bc8ed6a8fe6cf983b42 -SIZE (rust/crates/gix-refspec-0.30.1.crate) = 22568 -SHA256 (rust/crates/gix-revision-0.34.1.crate) = 78d0b8e5cbd1c329e25383e088cb8f17439414021a643b30afa5146b71e3c65d -SIZE (rust/crates/gix-revision-0.34.1.crate) = 28041 -SHA256 (rust/crates/gix-revwalk-0.20.1.crate) = 1bc756b73225bf005ddeb871d1ca7b3c33e2417d0d53e56effa5a36765b52b28 -SIZE (rust/crates/gix-revwalk-0.20.1.crate) = 18297 -SHA256 (rust/crates/gix-sec-0.11.0.crate) = d0dabbc78c759ecc006b970339394951b2c8e1e38a37b072c105b80b84c308fd -SIZE (rust/crates/gix-sec-0.11.0.crate) = 12827 -SHA256 (rust/crates/gix-shallow-0.4.0.crate) = 6b9a6f6e34d6ede08f522d89e5c7990b4f60524b8ae6ebf8e850963828119ad4 -SIZE (rust/crates/gix-shallow-0.4.0.crate) = 12071 -SHA256 (rust/crates/gix-status-0.19.1.crate) = 072099c2415cfa5397df7d47eacbcb6016d2cd17e0d674c74965e6ad1b17289f -SIZE (rust/crates/gix-status-0.19.1.crate) = 40628 -SHA256 (rust/crates/gix-submodule-0.19.1.crate) = 5f51472f05a450cc61bc91ed2f62fb06e31e2bbb31c420bc4be8793f26c8b0c1 -SIZE (rust/crates/gix-submodule-0.19.1.crate) = 22031 -SHA256 (rust/crates/gix-tempfile-17.1.0.crate) = c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa -SIZE (rust/crates/gix-tempfile-17.1.0.crate) = 18804 -SHA256 (rust/crates/gix-trace-0.1.12.crate) = 7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7 -SIZE (rust/crates/gix-trace-0.1.12.crate) = 10435 -SHA256 (rust/crates/gix-transport-0.47.0.crate) = edfe22ba26d4b65c17879f12b9882eafe65d3c8611c933b272fce2c10f546f59 -SIZE (rust/crates/gix-transport-0.47.0.crate) = 69139 -SHA256 (rust/crates/gix-traverse-0.46.2.crate) = b8648172f85aca3d6e919c06504b7ac26baef54e04c55eb0100fa588c102cc33 -SIZE (rust/crates/gix-traverse-0.46.2.crate) = 24863 -SHA256 (rust/crates/gix-url-0.31.0.crate) = 42a1ad0b04a5718b5cb233e6888e52a9b627846296161d81dcc5eb9203ec84b8 -SIZE (rust/crates/gix-url-0.31.0.crate) = 19348 +SHA256 (rust/crates/gix-ref-0.53.0.crate) = 4b7a23209d4e4cbdc2086d294f5f3f8707ac6286768847024d952d8cd3278c5b +SIZE (rust/crates/gix-ref-0.53.0.crate) = 65455 +SHA256 (rust/crates/gix-refspec-0.31.0.crate) = 7d29cae1ae31108826e7156a5e60bffacab405f4413f5bc0375e19772cce0055 +SIZE (rust/crates/gix-refspec-0.31.0.crate) = 22732 +SHA256 (rust/crates/gix-revision-0.35.0.crate) = f651f2b1742f760bb8161d6743229206e962b73d9c33c41f4e4aefa6586cbd3d +SIZE (rust/crates/gix-revision-0.35.0.crate) = 28142 +SHA256 (rust/crates/gix-revwalk-0.21.0.crate) = 06e74f91709729e099af6721bd0fa7d62f243f2005085152301ca5cdd86ec02c +SIZE (rust/crates/gix-revwalk-0.21.0.crate) = 18451 +SHA256 (rust/crates/gix-sec-0.12.0.crate) = 09f7053ed7c66633b56c57bc6ed3377be3166eaf3dc2df9f1c5ec446df6fdf2c +SIZE (rust/crates/gix-sec-0.12.0.crate) = 13005 +SHA256 (rust/crates/gix-shallow-0.5.0.crate) = d936745103243ae4c510f19e0760ce73fb0f08096588fdbe0f0d7fb7ce8944b7 +SIZE (rust/crates/gix-shallow-0.5.0.crate) = 12178 +SHA256 (rust/crates/gix-status-0.20.0.crate) = 2a4afff9b34eeececa8bdc32b42fb318434b6b1391d9f8d45fe455af08dc2d35 +SIZE (rust/crates/gix-status-0.20.0.crate) = 41044 +SHA256 (rust/crates/gix-submodule-0.20.0.crate) = 657cc5dd43cbc7a14d9c5aaf02cfbe9c2a15d077cded3f304adb30ef78852d3e +SIZE (rust/crates/gix-submodule-0.20.0.crate) = 22200 +SHA256 (rust/crates/gix-tempfile-18.0.0.crate) = 666c0041bcdedf5fa05e9bef663c897debab24b7dc1741605742412d1d47da57 +SIZE (rust/crates/gix-tempfile-18.0.0.crate) = 18895 +SHA256 (rust/crates/gix-trace-0.1.13.crate) = e2ccaf54b0b1743a695b482ca0ab9d7603744d8d10b2e5d1a332fef337bee658 +SIZE (rust/crates/gix-trace-0.1.13.crate) = 10876 +SHA256 (rust/crates/gix-transport-0.48.0.crate) = 12f7cc0179fc89d53c54e1f9ce51229494864ab4bf136132d69db1b011741ca3 +SIZE (rust/crates/gix-transport-0.48.0.crate) = 70669 +SHA256 (rust/crates/gix-traverse-0.47.0.crate) = c7cdc82509d792ba0ad815f86f6b469c7afe10f94362e96c4494525a6601bdd5 +SIZE (rust/crates/gix-traverse-0.47.0.crate) = 27145 +SHA256 (rust/crates/gix-url-0.32.0.crate) = 1b76a9d266254ad287ffd44467cd88e7868799b08f4d52e02d942b93e514d16f +SIZE (rust/crates/gix-url-0.32.0.crate) = 19407 SHA256 (rust/crates/gix-utils-0.3.0.crate) = 5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5 SIZE (rust/crates/gix-utils-0.3.0.crate) = 11052 SHA256 (rust/crates/gix-validate-0.10.0.crate) = 77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d SIZE (rust/crates/gix-validate-0.10.0.crate) = 12688 -SHA256 (rust/crates/gix-worktree-0.41.0.crate) = 54f1916f8d928268300c977d773dd70a8746b646873b77add0a34876a8c847e9 -SIZE (rust/crates/gix-worktree-0.41.0.crate) = 24609 -SHA256 (rust/crates/gix-worktree-state-0.19.0.crate) = f81e31496d034dbdac87535b0b9d4659dbbeabaae1045a0dce7c69b5d16ea7d6 -SIZE (rust/crates/gix-worktree-state-0.19.0.crate) = 23425 -SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 -SIZE (rust/crates/glob-0.3.2.crate) = 22359 +SHA256 (rust/crates/gix-worktree-0.42.0.crate) = 55f625ac9126c19bef06dbc6d2703cdd7987e21e35b497bb265ac37d383877b1 +SIZE (rust/crates/gix-worktree-0.42.0.crate) = 24823 +SHA256 (rust/crates/gix-worktree-state-0.20.0.crate) = 06ba9b17cbacc02b25801197b20100f7f9bd621db1e7fce9d3c8ab3175207bf8 +SIZE (rust/crates/gix-worktree-state-0.20.0.crate) = 23584 SHA256 (rust/crates/globset-0.4.16.crate) = 54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5 SIZE (rust/crates/globset-0.4.16.crate) = 26533 SHA256 (rust/crates/half-2.6.0.crate) = 459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9 @@ -407,6 +405,8 @@ SHA256 (rust/crates/interim-0.2.1.crate) = a9ce9099a85f468663d3225bf87e85d054896 SIZE (rust/crates/interim-0.2.1.crate) = 21913 SHA256 (rust/crates/io-close-0.3.7.crate) = 9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc SIZE (rust/crates/io-close-0.3.7.crate) = 8025 +SHA256 (rust/crates/io-uring-0.7.8.crate) = b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013 +SIZE (rust/crates/io-uring-0.7.8.crate) = 94958 SHA256 (rust/crates/is-terminal-0.4.16.crate) = e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9 SIZE (rust/crates/is-terminal-0.4.16.crate) = 7811 SHA256 (rust/crates/is_executable-1.0.4.crate) = d4a1b5bad6f9072935961dfbf1cced2f3d129963d091b6f69f007fe04e758ae2 @@ -421,10 +421,10 @@ SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aab SIZE (rust/crates/itertools-0.14.0.crate) = 152715 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 -SHA256 (rust/crates/jiff-0.2.14.crate) = a194df1107f33c79f4f93d02c80798520551949d59dfad22b6157048a88cca93 -SIZE (rust/crates/jiff-0.2.14.crate) = 712978 -SHA256 (rust/crates/jiff-static-0.2.14.crate) = 6c6e1db7ed32c6c71b759497fae34bf7933636f75a251b9e736555da426f6442 -SIZE (rust/crates/jiff-static-0.2.14.crate) = 76141 +SHA256 (rust/crates/jiff-0.2.15.crate) = be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49 +SIZE (rust/crates/jiff-0.2.15.crate) = 712996 +SHA256 (rust/crates/jiff-static-0.2.15.crate) = 03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4 +SIZE (rust/crates/jiff-static-0.2.15.crate) = 76146 SHA256 (rust/crates/jiff-tzdb-0.1.4.crate) = c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524 SIZE (rust/crates/jiff-tzdb-0.1.4.crate) = 62435 SHA256 (rust/crates/jiff-tzdb-platform-0.1.3.crate) = 875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8 @@ -439,12 +439,12 @@ SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591 SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 SIZE (rust/crates/libc-0.2.174.crate) = 779933 -SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d -SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +SHA256 (rust/crates/libredox-0.1.9.crate) = 391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3 +SIZE (rust/crates/libredox-0.1.9.crate) = 7281 SHA256 (rust/crates/libtest-mimic-0.8.1.crate) = 5297962ef19edda4ce33aaa484386e0a5b3d7f2f4e037cbeee00503ef6b29d33 SIZE (rust/crates/libtest-mimic-0.8.1.crate) = 27812 -SHA256 (rust/crates/libz-rs-sys-0.5.0.crate) = 6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a -SIZE (rust/crates/libz-rs-sys-0.5.0.crate) = 17014 +SHA256 (rust/crates/libz-rs-sys-0.5.1.crate) = 172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221 +SIZE (rust/crates/libz-rs-sys-0.5.1.crate) = 17623 SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 @@ -471,20 +471,20 @@ SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f SIZE (rust/crates/matchers-0.1.0.crate) = 6948 SHA256 (rust/crates/maybe-async-0.2.10.crate) = 5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11 SIZE (rust/crates/maybe-async-0.2.10.crate) = 22107 -SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 -SIZE (rust/crates/memchr-2.7.4.crate) = 96670 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 SHA256 (rust/crates/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 SIZE (rust/crates/memmap2-0.5.10.crate) = 26847 -SHA256 (rust/crates/memmap2-0.9.5.crate) = fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f -SIZE (rust/crates/memmap2-0.9.5.crate) = 33280 +SHA256 (rust/crates/memmap2-0.9.7.crate) = 483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28 +SIZE (rust/crates/memmap2-0.9.7.crate) = 33915 SHA256 (rust/crates/memmem-0.1.1.crate) = a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15 SIZE (rust/crates/memmem-0.1.1.crate) = 10665 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/miniz_oxide-0.8.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a -SIZE (rust/crates/miniz_oxide-0.8.8.crate) = 67065 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c SIZE (rust/crates/mio-1.0.4.crate) = 104212 SHA256 (rust/crates/multimap-0.10.1.crate) = 1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084 @@ -557,8 +557,8 @@ SHA256 (rust/crates/plotters-svg-0.3.7.crate) = 51bae2ac328883f7acdfea3d66a7c357 SIZE (rust/crates/plotters-svg-0.3.7.crate) = 6715 SHA256 (rust/crates/pollster-0.4.0.crate) = 2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3 SIZE (rust/crates/pollster-0.4.0.crate) = 9840 -SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e -SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 +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 @@ -577,8 +577,8 @@ SHA256 (rust/crates/prettyplease-0.2.33.crate) = 9dee91521343f4c5c6a63edd65e54f3 SIZE (rust/crates/prettyplease-0.2.33.crate) = 71805 SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 -SHA256 (rust/crates/prodash-29.0.2.crate) = f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc -SIZE (rust/crates/prodash-29.0.2.crate) = 91338 +SHA256 (rust/crates/prodash-30.0.1.crate) = 5a6efc566849d3d9d737c5cb06cc50e48950ebe3d3f9d70631490fff3a07b139 +SIZE (rust/crates/prodash-30.0.1.crate) = 92925 SHA256 (rust/crates/proptest-1.7.0.crate) = 6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f SIZE (rust/crates/proptest-1.7.0.crate) = 204889 SHA256 (rust/crates/proptest-derive-0.6.0.crate) = 095a99f75c69734802359b682be8daaf8980296731f6470434ea2c652af1dd30 @@ -597,12 +597,12 @@ SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289d SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 -SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 -SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 +SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 -SIZE (rust/crates/rand-0.9.1.crate) = 97986 +SHA256 (rust/crates/rand-0.9.2.crate) = 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 +SIZE (rust/crates/rand-0.9.2.crate) = 99930 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.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c @@ -617,8 +617,8 @@ SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4 SIZE (rust/crates/rayon-1.10.0.crate) = 180155 SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 -SHA256 (rust/crates/redox_syscall-0.5.12.crate) = 928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af -SIZE (rust/crates/redox_syscall-0.5.12.crate) = 29544 +SHA256 (rust/crates/redox_syscall-0.5.17.crate) = 5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77 +SIZE (rust/crates/redox_syscall-0.5.17.crate) = 30002 SHA256 (rust/crates/redox_users-0.5.0.crate) = dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b SIZE (rust/crates/redox_users-0.5.0.crate) = 15586 SHA256 (rust/crates/ref-cast-1.0.24.crate) = 4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf @@ -647,8 +647,8 @@ SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063 SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 SIZE (rust/crates/rustix-0.38.44.crate) = 379347 -SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 -SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/rustix-1.0.8.crate) = 11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8 +SIZE (rust/crates/rustix-1.0.8.crate) = 416688 SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 SHA256 (rust/crates/rusty-fork-0.3.0.crate) = cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f @@ -675,8 +675,8 @@ SHA256 (rust/crates/serde_bytes-0.11.17.crate) = 8437fd221bde2d4ca316d61b90e337e SIZE (rust/crates/serde_bytes-0.11.17.crate) = 13256 SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 -SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 -SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/serde_json-1.0.142.crate) = 030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7 +SIZE (rust/crates/serde_json-1.0.142.crate) = 155363 SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba @@ -707,8 +707,8 @@ SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69 SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 SHA256 (rust/crates/smawk-0.3.2.crate) = b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c SIZE (rust/crates/smawk-0.3.2.crate) = 13831 -SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 -SIZE (rust/crates/socket2-0.5.10.crate) = 58169 +SHA256 (rust/crates/socket2-0.6.0.crate) = 233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807 +SIZE (rust/crates/socket2-0.6.0.crate) = 57974 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/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f @@ -767,8 +767,8 @@ SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7 SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.45.1.crate) = 75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779 -SIZE (rust/crates/tokio-1.45.1.crate) = 811787 +SHA256 (rust/crates/tokio-1.47.1.crate) = 89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038 +SIZE (rust/crates/tokio-1.47.1.crate) = 829790 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 SHA256 (rust/crates/tokio-util-0.6.10.crate) = 36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507 @@ -899,42 +899,62 @@ SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9b SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 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 +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 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.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 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.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 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.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 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.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 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.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 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.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 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.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 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.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 -SHA256 (rust/crates/winnow-0.7.10.crate) = c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec -SIZE (rust/crates/winnow-0.7.10.crate) = 176073 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/winnow-0.7.12.crate) = f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95 +SIZE (rust/crates/winnow-0.7.12.crate) = 174403 SHA256 (rust/crates/winreg-0.52.0.crate) = a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5 SIZE (rust/crates/winreg-0.52.0.crate) = 30148 SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 @@ -947,21 +967,21 @@ SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f659 SIZE (rust/crates/yoke-0.8.0.crate) = 28726 SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 -SHA256 (rust/crates/zerocopy-0.8.25.crate) = a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb -SIZE (rust/crates/zerocopy-0.8.25.crate) = 252714 -SHA256 (rust/crates/zerocopy-derive-0.8.25.crate) = 28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef -SIZE (rust/crates/zerocopy-derive-0.8.25.crate) = 87671 +SHA256 (rust/crates/zerocopy-0.8.26.crate) = 1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f +SIZE (rust/crates/zerocopy-0.8.26.crate) = 249223 +SHA256 (rust/crates/zerocopy-derive-0.8.26.crate) = 9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181 +SIZE (rust/crates/zerocopy-derive-0.8.26.crate) = 88080 SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 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.3.crate) = bdbb9122ea75b11bf96e7492afb723e8a7fbe12c67417aa95e7e3d18144d37cd +SIZE (rust/crates/zerovec-0.11.3.crate) = 125082 SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 -SHA256 (rust/crates/zlib-rs-0.5.0.crate) = 868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8 -SIZE (rust/crates/zlib-rs-0.5.0.crate) = 191547 -SHA256 (jj-vcs-jj-v0.31.0_GH0.tar.gz) = ff40515de7a5adac267c64c0163b38990a74a71bb7612a898832c812a81070b2 -SIZE (jj-vcs-jj-v0.31.0_GH0.tar.gz) = 2014671 +SHA256 (rust/crates/zlib-rs-0.5.1.crate) = 626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a +SIZE (rust/crates/zlib-rs-0.5.1.crate) = 193055 +SHA256 (jj-vcs-jj-v0.32.0_GH0.tar.gz) = 12b8e65b7950b189d1df7e20cc55e20ff9cc2bd8d520847323b80daa1cddb27b +SIZE (jj-vcs-jj-v0.32.0_GH0.tar.gz) = 2052549 diff --git a/devel/librelp/Makefile b/devel/librelp/Makefile index 6f22e5efff82..2f5ad60adc8b 100644 --- a/devel/librelp/Makefile +++ b/devel/librelp/Makefile @@ -1,5 +1,5 @@ PORTNAME= librelp -PORTVERSION= 1.11.0 +PORTVERSION= 1.12.0 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/librelp/ diff --git a/devel/librelp/distinfo b/devel/librelp/distinfo index 61eee1477b82..4ee5d3e4cfae 100644 --- a/devel/librelp/distinfo +++ b/devel/librelp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673543711 -SHA256 (librelp-1.11.0.tar.gz) = 7719b5f31e07cbb9872289ad32b787c613b5355d407982a0a2c4d69938457fd6 -SIZE (librelp-1.11.0.tar.gz) = 546841 +TIMESTAMP = 1757490694 +SHA256 (librelp-1.12.0.tar.gz) = e2e53a9812d06f95d0a311bbfafba78704835de6d7f0ea0fd9c0d94e8eae496a +SIZE (librelp-1.12.0.tar.gz) = 557142 diff --git a/devel/magit/Makefile b/devel/magit/Makefile index 2af68a30c4db..5190982d6742 100644 --- a/devel/magit/Makefile +++ b/devel/magit/Makefile @@ -1,7 +1,6 @@ PORTNAME= magit DISTVERSIONPREFIX= v -DISTVERSION= 4.3.8 -PORTREVISION= 1 +DISTVERSION= 4.4.0 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -13,14 +12,16 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=30.1.0.0:misc/compat.el@${EMACS_FLAVOR} \ + cond-let${EMACS_PKGNAMESUFFIX}>=0.1:devel/cond-let@${EMACS_FLAVOR} \ git:devel/git \ llama.el${EMACS_PKGNAMESUFFIX}>=1.0.0:devel/llama.el@${EMACS_FLAVOR} \ - transient${EMACS_PKGNAMESUFFIX}>=0.9.3:devel/transient@${EMACS_FLAVOR} \ + transient${EMACS_PKGNAMESUFFIX}>=0.10.0:devel/transient@${EMACS_FLAVOR} \ with-editor${EMACS_PKGNAMESUFFIX}>=3.4.4:editors/with-editor@${EMACS_FLAVOR} RUN_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=30.1.0.0:misc/compat.el@${EMACS_FLAVOR} \ + cond-let${EMACS_PKGNAMESUFFIX}>=0.1:devel/cond-let@${EMACS_FLAVOR} \ git:devel/git \ llama.el${EMACS_PKGNAMESUFFIX}>=1.0.0:devel/llama.el@${EMACS_FLAVOR} \ - transient${EMACS_PKGNAMESUFFIX}>=0.9.3:devel/transient@${EMACS_FLAVOR} \ + transient${EMACS_PKGNAMESUFFIX}>=0.10.0:devel/transient@${EMACS_FLAVOR} \ with-editor${EMACS_PKGNAMESUFFIX}>=3.4.4:editors/with-editor@${EMACS_FLAVOR} USES= emacs gmake makeinfo diff --git a/devel/magit/distinfo b/devel/magit/distinfo index a12036936ee1..923ba81a6089 100644 --- a/devel/magit/distinfo +++ b/devel/magit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751937702 -SHA256 (magit-magit-v4.3.8_GH0.tar.gz) = bbb78b3a8b841e0b73267cf14e914c424115cf63ae5fd842ee72f581bef97afc -SIZE (magit-magit-v4.3.8_GH0.tar.gz) = 691415 +TIMESTAMP = 1757432453 +SHA256 (magit-magit-v4.4.0_GH0.tar.gz) = 6dfb57eee119588d65322a53c89102cdf1fce24675f32c35a068c1652ac79cab +SIZE (magit-magit-v4.4.0_GH0.tar.gz) = 699605 diff --git a/devel/p5-Filter/Makefile b/devel/p5-Filter/Makefile index 33084b6abf41..8cda039bfda5 100644 --- a/devel/p5-Filter/Makefile +++ b/devel/p5-Filter/Makefile @@ -1,5 +1,5 @@ PORTNAME= Filter -PORTVERSION= 1.64 +PORTVERSION= 1.65 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RURBAN diff --git a/devel/p5-Filter/distinfo b/devel/p5-Filter/distinfo index 04bcd7d5d055..91ef083be949 100644 --- a/devel/p5-Filter/distinfo +++ b/devel/p5-Filter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661599571 -SHA256 (Filter-1.64.tar.gz) = 13e7fb7e1d326598e3660103cf1974bee9f690ac5b43b339f2c022f2b5fcef2c -SIZE (Filter-1.64.tar.gz) = 96733 +TIMESTAMP = 1757518204 +SHA256 (Filter-1.65.tar.gz) = cb70da7ae5e19138a0b22fb3b6387c3ae697a3cd3f3f6ecde425152e9124d1e6 +SIZE (Filter-1.65.tar.gz) = 98439 diff --git a/devel/p5-Opcodes/Makefile b/devel/p5-Opcodes/Makefile index 19503cfab56b..c06c45d0ffed 100644 --- a/devel/p5-Opcodes/Makefile +++ b/devel/p5-Opcodes/Makefile @@ -1,5 +1,5 @@ PORTNAME= Opcodes -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RURBAN diff --git a/devel/p5-Opcodes/distinfo b/devel/p5-Opcodes/distinfo index a3774e04c030..07fa927f5d77 100644 --- a/devel/p5-Opcodes/distinfo +++ b/devel/p5-Opcodes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751116944 -SHA256 (Opcodes-0.15.tar.gz) = ef4e0a6d675594b1ab14b82402f2262114a82870e81f9bcad1b6d2099e9a4e2a -SIZE (Opcodes-0.15.tar.gz) = 57108 +TIMESTAMP = 1757430554 +SHA256 (Opcodes-0.16.tar.gz) = 9d8bf9f100115aa8e62497ac594dff91b63ae9f29acf3195fe4b1ff8d9b530d0 +SIZE (Opcodes-0.16.tar.gz) = 57411 diff --git a/devel/p5-Parallel-ForkManager/Makefile b/devel/p5-Parallel-ForkManager/Makefile index 2c657d4f212c..7d713c153a29 100644 --- a/devel/p5-Parallel-ForkManager/Makefile +++ b/devel/p5-Parallel-ForkManager/Makefile @@ -1,5 +1,5 @@ PORTNAME= Parallel-ForkManager -PORTVERSION= 2.03 +PORTVERSION= 2.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Parallel-ForkManager/distinfo b/devel/p5-Parallel-ForkManager/distinfo index 3d1683536aae..bbf090fda183 100644 --- a/devel/p5-Parallel-ForkManager/distinfo +++ b/devel/p5-Parallel-ForkManager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725377938 -SHA256 (Parallel-ForkManager-2.03.tar.gz) = c0e0bead458224b9ac5bb32ed2b1fa088963b565521c1bb1a6a3566d522c2e35 -SIZE (Parallel-ForkManager-2.03.tar.gz) = 35459 +TIMESTAMP = 1757176693 +SHA256 (Parallel-ForkManager-2.04.tar.gz) = 606894fc2e9f7cd13d9ec099aaac103a8f0943d1d80c2c486bae14730a39b7fc +SIZE (Parallel-ForkManager-2.04.tar.gz) = 37406 diff --git a/devel/p5-Set-Object/Makefile b/devel/p5-Set-Object/Makefile index dca858d40602..1ec2deb4be4e 100644 --- a/devel/p5-Set-Object/Makefile +++ b/devel/p5-Set-Object/Makefile @@ -1,5 +1,5 @@ PORTNAME= Set-Object -PORTVERSION= 1.42 +PORTVERSION= 1.43 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Set-Object/distinfo b/devel/p5-Set-Object/distinfo index 20c6ab696a60..25560ec85b03 100644 --- a/devel/p5-Set-Object/distinfo +++ b/devel/p5-Set-Object/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650229072 -SHA256 (Set-Object-1.42.tar.gz) = d18c5a8a233eabbd0206cf3da5b00fcdd7b37febf12a93dcc3d1c026e6fdec45 -SIZE (Set-Object-1.42.tar.gz) = 83376 +TIMESTAMP = 1757518386 +SHA256 (Set-Object-1.43.tar.gz) = e3b3c7c7ecb91ef6d20eb06bf6bff74e41c40b75bd234e107d2ecf78d3dea9d1 +SIZE (Set-Object-1.43.tar.gz) = 83541 diff --git a/devel/py-babi_grammars/Makefile b/devel/py-babi_grammars/Makefile index a39001643a82..74779c127a89 100644 --- a/devel/py-babi_grammars/Makefile +++ b/devel/py-babi_grammars/Makefile @@ -1,5 +1,5 @@ PORTNAME= babi_grammars -DISTVERSION= 0.0.62 +DISTVERSION= 0.0.63 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-babi_grammars/distinfo b/devel/py-babi_grammars/distinfo index 4f5b9db4efde..0ac74f18ec60 100644 --- a/devel/py-babi_grammars/distinfo +++ b/devel/py-babi_grammars/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743439571 -SHA256 (babi_grammars-0.0.62.tar.gz) = 4f21a1223cb2016d9ee349435ccccc3160e94d252b7ab3047ac4f2212778fc68 -SIZE (babi_grammars-0.0.62.tar.gz) = 464861 +TIMESTAMP = 1757404785 +SHA256 (babi_grammars-0.0.63.tar.gz) = 5529af4cf0e942bfb9f90ea66e5fe17a2926878b90c3e1f0a95e20251356b88d +SIZE (babi_grammars-0.0.63.tar.gz) = 465155 diff --git a/devel/py-bandit/Makefile b/devel/py-bandit/Makefile index a4af7caf7b50..d3533f5e00b4 100644 --- a/devel/py-bandit/Makefile +++ b/devel/py-bandit/Makefile @@ -26,7 +26,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.8.0:www/py-beautifulsoup@$ pylint${PYTHON_PKGNAMESUFFIX}>=1.9.4:devel/pylint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testscenarios>=0.5.0:devel/py-testscenarios@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testtools>=2.3.0:devel/py-testtools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomli>=1.1.0:textproc/py-tomli@${PY_FLAVOR} + ${PY_TOMLI} USES= python USE_PYTHON= autoplist distutils pytest # 1 test fails, see https://github.com/PyCQA/bandit/issues/1083 diff --git a/devel/py-celery-singleton/Makefile.new b/devel/py-celery-singleton/Makefile.new deleted file mode 100644 index 6b4799d76b7f..000000000000 --- a/devel/py-celery-singleton/Makefile.new +++ /dev/null @@ -1,21 +0,0 @@ -PORTNAME= celery-singleton -PORTVERSION= 0.3.1 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= dvl@FreeBSD.org -COMMENT= Prevent duplicate celery tasks -WWW= https://github.com/steinitzu/celery-singleton - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>0:databases/py-redis@${PY_FLAVOR} - -USES= python:run -USE_PYTHON= autoplist distutils -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-coverage/Makefile b/devel/py-coverage/Makefile index 69dccf55e7eb..0acdcd4a3a49 100644 --- a/devel/py-coverage/Makefile +++ b/devel/py-coverage/Makefile @@ -1,5 +1,6 @@ PORTNAME= coverage PORTVERSION= 7.9.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,16 +11,18 @@ WWW= https://coverage.readthedocs.io/ LICENSE= BSD2CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 OPTIONS_DEFINE= TOML OPTIONS_DEFAULT=TOML TOML_DESC= Enable pyproject.toml support -TOML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} +TOML_RUN_DEPENDS= ${PY_TOMLI} post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/coverage/tracer*.so diff --git a/devel/py-cyclopts/Makefile b/devel/py-cyclopts/Makefile index a410b7d123ec..67244d1ec516 100644 --- a/devel/py-cyclopts/Makefile +++ b/devel/py-cyclopts/Makefile @@ -1,5 +1,6 @@ PORTNAME= cyclopts DISTVERSION= 3.23.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,11 +20,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=23.1.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.1:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich-rst>=1.3.1:textproc/py-rich-rst@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=13.6.0:textproc/py-rich@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomli>=2.0:textproc/py-tomli@${PY_FLAVOR} \ + ${PY_TOMLI} \ ${PYTHON_PKGNAMEPREFIX}trio>=0.10.0:net/py-trio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.8.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist pytest +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/devel/py-identify/Makefile b/devel/py-identify/Makefile index 9d0bcea28205..7dd18371855d 100644 --- a/devel/py-identify/Makefile +++ b/devel/py-identify/Makefile @@ -1,5 +1,5 @@ PORTNAME= identify -DISTVERSION= 2.6.13 +DISTVERSION= 2.6.14 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-identify/distinfo b/devel/py-identify/distinfo index aaaed2ae8fcd..74117b0d8900 100644 --- a/devel/py-identify/distinfo +++ b/devel/py-identify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754877814 -SHA256 (identify-2.6.13.tar.gz) = da8d6c828e773620e13bfa86ea601c5a5310ba4bcd65edf378198b56a1f9fb32 -SIZE (identify-2.6.13.tar.gz) = 99243 +TIMESTAMP = 1757404872 +SHA256 (identify-2.6.14.tar.gz) = 663494103b4f717cb26921c52f8751363dc89db64364cd836a9bf1535f53cd6a +SIZE (identify-2.6.14.tar.gz) = 99283 diff --git a/devel/py-inotify-simple/Makefile b/devel/py-inotify-simple/Makefile index cfc9a1acb3c4..c1ea5c6694c2 100644 --- a/devel/py-inotify-simple/Makefile +++ b/devel/py-inotify-simple/Makefile @@ -1,5 +1,6 @@ PORTNAME= inotify-simple PORTVERSION= 2.0.1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-inotify-simple/files/patch-inotify__simple.py b/devel/py-inotify-simple/files/patch-inotify__simple.py index 2b8929facf1a..776f877be4d8 100644 --- a/devel/py-inotify-simple/files/patch-inotify__simple.py +++ b/devel/py-inotify-simple/files/patch-inotify__simple.py @@ -1,6 +1,14 @@ --- inotify_simple.py.orig 2025-08-25 06:27:48 UTC +++ inotify_simple.py -@@ -76,7 +76,7 @@ class INotify(FileIO): +@@ -3,6 +3,7 @@ from enum import IntEnum + from collections import namedtuple + from struct import unpack_from, calcsize + from select import poll ++from select import POLLIN + from time import sleep + from ctypes import CDLL, get_errno, c_int + from ctypes.util import find_library +@@ -76,12 +77,12 @@ class INotify(FileIO): object is garbage collected or when `~inotify_simple.INotify.close` is called.""" @@ -9,3 +17,9 @@ flags = (not inheritable) * os.O_CLOEXEC | bool(nonblocking) * os.O_NONBLOCK fd = _libc_call(_libc.inotify_init1, flags) super().__init__(fd, mode='rb', closefd=closefd) + self._poller = poll() +- self._poller.register(self.fileno()) ++ self._poller.register(self.fileno(), POLLIN) + + def add_watch(self, path, mask): + """Wrapper around ``inotify_add_watch()``. Returns the watch diff --git a/devel/py-inotifyrecursive/Makefile b/devel/py-inotifyrecursive/Makefile index b3c3db38a8b7..f97938700d86 100644 --- a/devel/py-inotifyrecursive/Makefile +++ b/devel/py-inotifyrecursive/Makefile @@ -1,6 +1,6 @@ PORTNAME= inotifyrecursive PORTVERSION= 0.3.5 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/letorbi/inotifyrecursive LICENSE= LGPL3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inotify-simple>=2.0.1:devel/py-inotify-simple@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inotify-simple>=2.0.1_2:devel/py-inotify-simple@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils diff --git a/devel/py-phmdoctest/Makefile b/devel/py-phmdoctest/Makefile index 39b2540608b1..43916cdb0d04 100644 --- a/devel/py-phmdoctest/Makefile +++ b/devel/py-phmdoctest/Makefile @@ -1,5 +1,6 @@ PORTNAME= phmdoctest DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7.1.1:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}CommonMark>=0.9.1:textproc/py-CommonMark@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}monotable>=2.1.1:devel/py-monotable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomli>=1.0.0:textproc/py-tomli@${PY_FLAVOR} + ${PY_TOMLI} USES= python USE_PYTHON= pep517 autoplist pytest diff --git a/devel/py-scikit-build-core/Makefile b/devel/py-scikit-build-core/Makefile index 52e91908fb39..0c4739f0f45b 100644 --- a/devel/py-scikit-build-core/Makefile +++ b/devel/py-scikit-build-core/Makefile @@ -18,8 +18,10 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=23.2:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pathspec>=0.10.1:devel/py-pathspec@${PY_FLAVOR} +RUN_DEPENDS= ${PY_EXCEPTIONGROUP} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=23.2:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pathspec>=0.10.1:devel/py-pathspec@${PY_FLAVOR} \ + ${PY_TOMLI} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=0.8:devel/py-build@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cattrs>=22.2.0:devel/py-cattrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fastjsonschema>0:devel/py-fastjsonschema@${PY_FLAVOR} \ @@ -36,7 +38,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=0.8:devel/py-build@${PY_FLAVOR} \ git:devel/git \ ninja>0:devel/ninja -USES= python:3.9+ +USES= python USE_PYTHON= pep517 autoplist pytest TEST_ENV= ${MAKE_ENV} \ @@ -44,13 +46,6 @@ TEST_ENV= ${MAKE_ENV} \ NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 31100 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}exceptiongroup>=1.0:devel/py-exceptiongroup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomli>=1.2.2:textproc/py-tomli@${PY_FLAVOR} -.endif - # tests as of 0.11.1: 1 failed, 415 passed, 5 skipped, 3 xfailed, 1 warning in 603.00s (0:10:03), see https://github.com/scikit-build/scikit-build-core/issues/1057 -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/py-tox/Makefile b/devel/py-tox/Makefile index ee4f6ba69fb3..43b28988b845 100644 --- a/devel/py-tox/Makefile +++ b/devel/py-tox/Makefile @@ -1,5 +1,5 @@ PORTNAME= tox -DISTVERSION= 4.30.1 +DISTVERSION= 4.30.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tox/distinfo b/devel/py-tox/distinfo index 04b48b7c00de..58d54e3f2c24 100644 --- a/devel/py-tox/distinfo +++ b/devel/py-tox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757156051 -SHA256 (tox-4.30.1.tar.gz) = 9b685427cc143064fc98171c18d2065763095100e6f429c813bbd51765a36b1e -SIZE (tox-4.30.1.tar.gz) = 202209 +TIMESTAMP = 1757404936 +SHA256 (tox-4.30.2.tar.gz) = 772925ad6c57fe35c7ed5ac3e958ac5ced21dff597e76fc40c1f5bf3cd1b6a2e +SIZE (tox-4.30.2.tar.gz) = 202622 diff --git a/devel/py-types-jsonschema/Makefile b/devel/py-types-jsonschema/Makefile index daa693c7e783..eed32aa2c71a 100644 --- a/devel/py-types-jsonschema/Makefile +++ b/devel/py-types-jsonschema/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-jsonschema -PORTVERSION= 4.25.0.20250720 +PORTVERSION= 4.25.1.20250822 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-jsonschema/distinfo b/devel/py-types-jsonschema/distinfo index 784027833899..07093549e17b 100644 --- a/devel/py-types-jsonschema/distinfo +++ b/devel/py-types-jsonschema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752998928 -SHA256 (types_jsonschema-4.25.0.20250720.tar.gz) = 765a3b6144798fe3161fd8cbe570a756ed3e8c0e5adb7c09693eb49faad39dbd -SIZE (types_jsonschema-4.25.0.20250720.tar.gz) = 15470 +TIMESTAMP = 1757492053 +SHA256 (types_jsonschema-4.25.1.20250822.tar.gz) = aac69ed4b23f49aaceb7fcb834141d61b9e4e6a7f6008cb2f0d3b831dfa8464a +SIZE (types_jsonschema-4.25.1.20250822.tar.gz) = 15628 diff --git a/devel/py-types-jsonschema/files/patch-pyproject.toml b/devel/py-types-jsonschema/files/patch-pyproject.toml index 139170439382..04871adc77a4 100644 --- a/devel/py-types-jsonschema/files/patch-pyproject.toml +++ b/devel/py-types-jsonschema/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-07-20 03:29:32 UTC +--- pyproject.toml.orig 2025-08-22 03:04:15 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] @@ -8,14 +8,14 @@ [project] name = "types-jsonschema" - version = "4.25.0.20250720" + version = "4.25.1.20250822" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for jsonschema" readme = { text = """\ ## Typing stubs for jsonschema -@@ -51,5 +50,4 @@ dependencies = ['referencing'] +@@ -46,5 +45,4 @@ dependencies = ['referencing'] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] diff --git a/devel/py-versioningit/Makefile b/devel/py-versioningit/Makefile index ba25b04c5e2b..d15f79cb9c5f 100644 --- a/devel/py-versioningit/Makefile +++ b/devel/py-versioningit/Makefile @@ -1,5 +1,6 @@ PORTNAME= versioningit PORTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ BUILD_DEPENDS= hatchling:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>3.6:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>17.1:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomli>=1.2<3.0:textproc/py-tomli@${PY_FLAVOR} \ + ${PY_TOMLI} \ git>0:devel/git USES= python @@ -22,7 +23,4 @@ USE_PYTHON= autoplist pep517 NO_ARCH= yes -post-patch: - @${CP} ${FILESDIR}/setup.py ${WRKSRC}/ - .include <bsd.port.mk> diff --git a/devel/py-versioningit/files/setup.py b/devel/py-versioningit/files/setup.py deleted file mode 100644 index 606849326a40..000000000000 --- a/devel/py-versioningit/files/setup.py +++ /dev/null @@ -1,3 +0,0 @@ -from setuptools import setup - -setup() diff --git a/devel/qca/files/patch-plugins_qca-ossl_qca-ossl.cpp b/devel/qca/files/patch-plugins_qca-ossl_qca-ossl.cpp index 10548649b6bd..5f72d93bd27e 100644 --- a/devel/qca/files/patch-plugins_qca-ossl_qca-ossl.cpp +++ b/devel/qca/files/patch-plugins_qca-ossl_qca-ossl.cpp @@ -1,94 +1,35 @@ -Patch from OpenBSD rsadowski@ - -LibreSSL 3.0.x support from Stefan Strogin <steils@gentoo.org> +Fix compilation with LibreSSL Index: plugins/qca-ossl/qca-ossl.cpp ---- plugins/qca-ossl/qca-ossl.cpp.orig 2025-03-09 12:09:03 UTC +--- plugins/qca-ossl/qca-ossl.cpp.orig +++ plugins/qca-ossl/qca-ossl.cpp -@@ -45,7 +45,13 @@ +@@ -45,6 +45,11 @@ #include <openssl/provider.h> #endif +#ifndef RSA_F_RSA_OSSL_PRIVATE_DECRYPT +#define RSA_F_RSA_OSSL_PRIVATE_DECRYPT RSA_F_RSA_EAY_PRIVATE_DECRYPT ++#define SSL_CIPHER_standard_name SSL_CIPHER_get_name +#endif + -+#ifndef LIBRESSL_VERSION_NUMBER #include <openssl/kdf.h> -+#endif using namespace QCA; - -@@ -1262,6 +1268,7 @@ class opensslPbkdf2Context : public KDFContext (protec - protected: - }; - -+#ifndef LIBRESSL_VERSION_NUMBER - class opensslHkdfContext : public HKDFContext - { - Q_OBJECT -@@ -1294,6 +1301,7 @@ class opensslHkdfContext : public HKDFContext (public) - return out; +@@ -6460,7 +6465,7 @@ static QStringList all_hash_types() + list += QStringLiteral("md2"); + #endif + list += QStringLiteral("md4"); +-#ifdef OBJ_whirlpool ++#ifndef OPENSSL_NO_WHIRLPOOL + list += QStringLiteral("whirlpool"); + #endif } - }; -+#endif // LIBRESSL_VERSION_NUMBER - - class opensslHMACContext : public MACContext - { -@@ -5004,7 +5012,11 @@ class MyTLSContext : public TLSContext (public) - case TLS::TLS_v1: - ctx = SSL_CTX_new(TLS_client_method()); - SSL_CTX_set_min_proto_version(ctx, TLS1_VERSION); -+#ifdef TLS1_3_VERSION - SSL_CTX_set_max_proto_version(ctx, TLS1_3_VERSION); -+#else -+ SSL_CTX_set_max_proto_version(ctx, TLS1_2_VERSION); -+#endif - break; - case TLS::DTLS_v1: - default: -@@ -5025,7 +5037,11 @@ class MyTLSContext : public TLSContext (public) - QStringList cipherList; - for (int i = 0; i < sk_SSL_CIPHER_num(sk); ++i) { - const SSL_CIPHER *thisCipher = sk_SSL_CIPHER_value(sk, i); -+#ifndef LIBRESSL_VERSION_NUMBER - cipherList += QString::fromLatin1(SSL_CIPHER_standard_name(thisCipher)); -+#else -+ cipherList += QString::fromLatin1(SSL_CIPHER_get_name(thisCipher)); -+#endif - } - sk_SSL_CIPHER_free(sk); - -@@ -5398,7 +5414,11 @@ class MyTLSContext : public TLSContext (public) - sessInfo.version = TLS::TLS_v1; - } - -+#ifndef LIBRESSL_VERSION_NUMBER - sessInfo.cipherSuite = QString::fromLatin1(SSL_CIPHER_standard_name(SSL_get_current_cipher(ssl))); -+#else -+ sessInfo.cipherSuite = QString::fromLatin1(SSL_CIPHER_get_name(SSL_get_current_cipher(ssl))); -+#endif - - sessInfo.cipherMaxBits = SSL_get_cipher_bits(ssl, &(sessInfo.cipherBits)); - -@@ -6705,7 +6725,9 @@ class opensslProvider : public Provider (public) - } - list += QStringLiteral("pkcs12"); - list += QStringLiteral("pbkdf2(sha1)"); -+#ifndef LIBRESSL_VERSION_NUMBER - list += QStringLiteral("hkdf(sha256)"); -+#endif - list += QStringLiteral("pkey"); - list += QStringLiteral("dlgroup"); - list += QStringLiteral("rsa"); -@@ -6755,8 +6777,10 @@ class opensslProvider : public Provider (public) +@@ -6921,7 +6926,7 @@ class opensslProvider : public Provider (public) + #endif + else if (type == QLatin1String("md4")) + return new opensslHashContext(EVP_md4(), this, type); +-#ifdef OBJ_whirlpool ++#ifndef OPENSSL_NO_WHIRLPOOL + else if (type == QLatin1String("whirlpool")) + return new opensslHashContext(EVP_whirlpool(), this, type); #endif - else if (type == QLatin1String("pbkdf2(sha1)")) - return new opensslPbkdf2Context(this, type); -+#ifndef LIBRESSL_VERSION_NUMBER - else if (type == QLatin1String("hkdf(sha256)")) - return new opensslHkdfContext(this, type); -+#endif - else if (type == QLatin1String("hmac(md5)")) - return new opensslHMACContext(EVP_md5(), this, type); - else if (type == QLatin1String("hmac(sha1)")) diff --git a/devel/ruby-build/Makefile b/devel/ruby-build/Makefile index f7a82fda889a..6a8f449b9372 100644 --- a/devel/ruby-build/Makefile +++ b/devel/ruby-build/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-build -PORTVERSION= 20250829 +PORTVERSION= 20250908 DISTVERSIONPREFIX= v CATEGORIES= devel ruby diff --git a/devel/ruby-build/distinfo b/devel/ruby-build/distinfo index f33aa6517cd4..ac04a128dce1 100644 --- a/devel/ruby-build/distinfo +++ b/devel/ruby-build/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756428332 -SHA256 (rbenv-ruby-build-v20250829_GH0.tar.gz) = 8dafe0a69151592385c7114023e6cf5423022479f9054435df2d19ed6b42bff7 -SIZE (rbenv-ruby-build-v20250829_GH0.tar.gz) = 98022 +TIMESTAMP = 1757379714 +SHA256 (rbenv-ruby-build-v20250908_GH0.tar.gz) = 057167bb7507be05f75449bc9b7531f68420de2b1347f5a50b99a0fc07bb197c +SIZE (rbenv-ruby-build-v20250908_GH0.tar.gz) = 98011 diff --git a/devel/sdl3/Makefile b/devel/sdl3/Makefile index 701491ff77c8..8b097c03145e 100644 --- a/devel/sdl3/Makefile +++ b/devel/sdl3/Makefile @@ -1,6 +1,6 @@ PORTNAME= sdl3 DISTVERSIONPREFIX= release- -DISTVERSION= 3.2.20 +DISTVERSION= 3.2.22 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/devel/sdl3/distinfo b/devel/sdl3/distinfo index b8c47c87ad59..24a8459a9303 100644 --- a/devel/sdl3/distinfo +++ b/devel/sdl3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754334324 -SHA256 (libsdl-org-SDL-release-3.2.20_GH0.tar.gz) = f0d9ea12f9e41a17995fec29cfb8dbfe28df75282493b489d3a2a91f30e74fa7 -SIZE (libsdl-org-SDL-release-3.2.20_GH0.tar.gz) = 16121311 +TIMESTAMP = 1757339815 +SHA256 (libsdl-org-SDL-release-3.2.22_GH0.tar.gz) = 911c2d5c3d22efc29af9a2cef6cdfacba30d965242c383d997c93078e6474b01 +SIZE (libsdl-org-SDL-release-3.2.22_GH0.tar.gz) = 16126781 diff --git a/devel/terraform-ls/Makefile b/devel/terraform-ls/Makefile index 11e169db43df..0d175d369e5a 100644 --- a/devel/terraform-ls/Makefile +++ b/devel/terraform-ls/Makefile @@ -1,7 +1,6 @@ PORTNAME= terraform-ls DISTVERSIONPREFIX= v -DISTVERSION= 0.36.5 -PORTREVISION= 3 +DISTVERSION= 0.37.0 CATEGORIES= devel MAINTAINER= dutra@FreeBSD.org @@ -11,8 +10,6 @@ WWW= https://github.com/hashicorp/terraform-ls LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= terraform:sysutils/terraform - USES= go:1.24,modules GO_MODULE= github.com/hashicorp/terraform-ls diff --git a/devel/terraform-ls/distinfo b/devel/terraform-ls/distinfo index af090d4b2000..beff1db2dbd3 100644 --- a/devel/terraform-ls/distinfo +++ b/devel/terraform-ls/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750371069 -SHA256 (go/devel_terraform-ls/terraform-ls-v0.36.5/v0.36.5.mod) = 7e423b19160bff26b88e74aa87fca3c7105205d00b4519b44a3e1a954f60af55 -SIZE (go/devel_terraform-ls/terraform-ls-v0.36.5/v0.36.5.mod) = 4900 -SHA256 (go/devel_terraform-ls/terraform-ls-v0.36.5/v0.36.5.zip) = 2c9c33eb5cc5ac2ec44245dae4b3b70f49d2565ea5839b3e5cc3022adb627d14 -SIZE (go/devel_terraform-ls/terraform-ls-v0.36.5/v0.36.5.zip) = 2723101 +TIMESTAMP = 1757539496 +SHA256 (go/devel_terraform-ls/terraform-ls-v0.37.0/v0.37.0.mod) = e4b047450a7fadb828986014ddeb9d61afebe62b105f4f1b37aa843c29b77259 +SIZE (go/devel_terraform-ls/terraform-ls-v0.37.0/v0.37.0.mod) = 4900 +SHA256 (go/devel_terraform-ls/terraform-ls-v0.37.0/v0.37.0.zip) = 21e680d561cf094864a048bf0ba8e6ac97e32c75a7c6d50510f03d00fe874817 +SIZE (go/devel_terraform-ls/terraform-ls-v0.37.0/v0.37.0.zip) = 2757919 diff --git a/devel/wasm-server-runner/Makefile b/devel/wasm-server-runner/Makefile index 6faf9b5061c7..d5f700ec56f2 100644 --- a/devel/wasm-server-runner/Makefile +++ b/devel/wasm-server-runner/Makefile @@ -1,7 +1,7 @@ PORTNAME= wasm-server-runner DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= cs@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS+= libzstd.so:archivers/zstd -USES= cargo +USES= cargo llvm USE_GITHUB= yes GH_ACCOUNT= jakobhellermann |