Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] parted: update to 3.3.
@ 2019-10-11 16:32 voidlinux-github
  2019-10-12  8:31 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-11 16:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages parted
https://github.com/void-linux/void-packages/pull/15342

parted: update to 3.3.


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

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

From de695d0703239cb5ad8cbdd294a880586ce7bc08 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 11 Oct 2019 18:25:40 +0200
Subject: [PATCH] parted: update to 3.3.

---
 srcpkgs/parted/patches/fix-glibc-2.27.patch | 42 ---------------------
 srcpkgs/parted/patches/fix-includes.patch   | 10 -----
 srcpkgs/parted/template                     |  6 +--
 3 files changed, 3 insertions(+), 55 deletions(-)
 delete mode 100644 srcpkgs/parted/patches/fix-glibc-2.27.patch
 delete mode 100644 srcpkgs/parted/patches/fix-includes.patch

diff --git a/srcpkgs/parted/patches/fix-glibc-2.27.patch b/srcpkgs/parted/patches/fix-glibc-2.27.patch
deleted file mode 100644
index b2ea15ce5f4..00000000000
--- a/srcpkgs/parted/patches/fix-glibc-2.27.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 5cb16c0474fd4b28ed58ac06fecfc76a7f1fa9fb Mon Sep 17 00:00:00 2001
-From: maxice8 <thinkabit.ukim@gmail.com>
-Date: Sat, 22 Sep 2018 23:08:51 -0300
-Subject: [PATCH] libparted/arch/linux.c: add missing sys/sysmacros.h include
- for 'minor', 'major'
-
-otherwise fails on glibc >= 2.27 with
-
-arch/linux.c: In function '_dm_is_part':
-arch/linux.c:551:28: warning: implicit declaration of function 'major' [-Wimplicit-function-declaration]
-         if (!_is_dm_major (major (deps->device[0])))
-                            ^~~~~
-arch/linux.c: In function '_device_probe_type':
-arch/linux.c:648:44: warning: implicit declaration of function 'minor'; did you mean 'mknod'? [-Wimplicit-function-declaration]
-         arch_specific->minor = dev_minor = minor (dev_stat.st_rdev);
-                                            ^~~~~
-                                            mknod
-  CCLD     libparted.la
-
-../libparted/.libs/libparted.so: undefined reference to `major'
-../libparted/.libs/libparted.so: undefined reference to `minor'
-collect2: error: ld returned 1 exit status
----
- libparted/arch/linux.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/libparted/arch/linux.c b/libparted/arch/linux.c
-index 0f18904..a15854f 100644
---- libparted/arch/linux.c
-+++ libparted/arch/linux.c
-@@ -41,6 +41,7 @@
- #include <sys/utsname.h>        /* for uname() */
- #include <scsi/scsi.h>
- #include <assert.h>
-+#include <sys/sysmacros.h>
- #ifdef ENABLE_DEVICE_MAPPER
- #include <libdevmapper.h>
- #endif
--- 
-2.19.0
-
-
diff --git a/srcpkgs/parted/patches/fix-includes.patch b/srcpkgs/parted/patches/fix-includes.patch
deleted file mode 100644
index aa39609f750..00000000000
--- a/srcpkgs/parted/patches/fix-includes.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- libparted/fs/xfs/platform_defs.h
-+++ libparted/fs/xfs/platform_defs.h
-@@ -35,6 +35,7 @@
- #define __XFS_PLATFORM_DEFS_H__
- 
- #include <stdio.h>
-+#include <fcntl.h>
- #include <stdarg.h>
- #include <assert.h>
- #include <endian.h>
diff --git a/srcpkgs/parted/template b/srcpkgs/parted/template
index 03b6bd4b61e..c8946b570ca 100644
--- a/srcpkgs/parted/template
+++ b/srcpkgs/parted/template
@@ -1,7 +1,7 @@
 # Template file for 'parted'
 pkgname=parted
-version=3.2
-revision=7
+version=3.3
+revision=1
 build_style=gnu-configure
 # parted wants off_t as 64bit type
 configure_args="ac_cv_sizeof_off_t=8"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/parted/"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4
+checksum=57e2b4bd87018625c515421d4524f6e3b55175b472302056391c5f7eccb83d44
 
 libparted_package() {
 	short_desc+=" - shared library"

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

* Re: [PR PATCH] [Merged]: parted: update to 3.3.
  2019-10-11 16:32 [PR PATCH] parted: update to 3.3 voidlinux-github
@ 2019-10-12  8:31 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-12  8:31 UTC (permalink / raw)
  To: ml

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

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

parted: update to 3.3.
https://github.com/void-linux/void-packages/pull/15342

Description:


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

end of thread, other threads:[~2019-10-12  8:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11 16:32 [PR PATCH] parted: update to 3.3 voidlinux-github
2019-10-12  8:31 ` [PR PATCH] [Merged]: " voidlinux-github

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