Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] apparmor: fix capability list generation
@ 2020-10-12 20:03 ahesford
  2020-10-12 20:30 ` the-antz
  2020-10-12 20:53 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: ahesford @ 2020-10-12 20:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages apparmor
https://github.com/void-linux/void-packages/pull/25550

apparmor: fix capability list generation
The file `common/Make.rules` uses the C preprocessor to generate a list of capabilities and address families in some headers. For some reason, the makefile escapes the hash in `#include` statements, rendering them inoperable and making the generated headers empty. Removing the escape causes these files to be populated.

No idea why this appears to be a regression.

Fixes #25548.

@CameronNemo or @the-antz please confirm that this change results in a functioning apparmor installation.

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

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

From ec0b6a96274ad19b27f99446e9282e5a32686f3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 12 Oct 2020 15:58:35 -0400
Subject: [PATCH] apparmor: fix capability list generation

Fixes #25548.
---
 srcpkgs/apparmor/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index af32beacbf9..ec0c55d6c68 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=3
+revision=4
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -23,6 +23,10 @@ if [ -z "$CROSS_BUILD" ]; then
 	configure_args="--with-perl --with-python"
 fi
 
+post_patch() {
+	vsed -i ${wrksrc}/common/Make.rules -e 's/\\#include </#include </'
+}
+
 pre_configure() {
 	autoreconf -if
 }

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

* Re: apparmor: fix capability list generation
  2020-10-12 20:03 [PR PATCH] apparmor: fix capability list generation ahesford
@ 2020-10-12 20:30 ` the-antz
  2020-10-12 20:53 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: the-antz @ 2020-10-12 20:30 UTC (permalink / raw)
  To: ml

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

New comment by the-antz on void-packages repository

https://github.com/void-linux/void-packages/pull/25550#issuecomment-707330899

Comment:
Works fine for me and fixes the linked issue. Thx!

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

* Re: [PR PATCH] [Merged]: apparmor: fix capability list generation
  2020-10-12 20:03 [PR PATCH] apparmor: fix capability list generation ahesford
  2020-10-12 20:30 ` the-antz
@ 2020-10-12 20:53 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-10-12 20:53 UTC (permalink / raw)
  To: ml

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

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

apparmor: fix capability list generation
https://github.com/void-linux/void-packages/pull/25550

Description:
The file `common/Make.rules` uses the C preprocessor to generate a list of capabilities and address families in some headers. For some reason, the makefile escapes the hash in `#include` statements, rendering them inoperable and making the generated headers empty. Removing the escape causes these files to be populated.

No idea why this appears to be a regression.

Fixes #25548.

@CameronNemo or @the-antz please confirm that this change results in a functioning apparmor installation.

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

end of thread, other threads:[~2020-10-12 20:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 20:03 [PR PATCH] apparmor: fix capability list generation ahesford
2020-10-12 20:30 ` the-antz
2020-10-12 20:53 ` [PR PATCH] [Merged]: " ahesford

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