Github messages for voidlinux
 help / color / mirror / Atom feed
From: k4leg <k4leg@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ntfs-3g: update to 2021.8.22.
Date: Mon, 06 Sep 2021 18:37:35 +0200	[thread overview]
Message-ID: <20210906163735.Fxmtx17-0f_99gy_wODj8s51wnZOGl4GvohHHcXrGEk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32856@inbox.vuxu.org>

[-- 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"

  parent reply	other threads:[~2021-09-06 16:37 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-06 14:07 [PR PATCH] " k4leg
2021-09-06 16:29 ` [PR REVIEW] " Chocimier
2021-09-06 16:29 ` Chocimier
2021-09-06 16:37 ` k4leg [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210906163735.Fxmtx17-0f_99gy_wODj8s51wnZOGl4GvohHHcXrGEk@z \
    --to=k4leg@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).