Github messages for voidlinux
 help / color / mirror / Atom feed
From: ahesford <ahesford@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Revert "libseccomp: update to 2.5.0."
Date: Fri, 24 Jul 2020 07:29:27 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23794@inbox.vuxu.org> (raw)

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

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

https://github.com/ahesford/void-packages master
https://github.com/void-linux/void-packages/pull/23794

Revert "libseccomp: update to 2.5.0."
This reverts commit aa21e5a7c0348f525735f2afb266a0301d2c8213.

According to https://github.com/seccomp/libseccomp/issues/273 libseccomp
v2.5.0 unintentionally refuses to allow multiple calls to seccomp_load,
which is a regression.

As a result, xwallpaper is inoperable:
https://github.com/stoeckmann/xwallpaper/issues/23

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

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

From 6566d001447292f730e267612748c0efbb0a48d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 24 Jul 2020 01:21:41 -0400
Subject: [PATCH] Revert "libseccomp: update to 2.5.0."

This reverts commit aa21e5a7c0348f525735f2afb266a0301d2c8213.

According to https://github.com/seccomp/libseccomp/issues/273 libseccomp
v2.5.0 unintentionally refuses to allow multiple calls to seccomp_load,
which is a regression.

As a result, xwallpaper is inoperable:
https://github.com/stoeckmann/xwallpaper/issues/23
---
 srcpkgs/libseccomp/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template
index a4147ffcd83..6dc73feaee0 100644
--- a/srcpkgs/libseccomp/template
+++ b/srcpkgs/libseccomp/template
@@ -1,15 +1,16 @@
 # Template file for 'libseccomp'
 pkgname=libseccomp
-version=2.5.0
-revision=1
+reverts="2.5.0_1"
+version=2.4.3
+revision=2
 build_style=gnu-configure
-hostmakedepends="automake gperf libtool"
+hostmakedepends="automake libtool"
 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=7720d01bb154afcc4e623434a577f181ea2a72585ef51a311ef56220e26723e6
+checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6
 
 post_extract() {
 	case "$XBPS_TARGET_MACHINE" in

             reply	other threads:[~2020-07-24  5:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-24  5:29 ahesford [this message]
2020-07-24  5:38 ` [PR PATCH] [Merged]: " ahesford

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23794@inbox.vuxu.org \
    --to=ahesford@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).