From 586f499548d3c07bc8c7608fe3e9d863a8234727 Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Wed, 10 May 2023 21:50:51 +0000 Subject: [PATCH] proot: update to 5.3.1. --- .../patches/disable-seccomp-based-tracing.patch | 17 ----------------- srcpkgs/proot/template | 4 ++-- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 srcpkgs/proot/patches/disable-seccomp-based-tracing.patch diff --git a/srcpkgs/proot/patches/disable-seccomp-based-tracing.patch b/srcpkgs/proot/patches/disable-seccomp-based-tracing.patch deleted file mode 100644 index 76cb4e048b6f..000000000000 --- a/srcpkgs/proot/patches/disable-seccomp-based-tracing.patch +++ /dev/null @@ -1,17 +0,0 @@ -# Based on a patch by Simon McVittie : -# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847292#16 - -# Stops proot from segfaulting by disabling seccomp. -# https://github.com/proot-me/proot/issues/106 - ---- a/src/GNUmakefile -+++ b/src/GNUmakefile -@@ -132,7 +132,7 @@ ifneq ($(and $(HAS_SWIG),$(HAS_PYTHON_CONFIG)),) - CHECK_PYTHON_EXTENSION = /bin/echo -e "\#define HAVE_PYTHON_EXTENSION" - endif - --CHECK_FEATURES = process_vm seccomp_filter -+CHECK_FEATURES = process_vm - CHECK_PROGRAMS = $(foreach feature,$(CHECK_FEATURES),.check_$(feature)) - CHECK_OBJECTS = $(foreach feature,$(CHECK_FEATURES),.check_$(feature).o) - CHECK_RESULTS = $(foreach feature,$(CHECK_FEATURES),.check_$(feature).res) diff --git a/srcpkgs/proot/template b/srcpkgs/proot/template index 4cfa54265a0c..0e8f00f83f17 100644 --- a/srcpkgs/proot/template +++ b/srcpkgs/proot/template @@ -1,6 +1,6 @@ # Template file for 'proot' pkgname=proot -version=5.2.0 +version=5.3.1 revision=1 archs="x86_64* i686* aarch64* arm*" build_wrksrc=src @@ -14,7 +14,7 @@ maintainer="Piraty " license="GPL-2.0-or-later" homepage="https://proot-me.github.io" distfiles="https://github.com/proot-me/PRoot/archive/v${version}.tar.gz" -checksum=1f25f9ef147bc96c9d7cd23218b7a7229f149757d91c832482b1a865b52aa62e +checksum=966afe32bf9a9d0e80836a8874d4dd829c51750060d9e0f30d330b1ed7eec8c2 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat"