Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] udisks2: update to 2.9.1.
@ 2020-10-03  1:08 ericonr
  2020-10-03 12:03 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ericonr @ 2020-10-03  1:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages udisks2
https://github.com/void-linux/void-packages/pull/25304

udisks2: update to 2.9.1.
Remove zram build option, which wasn't functional without systemd
already, but now explicitly requires it.

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

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

From c062983fe23b45851e4ca6cc9890eeb2d0cc4c9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 22:07:19 -0300
Subject: [PATCH] udisks2: update to 2.9.1.

Remove zram build option, which wasn't functional without systemd
already, but now explicitly requires it.
---
 srcpkgs/udisks2/patches/O_CLOEXEC.patch | 10 ----------
 srcpkgs/udisks2/template                |  6 +++---
 2 files changed, 3 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/udisks2/patches/O_CLOEXEC.patch

diff --git a/srcpkgs/udisks2/patches/O_CLOEXEC.patch b/srcpkgs/udisks2/patches/O_CLOEXEC.patch
deleted file mode 100644
index 69785f52244..00000000000
--- a/srcpkgs/udisks2/patches/O_CLOEXEC.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/udiskslinuxblock.c.orig
-+++ src/udiskslinuxblock.c
-@@ -24,6 +24,7 @@
- #include <sys/types.h>
- #include <sys/mount.h>
- #include <sys/stat.h>
-+#define __USE_GNU
- #include <fcntl.h>
- #include <pwd.h>
- #include <grp.h>
diff --git a/srcpkgs/udisks2/template b/srcpkgs/udisks2/template
index 6d54c5f8b95..3d087473f1b 100644
--- a/srcpkgs/udisks2/template
+++ b/srcpkgs/udisks2/template
@@ -1,13 +1,13 @@
 # Template file for 'udisks2'
 pkgname=udisks2
-version=2.9.0
+version=2.9.1
 revision=1
 wrksrc="udisks-${version}"
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static --with-udevdir=/usr/lib/udev
  --enable-lvm2 --enable-btrfs --enable-bcache --enable-vdo
- --enable-lvmcache --enable-zram $(vopt_enable gir introspection)"
+ --enable-lvmcache $(vopt_enable gir introspection)"
 hostmakedepends="docbook-xsl gettext glib-devel libxslt pkg-config
  $(vopt_if gir 'gobject-introspection') polkit"
 makedepends="acl-devel libatasmart-devel libgudev-devel libparted-devel
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/udisks"
 changelog="https://raw.githubusercontent.com/storaged-project/udisks/master/NEWS"
 distfiles="https://github.com/storaged-project/udisks/releases/download/udisks-${version}/udisks-${version}.tar.bz2"
-checksum=25b09265d71b9b97069e4a2fae10f696a851e0b812e69b20bcc4b23efee1ad34
+checksum=da25c348edebefd5614c727fd6a7c286ba114479aa3279dcd5df274da6f28646
 make_dirs="/var/lib/udisks2 0750 root root"
 conf_files="/etc/udisks2/udisks2.conf"
 

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

* Re: udisks2: update to 2.9.1.
  2020-10-03  1:08 [PR PATCH] udisks2: update to 2.9.1 ericonr
@ 2020-10-03 12:03 ` ericonr
  2020-10-07  2:27 ` [PR PATCH] [Updated] " ericonr
  2020-10-07  3:02 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-10-03 12:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25304#issuecomment-703092729

Comment:
https://github.com/storaged-project/udisks/tree/master/modules/zram/data could perhaps be adapted?

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

* Re: [PR PATCH] [Updated] udisks2: update to 2.9.1.
  2020-10-03  1:08 [PR PATCH] udisks2: update to 2.9.1 ericonr
  2020-10-03 12:03 ` ericonr
@ 2020-10-07  2:27 ` ericonr
  2020-10-07  3:02 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-10-07  2:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages udisks2
https://github.com/void-linux/void-packages/pull/25304

udisks2: update to 2.9.1.
Remove zram build option, which wasn't functional without systemd
already, but now explicitly requires it.

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

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

From cc734609107030e3c36f288ba338b4582c52f60b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 22:07:19 -0300
Subject: [PATCH] udisks2: update to 2.9.1, adopt.

Remove zram build option, which wasn't functional without systemd
already, but now explicitly requires it.
---
 srcpkgs/udisks2/patches/O_CLOEXEC.patch | 10 ----------
 srcpkgs/udisks2/template                |  9 +++++----
 2 files changed, 5 insertions(+), 14 deletions(-)
 delete mode 100644 srcpkgs/udisks2/patches/O_CLOEXEC.patch

diff --git a/srcpkgs/udisks2/patches/O_CLOEXEC.patch b/srcpkgs/udisks2/patches/O_CLOEXEC.patch
deleted file mode 100644
index 69785f52244..00000000000
--- a/srcpkgs/udisks2/patches/O_CLOEXEC.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/udiskslinuxblock.c.orig
-+++ src/udiskslinuxblock.c
-@@ -24,6 +24,7 @@
- #include <sys/types.h>
- #include <sys/mount.h>
- #include <sys/stat.h>
-+#define __USE_GNU
- #include <fcntl.h>
- #include <pwd.h>
- #include <grp.h>
diff --git a/srcpkgs/udisks2/template b/srcpkgs/udisks2/template
index 6d54c5f8b95..3fd8e2282bf 100644
--- a/srcpkgs/udisks2/template
+++ b/srcpkgs/udisks2/template
@@ -1,24 +1,25 @@
 # Template file for 'udisks2'
 pkgname=udisks2
-version=2.9.0
+version=2.9.1
 revision=1
 wrksrc="udisks-${version}"
 build_style=gnu-configure
 build_helper="gir"
+# zram module is disabled, since it requires systemd units
 configure_args="--disable-static --with-udevdir=/usr/lib/udev
  --enable-lvm2 --enable-btrfs --enable-bcache --enable-vdo
- --enable-lvmcache --enable-zram $(vopt_enable gir introspection)"
+ --enable-lvmcache $(vopt_enable gir introspection)"
 hostmakedepends="docbook-xsl gettext glib-devel libxslt pkg-config
  $(vopt_if gir 'gobject-introspection') polkit"
 makedepends="acl-devel libatasmart-devel libgudev-devel libparted-devel
  polkit-devel sg3_utils-devel libblockdev-devel libbtrfs-devel elogind-devel"
 short_desc="Disk Management Service, version 2"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/udisks"
 changelog="https://raw.githubusercontent.com/storaged-project/udisks/master/NEWS"
 distfiles="https://github.com/storaged-project/udisks/releases/download/udisks-${version}/udisks-${version}.tar.bz2"
-checksum=25b09265d71b9b97069e4a2fae10f696a851e0b812e69b20bcc4b23efee1ad34
+checksum=da25c348edebefd5614c727fd6a7c286ba114479aa3279dcd5df274da6f28646
 make_dirs="/var/lib/udisks2 0750 root root"
 conf_files="/etc/udisks2/udisks2.conf"
 

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

* Re: [PR PATCH] [Merged]: udisks2: update to 2.9.1.
  2020-10-03  1:08 [PR PATCH] udisks2: update to 2.9.1 ericonr
  2020-10-03 12:03 ` ericonr
  2020-10-07  2:27 ` [PR PATCH] [Updated] " ericonr
@ 2020-10-07  3:02 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-10-07  3:02 UTC (permalink / raw)
  To: ml

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

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

udisks2: update to 2.9.1.
https://github.com/void-linux/void-packages/pull/25304

Description:
Remove zram build option, which wasn't functional without systemd
already, but now explicitly requires it.

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

end of thread, other threads:[~2020-10-07  3:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-03  1:08 [PR PATCH] udisks2: update to 2.9.1 ericonr
2020-10-03 12:03 ` ericonr
2020-10-07  2:27 ` [PR PATCH] [Updated] " ericonr
2020-10-07  3:02 ` [PR PATCH] [Merged]: " ericonr

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