public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-kernel/rt-sources/files/
@ 2020-06-25  7:30 Conrad Kostecki
  0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2020-06-25  7:30 UTC (permalink / raw
  To: gentoo-commits

commit:     e1a04b44f120ea51aabe2d37b67340ce80a0e548
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jun 24 18:12:02 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 07:30:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a04b44

sys-kernel/rt-sources: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/16402
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../rt-sources/files/rt-sources-posix-printf.patch | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/sys-kernel/rt-sources/files/rt-sources-posix-printf.patch b/sys-kernel/rt-sources/files/rt-sources-posix-printf.patch
deleted file mode 100644
index 81ebcaf0eca..00000000000
--- a/sys-kernel/rt-sources/files/rt-sources-posix-printf.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 651e54953b5d4ad103f0efa54fc6b380807fca3a Mon Sep 17 00:00:00 2001
-From: Thomas Schneider <qsx@qsx.re>
-Date: Fri, 14 Oct 2016 21:29:49 +0200
-Subject: security/apparmor: Use POSIX-compatible "printf '%s'"
-
-When using a strictly POSIX-compliant shell, "-n #define ..." gets
-written into the file.  Use "printf '%s'" to avoid this.
-
-Signed-off-by: Thomas Schneider <qsx@qsx.re>
-Signed-off-by: John Johansen <john.johansen@canonical.com>
----
- security/apparmor/Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-(limited to 'security/apparmor')
-
-diff --git a/security/apparmor/Makefile b/security/apparmor/Makefile
-index ad369a7..2ded2f1 100644
---- a/security/apparmor/Makefile
-+++ b/security/apparmor/Makefile
-@@ -20,7 +20,7 @@ cmd_make-caps = echo "static const char *const capability_names[] = {" > $@ ;\
- 	sed $< >>$@ -r -n -e '/CAP_FS_MASK/d' \
- 	-e 's/^\#define[ \t]+CAP_([A-Z0-9_]+)[ \t]+([0-9]+)/[\2] = "\L\1",/p';\
- 	echo "};" >> $@ ;\
--	echo -n '\#define AA_FS_CAPS_MASK "' >> $@ ;\
-+	printf '%s' '\#define AA_FS_CAPS_MASK "' >> $@ ;\
- 	sed $< -r -n -e '/CAP_FS_MASK/d' \
- 	    -e 's/^\#define[ \t]+CAP_([A-Z0-9_]+)[ \t]+([0-9]+)/\L\1/p' | \
- 	     tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@
-@@ -56,7 +56,7 @@ cmd_make-rlim = echo "static const char *const rlim_names[RLIM_NLIMITS] = {" \
- 	echo "static const int rlim_map[RLIM_NLIMITS] = {" >> $@ ;\
- 	sed -r -n "s/^\# ?define[ \t]+(RLIMIT_[A-Z0-9_]+).*/\1,/p" $< >> $@ ;\
- 	echo "};" >> $@ ; \
--	echo -n '\#define AA_FS_RLIMIT_MASK "' >> $@ ;\
-+	printf '%s' '\#define AA_FS_RLIMIT_MASK "' >> $@ ;\
- 	sed -r -n 's/^\# ?define[ \t]+RLIMIT_([A-Z0-9_]+).*/\L\1/p' $< | \
- 	    tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@
- 
--- 
-cgit v1.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-25  7:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-25  7:30 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/rt-sources/files/ Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox