Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] liburcu: update to 0.14.0.
@ 2023-04-17 21:24 mhmdanas
  2023-04-17 21:36 ` [PR PATCH] [Updated] " mhmdanas
  2023-04-28 18:11 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-04-17 21:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages liburcu-0.14.0
https://github.com/void-linux/void-packages/pull/43502

liburcu: update to 0.14.0.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/43502.patch is attached

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

From 3434941c7f2279aadefd9402cf234abeff1b8c53 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:08 +0100
Subject: [PATCH 1/7] liburcu: update to 0.14.0, orphan.

Author hasn't made any commits to void-packages since December 2016
(653309c1880069bf17b8e679c8986112f203bc4c).
---
 common/shlibs                       | 14 +++++++-------
 srcpkgs/liburcu/patches/ppcle.patch | 28 ----------------------------
 srcpkgs/liburcu/template            |  9 +++++----
 3 files changed, 12 insertions(+), 39 deletions(-)
 delete mode 100644 srcpkgs/liburcu/patches/ppcle.patch

diff --git a/common/shlibs b/common/shlibs
index 091ce356a307..82b7d6ee012d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2726,13 +2726,13 @@ libmarkdown.so.2 discount-2.2.0_3
 libkeystone.so.0 keystone-0.9_1
 libmate-slab.so.0 libmate-control-center-1.14.0_2
 libuev.so.3 libuev-2.4.0_1
-liburcu-bp.so.6 liburcu-0.10.0_1
-liburcu-cds.so.6 liburcu-0.10.0_1
-liburcu-common.so.6 liburcu-0.10.0_1
-liburcu-mb.so.6 liburcu-0.10.0_1
-liburcu-qsbr.so.6 liburcu-0.10.0_1
-liburcu-signal.so.6 liburcu-0.10.0_1
-liburcu.so.6 liburcu-0.10.0_1
+liburcu-bp.so.8 liburcu-0.14.0_1
+liburcu-cds.so.8 liburcu-0.14.0_1
+liburcu-common.so.8 liburcu-0.14.0_1
+liburcu-mb.so.8 liburcu-0.14.0_1
+liburcu-qsbr.so.8 liburcu-0.14.0_1
+liburcu-signal.so.8 liburcu-0.14.0_1
+liburcu.so.8 liburcu-0.14.0_1
 liblttng-ust.so.0 lttng-ust-2.7.2_1
 liblttng-ust-ctl.so.4 lttng-ust-2.10.0_1
 liblttng-ust-fork.so.0 lttng-ust-2.7.2_1
diff --git a/srcpkgs/liburcu/patches/ppcle.patch b/srcpkgs/liburcu/patches/ppcle.patch
deleted file mode 100644
index 3baf82aac84a..000000000000
--- a/srcpkgs/liburcu/patches/ppcle.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-commit b7e9de38d953218f3c7faaf39795bf7ac68a0e81
-Author: q66 <daniel@octaforge.org>
-Date:   Sun Sep 25 13:58:16 2022 +0000
-
-    fix build on ppcle
-
-diff --git a/configure b/configure
-index 449fc8c..710cbfe 100755
---- a/configure
-+++ b/configure
-@@ -15038,6 +15038,8 @@ case $host_cpu in #(
-     ARCHTYPE="x86" ;; #(
-   powerpc) :
-     ARCHTYPE="ppc" ;; #(
-+  powerpcle) :
-+    ARCHTYPE="ppc" ;; #(
-   ppc64) :
-     ARCHTYPE="ppc" ;; #(
-   powerpc64) :
-@@ -15046,6 +15048,8 @@ case $host_cpu in #(
-     ARCHTYPE="ppc" ;; #(
-   ppc) :
-     ARCHTYPE="ppc" ;; #(
-+  ppcle) :
-+    ARCHTYPE="ppc" ;; #(
-   s390) :
-     ARCHTYPE="s390" ;; #(
-   s390x) :
diff --git a/srcpkgs/liburcu/template b/srcpkgs/liburcu/template
index 71c24cde54e6..47424516623a 100644
--- a/srcpkgs/liburcu/template
+++ b/srcpkgs/liburcu/template
@@ -1,15 +1,16 @@
 # Template file for 'liburcu'
 pkgname=liburcu
-version=0.12.2
+version=0.14.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="Userspace RCU (read-copy-update) library"
-maintainer="Simon Thoby <simonthoby@live.fr>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://liburcu.org"
+changelog="https://git.liburcu.org/?p=userspace-rcu.git;a=blob_plain;f=ChangeLog;hb=master"
 distfiles="https://www.lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2"
-checksum=4eefc11e4f6c212fc7d84d871e1cc139da0669a46ff3fda557a6fdd4d74ca67b
+checksum=ca43bf261d4d392cff20dfae440836603bf009fce24fdc9b2697d837a2239d4f
 
 liburcu-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
@@ -17,7 +18,7 @@ liburcu-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.so"
 		vmove usr/share/doc
 	}
 }

From c1a454db2bbe8ad081ff1e4664711b6ee673024e Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:53 +0100
Subject: [PATCH 2/7] glusterfs: revbump for liburcu-0.14.0.

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 993fde9a321c..4c53ae9b3634 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=9.4
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 4f03ec4a4d54b24f72fc6b6bd483a606092a3f06 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:55 +0100
Subject: [PATCH 3/7] knot: revbump for liburcu-0.14.0.

---
 srcpkgs/knot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/knot/template b/srcpkgs/knot/template
index 8696b58ca7e9..82a79b6e50bf 100644
--- a/srcpkgs/knot/template
+++ b/srcpkgs/knot/template
@@ -1,7 +1,7 @@
 # Template file for 'knot'
 pkgname=knot
 version=3.2.5
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --disable-silent-rules

From 36abe5432c345cbf5fc0097399fa48dd4f28bc91 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:56 +0100
Subject: [PATCH 4/7] lttng-tools: revbump for liburcu-0.14.0.

---
 srcpkgs/lttng-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lttng-tools/template b/srcpkgs/lttng-tools/template
index 96d4061584e3..7aba0e6208cf 100644
--- a/srcpkgs/lttng-tools/template
+++ b/srcpkgs/lttng-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'lttng-tools'
 pkgname=lttng-tools
 version=2.12.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libxml2-devel lttng-modules-dkms lttng-ust-devel popt-devel

From 3a9117a944c4b2054ea5c06252da73366ae8956f Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:57 +0100
Subject: [PATCH 5/7] lttng-ust: revbump for liburcu-0.14.0.

---
 srcpkgs/lttng-ust/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lttng-ust/template b/srcpkgs/lttng-ust/template
index 10f50ff615c2..5a6a084c8f0a 100644
--- a/srcpkgs/lttng-ust/template
+++ b/srcpkgs/lttng-ust/template
@@ -1,7 +1,7 @@
 # Template file for 'lttng-ust'
 pkgname=lttng-ust
 version=2.12.2
-revision=1
+revision=2
 build_style=gnu-configure
 makedepends="liburcu-devel libnuma-devel"
 depends="libnuma"

From 8f8a2fbe023fc4f776fdcf51907d4531baa2635f Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:58 +0100
Subject: [PATCH 6/7] netsniff-ng: revbump for liburcu-0.14.0.

---
 srcpkgs/netsniff-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/netsniff-ng/template b/srcpkgs/netsniff-ng/template
index 7d6e73baab5d..a6743ca91506 100644
--- a/srcpkgs/netsniff-ng/template
+++ b/srcpkgs/netsniff-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'netsniff-ng'
 pkgname=netsniff-ng
 version=0.6.8
-revision=1
+revision=2
 build_style=configure
 configure_args="--prefix=/usr --disable-geoip"
 hostmakedepends="pkg-config flex bison which"

From 6211af19cb9c0a34faba67e27f0d9a73f5d10c3b Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:59 +0100
Subject: [PATCH 7/7] xfsprogs: revbump for liburcu-0.14.0.

---
 srcpkgs/xfsprogs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template
index 1fd93d1911db..1108d9f6666d 100644
--- a/srcpkgs/xfsprogs/template
+++ b/srcpkgs/xfsprogs/template
@@ -1,7 +1,7 @@
 # Template file for 'xfsprogs'
 pkgname=xfsprogs
 version=5.19.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib"
 hostmakedepends="gettext libuuid-devel"

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

* Re: [PR PATCH] [Updated] liburcu: update to 0.14.0.
  2023-04-17 21:24 [PR PATCH] liburcu: update to 0.14.0 mhmdanas
@ 2023-04-17 21:36 ` mhmdanas
  2023-04-28 18:11 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-04-17 21:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages liburcu-0.14.0
https://github.com/void-linux/void-packages/pull/43502

liburcu: update to 0.14.0.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/43502.patch is attached

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

From a39976b991099a3135cddff69349bebd1b4f2f30 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:08 +0100
Subject: [PATCH 1/7] liburcu: update to 0.14.0, orphan.

Author hasn't made any commits to void-packages since December 2016
(653309c1880069bf17b8e679c8986112f203bc4c).
---
 common/shlibs                       | 14 +++++++-------
 srcpkgs/liburcu/patches/ppcle.patch | 28 ----------------------------
 srcpkgs/liburcu/template            |  9 +++++----
 3 files changed, 12 insertions(+), 39 deletions(-)
 delete mode 100644 srcpkgs/liburcu/patches/ppcle.patch

diff --git a/common/shlibs b/common/shlibs
index 0b05cd99d6b3..e65dc5ba62af 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2727,13 +2727,13 @@ libmarkdown.so.2 discount-2.2.0_3
 libkeystone.so.0 keystone-0.9_1
 libmate-slab.so.0 libmate-control-center-1.14.0_2
 libuev.so.3 libuev-2.4.0_1
-liburcu-bp.so.6 liburcu-0.10.0_1
-liburcu-cds.so.6 liburcu-0.10.0_1
-liburcu-common.so.6 liburcu-0.10.0_1
-liburcu-mb.so.6 liburcu-0.10.0_1
-liburcu-qsbr.so.6 liburcu-0.10.0_1
-liburcu-signal.so.6 liburcu-0.10.0_1
-liburcu.so.6 liburcu-0.10.0_1
+liburcu-bp.so.8 liburcu-0.14.0_1
+liburcu-cds.so.8 liburcu-0.14.0_1
+liburcu-common.so.8 liburcu-0.14.0_1
+liburcu-mb.so.8 liburcu-0.14.0_1
+liburcu-qsbr.so.8 liburcu-0.14.0_1
+liburcu-signal.so.8 liburcu-0.14.0_1
+liburcu.so.8 liburcu-0.14.0_1
 liblttng-ust.so.0 lttng-ust-2.7.2_1
 liblttng-ust-ctl.so.4 lttng-ust-2.10.0_1
 liblttng-ust-fork.so.0 lttng-ust-2.7.2_1
diff --git a/srcpkgs/liburcu/patches/ppcle.patch b/srcpkgs/liburcu/patches/ppcle.patch
deleted file mode 100644
index 3baf82aac84a..000000000000
--- a/srcpkgs/liburcu/patches/ppcle.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-commit b7e9de38d953218f3c7faaf39795bf7ac68a0e81
-Author: q66 <daniel@octaforge.org>
-Date:   Sun Sep 25 13:58:16 2022 +0000
-
-    fix build on ppcle
-
-diff --git a/configure b/configure
-index 449fc8c..710cbfe 100755
---- a/configure
-+++ b/configure
-@@ -15038,6 +15038,8 @@ case $host_cpu in #(
-     ARCHTYPE="x86" ;; #(
-   powerpc) :
-     ARCHTYPE="ppc" ;; #(
-+  powerpcle) :
-+    ARCHTYPE="ppc" ;; #(
-   ppc64) :
-     ARCHTYPE="ppc" ;; #(
-   powerpc64) :
-@@ -15046,6 +15048,8 @@ case $host_cpu in #(
-     ARCHTYPE="ppc" ;; #(
-   ppc) :
-     ARCHTYPE="ppc" ;; #(
-+  ppcle) :
-+    ARCHTYPE="ppc" ;; #(
-   s390) :
-     ARCHTYPE="s390" ;; #(
-   s390x) :
diff --git a/srcpkgs/liburcu/template b/srcpkgs/liburcu/template
index 71c24cde54e6..47424516623a 100644
--- a/srcpkgs/liburcu/template
+++ b/srcpkgs/liburcu/template
@@ -1,15 +1,16 @@
 # Template file for 'liburcu'
 pkgname=liburcu
-version=0.12.2
+version=0.14.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="Userspace RCU (read-copy-update) library"
-maintainer="Simon Thoby <simonthoby@live.fr>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://liburcu.org"
+changelog="https://git.liburcu.org/?p=userspace-rcu.git;a=blob_plain;f=ChangeLog;hb=master"
 distfiles="https://www.lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2"
-checksum=4eefc11e4f6c212fc7d84d871e1cc139da0669a46ff3fda557a6fdd4d74ca67b
+checksum=ca43bf261d4d392cff20dfae440836603bf009fce24fdc9b2697d837a2239d4f
 
 liburcu-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
@@ -17,7 +18,7 @@ liburcu-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.so"
 		vmove usr/share/doc
 	}
 }

From 5eb9bc1cc0d04a2ed8b18340f09e883fa5b55206 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:53 +0100
Subject: [PATCH 2/7] glusterfs: revbump for liburcu-0.14.0.

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 993fde9a321c..4c53ae9b3634 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=9.4
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 56419a3029fc99a6421330d9ff64f4f7913b44b7 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:55 +0100
Subject: [PATCH 3/7] knot: revbump for liburcu-0.14.0.

---
 srcpkgs/knot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/knot/template b/srcpkgs/knot/template
index 103305ff7281..8a220c62d1d3 100644
--- a/srcpkgs/knot/template
+++ b/srcpkgs/knot/template
@@ -1,7 +1,7 @@
 # Template file for 'knot'
 pkgname=knot
 version=3.2.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --disable-silent-rules

From b7911ca2792ef1da1a068c14edb6f3ef92b3f07b Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:56 +0100
Subject: [PATCH 4/7] lttng-tools: revbump for liburcu-0.14.0.

---
 srcpkgs/lttng-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lttng-tools/template b/srcpkgs/lttng-tools/template
index 96d4061584e3..7aba0e6208cf 100644
--- a/srcpkgs/lttng-tools/template
+++ b/srcpkgs/lttng-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'lttng-tools'
 pkgname=lttng-tools
 version=2.12.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libxml2-devel lttng-modules-dkms lttng-ust-devel popt-devel

From 2aa6d9d171885cb5d1b34dfc65be356125f9b217 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:57 +0100
Subject: [PATCH 5/7] lttng-ust: revbump for liburcu-0.14.0.

---
 srcpkgs/lttng-ust/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lttng-ust/template b/srcpkgs/lttng-ust/template
index 10f50ff615c2..5a6a084c8f0a 100644
--- a/srcpkgs/lttng-ust/template
+++ b/srcpkgs/lttng-ust/template
@@ -1,7 +1,7 @@
 # Template file for 'lttng-ust'
 pkgname=lttng-ust
 version=2.12.2
-revision=1
+revision=2
 build_style=gnu-configure
 makedepends="liburcu-devel libnuma-devel"
 depends="libnuma"

From 2b62db31a385d5c1eddd194b29f2a1974efcf2f6 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:58 +0100
Subject: [PATCH 6/7] netsniff-ng: revbump for liburcu-0.14.0.

---
 srcpkgs/netsniff-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/netsniff-ng/template b/srcpkgs/netsniff-ng/template
index 7d6e73baab5d..a6743ca91506 100644
--- a/srcpkgs/netsniff-ng/template
+++ b/srcpkgs/netsniff-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'netsniff-ng'
 pkgname=netsniff-ng
 version=0.6.8
-revision=1
+revision=2
 build_style=configure
 configure_args="--prefix=/usr --disable-geoip"
 hostmakedepends="pkg-config flex bison which"

From 46db39d4cc3246e15458a6d3901836710dfafa16 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 17 Apr 2023 22:16:59 +0100
Subject: [PATCH 7/7] xfsprogs: revbump for liburcu-0.14.0.

---
 srcpkgs/xfsprogs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template
index 1fd93d1911db..1108d9f6666d 100644
--- a/srcpkgs/xfsprogs/template
+++ b/srcpkgs/xfsprogs/template
@@ -1,7 +1,7 @@
 # Template file for 'xfsprogs'
 pkgname=xfsprogs
 version=5.19.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib"
 hostmakedepends="gettext libuuid-devel"

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

* Re: [PR PATCH] [Merged]: liburcu: update to 0.14.0.
  2023-04-17 21:24 [PR PATCH] liburcu: update to 0.14.0 mhmdanas
  2023-04-17 21:36 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-04-28 18:11 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-04-28 18:11 UTC (permalink / raw)
  To: ml

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

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

liburcu: update to 0.14.0.
https://github.com/void-linux/void-packages/pull/43502

Description:

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

end of thread, other threads:[~2023-04-28 18:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 21:24 [PR PATCH] liburcu: update to 0.14.0 mhmdanas
2023-04-17 21:36 ` [PR PATCH] [Updated] " mhmdanas
2023-04-28 18:11 ` [PR PATCH] [Merged]: " Duncaen

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