diff options
Diffstat (limited to 'filesystems')
23 files changed, 239 insertions, 63 deletions
diff --git a/filesystems/bindfs/Makefile b/filesystems/bindfs/Makefile index aa1450702dbc..257b2c63ea0f 100644 --- a/filesystems/bindfs/Makefile +++ b/filesystems/bindfs/Makefile @@ -1,5 +1,5 @@ PORTNAME= bindfs -DISTVERSION= 1.18.1 +DISTVERSION= 1.18.3 CATEGORIES= filesystems MASTER_SITES= https://bindfs.org/downloads/ PKGNAMEPREFIX= fusefs- diff --git a/filesystems/bindfs/distinfo b/filesystems/bindfs/distinfo index bad370fe5e41..efbc8c068873 100644 --- a/filesystems/bindfs/distinfo +++ b/filesystems/bindfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752650056 -SHA256 (bindfs-1.18.1.tar.gz) = 2a7064d993a5f255c52d72385ef14e349c131bc44195766e2173428e06d279fd -SIZE (bindfs-1.18.1.tar.gz) = 431995 +TIMESTAMP = 1761157581 +SHA256 (bindfs-1.18.3.tar.gz) = 178a723d7039bae3ab1cef2fc93e5e8693c4184f52519c0e9a1deee93b838df1 +SIZE (bindfs-1.18.3.tar.gz) = 429968 diff --git a/filesystems/lizardfs/Makefile b/filesystems/lizardfs/Makefile index 2fd4bff83d7b..c76ac708ba82 100644 --- a/filesystems/lizardfs/Makefile +++ b/filesystems/lizardfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= lizardfs PORTVERSION= 3.12.0 DISTVERSIONPREFIX= v -PORTREVISION= 26 +PORTREVISION= 28 CATEGORIES= filesystems sysutils MAINTAINER= jhixson@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= a2x:textproc/asciidoc \ spdlog>=1.4.2:devel/spdlog -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libfmt.so:devel/libfmt USES= cmake compiler:c11 fuse python shebangfix diff --git a/filesystems/nbd-client-kmod/Makefile b/filesystems/nbd-client-kmod/Makefile index ab4d62f09d4c..5e4091b0a6b4 100644 --- a/filesystems/nbd-client-kmod/Makefile +++ b/filesystems/nbd-client-kmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= nbd-client -DISTVERSION= g20250928 +DISTVERSION= g20251024 CATEGORIES= filesystems PKGNAMESUFFIX= -kmod @@ -12,22 +12,25 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') +ONLY_FOR_ARCHS= amd64 + USES= kmod ssl uidfix USE_GITHUB= yes GH_ACCOUNT= ryan-moeller GH_PROJECT= kernel-nbd-client -GH_TAGNAME= df0528162deffaabaae4365394b4b6e75ff3fcaf +GH_TAGNAME= ad543b462714b978f47a278a94a404d41b7ccf38 +USE_RC_SUBR= gnbd MAKE_ENV= GEOM_CLASS_DIR="${PREFIX}/lib/geom" \ MANDIR="${PREFIX}/share/man/man" -SUB_FILES= gnbd +SUB_FILES= gnbd-bin pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/geom post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/gnbd ${STAGEDIR}${PREFIX}/sbin/gnbd + ${INSTALL_SCRIPT} ${WRKDIR}/gnbd-bin ${STAGEDIR}${PREFIX}/sbin/gnbd ${INSTALL_DATA} ${WRKSRC}/devd.conf.sample ${STAGEDIR}${PREFIX}/etc/devd/${PORTNAME}.conf.sample .include <bsd.port.mk> diff --git a/filesystems/nbd-client-kmod/distinfo b/filesystems/nbd-client-kmod/distinfo index 8d781e318f51..e3fe12731825 100644 --- a/filesystems/nbd-client-kmod/distinfo +++ b/filesystems/nbd-client-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760457302 -SHA256 (ryan-moeller-kernel-nbd-client-g20250928-df0528162deffaabaae4365394b4b6e75ff3fcaf_GH0.tar.gz) = 9e6b66d41ae86c5eb52f9cb835b7517775d2a58a0523d7617ff55d91384f792f -SIZE (ryan-moeller-kernel-nbd-client-g20250928-df0528162deffaabaae4365394b4b6e75ff3fcaf_GH0.tar.gz) = 39296 +TIMESTAMP = 1761347192 +SHA256 (ryan-moeller-kernel-nbd-client-g20251024-ad543b462714b978f47a278a94a404d41b7ccf38_GH0.tar.gz) = a9521671e6a9b5f23842150bb8766c6b747f199e1714a659d502cbe1aeb5788f +SIZE (ryan-moeller-kernel-nbd-client-g20251024-ad543b462714b978f47a278a94a404d41b7ccf38_GH0.tar.gz) = 39480 diff --git a/filesystems/nbd-client-kmod/files/gnbd-bin.in b/filesystems/nbd-client-kmod/files/gnbd-bin.in new file mode 100644 index 000000000000..94d021b26b05 --- /dev/null +++ b/filesystems/nbd-client-kmod/files/gnbd-bin.in @@ -0,0 +1,3 @@ +#!/bin/sh + +exec env GEOM_LIBRARY_PATH="%%LOCALBASE%%/lib/geom" /sbin/geom nbd "$@" diff --git a/filesystems/nbd-client-kmod/files/gnbd.in b/filesystems/nbd-client-kmod/files/gnbd.in index 94d021b26b05..bf54610c7437 100644..100755 --- a/filesystems/nbd-client-kmod/files/gnbd.in +++ b/filesystems/nbd-client-kmod/files/gnbd.in @@ -1,3 +1,174 @@ #!/bin/sh -exec env GEOM_LIBRARY_PATH="%%LOCALBASE%%/lib/geom" /sbin/geom nbd "$@" +# PROVIDE: gnbd +# REQUIRE: NETWORKING +# +# Configuration settings for gnbd in /etc/rc.conf: +# +# gnbd_enable (bool): Enable gnbd. (default=NO) +# gnbd_devices (list): List of devices. +# gnbd_<device>_host (str): Required. Host to connect to. +# gnbd_<device>_conns (int): Use this many parallel connections. +# gnbd_<device>_port (int): Port to connect to. +# gnbd_<device>_exportname (str): Connect to the named export. +# gnbd_<device>_cacert (str): Verify TLS connections against the PEM-formatted +# CA certificate at the given path. +# gnbd_<device>_cert (str): Make a TLS connection using the PEM-formatted +# client certificate at the given path. +# gnbd_<device>_key (str): Make a TLS connection using the PEM-formatted +# client key at the given path. +# gnbd_<device>_waitsec (int): Retry until connections are re-established, waiting +# this many seconds between successive retries. +# +# Commands for gnbd: +# +# start: Connect to <device>. +# stop: Disconnect from <device>. +# restart: Reconnect to <device>. +# Tip: Use the devd.conf(5) file included with this port. +# status: Get status of each <device>. +# +# Examples: +# +# service gnbd start - Connect to all devices. +# service gnbd stop - Disconnect from all devices. +# service gnbd start <device> - Connect to a specific device. + +. /etc/rc.subr + +name="gnbd" +desc="NBD client for FreeBSD GEOM framework" +rcvar="${name}_enable" +start_precmd="gnbd_prestart" +start_cmd="gnbd_start" +stop_cmd="gnbd_stop" +restart_cmd="gnbd_restart" +status_cmd="gnbd_status" +gnbd_bin="%%PREFIX%%/sbin/${name}" + +load_rc_config $name + +: ${gnbd_enable:="NO"} + +gnbd_prestart() +{ + ${gnbd_bin} load +} + +gnbd_start() +{ + local device="$1" + + local host conns port exportname cacert cert key + local var + + for var in host conns port exportname cacert cert key; do + eval ${var}="\${gnbd_${device}_${var}}" + + local value + + eval value="\$${var}" + + if [ -n "${value}" ]; then + debug "${var}=${value}" + fi + done + + if [ -z "${host}" ]; then + echo "gnbd_${device}_host: host is not configured, ignoring this device..." + return 1 + fi + + local gnbd_args= + + if [ -n "${conns}" ]; then + gnbd_args="-c ${conns}" + fi + + if [ -n "${port}" ]; then + gnbd_args="${gnbd_args} -p ${port}" + fi + + if [ -n "${exportname}" ]; then + gnbd_args="${gnbd_args} -n \"${exportname}\"" + fi + + if [ -n "${cacert}" ]; then + gnbd_args="${gnbd_args} -A \"${cacert}\"" + fi + + if [ -n "${cert}" ]; then + gnbd_args="${gnbd_args} -C \"${cert}\"" + fi + + if [ -n "${key}" ]; then + gnbd_args="${gnbd_args} -K \"${key}\"" + fi + + if [ -n "${gnbd_args}" ]; then + debug "gnbd args: ${gnbd_args}" + fi + + if [ ! -c "/dev/${device}" ]; then + eval ${gnbd_bin} connect ${gnbd_args} ${host} + fi +} + +gnbd_stop() +{ + local device="$1" + + if [ -c "/dev/${device}" ]; then + ${gnbd_bin} disconnect ${device} + fi +} + +gnbd_restart() +{ + local device="$1" + + local waitsec + + eval waitsec="\${gnbd_${device}_waitsec}" + + local gnbd_args= + + if [ -n "${waitsec}" ]; then + gnbd_args="-r ${waitsec}" + + debug "waitsec=${waitsec}" + fi + + if [ -n "${gnbd_args}" ]; then + debug "gnbd args: ${gnbd_args}" + fi + + eval ${gnbd_bin} reconnect ${gnbd_args} ${device} +} + +gnbd_status() +{ + local device="$1" + + if [ -c "/dev/${device}" ]; then + ${gnbd_bin} status -s "${device}" + fi +} + +cmd="$1" + +if [ $# -gt 0 ]; then + shift +fi + +if [ -n "$1" ]; then + gnbd_devices="$1" +fi + +if [ -z "${gnbd_devices}" ]; then + warn "No devices are configured, configure one to make this rc script useful!" +fi + +for device in ${gnbd_devices}; do + run_rc_command "${cmd}" "${device}" +done diff --git a/filesystems/py-fsspec-xrootd/Makefile b/filesystems/py-fsspec-xrootd/Makefile index 32e3df0815fe..94b756d67b74 100644 --- a/filesystems/py-fsspec-xrootd/Makefile +++ b/filesystems/py-fsspec-xrootd/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fsspec>=0:filesystems/py-fsspec@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/filesystems/py-llfuse/Makefile b/filesystems/py-llfuse/Makefile index 2b69e3173c74..748756407e6b 100644 --- a/filesystems/py-llfuse/Makefile +++ b/filesystems/py-llfuse/Makefile @@ -1,5 +1,6 @@ PORTNAME= llfuse PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= filesystems devel python MASTER_SITES= PYPI \ https://github.com/python-llfuse/python-llfuse/releases/download/release-${PORTVERSION}/ @@ -15,8 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +LIB_DEPENDS= libfuse.so:filesystems/fusefs-libs + USES= compiler:c++11-lang fuse pkgconfig python -USE_PYTHON= autoplist concurrent cython pep517 pytest +USE_PYTHON= autoplist concurrent cython3 pep517 pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} diff --git a/filesystems/rar2fs/Makefile b/filesystems/rar2fs/Makefile index 3431aad1856b..ae621adc1ebc 100644 --- a/filesystems/rar2fs/Makefile +++ b/filesystems/rar2fs/Makefile @@ -1,7 +1,7 @@ PORTNAME= rar2fs DISTVERSIONPREFIX= v DISTVERSION= 1.29.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- diff --git a/filesystems/rubygem-chef-winrm-fs/Makefile b/filesystems/rubygem-chef-winrm-fs/Makefile index 3aa790892812..b27f43c88394 100644 --- a/filesystems/rubygem-chef-winrm-fs/Makefile +++ b/filesystems/rubygem-chef-winrm-fs/Makefile @@ -1,5 +1,6 @@ PORTNAME= chef-winrm-fs PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= filesystems rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://github.com/chef/chef-winrm-fs LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-benchmark>=0.4.0<0.5:benchmarks/rubygem-benchmark \ +RUN_DEPENDS= rubygem-benchmark>=0.4.0<1:benchmarks/rubygem-benchmark \ rubygem-chef-winrm>=2.4<3:sysutils/rubygem-chef-winrm \ rubygem-csv>=3.3<4:devel/rubygem-csv \ rubygem-erubi>=1.7:www/rubygem-erubi \ diff --git a/filesystems/rubygem-chef-winrm-fs/files/patch-gemspec b/filesystems/rubygem-chef-winrm-fs/files/patch-gemspec new file mode 100644 index 000000000000..9955f40fff8c --- /dev/null +++ b/filesystems/rubygem-chef-winrm-fs/files/patch-gemspec @@ -0,0 +1,11 @@ +--- chef-winrm-fs.gemspec.orig 2025-10-26 01:08:46 UTC ++++ chef-winrm-fs.gemspec +@@ -28,7 +28,7 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q<logging>.freeze, [">= 1.6.1".freeze, "< 3.0".freeze]) + s.add_runtime_dependency(%q<rubyzip>.freeze, ["~> 2.0".freeze]) + s.add_runtime_dependency(%q<csv>.freeze, ["~> 3.3".freeze]) +- s.add_runtime_dependency(%q<benchmark>.freeze, ["~> 0.4.0".freeze]) ++ s.add_runtime_dependency(%q<benchmark>.freeze, ["~> 0.4".freeze]) + s.add_development_dependency(%q<pry>.freeze, [">= 0".freeze]) + s.add_development_dependency(%q<rake>.freeze, [">= 13.2.1".freeze]) + s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze]) diff --git a/filesystems/rubygem-winrm-fs-gitlab/Makefile b/filesystems/rubygem-winrm-fs-gitlab/Makefile index 3282a911358b..441933b1bebe 100644 --- a/filesystems/rubygem-winrm-fs-gitlab/Makefile +++ b/filesystems/rubygem-winrm-fs-gitlab/Makefile @@ -1,5 +1,6 @@ PORTNAME= winrm-fs PORTVERSION= 1.3.5 +PORTREVISION= 1 CATEGORIES= filesystems sysutils rubygems MASTER_SITES= RG PKGNAMESUFFIX= -gitlab @@ -12,9 +13,9 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-erubi>=1.8<2:www/rubygem-erubi \ - rubygem-logging>=1.6.1<3.0:devel/rubygem-logging \ + rubygem-logging-gitlab>=1.6.1<3.0:devel/rubygem-logging-gitlab \ rubygem-rubyzip-gitlab>=2.0<3:archivers/rubygem-rubyzip-gitlab \ - rubygem-winrm>=2.0<3:sysutils/rubygem-winrm + rubygem-winrm-gitlab>=2.0<3:sysutils/rubygem-winrm-gitlab USES= gem diff --git a/filesystems/unionfs/Makefile b/filesystems/unionfs/Makefile index a05141ee3233..9191b674d7b2 100644 --- a/filesystems/unionfs/Makefile +++ b/filesystems/unionfs/Makefile @@ -1,11 +1,10 @@ PORTNAME= unionfs DISTVERSIONPREFIX= v -DISTVERSION= 2.2 -PORTREVISION= 1 +DISTVERSION= 3.7 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- -MAINTAINER= 0mp@FreeBSD.org +MAINTAINER= pkaipila@gmail.com COMMENT= FUSE based implementation of the well-known unionfs WWW= https://github.com/rpodgorny/unionfs-fuse @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= cmake fuse localbase:ldflags python:test +USES= cmake fuse:3 localbase:ldflags pkgconfig python:test USE_GITHUB= yes GH_ACCOUNT= rpodgorny diff --git a/filesystems/unionfs/distinfo b/filesystems/unionfs/distinfo index de0face115d1..06e79c9cec0d 100644 --- a/filesystems/unionfs/distinfo +++ b/filesystems/unionfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635114774 -SHA256 (rpodgorny-unionfs-fuse-v2.2_GH0.tar.gz) = 248a0fee9979146b79b05fc728621869da5936c1f43a27e36e7515b301817e43 -SIZE (rpodgorny-unionfs-fuse-v2.2_GH0.tar.gz) = 47955 +TIMESTAMP = 1761790749 +SHA256 (rpodgorny-unionfs-fuse-v3.7_GH0.tar.gz) = 026f5302279110ceb7465e5c9e863cd0319ea0dc32ad253d162cf9db0f5e9a81 +SIZE (rpodgorny-unionfs-fuse-v3.7_GH0.tar.gz) = 56444 diff --git a/filesystems/unionfs/files/patch-CMakeLists.txt b/filesystems/unionfs/files/patch-CMakeLists.txt deleted file mode 100644 index 107d85a0e259..000000000000 --- a/filesystems/unionfs/files/patch-CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ ---- CMakeLists.txt.orig 2015-01-14 10:08:20 UTC -+++ CMakeLists.txt -@@ -9,12 +9,6 @@ IF(NOT CMAKE_CONFIGURATION_TYPES AND NOT - SET(CMAKE_BUILD_TYPE RelWithDebInfo) - ENDIF(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE) - --# Select flags. --SET(CMAKE_C_FLAGS "-pipe -W -Wall -DFORTIFY_SOURCE=2") --SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g") --SET(CMAKE_C_FLAGS_RELEASE "-O2") --SET(CMAKE_C_FLAGS_DEBUG "-O0 -g -DDEBUG") -- - if (UNIX AND APPLE) - include_directories("/usr/local/include/osxfuse/fuse") - endif() diff --git a/filesystems/webdavfs/Makefile b/filesystems/webdavfs/Makefile index 8668ee06c88c..4c70b6f99dab 100644 --- a/filesystems/webdavfs/Makefile +++ b/filesystems/webdavfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= fusefs-webdavfs DISTVERSION= g20200520 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= filesystems MAINTAINER= eugen@FreeBSD.org diff --git a/filesystems/zerofs/Makefile b/filesystems/zerofs/Makefile index e789888398cf..4564c0431652 100644 --- a/filesystems/zerofs/Makefile +++ b/filesystems/zerofs/Makefile @@ -1,7 +1,6 @@ PORTNAME= zerofs DISTVERSIONPREFIX= v -DISTVERSION= 0.15.2 -PORTREVISION= 1 +DISTVERSION= 0.16.2 CATEGORIES= filesystems sysutils MAINTAINER= stephan@lichtenauer.co.za diff --git a/filesystems/zerofs/Makefile.crates b/filesystems/zerofs/Makefile.crates index 2738ca6ed5dc..e8bf06fd58be 100644 --- a/filesystems/zerofs/Makefile.crates +++ b/filesystems/zerofs/Makefile.crates @@ -165,7 +165,6 @@ CARGO_CRATES= addr2line-0.24.2 \ js-sys-0.3.77 \ lazy_static-1.5.0 \ libc-0.2.175 \ - libmimalloc-sys-0.1.43 \ libredox-0.1.9 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.9.4 \ @@ -183,7 +182,6 @@ CARGO_CRATES= addr2line-0.24.2 \ md-5-0.10.6 \ memchr-2.7.5 \ memoffset-0.9.1 \ - mimalloc-0.1.47 \ miniz_oxide-0.8.9 \ mio-1.0.4 \ mixtrics-0.1.0 \ @@ -287,7 +285,7 @@ CARGO_CRATES= addr2line-0.24.2 \ signal-hook-registry-1.4.6 \ siphasher-1.0.1 \ slab-0.4.11 \ - slatedb-0.8.1 \ + slatedb-0.8.2 \ smallvec-1.15.1 \ socket2-0.5.10 \ socket2-0.6.0 \ @@ -308,6 +306,8 @@ CARGO_CRATES= addr2line-0.24.2 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.14 \ thread_local-1.1.9 \ + tikv-jemalloc-sys-0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7 \ + tikv-jemallocator-0.6.0 \ time-0.3.41 \ time-core-0.1.4 \ tinystr-0.8.1 \ @@ -407,7 +407,7 @@ CARGO_CRATES= addr2line-0.24.2 \ zerocopy-derive-0.8.26 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ - zerofs_nfsserve-0.14.0 \ + zerofs_nfsserve-0.15.0 \ zeroize-1.8.1 \ zerotrie-0.2.2 \ zerovec-0.11.4 \ diff --git a/filesystems/zerofs/distinfo b/filesystems/zerofs/distinfo index e7e869c33cb8..1390330f798b 100644 --- a/filesystems/zerofs/distinfo +++ b/filesystems/zerofs/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1757258826 +TIMESTAMP = 1760465574 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -333,8 +333,6 @@ 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.175.crate) = 6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543 SIZE (rust/crates/libc-0.2.175.crate) = 788728 -SHA256 (rust/crates/libmimalloc-sys-0.1.43.crate) = bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d -SIZE (rust/crates/libmimalloc-sys-0.1.43.crate) = 226498 SHA256 (rust/crates/libredox-0.1.9.crate) = 391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3 SIZE (rust/crates/libredox-0.1.9.crate) = 7281 SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab @@ -369,8 +367,6 @@ SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2 SIZE (rust/crates/memchr-2.7.5.crate) = 97603 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 -SHA256 (rust/crates/mimalloc-0.1.47.crate) = b1791cbe101e95af5764f06f20f6760521f7158f69dbf9d6baf941ee1bf6bc40 -SIZE (rust/crates/mimalloc-0.1.47.crate) = 4594 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 @@ -577,8 +573,8 @@ SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42 SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 SHA256 (rust/crates/slab-0.4.11.crate) = 7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589 SIZE (rust/crates/slab-0.4.11.crate) = 18549 -SHA256 (rust/crates/slatedb-0.8.1.crate) = 6471ce0d2b99d80e36ce1439951a30a5e9ef751f3b8c4bd384611927384ee03d -SIZE (rust/crates/slatedb-0.8.1.crate) = 317374 +SHA256 (rust/crates/slatedb-0.8.2.crate) = 1929df128f27789722644d8e9a68eaddec2e656ed8bac2a088159c8cce423590 +SIZE (rust/crates/slatedb-0.8.2.crate) = 321188 SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 @@ -619,6 +615,10 @@ SHA256 (rust/crates/thiserror-impl-2.0.14.crate) = cc5b44b4ab9c2fdd0e0512e6bece8 SIZE (rust/crates/thiserror-impl-2.0.14.crate) = 21219 SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 +SHA256 (rust/crates/tikv-jemalloc-sys-0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7.crate) = cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d +SIZE (rust/crates/tikv-jemalloc-sys-0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7.crate) = 897133 +SHA256 (rust/crates/tikv-jemallocator-0.6.0.crate) = 4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865 +SIZE (rust/crates/tikv-jemallocator-0.6.0.crate) = 13700 SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 SIZE (rust/crates/time-0.3.41.crate) = 138369 SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c @@ -817,8 +817,8 @@ SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e 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/zerofs_nfsserve-0.14.0.crate) = 53a9c182c0ff391960f9a033ba2e49c418315a8e72e402ddaa9aa8c25c084526 -SIZE (rust/crates/zerofs_nfsserve-0.14.0.crate) = 43966 +SHA256 (rust/crates/zerofs_nfsserve-0.15.0.crate) = 0a1a98071b31b9687c05411a75df5a55a7a76c5af85cb3bb04de5efef26755c7 +SIZE (rust/crates/zerofs_nfsserve-0.15.0.crate) = 43826 SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 @@ -833,5 +833,5 @@ SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9 SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 -SHA256 (Barre-ZeroFS-v0.15.2_GH0.tar.gz) = 982042e4887b348605ed2aad428b254e7abc66d108ac41bc66625b726585b3e7 -SIZE (Barre-ZeroFS-v0.15.2_GH0.tar.gz) = 459110 +SHA256 (Barre-ZeroFS-v0.16.2_GH0.tar.gz) = 617a04ad2914b742b49b1f22d9d2a2e07ec59f3cedbdf5848cc67c2902641a92 +SIZE (Barre-ZeroFS-v0.16.2_GH0.tar.gz) = 463693 diff --git a/filesystems/zfs-snap-diff/Makefile b/filesystems/zfs-snap-diff/Makefile index bb8a89e9491f..bd965d9d8d29 100644 --- a/filesystems/zfs-snap-diff/Makefile +++ b/filesystems/zfs-snap-diff/Makefile @@ -1,7 +1,7 @@ PORTNAME= zfs-snap-diff PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= filesystems sysutils MAINTAINER= ports@FreeBSD.org diff --git a/filesystems/zrepl-dsh2dsh/Makefile b/filesystems/zrepl-dsh2dsh/Makefile index 3ba4c47c3f3b..680eac31a350 100644 --- a/filesystems/zrepl-dsh2dsh/Makefile +++ b/filesystems/zrepl-dsh2dsh/Makefile @@ -1,7 +1,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= filesystems sysutils PKGNAMESUFFIX= -${GH_ACCOUNT} diff --git a/filesystems/zrepl/Makefile b/filesystems/zrepl/Makefile index 103e38f11a54..64b37d8a025b 100644 --- a/filesystems/zrepl/Makefile +++ b/filesystems/zrepl/Makefile @@ -1,7 +1,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= filesystems sysutils MAINTAINER= driesm@FreeBSD.org |
