Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] libseccomp: update to 2.5.1.
Date: Tue, 29 Dec 2020 21:51:28 +0100	[thread overview]
Message-ID: <20201229205128.bt-C0fIHxBF1S0326LeZemN7MT7igbNxTGtonfVv-QQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27532@inbox.vuxu.org>

[-- 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
 	}
 }

  parent reply	other threads:[~2020-12-29 20:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-29 16:11 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201229205128.bt-C0fIHxBF1S0326LeZemN7MT7igbNxTGtonfVv-QQ@z \
    --to=ndowens@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).