Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ntfs-3g: update to 2021.8.22.
@ 2021-09-06 14:07 k4leg
  2021-09-06 16:29 ` [PR REVIEW] " Chocimier
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: k4leg @ 2021-09-06 14:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1594 bytes --]

There is a new pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages ntfs-3g-update
https://github.com/void-linux/void-packages/pull/32856

ntfs-3g: update to 2021.8.22.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/32856.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ntfs-3g-update-32856.patch --]
[-- Type: text/x-diff, Size: 5136 bytes --]

From 08f570cabe519353a5fec0db0c005f45559b405f Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:31:05 +0300
Subject: [PATCH 1/4] ntfs-3g: update to 2021.8.22.

---
 common/shlibs            |  2 +-
 srcpkgs/ntfs-3g/template | 21 +++++++++++++--------
 srcpkgs/ntfs-3g/update   |  1 -
 3 files changed, 14 insertions(+), 10 deletions(-)
 delete mode 100644 srcpkgs/ntfs-3g/update

diff --git a/common/shlibs b/common/shlibs
index 87c27c459aad..64ea420fb57b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -433,7 +433,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
 libKScreenLocker.so.5 kscreenlocker-5.8.4_1
 libparted.so.2 libparted-3.1_1
 libparted-fs-resize.so.0 libparted-3.1_1
-libntfs-3g.so.88 ntfs-3g-2017.3.23_1
+libntfs-3g.so.89 ntfs-3g-2021.8.22_1
 libruby.so.3.0 ruby-3.0.2_1
 libprocessui.so.9 libksysguard-5.18.90_1
 libksignalplotter.so.9 libksysguard-5.18.90_1
diff --git a/srcpkgs/ntfs-3g/template b/srcpkgs/ntfs-3g/template
index d569ee438741..13e1995ec50f 100644
--- a/srcpkgs/ntfs-3g/template
+++ b/srcpkgs/ntfs-3g/template
@@ -1,8 +1,8 @@
 # Template file for 'ntfs-3g'
 pkgname=ntfs-3g
-version=2017.3.23
-revision=2
-wrksrc="${pkgname}_ntfsprogs-${version}"
+version=2021.8.22
+revision=1
+wrksrc="ntfs-3g_ntfsprogs-${version}"
 build_style=gnu-configure
 configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
  --enable-posix-acls --enable-xattr-mappings --sbin=/usr/bin
@@ -10,13 +10,14 @@ configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
  $(vopt_if crypto --enable-crypto)
  $(vopt_if quarantined --enable-quarantined)"
 hostmakedepends="pkg-config"
-makedepends="libuuid-devel fuse-devel $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
+makedepends="libuuid-devel fuse-devel
+ $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
 short_desc="Stable Read/Write NTFS Driver in userspace"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.tuxera.com/community/ntfs-3g-download/"
-license="GPL-2"
-distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
-checksum=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5
+license="GPL-2.0-or-later"
+homepage="https://github.com/tuxera/ntfs-3g"
+distfiles="https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${version}.tgz"
+checksum=55b883aa05d94b2ec746ef3966cb41e66bed6db99f22ddd41d1b8b94bb202efb
 
 build_options="crypto extras quarantined"
 desc_option_crypto="Enable crypto related code and utilities"
@@ -27,6 +28,10 @@ build_options_default="crypto extras"
 post_install() {
 	mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
 	ln -sf ntfs-3g ${DESTDIR}/usr/bin/mount.ntfs
+	if [ -z "$(vopt_if quarantined true)" ]; then
+		# Remove documentation for a non-existent executable file.
+		rm "${DESTDIR}/usr/share/man/man8/ntfsfallocate.8"
+	fi
 }
 
 ntfs-3g-devel_package() {
diff --git a/srcpkgs/ntfs-3g/update b/srcpkgs/ntfs-3g/update
deleted file mode 100644
index d7226f3d6431..000000000000
--- a/srcpkgs/ntfs-3g/update
+++ /dev/null
@@ -1 +0,0 @@
-pkgname=ntfs-3g_ntfsprogs

From 8ff0ba1cf2951621947a9a05c833d61e335959e7 Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:39:43 +0300
Subject: [PATCH 2/4] partclone: revbump for ntfs-3g

---
 srcpkgs/partclone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/partclone/template b/srcpkgs/partclone/template
index 4813a8a250dd..05a6cb1280d9 100644
--- a/srcpkgs/partclone/template
+++ b/srcpkgs/partclone/template
@@ -1,7 +1,7 @@
 # Template file for 'partclone'
 pkgname=partclone
 version=0.3.17
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-rpath --enable-ncursesw --enable-f2fs
  --enable-extfs --enable-hfsp --enable-fat --enable-exfat

From 9081f5638f2e527ad6b720ef0ecc66db105c2e6e Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:39:43 +0300
Subject: [PATCH 3/4] testdisk: revbump for ntfs-3g

---
 srcpkgs/testdisk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/testdisk/template b/srcpkgs/testdisk/template
index 754e90273be9..556cb92210dd 100644
--- a/srcpkgs/testdisk/template
+++ b/srcpkgs/testdisk/template
@@ -1,7 +1,7 @@
 # Template file for 'testdisk'
 pkgname=testdisk
 version=7.1
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--without-ewf --enable-sudo"
 makedepends="libjpeg-turbo-devel libuuid-devel e2fsprogs-devel

From cf5955003c3fc37a53ef708e3120cea7f752a259 Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:39:44 +0300
Subject: [PATCH 4/4] wimlib: revbump for ntfs-3g

---
 srcpkgs/wimlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wimlib/template b/srcpkgs/wimlib/template
index 9af4fc140172..768626a6413d 100644
--- a/srcpkgs/wimlib/template
+++ b/srcpkgs/wimlib/template
@@ -1,7 +1,7 @@
 # Template file for 'wimlib'
 pkgname=wimlib
 version=1.13.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libxml2-devel ntfs-3g-devel"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
@ 2021-09-06 16:29 ` Chocimier
  2021-09-06 16:29 ` Chocimier
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2021-09-06 16:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32856#discussion_r703002227

Comment:
changelog="https://raw.githubusercontent.com/wiki/tuxera/ntfs-3g/NTFS-3G-Release-History.md"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
  2021-09-06 16:29 ` [PR REVIEW] " Chocimier
@ 2021-09-06 16:29 ` Chocimier
  2021-09-06 16:37 ` [PR PATCH] [Updated] " k4leg
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2021-09-06 16:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32856#discussion_r703002535

Comment:
if [ -z "$build_option_quarantined" ]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
  2021-09-06 16:29 ` [PR REVIEW] " Chocimier
  2021-09-06 16:29 ` Chocimier
@ 2021-09-06 16:37 ` k4leg
  2021-09-06 16:46 ` k4leg
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: k4leg @ 2021-09-06 16:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1599 bytes --]

There is an updated pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages ntfs-3g-update
https://github.com/void-linux/void-packages/pull/32856

ntfs-3g: update to 2021.8.22.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/32856.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ntfs-3g-update-32856.patch --]
[-- Type: text/x-diff, Size: 5229 bytes --]

From 0d21a9577c6c177220bb008575fae8123cc25f85 Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:31:05 +0300
Subject: [PATCH 1/4] ntfs-3g: update to 2021.8.22.

---
 common/shlibs            |  2 +-
 srcpkgs/ntfs-3g/template | 22 ++++++++++++++--------
 srcpkgs/ntfs-3g/update   |  1 -
 3 files changed, 15 insertions(+), 10 deletions(-)
 delete mode 100644 srcpkgs/ntfs-3g/update

diff --git a/common/shlibs b/common/shlibs
index 87c27c459aad..64ea420fb57b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -433,7 +433,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
 libKScreenLocker.so.5 kscreenlocker-5.8.4_1
 libparted.so.2 libparted-3.1_1
 libparted-fs-resize.so.0 libparted-3.1_1
-libntfs-3g.so.88 ntfs-3g-2017.3.23_1
+libntfs-3g.so.89 ntfs-3g-2021.8.22_1
 libruby.so.3.0 ruby-3.0.2_1
 libprocessui.so.9 libksysguard-5.18.90_1
 libksignalplotter.so.9 libksysguard-5.18.90_1
diff --git a/srcpkgs/ntfs-3g/template b/srcpkgs/ntfs-3g/template
index d569ee438741..87127bdbd81b 100644
--- a/srcpkgs/ntfs-3g/template
+++ b/srcpkgs/ntfs-3g/template
@@ -1,8 +1,8 @@
 # Template file for 'ntfs-3g'
 pkgname=ntfs-3g
-version=2017.3.23
-revision=2
-wrksrc="${pkgname}_ntfsprogs-${version}"
+version=2021.8.22
+revision=1
+wrksrc="ntfs-3g_ntfsprogs-${version}"
 build_style=gnu-configure
 configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
  --enable-posix-acls --enable-xattr-mappings --sbin=/usr/bin
@@ -10,13 +10,15 @@ configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
  $(vopt_if crypto --enable-crypto)
  $(vopt_if quarantined --enable-quarantined)"
 hostmakedepends="pkg-config"
-makedepends="libuuid-devel fuse-devel $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
+makedepends="libuuid-devel fuse-devel
+ $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
 short_desc="Stable Read/Write NTFS Driver in userspace"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.tuxera.com/community/ntfs-3g-download/"
-license="GPL-2"
-distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
-checksum=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5
+license="GPL-2.0-or-later"
+homepage="https://github.com/tuxera/ntfs-3g"
+changelog="https://raw.githubusercontent.com/wiki/tuxera/ntfs-3g/NTFS-3G-Release-History.md"
+distfiles="https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${version}.tgz"
+checksum=55b883aa05d94b2ec746ef3966cb41e66bed6db99f22ddd41d1b8b94bb202efb
 
 build_options="crypto extras quarantined"
 desc_option_crypto="Enable crypto related code and utilities"
@@ -27,6 +29,10 @@ build_options_default="crypto extras"
 post_install() {
 	mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
 	ln -sf ntfs-3g ${DESTDIR}/usr/bin/mount.ntfs
+	if [ -z "$build_option_quarantined" ]; then
+		# Remove documentation for a non-existent executable file.
+		rm "${DESTDIR}/usr/share/man/man8/ntfsfallocate.8"
+	fi
 }
 
 ntfs-3g-devel_package() {
diff --git a/srcpkgs/ntfs-3g/update b/srcpkgs/ntfs-3g/update
deleted file mode 100644
index d7226f3d6431..000000000000
--- a/srcpkgs/ntfs-3g/update
+++ /dev/null
@@ -1 +0,0 @@
-pkgname=ntfs-3g_ntfsprogs

From bdb4d341240fb0d18fdfe7458062ab5a916fe99e Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:39:43 +0300
Subject: [PATCH 2/4] partclone: revbump for ntfs-3g

---
 srcpkgs/partclone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/partclone/template b/srcpkgs/partclone/template
index 4813a8a250dd..05a6cb1280d9 100644
--- a/srcpkgs/partclone/template
+++ b/srcpkgs/partclone/template
@@ -1,7 +1,7 @@
 # Template file for 'partclone'
 pkgname=partclone
 version=0.3.17
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-rpath --enable-ncursesw --enable-f2fs
  --enable-extfs --enable-hfsp --enable-fat --enable-exfat

From b2d6c7c400d0eeddcf7dad3c8bcfb955bf3945b2 Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:39:43 +0300
Subject: [PATCH 3/4] testdisk: revbump for ntfs-3g

---
 srcpkgs/testdisk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/testdisk/template b/srcpkgs/testdisk/template
index 754e90273be9..556cb92210dd 100644
--- a/srcpkgs/testdisk/template
+++ b/srcpkgs/testdisk/template
@@ -1,7 +1,7 @@
 # Template file for 'testdisk'
 pkgname=testdisk
 version=7.1
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--without-ewf --enable-sudo"
 makedepends="libjpeg-turbo-devel libuuid-devel e2fsprogs-devel

From f4d6a6c2d62b83cff424559d3150390da0a24178 Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:39:44 +0300
Subject: [PATCH 4/4] wimlib: revbump for ntfs-3g

---
 srcpkgs/wimlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wimlib/template b/srcpkgs/wimlib/template
index 9af4fc140172..768626a6413d 100644
--- a/srcpkgs/wimlib/template
+++ b/srcpkgs/wimlib/template
@@ -1,7 +1,7 @@
 # Template file for 'wimlib'
 pkgname=wimlib
 version=1.13.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libxml2-devel ntfs-3g-devel"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
                   ` (2 preceding siblings ...)
  2021-09-06 16:37 ` [PR PATCH] [Updated] " k4leg
@ 2021-09-06 16:46 ` k4leg
  2021-09-06 16:56 ` [PR REVIEW] " paper42
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: k4leg @ 2021-09-06 16:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

New comment by k4leg on void-packages repository

https://github.com/void-linux/void-packages/pull/32856#issuecomment-913767413

Comment:
> How much was it tested?

Creation and mounting works. I don't know if this is sufficient but only mounts are tested in the README (see _TESTING WITHOUT INSTALLING_ section).

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
                   ` (3 preceding siblings ...)
  2021-09-06 16:46 ` k4leg
@ 2021-09-06 16:56 ` paper42
  2021-09-06 16:59 ` [PR PATCH] [Updated] " k4leg
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2021-09-06 16:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32856#discussion_r703012302

Comment:
Avoiding `$pkgname` in `$wrksrc` is unnecessary, we only want to avoid it in `$homepage` and `$distfiles`.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
                   ` (4 preceding siblings ...)
  2021-09-06 16:56 ` [PR REVIEW] " paper42
@ 2021-09-06 16:59 ` k4leg
  2021-09-06 17:27 ` [PR REVIEW] " Chocimier
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: k4leg @ 2021-09-06 16:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1599 bytes --]

There is an updated pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages ntfs-3g-update
https://github.com/void-linux/void-packages/pull/32856

ntfs-3g: update to 2021.8.22.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/32856.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ntfs-3g-update-32856.patch --]
[-- Type: text/x-diff, Size: 5125 bytes --]

From c101eff3be6d01c53aa537078d95cbc9da13b8a1 Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:31:05 +0300
Subject: [PATCH 1/4] ntfs-3g: update to 2021.8.22.

---
 common/shlibs            |  2 +-
 srcpkgs/ntfs-3g/template | 20 +++++++++++++-------
 srcpkgs/ntfs-3g/update   |  1 -
 3 files changed, 14 insertions(+), 9 deletions(-)
 delete mode 100644 srcpkgs/ntfs-3g/update

diff --git a/common/shlibs b/common/shlibs
index 87c27c459aad..64ea420fb57b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -433,7 +433,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
 libKScreenLocker.so.5 kscreenlocker-5.8.4_1
 libparted.so.2 libparted-3.1_1
 libparted-fs-resize.so.0 libparted-3.1_1
-libntfs-3g.so.88 ntfs-3g-2017.3.23_1
+libntfs-3g.so.89 ntfs-3g-2021.8.22_1
 libruby.so.3.0 ruby-3.0.2_1
 libprocessui.so.9 libksysguard-5.18.90_1
 libksignalplotter.so.9 libksysguard-5.18.90_1
diff --git a/srcpkgs/ntfs-3g/template b/srcpkgs/ntfs-3g/template
index d569ee438741..20b6297bb3c0 100644
--- a/srcpkgs/ntfs-3g/template
+++ b/srcpkgs/ntfs-3g/template
@@ -1,7 +1,7 @@
 # Template file for 'ntfs-3g'
 pkgname=ntfs-3g
-version=2017.3.23
-revision=2
+version=2021.8.22
+revision=1
 wrksrc="${pkgname}_ntfsprogs-${version}"
 build_style=gnu-configure
 configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
@@ -10,13 +10,15 @@ configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
  $(vopt_if crypto --enable-crypto)
  $(vopt_if quarantined --enable-quarantined)"
 hostmakedepends="pkg-config"
-makedepends="libuuid-devel fuse-devel $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
+makedepends="libuuid-devel fuse-devel
+ $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
 short_desc="Stable Read/Write NTFS Driver in userspace"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.tuxera.com/community/ntfs-3g-download/"
-license="GPL-2"
-distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
-checksum=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5
+license="GPL-2.0-or-later"
+homepage="https://github.com/tuxera/ntfs-3g"
+changelog="https://raw.githubusercontent.com/wiki/tuxera/ntfs-3g/NTFS-3G-Release-History.md"
+distfiles="https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${version}.tgz"
+checksum=55b883aa05d94b2ec746ef3966cb41e66bed6db99f22ddd41d1b8b94bb202efb
 
 build_options="crypto extras quarantined"
 desc_option_crypto="Enable crypto related code and utilities"
@@ -27,6 +29,10 @@ build_options_default="crypto extras"
 post_install() {
 	mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
 	ln -sf ntfs-3g ${DESTDIR}/usr/bin/mount.ntfs
+	if [ -z "$build_option_quarantined" ]; then
+		# Remove documentation for a non-existent executable file.
+		rm "${DESTDIR}/usr/share/man/man8/ntfsfallocate.8"
+	fi
 }
 
 ntfs-3g-devel_package() {
diff --git a/srcpkgs/ntfs-3g/update b/srcpkgs/ntfs-3g/update
deleted file mode 100644
index d7226f3d6431..000000000000
--- a/srcpkgs/ntfs-3g/update
+++ /dev/null
@@ -1 +0,0 @@
-pkgname=ntfs-3g_ntfsprogs

From 4a95e94ae210a902bac12b252a346612d3366fe9 Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:39:43 +0300
Subject: [PATCH 2/4] partclone: revbump for ntfs-3g

---
 srcpkgs/partclone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/partclone/template b/srcpkgs/partclone/template
index 4813a8a250dd..05a6cb1280d9 100644
--- a/srcpkgs/partclone/template
+++ b/srcpkgs/partclone/template
@@ -1,7 +1,7 @@
 # Template file for 'partclone'
 pkgname=partclone
 version=0.3.17
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-rpath --enable-ncursesw --enable-f2fs
  --enable-extfs --enable-hfsp --enable-fat --enable-exfat

From 45516101cc5cefba92dda1f24dfce3db33dcfe34 Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:39:43 +0300
Subject: [PATCH 3/4] testdisk: revbump for ntfs-3g

---
 srcpkgs/testdisk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/testdisk/template b/srcpkgs/testdisk/template
index 754e90273be9..556cb92210dd 100644
--- a/srcpkgs/testdisk/template
+++ b/srcpkgs/testdisk/template
@@ -1,7 +1,7 @@
 # Template file for 'testdisk'
 pkgname=testdisk
 version=7.1
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--without-ewf --enable-sudo"
 makedepends="libjpeg-turbo-devel libuuid-devel e2fsprogs-devel

From 0ebed4dfe614204efb542783226e3727b461c651 Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:39:44 +0300
Subject: [PATCH 4/4] wimlib: revbump for ntfs-3g

---
 srcpkgs/wimlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wimlib/template b/srcpkgs/wimlib/template
index 9af4fc140172..768626a6413d 100644
--- a/srcpkgs/wimlib/template
+++ b/srcpkgs/wimlib/template
@@ -1,7 +1,7 @@
 # Template file for 'wimlib'
 pkgname=wimlib
 version=1.13.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libxml2-devel ntfs-3g-devel"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
                   ` (5 preceding siblings ...)
  2021-09-06 16:59 ` [PR PATCH] [Updated] " k4leg
@ 2021-09-06 17:27 ` Chocimier
  2021-09-06 17:30 ` Chocimier
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2021-09-06 17:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 425 bytes --]

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32856#discussion_r703021098

Comment:
In general it is less strict, I would (1) leave usage (no usage) as is except homepage, (2) use variable where it _means_ variable. That is: assume you can't use preferred pkgname. Would you use preferred, or actual pkgname there? If actual, use variable, otherwise spell out.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
                   ` (6 preceding siblings ...)
  2021-09-06 17:27 ` [PR REVIEW] " Chocimier
@ 2021-09-06 17:30 ` Chocimier
  2021-09-06 17:42 ` k4leg
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2021-09-06 17:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32856#issuecomment-913784582

Comment:
I would like to see some more testing than mounting fresh new partition. Is anyone using ntfs volumes around?

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
                   ` (7 preceding siblings ...)
  2021-09-06 17:30 ` Chocimier
@ 2021-09-06 17:42 ` k4leg
  2021-09-06 17:44 ` Chocimier
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: k4leg @ 2021-09-06 17:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

New comment by k4leg on void-packages repository

https://github.com/void-linux/void-packages/pull/32856#issuecomment-913788502

Comment:
> Is anyone using ntfs volumes around?

Yes, I use it (Windows 10 partition).

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
                   ` (8 preceding siblings ...)
  2021-09-06 17:42 ` k4leg
@ 2021-09-06 17:44 ` Chocimier
  2021-09-06 18:00 ` ericonr
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2021-09-06 17:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32856#issuecomment-913789127

Comment:
Ok, that makes a difference. Will merge this week if noone object.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
                   ` (9 preceding siblings ...)
  2021-09-06 17:44 ` Chocimier
@ 2021-09-06 18:00 ` ericonr
  2021-09-06 18:17 ` ericonr
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-09-06 18:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32856#issuecomment-913793750

Comment:
I can test this out later today.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
                   ` (10 preceding siblings ...)
  2021-09-06 18:00 ` ericonr
@ 2021-09-06 18:17 ` ericonr
  2021-09-10 22:12 ` paper42
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-09-06 18:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32856#issuecomment-913800192

Comment:
And by later today I meant a few minutes, it seems. Appears to be ok here, and the changelog is very short.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
                   ` (11 preceding siblings ...)
  2021-09-06 18:17 ` ericonr
@ 2021-09-10 22:12 ` paper42
  2021-09-11 15:30 ` [PR PATCH] [Updated] " k4leg
  2021-09-11 20:17 ` [PR PATCH] [Merged]: " Chocimier
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2021-09-10 22:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32856#issuecomment-917244296

Comment:
@k4leg could you fix the conflict?

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
                   ` (12 preceding siblings ...)
  2021-09-10 22:12 ` paper42
@ 2021-09-11 15:30 ` k4leg
  2021-09-11 20:17 ` [PR PATCH] [Merged]: " Chocimier
  14 siblings, 0 replies; 16+ messages in thread
From: k4leg @ 2021-09-11 15:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1599 bytes --]

There is an updated pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages ntfs-3g-update
https://github.com/void-linux/void-packages/pull/32856

ntfs-3g: update to 2021.8.22.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/32856.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ntfs-3g-update-32856.patch --]
[-- Type: text/x-diff, Size: 5170 bytes --]

From ad5917568b50722e12d0f749011fde9e4cb585dd Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:31:05 +0300
Subject: [PATCH 1/4] ntfs-3g: update to 2021.8.22.

---
 common/shlibs            |  2 +-
 srcpkgs/ntfs-3g/template | 20 +++++++++++++-------
 srcpkgs/ntfs-3g/update   |  1 -
 3 files changed, 14 insertions(+), 9 deletions(-)
 delete mode 100644 srcpkgs/ntfs-3g/update

diff --git a/common/shlibs b/common/shlibs
index d3e078140f7b..840fbc0b9a9f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -433,7 +433,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
 libKScreenLocker.so.5 kscreenlocker-5.8.4_1
 libparted.so.2 libparted-3.1_1
 libparted-fs-resize.so.0 libparted-3.1_1
-libntfs-3g.so.88 ntfs-3g-2017.3.23_1
+libntfs-3g.so.89 ntfs-3g-2021.8.22_1
 libruby.so.3.0 ruby-3.0.2_1
 libprocessui.so.9 libksysguard-5.18.90_1
 libksignalplotter.so.9 libksysguard-5.18.90_1
diff --git a/srcpkgs/ntfs-3g/template b/srcpkgs/ntfs-3g/template
index b17d940d0bb6..72a3fe283153 100644
--- a/srcpkgs/ntfs-3g/template
+++ b/srcpkgs/ntfs-3g/template
@@ -1,7 +1,7 @@
 # Template file for 'ntfs-3g'
 pkgname=ntfs-3g
-version=2017.3.23
-revision=3
+version=2021.8.22
+revision=1
 wrksrc="${pkgname}_ntfsprogs-${version}"
 build_style=gnu-configure
 configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
@@ -10,13 +10,15 @@ configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
  $(vopt_if crypto --enable-crypto)
  $(vopt_if quarantined --enable-quarantined)"
 hostmakedepends="pkg-config"
-makedepends="libuuid-devel fuse-devel $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
+makedepends="libuuid-devel fuse-devel
+ $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
 short_desc="Stable Read/Write NTFS Driver in userspace"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2.0-or-later, LGPL-2.0-only"
-homepage="http://www.tuxera.com/community/ntfs-3g-download/"
-distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
-checksum=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5
+license="GPL-2.0-or-later, LGPL-2.0-or-later"
+homepage="https://github.com/tuxera/ntfs-3g"
+changelog="https://raw.githubusercontent.com/wiki/tuxera/ntfs-3g/NTFS-3G-Release-History.md"
+distfiles="https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${version}.tgz"
+checksum=55b883aa05d94b2ec746ef3966cb41e66bed6db99f22ddd41d1b8b94bb202efb
 
 build_options="crypto extras quarantined"
 desc_option_crypto="Enable crypto related code and utilities"
@@ -27,6 +29,10 @@ build_options_default="crypto extras"
 post_install() {
 	mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
 	ln -sf ntfs-3g ${DESTDIR}/usr/bin/mount.ntfs
+	if [ -z "$build_option_quarantined" ]; then
+		# Remove documentation for a non-existent executable file.
+		rm "${DESTDIR}/usr/share/man/man8/ntfsfallocate.8"
+	fi
 }
 
 ntfs-3g-devel_package() {
diff --git a/srcpkgs/ntfs-3g/update b/srcpkgs/ntfs-3g/update
deleted file mode 100644
index d7226f3d6431..000000000000
--- a/srcpkgs/ntfs-3g/update
+++ /dev/null
@@ -1 +0,0 @@
-pkgname=ntfs-3g_ntfsprogs

From 605f064f58a007e46ed5256944bca15af4e3d1a7 Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:39:43 +0300
Subject: [PATCH 2/4] partclone: revbump for ntfs-3g

---
 srcpkgs/partclone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/partclone/template b/srcpkgs/partclone/template
index 4813a8a250dd..05a6cb1280d9 100644
--- a/srcpkgs/partclone/template
+++ b/srcpkgs/partclone/template
@@ -1,7 +1,7 @@
 # Template file for 'partclone'
 pkgname=partclone
 version=0.3.17
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-rpath --enable-ncursesw --enable-f2fs
  --enable-extfs --enable-hfsp --enable-fat --enable-exfat

From 1cc8a7408cdb8801cddd661a84ac41c9802292d9 Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:39:43 +0300
Subject: [PATCH 3/4] testdisk: revbump for ntfs-3g

---
 srcpkgs/testdisk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/testdisk/template b/srcpkgs/testdisk/template
index 754e90273be9..556cb92210dd 100644
--- a/srcpkgs/testdisk/template
+++ b/srcpkgs/testdisk/template
@@ -1,7 +1,7 @@
 # Template file for 'testdisk'
 pkgname=testdisk
 version=7.1
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--without-ewf --enable-sudo"
 makedepends="libjpeg-turbo-devel libuuid-devel e2fsprogs-devel

From 52f163f0f00476d75e773f81583d86bc12abe0a9 Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Sun, 5 Sep 2021 21:39:44 +0300
Subject: [PATCH 4/4] wimlib: revbump for ntfs-3g

---
 srcpkgs/wimlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wimlib/template b/srcpkgs/wimlib/template
index 9af4fc140172..768626a6413d 100644
--- a/srcpkgs/wimlib/template
+++ b/srcpkgs/wimlib/template
@@ -1,7 +1,7 @@
 # Template file for 'wimlib'
 pkgname=wimlib
 version=1.13.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libxml2-devel ntfs-3g-devel"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Merged]: ntfs-3g: update to 2021.8.22.
  2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
                   ` (13 preceding siblings ...)
  2021-09-11 15:30 ` [PR PATCH] [Updated] " k4leg
@ 2021-09-11 20:17 ` Chocimier
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2021-09-11 20:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1440 bytes --]

There's a merged pull request on the void-packages repository

ntfs-3g: update to 2021.8.22.
https://github.com/void-linux/void-packages/pull/32856

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-09-11 20:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 14:07 [PR PATCH] ntfs-3g: update to 2021.8.22 k4leg
2021-09-06 16:29 ` [PR REVIEW] " Chocimier
2021-09-06 16:29 ` Chocimier
2021-09-06 16:37 ` [PR PATCH] [Updated] " k4leg
2021-09-06 16:46 ` k4leg
2021-09-06 16:56 ` [PR REVIEW] " paper42
2021-09-06 16:59 ` [PR PATCH] [Updated] " k4leg
2021-09-06 17:27 ` [PR REVIEW] " Chocimier
2021-09-06 17:30 ` Chocimier
2021-09-06 17:42 ` k4leg
2021-09-06 17:44 ` Chocimier
2021-09-06 18:00 ` ericonr
2021-09-06 18:17 ` ericonr
2021-09-10 22:12 ` paper42
2021-09-11 15:30 ` [PR PATCH] [Updated] " k4leg
2021-09-11 20:17 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).