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

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).