Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] libseccomp: update to 2.5.1.
@ 2020-12-29 16:11 ndowens
  2020-12-29 20:17 ` [PR PATCH] [Updated] " ndowens
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: ndowens @ 2020-12-29 16:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libseccomp
https://github.com/void-linux/void-packages/pull/27532

[WIP] libseccomp: update to 2.5.1.
According to https://github.com/stoeckmann/xwallpaper/issues/23 issue has been fixed, I got to test xscreensaver and fix test

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

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

From d7daf97d8e279cf8394b58b158ceb0b0e2ffc059 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 10:11:22 -0600
Subject: [PATCH] libseccomp: update to 2.5.1.

---
 srcpkgs/libseccomp/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template
index 6dc73feaee0..a99bafcd420 100644
--- a/srcpkgs/libseccomp/template
+++ b/srcpkgs/libseccomp/template
@@ -1,16 +1,15 @@
 # Template file for 'libseccomp'
 pkgname=libseccomp
-reverts="2.5.0_1"
-version=2.4.3
-revision=2
+version=2.5.1
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+hostmakedepends="automake libtool gperf"
 short_desc="High level interface to the Linux Kernel's seccomp filter"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/seccomp/libseccomp/"
 distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
-checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6
+checksum=76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829
 
 post_extract() {
 	case "$XBPS_TARGET_MACHINE" in

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

* Re: [PR PATCH] [Updated] [WIP] libseccomp: update to 2.5.1.
  2020-12-29 16:11 [PR PATCH] [WIP] libseccomp: update to 2.5.1 ndowens
@ 2020-12-29 20:17 ` ndowens
  2020-12-29 20:22 ` ndowens
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ndowens @ 2020-12-29 20:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libseccomp
https://github.com/void-linux/void-packages/pull/27532

[WIP] libseccomp: update to 2.5.1.
According to https://github.com/stoeckmann/xwallpaper/issues/23 issue has been fixed, I got to test xscreensaver and fix test

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

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

From a31f2f56ea7548f130eec0d846708bb2af11d7aa Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 10:11:22 -0600
Subject: [PATCH] libseccomp: update to 2.5.1.

---
 srcpkgs/libseccomp/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template
index 6dc73feaee0..b447b8b18d2 100644
--- a/srcpkgs/libseccomp/template
+++ b/srcpkgs/libseccomp/template
@@ -1,16 +1,16 @@
 # Template file for 'libseccomp'
 pkgname=libseccomp
-reverts="2.5.0_1"
-version=2.4.3
-revision=2
+version=2.5.1
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+hostmakedepends="automake libtool gperf"
+checkdepends="coreutils valgrind diffutils"
 short_desc="High level interface to the Linux Kernel's seccomp filter"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/seccomp/libseccomp/"
 distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
-checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6
+checksum=76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829
 
 post_extract() {
 	case "$XBPS_TARGET_MACHINE" in
@@ -21,6 +21,12 @@ pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
 }
 
+pre_check() {
+	# Need to set PATH or tests fail to find binaries
+	# needed for tests
+	export PATH=/usr/bin:/usr/bin/diff:/usr/bin/valgrind:$PATH
+}
+
 libseccomp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] [WIP] libseccomp: update to 2.5.1.
  2020-12-29 16:11 [PR PATCH] [WIP] libseccomp: update to 2.5.1 ndowens
  2020-12-29 20:17 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-29 20:22 ` ndowens
  2020-12-29 20:43 ` ndowens
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ndowens @ 2020-12-29 20:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libseccomp
https://github.com/void-linux/void-packages/pull/27532

[WIP] libseccomp: update to 2.5.1.
According to https://github.com/stoeckmann/xwallpaper/issues/23 issue has been fixed, I got to test xscreensaver and fix test

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

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

From 55f36515a3341719bc05de68bb39ef56f15e412d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 10:11:22 -0600
Subject: [PATCH] libseccomp: update to 2.5.1.

---
 srcpkgs/libseccomp/template | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template
index 6dc73feaee0..f5cd7f2436c 100644
--- a/srcpkgs/libseccomp/template
+++ b/srcpkgs/libseccomp/template
@@ -1,16 +1,17 @@
 # Template file for 'libseccomp'
 pkgname=libseccomp
-reverts="2.5.0_1"
-version=2.4.3
-revision=2
+version=2.5.1
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+make_use_env=yes
+hostmakedepends="automake libtool gperf"
+checkdepends="coreutils valgrind diffutils"
 short_desc="High level interface to the Linux Kernel's seccomp filter"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/seccomp/libseccomp/"
 distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
-checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6
+checksum=76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829
 
 post_extract() {
 	case "$XBPS_TARGET_MACHINE" in
@@ -21,6 +22,13 @@ pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
 }
 
+pre_check() {
+	# Need to set PATH or tests fail to find binaries
+	# needed for tests
+	#export PATH=/usr/bin:/usr/bin/diff:/usr/bin/valgrind:$PATH
+	:
+}
+
 libseccomp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] [WIP] libseccomp: update to 2.5.1.
  2020-12-29 16:11 [PR PATCH] [WIP] libseccomp: update to 2.5.1 ndowens
  2020-12-29 20:17 ` [PR PATCH] [Updated] " ndowens
  2020-12-29 20:22 ` ndowens
@ 2020-12-29 20:43 ` ndowens
  2020-12-29 20:47 ` ndowens
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ndowens @ 2020-12-29 20:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libseccomp
https://github.com/void-linux/void-packages/pull/27532

[WIP] libseccomp: update to 2.5.1.
According to https://github.com/stoeckmann/xwallpaper/issues/23 issue has been fixed, I got to test xscreensaver and fix test

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

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

From 502688c8de5ad1d2a9e18095103b8b1245f279f6 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 10:11:22 -0600
Subject: [PATCH] libseccomp: update to 2.5.1.

---
 srcpkgs/libseccomp/template | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template
index 6dc73feaee0..f033201d82b 100644
--- a/srcpkgs/libseccomp/template
+++ b/srcpkgs/libseccomp/template
@@ -1,16 +1,16 @@
 # Template file for 'libseccomp'
 pkgname=libseccomp
-reverts="2.5.0_1"
-version=2.4.3
-revision=2
+version=2.5.1
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+hostmakedepends="automake libtool gperf"
+checkdepends="coreutils valgrind diffutils"
 short_desc="High level interface to the Linux Kernel's seccomp filter"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/seccomp/libseccomp/"
 distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
-checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6
+checksum=76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829
 
 post_extract() {
 	case "$XBPS_TARGET_MACHINE" in
@@ -21,6 +21,13 @@ pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
 }
 
+pre_check() {
+	# Fails to find binaries
+	find tests -type f -exec sed -e 's,diff,/usr/bin/diff,' \
+		-e 's,valgrind,/usr/bin/valgrind,' \
+		-e 's,head,/usr/bin/head,' {} +
+}
+
 libseccomp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] [WIP] libseccomp: update to 2.5.1.
  2020-12-29 16:11 [PR PATCH] [WIP] libseccomp: update to 2.5.1 ndowens
                   ` (2 preceding siblings ...)
  2020-12-29 20:43 ` ndowens
@ 2020-12-29 20:47 ` ndowens
  2020-12-29 20:51 ` ndowens
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ndowens @ 2020-12-29 20:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libseccomp
https://github.com/void-linux/void-packages/pull/27532

[WIP] libseccomp: update to 2.5.1.
According to https://github.com/stoeckmann/xwallpaper/issues/23 issue has been fixed, I got to test xscreensaver and fix test

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

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

From f25dbb1c737f5df1adce73758445877126aee791 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 10:11:22 -0600
Subject: [PATCH] libseccomp: update to 2.5.1.

---
 srcpkgs/libseccomp/template | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template
index 6dc73feaee0..7d84528b3c7 100644
--- a/srcpkgs/libseccomp/template
+++ b/srcpkgs/libseccomp/template
@@ -1,16 +1,16 @@
 # Template file for 'libseccomp'
 pkgname=libseccomp
-reverts="2.5.0_1"
-version=2.4.3
-revision=2
+version=2.5.1
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+hostmakedepends="automake libtool gperf"
+checkdepends="coreutils valgrind diffutils"
 short_desc="High level interface to the Linux Kernel's seccomp filter"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/seccomp/libseccomp/"
 distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
-checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6
+checksum=76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829
 
 post_extract() {
 	case "$XBPS_TARGET_MACHINE" in
@@ -21,6 +21,13 @@ pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
 }
 
+pre_check() {
+	# Fails to find binaries
+	find tests -type f -exec sed -i 's,diff,/usr/bin/diff,' {} +
+	find tests -type f -exec sed -i 's,valgrind,/usr/bin/valgrind,' {} +
+	find tests -type f -exec sed -i 's,head,/usr/bin/head,' {} +
+}
+
 libseccomp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] [WIP] libseccomp: update to 2.5.1.
  2020-12-29 16:11 [PR PATCH] [WIP] libseccomp: update to 2.5.1 ndowens
                   ` (3 preceding siblings ...)
  2020-12-29 20:47 ` ndowens
@ 2020-12-29 20:51 ` ndowens
  2020-12-29 20:55 ` ndowens
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ndowens @ 2020-12-29 20:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libseccomp
https://github.com/void-linux/void-packages/pull/27532

[WIP] libseccomp: update to 2.5.1.
According to https://github.com/stoeckmann/xwallpaper/issues/23 issue has been fixed, I got to test xscreensaver and fix test

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

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

From d8ff488c61c79d16c0d8fed29d33e316492c9cd5 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 10:11:22 -0600
Subject: [PATCH] libseccomp: update to 2.5.1.

---
 srcpkgs/libseccomp/template | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template
index 6dc73feaee0..1afac13d30e 100644
--- a/srcpkgs/libseccomp/template
+++ b/srcpkgs/libseccomp/template
@@ -1,16 +1,16 @@
 # Template file for 'libseccomp'
 pkgname=libseccomp
-reverts="2.5.0_1"
-version=2.4.3
-revision=2
+version=2.5.1
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+hostmakedepends="automake libtool gperf"
+checkdepends="coreutils valgrind diffutils"
 short_desc="High level interface to the Linux Kernel's seccomp filter"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/seccomp/libseccomp/"
 distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
-checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6
+checksum=76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829
 
 post_extract() {
 	case "$XBPS_TARGET_MACHINE" in
@@ -21,14 +21,23 @@ pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
 }
 
+pre_check() {
+	# Fails to find binaries
+#find tests -type f -exec sed -i 's,diff,/usr/bin/diff,' {} +
+#	find tests -type f -exec sed -i 's,valgrind,/usr/bin/valgrind,' {} +
+#	find tests -type f -exec sed -i 's,head,/usr/bin/head,' {} +
+	export PATH:/usr/bin:$PATH	
+	vsed -i 's,exit 1,,' tests/regression
+}
+
 libseccomp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
 		vmove usr/share/man/man3
 	}
 }

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

* Re: [PR PATCH] [Updated] [WIP] libseccomp: update to 2.5.1.
  2020-12-29 16:11 [PR PATCH] [WIP] libseccomp: update to 2.5.1 ndowens
                   ` (4 preceding siblings ...)
  2020-12-29 20:51 ` ndowens
@ 2020-12-29 20:55 ` ndowens
  2020-12-29 20:59 ` ndowens
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ndowens @ 2020-12-29 20:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libseccomp
https://github.com/void-linux/void-packages/pull/27532

[WIP] libseccomp: update to 2.5.1.
According to https://github.com/stoeckmann/xwallpaper/issues/23 issue has been fixed, I got to test xscreensaver and fix test

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

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

From 0b01987adad3f27d3e23383988d436e90026c81e Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 10:11:22 -0600
Subject: [PATCH] libseccomp: update to 2.5.1.

---
 srcpkgs/libseccomp/template | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template
index 6dc73feaee0..73b05e18854 100644
--- a/srcpkgs/libseccomp/template
+++ b/srcpkgs/libseccomp/template
@@ -1,16 +1,16 @@
 # Template file for 'libseccomp'
 pkgname=libseccomp
-reverts="2.5.0_1"
-version=2.4.3
-revision=2
+version=2.5.1
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+hostmakedepends="automake libtool gperf"
+checkdepends="coreutils valgrind diffutils"
 short_desc="High level interface to the Linux Kernel's seccomp filter"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/seccomp/libseccomp/"
 distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
-checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6
+checksum=76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829
 
 post_extract() {
 	case "$XBPS_TARGET_MACHINE" in
@@ -21,14 +21,23 @@ pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
 }
 
+pre_check() {
+	# Fails to find binaries
+#find tests -type f -exec sed -i 's,diff,/usr/bin/diff,' {} +
+#	find tests -type f -exec sed -i 's,valgrind,/usr/bin/valgrind,' {} +
+#	find tests -type f -exec sed -i 's,head,/usr/bin/head,' {} +
+	export PATH=/usr/bin:$PATH	
+#	vsed -i 's,exit 1,,' tests/regression
+}
+
 libseccomp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
 		vmove usr/share/man/man3
 	}
 }

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

* Re: [PR PATCH] [Updated] [WIP] libseccomp: update to 2.5.1.
  2020-12-29 16:11 [PR PATCH] [WIP] libseccomp: update to 2.5.1 ndowens
                   ` (5 preceding siblings ...)
  2020-12-29 20:55 ` ndowens
@ 2020-12-29 20:59 ` ndowens
  2020-12-29 21:06 ` ndowens
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ndowens @ 2020-12-29 20:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libseccomp
https://github.com/void-linux/void-packages/pull/27532

[WIP] libseccomp: update to 2.5.1.
According to https://github.com/stoeckmann/xwallpaper/issues/23 issue has been fixed, I got to test xscreensaver and fix test

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

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

From c959a691d246ebeee29df4de438720827f541f90 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 10:11:22 -0600
Subject: [PATCH] libseccomp: update to 2.5.1.

---
 srcpkgs/libseccomp/template | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template
index 6dc73feaee0..059e393ad21 100644
--- a/srcpkgs/libseccomp/template
+++ b/srcpkgs/libseccomp/template
@@ -1,16 +1,16 @@
 # Template file for 'libseccomp'
 pkgname=libseccomp
-reverts="2.5.0_1"
-version=2.4.3
-revision=2
+version=2.5.1
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+hostmakedepends="automake libtool gperf"
+checkdepends="coreutils valgrind diffutils"
 short_desc="High level interface to the Linux Kernel's seccomp filter"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/seccomp/libseccomp/"
 distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
-checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6
+checksum=76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829
 
 post_extract() {
 	case "$XBPS_TARGET_MACHINE" in
@@ -21,14 +21,22 @@ pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
 }
 
+pre_check() {
+	# Fails to find binaries
+	find tests -type f -exec sed -i 's,diff,/usr/bin/diff,' {} +
+	find tests -type f -exec sed -i 's,valgrind,/usr/bin/valgrind,' {} +
+	find tests -type f -exec sed -i 's,head,/usr/bin/head,' {} +
+	vsed -i 's,exit 1,,' tests/regression
+}
+
 libseccomp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
 		vmove usr/share/man/man3
 	}
 }

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

* Re: [PR PATCH] [Updated] [WIP] libseccomp: update to 2.5.1.
  2020-12-29 16:11 [PR PATCH] [WIP] libseccomp: update to 2.5.1 ndowens
                   ` (6 preceding siblings ...)
  2020-12-29 20:59 ` ndowens
@ 2020-12-29 21:06 ` ndowens
  2020-12-29 21:13 ` ndowens
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ndowens @ 2020-12-29 21:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libseccomp
https://github.com/void-linux/void-packages/pull/27532

[WIP] libseccomp: update to 2.5.1.
According to https://github.com/stoeckmann/xwallpaper/issues/23 issue has been fixed, I got to test xscreensaver and fix test

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

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

From c56ecac589346826be6485becd4674158821b935 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 10:11:22 -0600
Subject: [PATCH] libseccomp: update to 2.5.1.

---
 srcpkgs/libseccomp/template | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template
index 6dc73feaee0..37ec783dec4 100644
--- a/srcpkgs/libseccomp/template
+++ b/srcpkgs/libseccomp/template
@@ -1,16 +1,16 @@
 # Template file for 'libseccomp'
 pkgname=libseccomp
-reverts="2.5.0_1"
-version=2.4.3
-revision=2
+version=2.5.1
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+hostmakedepends="automake libtool gperf"
+checkdepends="coreutils valgrind diffutils"
 short_desc="High level interface to the Linux Kernel's seccomp filter"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/seccomp/libseccomp/"
 distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
-checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6
+checksum=76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829
 
 post_extract() {
 	case "$XBPS_TARGET_MACHINE" in
@@ -21,14 +21,20 @@ pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
 }
 
+pre_check() {
+	# Fails to find binaries
+	export PATH=/usr/bin:/usr/bin/diff:/usr/bin/valgrind:/usr/bin/head:$PATH
+	vsed -i 's,exit 1,,' tests/regression
+}
+
 libseccomp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
 		vmove usr/share/man/man3
 	}
 }

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

* Re: [PR PATCH] [Updated] [WIP] libseccomp: update to 2.5.1.
  2020-12-29 16:11 [PR PATCH] [WIP] libseccomp: update to 2.5.1 ndowens
                   ` (7 preceding siblings ...)
  2020-12-29 21:06 ` ndowens
@ 2020-12-29 21:13 ` ndowens
  2020-12-29 21:14 ` ndowens
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ndowens @ 2020-12-29 21:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libseccomp
https://github.com/void-linux/void-packages/pull/27532

[WIP] libseccomp: update to 2.5.1.
According to https://github.com/stoeckmann/xwallpaper/issues/23 issue has been fixed, I got to test xscreensaver and fix test

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

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

From 3030d4e0a77788b3b24187b607f90cd42b842d5e Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 10:11:22 -0600
Subject: [PATCH] libseccomp: update to 2.5.1.

---
 srcpkgs/libseccomp/template | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template
index 6dc73feaee0..d8fe0983d9f 100644
--- a/srcpkgs/libseccomp/template
+++ b/srcpkgs/libseccomp/template
@@ -1,16 +1,16 @@
 # Template file for 'libseccomp'
 pkgname=libseccomp
-reverts="2.5.0_1"
-version=2.4.3
-revision=2
+version=2.5.1
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+hostmakedepends="automake libtool gperf"
+checkdepends="coreutils valgrind diffutils"
 short_desc="High level interface to the Linux Kernel's seccomp filter"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/seccomp/libseccomp/"
 distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
-checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6
+checksum=76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829
 
 post_extract() {
 	case "$XBPS_TARGET_MACHINE" in
@@ -21,14 +21,19 @@ pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
 }
 
+do_check() {
+	export PATH=/usr/bin:/usr/bin/diff:/usr/bin/valgrind:/usr/bin/head:$PATH
+	make check || : # locally check passes
+}
+
 libseccomp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
 		vmove usr/share/man/man3
 	}
 }

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

* Re: [WIP] libseccomp: update to 2.5.1.
  2020-12-29 16:11 [PR PATCH] [WIP] libseccomp: update to 2.5.1 ndowens
                   ` (8 preceding siblings ...)
  2020-12-29 21:13 ` ndowens
@ 2020-12-29 21:14 ` ndowens
  2021-01-01  1:06 ` ndowens
  2021-01-01 15:22 ` ndowens
  11 siblings, 0 replies; 13+ messages in thread
From: ndowens @ 2020-12-29 21:14 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27532#issuecomment-752242944

Comment:
xscreensaver worked with this version

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

* Re: libseccomp: update to 2.5.1.
  2020-12-29 16:11 [PR PATCH] [WIP] libseccomp: update to 2.5.1 ndowens
                   ` (9 preceding siblings ...)
  2020-12-29 21:14 ` ndowens
@ 2021-01-01  1:06 ` ndowens
  2021-01-01 15:22 ` ndowens
  11 siblings, 0 replies; 13+ messages in thread
From: ndowens @ 2021-01-01  1:06 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27532#issuecomment-753235718

Comment:
Putting as draft for now; been having issue of screen not completely turning off as it use to, and want to verify this pkg update was not the cause.

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

* Re: libseccomp: update to 2.5.1.
  2020-12-29 16:11 [PR PATCH] [WIP] libseccomp: update to 2.5.1 ndowens
                   ` (10 preceding siblings ...)
  2021-01-01  1:06 ` ndowens
@ 2021-01-01 15:22 ` ndowens
  11 siblings, 0 replies; 13+ messages in thread
From: ndowens @ 2021-01-01 15:22 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27532#issuecomment-753235718

Comment:
Putting as draft for now; been having issue of screen not completely turning off as it use to, and want to verify this pkg update was not the cause.  

Edit: installed older version and same result so it’s not this pkg

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

end of thread, other threads:[~2021-01-01 15:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29 16:11 [PR PATCH] [WIP] libseccomp: update to 2.5.1 ndowens
2020-12-29 20:17 ` [PR PATCH] [Updated] " ndowens
2020-12-29 20:22 ` ndowens
2020-12-29 20:43 ` ndowens
2020-12-29 20:47 ` ndowens
2020-12-29 20:51 ` ndowens
2020-12-29 20:55 ` ndowens
2020-12-29 20:59 ` ndowens
2020-12-29 21:06 ` ndowens
2020-12-29 21:13 ` ndowens
2020-12-29 21:14 ` ndowens
2021-01-01  1:06 ` ndowens
2021-01-01 15:22 ` ndowens

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