Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xfsprogs: update to 5.19.0.
@ 2022-10-06 11:18 Gottox
  2022-10-07  8:42 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: Gottox @ 2022-10-06 11:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages xfsprogs-5.19.0
https://github.com/void-linux/void-packages/pull/39768

xfsprogs: update to 5.19.0.
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfsprogs-5.19.0-39768.patch --]
[-- Type: text/x-diff, Size: 2117 bytes --]

From b1cf95112aff39e06674da4a0b5098d915823e45 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Thu, 6 Oct 2022 13:17:55 +0200
Subject: [PATCH] xfsprogs: update to 5.19.0.

---
 .../xfsprogs/patches/00-patch-for-mips.diff   | 26 -------------------
 srcpkgs/xfsprogs/template                     |  4 +--
 2 files changed, 2 insertions(+), 28 deletions(-)
 delete mode 100644 srcpkgs/xfsprogs/patches/00-patch-for-mips.diff

diff --git a/srcpkgs/xfsprogs/patches/00-patch-for-mips.diff b/srcpkgs/xfsprogs/patches/00-patch-for-mips.diff
deleted file mode 100644
index 866dab897862..000000000000
--- a/srcpkgs/xfsprogs/patches/00-patch-for-mips.diff
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/io/mmap.c
-+++ b/io/mmap.c
-@@ -189,7 +189,11 @@
- 			prot |= PROT_EXEC;
- 			break;
- 		case 'S':
-+ 			#ifdef MAP_SYNC
- 			flags = MAP_SYNC | MAP_SHARED_VALIDATE;
-+ 			#else
-+ 			flags = MAP_SHARED_VALIDATE;
-+ 			#endif
- 
- 			/*
- 			 * If MAP_SYNC and MAP_SHARED_VALIDATE aren't defined
-@@ -269,7 +273,11 @@
- 	mapping->offset = offset;
- 	mapping->name = filename;
- 	mapping->prot = prot;
-+ 	#ifdef MAP_SYNC
- 	mapping->map_sync = (flags == (MAP_SYNC | MAP_SHARED_VALIDATE));
-+ 	#else
-+ 	mapping->map_sync = (flags == (MAP_SHARED_VALIDATE));
-+ 	#endif
- 	return 0;
- }
- 
diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template
index c16e5fb5c683..1fd93d1911db 100644
--- a/srcpkgs/xfsprogs/template
+++ b/srcpkgs/xfsprogs/template
@@ -1,6 +1,6 @@
 # Template file for 'xfsprogs'
 pkgname=xfsprogs
-version=5.18.0
+version=5.19.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib"
@@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://xfs.org/index.php/Main_Page"
 distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsprogs/xfsprogs-${version}.tar.xz"
-checksum=1e8d8801bdec8cd4cad360ce3bbd12c35a97f2bc8f7c8c9580d1903b0e8cc35b
+checksum=4b6c6c98c036a37f6d90c82cb7fe9405d3b5856d9345662032d01ff4b140592c
 
 do_install() {
 	make install install-dev DIST_ROOT=${DESTDIR} \

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

* Re: [PR PATCH] [Merged]: xfsprogs: update to 5.19.0.
  2022-10-06 11:18 [PR PATCH] xfsprogs: update to 5.19.0 Gottox
@ 2022-10-07  8:42 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2022-10-07  8:42 UTC (permalink / raw)
  To: ml

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

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

xfsprogs: update to 5.19.0.
https://github.com/void-linux/void-packages/pull/39768

Description:
None

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

end of thread, other threads:[~2022-10-07  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06 11:18 [PR PATCH] xfsprogs: update to 5.19.0 Gottox
2022-10-07  8:42 ` [PR PATCH] [Merged]: " leahneukirchen

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