diff options
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/bindfs/Makefile | 6 | ||||
-rw-r--r-- | filesystems/bindfs/distinfo | 6 | ||||
-rw-r--r-- | filesystems/dsbmd/Makefile | 6 | ||||
-rw-r--r-- | filesystems/dsbmd/distinfo | 6 | ||||
-rw-r--r-- | filesystems/e2fsprogs-core/Makefile | 27 | ||||
-rw-r--r-- | filesystems/e2fsprogs-core/distinfo | 6 | ||||
-rw-r--r-- | filesystems/e2fsprogs-core/files/patch-tests_f__detect__junk_script | 11 | ||||
-rw-r--r-- | filesystems/e2fsprogs-core/files/patch-tests_m__offset_script | 11 | ||||
-rw-r--r-- | filesystems/e2fsprogs-core/files/patch-tests_t__mmp__fail_script | 19 | ||||
-rw-r--r-- | filesystems/e2fsprogs-core/pkg-plist | 1 | ||||
-rw-r--r-- | filesystems/e2fsprogs/Makefile | 4 | ||||
-rw-r--r-- | filesystems/hammer2/Makefile | 2 | ||||
-rw-r--r-- | filesystems/hammer2/distinfo | 6 | ||||
-rw-r--r-- | filesystems/webdavfs/Makefile | 2 | ||||
-rw-r--r-- | filesystems/xfuse/Makefile | 3 | ||||
-rw-r--r-- | filesystems/xfuse/Makefile.crates | 29 | ||||
-rw-r--r-- | filesystems/xfuse/distinfo | 64 | ||||
-rw-r--r-- | filesystems/zfs-snap-diff/Makefile | 2 | ||||
-rw-r--r-- | filesystems/zrepl-dsh2dsh/Makefile | 16 | ||||
-rw-r--r-- | filesystems/zrepl-dsh2dsh/distinfo | 10 | ||||
-rw-r--r-- | filesystems/zrepl/Makefile | 2 |
21 files changed, 94 insertions, 145 deletions
diff --git a/filesystems/bindfs/Makefile b/filesystems/bindfs/Makefile index de68d898f5be..aa1450702dbc 100644 --- a/filesystems/bindfs/Makefile +++ b/filesystems/bindfs/Makefile @@ -1,6 +1,5 @@ PORTNAME= bindfs -DISTVERSION= 1.17.7 -PORTREVISION= 2 +DISTVERSION= 1.18.1 CATEGORIES= filesystems MASTER_SITES= https://bindfs.org/downloads/ PKGNAMEPREFIX= fusefs- @@ -14,9 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= fuse:3 localbase:ldflags pkgconfig GNU_CONFIGURE= yes - -CONFIGURE_ENV+= fuse3_LIBS="-L${LOCALBASE}/lib -lfuse3" CONFIGURE_ARGS= --with-fuse3 +CONFIGURE_ENV+= fuse3_LIBS="-L${LOCALBASE}/lib -lfuse3" PLIST_FILES= bin/bindfs \ share/man/man1/bindfs.1.gz diff --git a/filesystems/bindfs/distinfo b/filesystems/bindfs/distinfo index c6ae2d4b1980..bad370fe5e41 100644 --- a/filesystems/bindfs/distinfo +++ b/filesystems/bindfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718036736 -SHA256 (bindfs-1.17.7.tar.gz) = c0b060e94c3a231a1d4aa0bcf266ff189981a4ef38e42fbe23296a7d81719b7a -SIZE (bindfs-1.17.7.tar.gz) = 427251 +TIMESTAMP = 1752650056 +SHA256 (bindfs-1.18.1.tar.gz) = 2a7064d993a5f255c52d72385ef14e349c131bc44195766e2173428e06d279fd +SIZE (bindfs-1.18.1.tar.gz) = 431995 diff --git a/filesystems/dsbmd/Makefile b/filesystems/dsbmd/Makefile index 915d7182d96a..c1dbba61208c 100644 --- a/filesystems/dsbmd/Makefile +++ b/filesystems/dsbmd/Makefile @@ -1,5 +1,5 @@ PORTNAME= dsbmd -PORTVERSION= 1.11.4 +PORTVERSION= 1.12 CATEGORIES= filesystems sysutils MAINTAINER= mk@nic-nac-project.org @@ -10,12 +10,10 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= tar:tgz - -USE_RC_SUBR= dsbmd - USE_GITHUB= yes GH_ACCOUNT= mrclksr GH_PROJECT= DSBMD +USE_RC_SUBR= dsbmd PLIST_FILES= "@sample etc/dsbmd.conf.sample" \ libexec/dsbmd diff --git a/filesystems/dsbmd/distinfo b/filesystems/dsbmd/distinfo index 893dc203c2e4..56fa26f6b755 100644 --- a/filesystems/dsbmd/distinfo +++ b/filesystems/dsbmd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618517134 -SHA256 (mrclksr-DSBMD-1.11.4_GH0.tar.gz) = 8efd286bb21f516f1285602ba052212e200392b06a1979ca0338f05d65a8535d -SIZE (mrclksr-DSBMD-1.11.4_GH0.tar.gz) = 53458 +TIMESTAMP = 1751899264 +SHA256 (mrclksr-DSBMD-1.12_GH0.tar.gz) = f0523d0be2f532525b4f31c26a1435af7855970b0ac3b945c3b6f295a3d8f425 +SIZE (mrclksr-DSBMD-1.12_GH0.tar.gz) = 53624 diff --git a/filesystems/e2fsprogs-core/Makefile b/filesystems/e2fsprogs-core/Makefile index 3635f56a551c..00857d9497ca 100644 --- a/filesystems/e2fsprogs-core/Makefile +++ b/filesystems/e2fsprogs-core/Makefile @@ -1,6 +1,6 @@ PORTNAME= e2fsprogs -PORTVERSION= 1.47.2 -PORTREVISION?= 4 # NOTE: when bumping PORTREVISION, also bump ../e2fsprogs/Makefile! +PORTVERSION= 1.47.3 +PORTREVISION?= 0 # NOTE: when bumping PORTREVISION, also bump ../e2fsprogs/Makefile! CATEGORIES?= filesystems sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} @@ -14,9 +14,9 @@ LICENSE_FILE?= ${WRKSRC}/NOTICE .endif LICENSE_DISTFILES_GPLv2+ = ${DISTNAME}${EXTRACT_SUFX} -USES= cpe gmake makeinfo pkgconfig tar:xz +USES= compiler:c11 cpe gmake makeinfo pkgconfig tar:xz CPE_VENDOR= e2fsprogs_project -USE_CSTD= gnu99 +USE_CSTD= gnu11 # this seems a bit redundant to the --rpath below, but # the latter should be more robust in case someone needs # to deal with the file systems from a system not yet fully booted. @@ -41,8 +41,7 @@ MAKE_ARGS+= pkgconfigdir='${PREFIX}/libdata/pkgconfig' MAKE_ENV+= CHECK_CMD=@true CPPFLAGS+= ${_FUSEFS_CFLAGS} -I${WRKSRC}/lib -I${LOCALBASE}/include -CFLAGS+= -Wno-unused-command-line-argument # -D_FILE_OFFSET_BITS=64 # the latter for fuse-libs -PIE_UNSAFE= yes +CFLAGS+= -Wno-unused-command-line-argument PORTSCOUT= ignore:1 # cannot handle the version in the directory @@ -68,13 +67,13 @@ NOTESTS_DESC= Do not run any self-tests (Tier-1, DISCOURAGED) PARALLELTESTS_DESC= Parallelize self-tests (needs more disk space) SELFTEST_DESC= Choose which set of self-tests to run SLOWTESTS_DESC= Enable slow tests that are skipped by default -SMALLTESTS_DESC=Run tests that need <500 MB disk space (DEFAULT) +SMALLTESTS_DESC=Run tests that need <500 MB disk space BASHTESTS_BUILD_DEPENDS= ${BASH_CMD}:shells/bash BASH_CMD= ${LOCALBASE}/bin/bash FUSEFS_USES= fuse:3 -FUSEFS_CONFIGURE_ENABLE= fuse2fs +FUSEFS_CONFIGURE_ENABLE=fuse2fs # we can't use FUSEFS_CFLAGS, see below for workaround FUSEFS_LDFLAGS= -L${LOCALBASE}/lib FUSEFS_LIBS= -Wl,--as-needed -lfuse3 -lpthread @@ -116,13 +115,6 @@ _FUSEFS_CFLAGS= -I${LOCALBASE}/include/fuse3 _FUSEFS_CFLAGS= .endif -. if ! empty(ARCH:Mpowerpc*) -# Fix powerpc64/powerpc SIGSEGV, -# see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231570 (ppc64) -# see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242798 (ppc32 - untested) -USES+= compiler:c11 -. endif - .if empty(PORT_OPTIONS:MNOTESTS) && ${MASTERDIR} == ${.CURDIR} USES+= perl5 USE_PERL5= build @@ -145,9 +137,6 @@ libintl= EXTRA_PATCHES+= ${FILESDIR}/extrapatch-no-sbrk .endif -post-extract: # the symlink RELEASE-NOTES is stale in v1.47.1 and v1.47.2 tarballs, fix: - ${RLN} ${WRKSRC}/doc/RelNotes/v1.47.2.txt ${WRKSRC}/RELEASE-NOTES - post-patch:: ${TOUCH} ${WRKSRC}/tests/r_corrupt_fs/is_slow_test .if !empty(DISTFILES) @@ -239,7 +228,7 @@ _checkaddargs+=TMPDIR=${WRKDIR}/tmp .endif .if ${PORT_OPTIONS:MSLOWTESTS} -_check_target=SKIP_SLOW_TESTS= check +_check_target=fullcheck _check_timeout=7200 .else _check_target=check diff --git a/filesystems/e2fsprogs-core/distinfo b/filesystems/e2fsprogs-core/distinfo index be95528f7e1a..7e9ca88cb575 100644 --- a/filesystems/e2fsprogs-core/distinfo +++ b/filesystems/e2fsprogs-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736350272 -SHA256 (e2fsprogs-1.47.2.tar.xz) = 08242e64ca0e8194d9c1caad49762b19209a06318199b63ce74ae4ef2d74e63c -SIZE (e2fsprogs-1.47.2.tar.xz) = 7299932 +TIMESTAMP = 1752044663 +SHA256 (e2fsprogs-1.47.3.tar.xz) = 857e6ef800feaa2bb4578fbc810214be5d3c88b072ea53c5384733a965737329 +SIZE (e2fsprogs-1.47.3.tar.xz) = 7321540 diff --git a/filesystems/e2fsprogs-core/files/patch-tests_f__detect__junk_script b/filesystems/e2fsprogs-core/files/patch-tests_f__detect__junk_script deleted file mode 100644 index 45b544cf691d..000000000000 --- a/filesystems/e2fsprogs-core/files/patch-tests_f__detect__junk_script +++ /dev/null @@ -1,11 +0,0 @@ ---- tests/f_detect_junk/script.orig 2023-02-07 03:31:53 UTC -+++ tests/f_detect_junk/script -@@ -9,7 +9,7 @@ FSCK_OPT=-fn - IMAGE=$test_dir/image.bz2 - - bzip2 -d < $IMAGE > $TMPFILE --$DD if=/dev/zero of=$TMPFILE conv=notrunc oflag=append bs=1024k count=16 > /dev/null 2>&1 -+$DD if=/dev/zero of=$TMPFILE conv=notrunc bs=1024k count=16 2>/dev/null >>$TMPFILE - - # Run fsck to fix things? - if [ -x $DEBUGFS_EXE ]; then diff --git a/filesystems/e2fsprogs-core/files/patch-tests_m__offset_script b/filesystems/e2fsprogs-core/files/patch-tests_m__offset_script deleted file mode 100644 index 9cc4232eec3a..000000000000 --- a/filesystems/e2fsprogs-core/files/patch-tests_m__offset_script +++ /dev/null @@ -1,11 +0,0 @@ ---- tests/m_offset/script.orig 2023-02-02 15:57:32 UTC -+++ tests/m_offset/script -@@ -13,7 +13,7 @@ $MKE2FS -F -b 1024 -E offset=524288 "$TMPFILE" 1024 >> - # compute crc of the first and last 512 1k blocks - crc_first2=`$DD if="$TMPFILE" bs=1k count=512 2>/dev/null | $CRCSUM` - crc_last2=`$DD if="$TMPFILE" bs=1k count=512 skip=1536 2>/dev/null | $CRCSUM` --crc_exp=`yes a | $DD bs=1k count=512 2>/dev/null | $CRCSUM` -+crc_exp=`yes a | $DD bs=1k count=512 iflag=fullblock 2>/dev/null | $CRCSUM` - # a warning should be only emitted by the first mke2fs call - warning=`grep -c "offset specified without an explicit file system size." \ - "$OUT"` diff --git a/filesystems/e2fsprogs-core/files/patch-tests_t__mmp__fail_script b/filesystems/e2fsprogs-core/files/patch-tests_t__mmp__fail_script deleted file mode 100644 index 77fd70e4ccf2..000000000000 --- a/filesystems/e2fsprogs-core/files/patch-tests_t__mmp__fail_script +++ /dev/null @@ -1,19 +0,0 @@ ---- tests/t_mmp_fail/script.orig 2023-02-07 03:31:53 UTC -+++ tests/t_mmp_fail/script -@@ -10,14 +10,14 @@ fi - - $TUNE2FS -O project $TMPFILE >> $test_name.log 2>&1 - status=$? --if [ "$status" == 0 ] ; then -+if [ "$status" = 0 ] ; then - echo "'tune2fs -O project' succeeded on small inode" > $test_name.failed - echo "$test_name: $test_description: failed" - return 1 - fi - $TUNE2FS -o bad_option $TMPFILE >> $test_name.log 2>&1 - status=$? --if [ "$status" == 0 ] ; then -+if [ "$status" = 0 ] ; then - echo "'tune2fs -o bad_option' succeeded" > $test_name.failed - echo "$test_name: $test_description: failed" - return 1 diff --git a/filesystems/e2fsprogs-core/pkg-plist b/filesystems/e2fsprogs-core/pkg-plist index 9968e202315e..441e2c46023a 100644 --- a/filesystems/e2fsprogs-core/pkg-plist +++ b/filesystems/e2fsprogs-core/pkg-plist @@ -108,6 +108,7 @@ sbin/tune2fs %%NLS%%share/locale/hu/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/id/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/it/LC_MESSAGES/e2fsprogs.mo +%%NLS%%share/locale/ka/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/ms/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/nl/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/pl/LC_MESSAGES/e2fsprogs.mo diff --git a/filesystems/e2fsprogs/Makefile b/filesystems/e2fsprogs/Makefile index b54a99e70fad..5be3d6bb5b50 100644 --- a/filesystems/e2fsprogs/Makefile +++ b/filesystems/e2fsprogs/Makefile @@ -1,7 +1,7 @@ PORTNAME= e2fsprogs CATEGORIES= filesystems sysutils -PORTVERSION= 1.47.2 -PORTREVISION= 4 +PORTVERSION= 1.47.3 +PORTREVISION= 0 BUILD_DEPENDS= e2fsprogs-core=${PORTVERSION}${${PORTREVISION} > 0:?_${PORTREVISION}:}:filesystems/e2fsprogs-core RUN_DEPENDS= ${BUILD_DEPENDS} DISTFILES= # empty diff --git a/filesystems/hammer2/Makefile b/filesystems/hammer2/Makefile index e3f64345fa9d..e48d52155961 100644 --- a/filesystems/hammer2/Makefile +++ b/filesystems/hammer2/Makefile @@ -1,6 +1,6 @@ PORTNAME= hammer2 DISTVERSIONPREFIX= v -DISTVERSION= 1.2.10 +DISTVERSION= 1.2.11 CATEGORIES= filesystems MAINTAINER= tkusumi@netbsd.org diff --git a/filesystems/hammer2/distinfo b/filesystems/hammer2/distinfo index eb8b49350dec..bd6e94bf7c11 100644 --- a/filesystems/hammer2/distinfo +++ b/filesystems/hammer2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750307563 -SHA256 (kusumi-freebsd_hammer2-v1.2.10_GH0.tar.gz) = deebf541644ceaf4a1437e2fdd5db41af9ce6d59a05072f19e42b85e9dbdbdb0 -SIZE (kusumi-freebsd_hammer2-v1.2.10_GH0.tar.gz) = 297905 +TIMESTAMP = 1752282134 +SHA256 (kusumi-freebsd_hammer2-v1.2.11_GH0.tar.gz) = e140a0ae92dfc44395fa8b094a1c22e7b2c4b6257f37f813a5f6211110330250 +SIZE (kusumi-freebsd_hammer2-v1.2.11_GH0.tar.gz) = 298916 diff --git a/filesystems/webdavfs/Makefile b/filesystems/webdavfs/Makefile index 19666938d47d..b33d39bb8111 100644 --- a/filesystems/webdavfs/Makefile +++ b/filesystems/webdavfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= fusefs-webdavfs DISTVERSION= g20200520 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= filesystems MAINTAINER= eugen@FreeBSD.org diff --git a/filesystems/xfuse/Makefile b/filesystems/xfuse/Makefile index e23b83f2398c..533be765ed1b 100644 --- a/filesystems/xfuse/Makefile +++ b/filesystems/xfuse/Makefile @@ -1,6 +1,5 @@ PORTNAME= xfuse -DISTVERSION= 0.4.4 -PORTREVISION= 10 +DISTVERSION= 0.5.0 CATEGORIES= filesystems MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= xfs-fuse/${DISTVERSION} diff --git a/filesystems/xfuse/Makefile.crates b/filesystems/xfuse/Makefile.crates index 0cb7306bc004..6844b0f9f452 100644 --- a/filesystems/xfuse/Makefile.crates +++ b/filesystems/xfuse/Makefile.crates @@ -4,10 +4,10 @@ CARGO_CRATES= aho-corasick-1.0.5 \ anstyle-parse-0.2.4 \ anstyle-query-1.0.3 \ anstyle-wincon-3.0.3 \ - assert_cmd-2.0.11 \ + assert_cmd-2.0.17 \ autocfg-1.1.0 \ - bincode-2.0.0-rc.3 \ - bincode_derive-2.0.0-rc.3 \ + bincode-2.0.1 \ + bincode_derive-2.0.1 \ bitflags-1.3.2 \ bitflags-2.4.0 \ bstr-1.6.2 \ @@ -33,15 +33,15 @@ CARGO_CRATES= aho-corasick-1.0.5 \ function_name-proc-macro-0.3.0 \ fuser-0.13.0 \ futures-0.3.28 \ - futures-channel-0.3.28 \ - futures-core-0.3.28 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ futures-executor-0.3.28 \ - futures-io-0.3.28 \ - futures-macro-0.3.28 \ - futures-sink-0.3.28 \ - futures-task-0.3.28 \ + futures-io-0.3.31 \ + futures-macro-0.3.31 \ + futures-sink-0.3.31 \ + futures-task-0.3.31 \ futures-timer-3.0.2 \ - futures-util-0.3.28 \ + futures-util-0.3.31 \ getrandom-0.2.10 \ glob-0.3.1 \ heck-0.4.1 \ @@ -68,8 +68,8 @@ CARGO_CRATES= aho-corasick-1.0.5 \ predicates-3.0.3 \ predicates-core-1.0.6 \ predicates-tree-1.0.9 \ - proc-macro2-1.0.66 \ - quote-1.0.33 \ + proc-macro2-1.0.94 \ + quote-1.0.40 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ @@ -93,7 +93,7 @@ CARGO_CRATES= aho-corasick-1.0.5 \ slab-0.4.9 \ smallvec-1.8.0 \ strsim-0.10.0 \ - syn-2.0.29 \ + syn-2.0.100 \ sysctl-0.5.5 \ tempfile-3.8.0 \ terminal_size-0.3.0 \ @@ -107,10 +107,11 @@ CARGO_CRATES= aho-corasick-1.0.5 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.18 \ unicode-ident-1.0.11 \ + unty-0.0.4 \ utf8parse-0.2.1 \ uuid-1.9.1 \ valuable-0.1.0 \ - virtue-0.0.13 \ + virtue-0.0.18 \ wait-timeout-0.2.0 \ walkdir-2.4.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ diff --git a/filesystems/xfuse/distinfo b/filesystems/xfuse/distinfo index 8f05c642335c..f87774659095 100644 --- a/filesystems/xfuse/distinfo +++ b/filesystems/xfuse/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1724178833 -SHA256 (rust/crates/xfs-fuse-0.4.4.crate) = 4a80e87f3b435d7ced5b399c65ecc6acf531bcc175ddc8a45da97480f1e859d6 -SIZE (rust/crates/xfs-fuse-0.4.4.crate) = 49565 +TIMESTAMP = 1752671797 +SHA256 (rust/crates/xfs-fuse-0.5.0.crate) = a30dd31766c7c441b5896a783fdab685621840b6fa1d5458d140996396844b8b +SIZE (rust/crates/xfs-fuse-0.5.0.crate) = 50228 SHA256 (rust/crates/aho-corasick-1.0.5.crate) = 0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783 SIZE (rust/crates/aho-corasick-1.0.5.crate) = 172064 SHA256 (rust/crates/anstream-0.6.14.crate) = 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b @@ -13,14 +13,14 @@ SHA256 (rust/crates/anstyle-query-1.0.3.crate) = a64c907d4e79225ac72e2a354c9ce84 SIZE (rust/crates/anstyle-query-1.0.3.crate) = 9742 SHA256 (rust/crates/anstyle-wincon-3.0.3.crate) = 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 SIZE (rust/crates/anstyle-wincon-3.0.3.crate) = 12179 -SHA256 (rust/crates/assert_cmd-2.0.11.crate) = 86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151 -SIZE (rust/crates/assert_cmd-2.0.11.crate) = 25346 +SHA256 (rust/crates/assert_cmd-2.0.17.crate) = 2bd389a4b2970a01282ee455294913c0a43724daedcd1a24c3eb0ec1c1320b66 +SIZE (rust/crates/assert_cmd-2.0.17.crate) = 26914 SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/bincode-2.0.0-rc.3.crate) = f11ea1a0346b94ef188834a65c068a03aec181c94896d481d7a0a40d85b0ce95 -SIZE (rust/crates/bincode-2.0.0-rc.3.crate) = 57746 -SHA256 (rust/crates/bincode_derive-2.0.0-rc.3.crate) = 7e30759b3b99a1b802a7a3aa21c85c3ded5c28e1c83170d82d70f08bbf7f3e4c -SIZE (rust/crates/bincode_derive-2.0.0-rc.3.crate) = 6335 +SHA256 (rust/crates/bincode-2.0.1.crate) = 36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740 +SIZE (rust/crates/bincode-2.0.1.crate) = 70469 +SHA256 (rust/crates/bincode_derive-2.0.1.crate) = bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09 +SIZE (rust/crates/bincode_derive-2.0.1.crate) = 7404 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/bitflags-2.4.0.crate) = b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635 @@ -71,24 +71,24 @@ SHA256 (rust/crates/fuser-0.13.0.crate) = 21370f84640642c8ea36dfb2a6bfc4c55941f4 SIZE (rust/crates/fuser-0.13.0.crate) = 86991 SHA256 (rust/crates/futures-0.3.28.crate) = 23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40 SIZE (rust/crates/futures-0.3.28.crate) = 53229 -SHA256 (rust/crates/futures-channel-0.3.28.crate) = 955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2 -SIZE (rust/crates/futures-channel-0.3.28.crate) = 32281 -SHA256 (rust/crates/futures-core-0.3.28.crate) = 4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c -SIZE (rust/crates/futures-core-0.3.28.crate) = 14780 +SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 +SIZE (rust/crates/futures-channel-0.3.31.crate) = 31971 +SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e +SIZE (rust/crates/futures-core-0.3.31.crate) = 14318 SHA256 (rust/crates/futures-executor-0.3.28.crate) = ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0 SIZE (rust/crates/futures-executor-0.3.28.crate) = 17743 -SHA256 (rust/crates/futures-io-0.3.28.crate) = 4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964 -SIZE (rust/crates/futures-io-0.3.28.crate) = 8910 -SHA256 (rust/crates/futures-macro-0.3.28.crate) = 89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72 -SIZE (rust/crates/futures-macro-0.3.28.crate) = 11272 -SHA256 (rust/crates/futures-sink-0.3.28.crate) = f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e -SIZE (rust/crates/futures-sink-0.3.28.crate) = 7852 -SHA256 (rust/crates/futures-task-0.3.28.crate) = 76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65 -SIZE (rust/crates/futures-task-0.3.28.crate) = 11848 +SHA256 (rust/crates/futures-io-0.3.31.crate) = 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6 +SIZE (rust/crates/futures-io-0.3.31.crate) = 9047 +SHA256 (rust/crates/futures-macro-0.3.31.crate) = 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650 +SIZE (rust/crates/futures-macro-0.3.31.crate) = 11341 +SHA256 (rust/crates/futures-sink-0.3.31.crate) = e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7 +SIZE (rust/crates/futures-sink-0.3.31.crate) = 7958 +SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 +SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 SHA256 (rust/crates/futures-timer-3.0.2.crate) = e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c SIZE (rust/crates/futures-timer-3.0.2.crate) = 19879 -SHA256 (rust/crates/futures-util-0.3.28.crate) = 26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533 -SIZE (rust/crates/futures-util-0.3.28.crate) = 158510 +SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 +SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 SHA256 (rust/crates/getrandom-0.2.10.crate) = be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427 SIZE (rust/crates/getrandom-0.2.10.crate) = 34955 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b @@ -141,10 +141,10 @@ SHA256 (rust/crates/predicates-core-1.0.6.crate) = b794032607612e7abeb4db69adb4e SIZE (rust/crates/predicates-core-1.0.6.crate) = 8084 SHA256 (rust/crates/predicates-tree-1.0.9.crate) = 368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf SIZE (rust/crates/predicates-tree-1.0.9.crate) = 7960 -SHA256 (rust/crates/proc-macro2-1.0.66.crate) = 18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9 -SIZE (rust/crates/proc-macro2-1.0.66.crate) = 43575 -SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae -SIZE (rust/crates/quote-1.0.33.crate) = 28090 +SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84 +SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 @@ -191,8 +191,8 @@ SHA256 (rust/crates/smallvec-1.8.0.crate) = f2dd574626839106c320a323308629dcb1ac SIZE (rust/crates/smallvec-1.8.0.crate) = 27992 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/syn-2.0.29.crate) = c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a -SIZE (rust/crates/syn-2.0.29.crate) = 241664 +SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 +SIZE (rust/crates/syn-2.0.100.crate) = 297947 SHA256 (rust/crates/sysctl-0.5.5.crate) = ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea SIZE (rust/crates/sysctl-0.5.5.crate) = 18414 SHA256 (rust/crates/tempfile-3.8.0.crate) = cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef @@ -219,14 +219,16 @@ SHA256 (rust/crates/tracing-subscriber-0.3.18.crate) = ad0f048c97dbd9faa9b7df563 SIZE (rust/crates/tracing-subscriber-0.3.18.crate) = 196312 SHA256 (rust/crates/unicode-ident-1.0.11.crate) = 301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c SIZE (rust/crates/unicode-ident-1.0.11.crate) = 42067 +SHA256 (rust/crates/unty-0.0.4.crate) = 6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae +SIZE (rust/crates/unty-0.0.4.crate) = 7200 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 SHA256 (rust/crates/uuid-1.9.1.crate) = 5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439 SIZE (rust/crates/uuid-1.9.1.crate) = 47492 SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d SIZE (rust/crates/valuable-0.1.0.crate) = 27718 -SHA256 (rust/crates/virtue-0.0.13.crate) = 9dcc60c0624df774c82a0ef104151231d37da4962957d691c011c852b2473314 -SIZE (rust/crates/virtue-0.0.13.crate) = 26483 +SHA256 (rust/crates/virtue-0.0.18.crate) = 051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1 +SIZE (rust/crates/virtue-0.0.18.crate) = 33545 SHA256 (rust/crates/wait-timeout-0.2.0.crate) = 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 SIZE (rust/crates/wait-timeout-0.2.0.crate) = 12441 SHA256 (rust/crates/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee diff --git a/filesystems/zfs-snap-diff/Makefile b/filesystems/zfs-snap-diff/Makefile index ac6ae6b64bd1..93f3550d8706 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= 26 +PORTREVISION= 27 CATEGORIES= filesystems sysutils MAINTAINER= ports@FreeBSD.org diff --git a/filesystems/zrepl-dsh2dsh/Makefile b/filesystems/zrepl-dsh2dsh/Makefile index cd3ef74a74b7..b880f8ddcc78 100644 --- a/filesystems/zrepl-dsh2dsh/Makefile +++ b/filesystems/zrepl-dsh2dsh/Makefile @@ -1,21 +1,23 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v -DISTVERSION= 0.9.6 -PORTREVISION= 3 +DISTVERSION= 0.9.10 CATEGORIES= filesystems sysutils -PKGNAMESUFFIX= -dsh2dsh +PKGNAMESUFFIX= -${GH_ACCOUNT} MAINTAINER= dsh@bamus.cz COMMENT= ZFS dataset replication tool (fork with more features) -WWW= https://github.com/dsh2dsh/${PORTNAME} LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules ncurses +USES= go:1.24,modules ncurses +USE_GITHUB= yes +GH_ACCOUNT= dsh2dsh -GO_MODULE= github.com/dsh2dsh/${PORTNAME} -GO_BUILDFLAGS= -ldflags "${STRIP} -w -X github.com/dsh2dsh/${PORTNAME}/internal/version.${PORTNAME}Version=${DISTVERSIONFULL}" +GO_MOD_DIST= github +GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME} +_BUILD_XFLAGS= version.${PORTNAME}Version=${DISTVERSIONFULL} +GO_BUILDFLAGS= -ldflags "${STRIP} ${_BUILD_XFLAGS:S!^!-X ${GO_MODULE}/internal/!}" CONFLICTS_INSTALL= ${PORTNAME} diff --git a/filesystems/zrepl-dsh2dsh/distinfo b/filesystems/zrepl-dsh2dsh/distinfo index 1754ef758e3a..7ecff4f820a1 100644 --- a/filesystems/zrepl-dsh2dsh/distinfo +++ b/filesystems/zrepl-dsh2dsh/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1739027276 -SHA256 (go/filesystems_zrepl-dsh2dsh/zrepl-v0.9.6/v0.9.6.mod) = 2879957b0b16b65fdbc8685543c0394d9f89a5a8036fae5467666d4b34b3a3b9 -SIZE (go/filesystems_zrepl-dsh2dsh/zrepl-v0.9.6/v0.9.6.mod) = 2920 -SHA256 (go/filesystems_zrepl-dsh2dsh/zrepl-v0.9.6/v0.9.6.zip) = 283ee17c2d5fbbedfd73fe9ee9c6a2c7c6e7a9e1c5c3378d5ffa6f16e82e87af -SIZE (go/filesystems_zrepl-dsh2dsh/zrepl-v0.9.6/v0.9.6.zip) = 448155 +TIMESTAMP = 1746109607 +SHA256 (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v0.9.10_GH0/go.mod) = f8621a55734bb3278fd6355451843e180e978bea80d39b32e8a0b27aae3961d7 +SIZE (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v0.9.10_GH0/go.mod) = 3104 +SHA256 (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v0.9.10_GH0/dsh2dsh-zrepl-v0.9.10_GH0.tar.gz) = c0250442949c2a2efd0368db7ef7c23e40cb553be5b6dcb28f0571006f251398 +SIZE (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v0.9.10_GH0/dsh2dsh-zrepl-v0.9.10_GH0.tar.gz) = 317034 diff --git a/filesystems/zrepl/Makefile b/filesystems/zrepl/Makefile index f581b5ce3749..32b3da5a73fb 100644 --- a/filesystems/zrepl/Makefile +++ b/filesystems/zrepl/Makefile @@ -1,7 +1,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= filesystems sysutils MAINTAINER= driesm@FreeBSD.org |