From patchwork Tue Apr 14 15:25:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Weber X-Patchwork-Id: 1270436 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=rockwellcollins.com Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 491q7V4mjWz9sSy for ; Wed, 15 Apr 2020 01:25:41 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 03C47214D2; Tue, 14 Apr 2020 15:25:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z+1GAds5QX+Q; Tue, 14 Apr 2020 15:25:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id ADD012078B; Tue, 14 Apr 2020 15:25:33 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8B1661BF59D for ; Tue, 14 Apr 2020 15:25:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 87ACC86B49 for ; Tue, 14 Apr 2020 15:25:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ejukR6F+g46T for ; Tue, 14 Apr 2020 15:25:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from ch3vs05.rockwellcollins.com (ch3vs05.rockwellcollins.com [205.175.226.130]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7A7B184D6E for ; Tue, 14 Apr 2020 15:25:30 +0000 (UTC) IronPort-SDR: lnmfW45erVJx6sFEh+pokT7FewSh9QuQktzy1Xv4M3Y6uTHvMi5nv3CGdbB1Crv1Zc2LpkVvfH QTctIqwDUpdXkFAi9WlTBXr8OEQW0PkrRkT3RtXVIfZzz81foCh7Uvw3r4lZQ7kBb6lAXz/auU +UI9MKRBlaStlShjajAE+6zkhjl3zJBHr25bpQAg6uPOfCIIYP6w1nExtgcDNIv1+eT0uSyfm+ FtOXnn/jeB1rXwJisPwf1iX8HTqz0HCRVz0ek3uIkYQl/c+rJFgKp/IB50hAC4ZsxF5FPl/BJA CmY= Received: from ofwch3n02.rockwellcollins.com (HELO dtulimr01.rockwellcollins.com) ([205.175.226.14]) by ch3vs05.rockwellcollins.com with ESMTP; 14 Apr 2020 10:25:29 -0500 X-Received: from biscuits.rockwellcollins.lab (biscuits.rockwellcollins.lab [10.148.119.137]) by dtulimr01.rockwellcollins.com (Postfix) with ESMTP id 3F8FD603CA; Tue, 14 Apr 2020 10:25:29 -0500 (CDT) From: Matt Weber To: buildroot@buildroot.org Date: Tue, 14 Apr 2020 10:25:20 -0500 Message-Id: <20200414152528.20758-1-matthew.weber@rockwellcollins.com> X-Mailer: git-send-email 2.17.1 Subject: [Buildroot] [PATCH v3 0/8] Bump of SElinux related libs/tools to 3.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Matt Weber MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" - Switches to using the date (i.e. 20191204) abased release tagging for better alignment with https://release-monitoring.org/project/01717/ - Added selinux-python which was missed in the v2 of this bump by Adam (http://patchwork.ozlabs.org/project/buildroot/list/?series=156673) Tested with the following reduced configuration for legal info and build. BR2_aarch64=y BR2_TOOLCHAIN_EXTERNAL=y BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.7" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/aarch64-virt/linux.config" BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y BR2_PACKAGE_POLICYCOREUTILS=y BR2_PACKAGE_RESTORECOND=y BR2_PACKAGE_SELINUX_PYTHON=y BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW=y BR2_PACKAGE_SETOOLS=y BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set Adam Duskett (7): package/libselinux: bump version to 3.0 package/libsemanage: bump version to 3.0 package/libsepol: bump version to 3.0 package/policycoreutils: bump version to 3.0 package/restorecond: bump version to 3.0 package/semodule-utils: bump version to 3.0 package/checkpolicy: bump version to 3.0 Matt Weber (1): package/selinux-python: bump to version 3.0 package/checkpolicy/checkpolicy.hash | 9 +- package/checkpolicy/checkpolicy.mk | 8 +- package/libselinux/0001-fix-musl-build.patch | 22 +- ...-and-rely-on-the-installed-file-nam.patch} | 14 +- ...ng-against-musl-and-uclibc-libraries.patch | 32 +++ ...ython-distutils-to-install-SELinux-p.patch | 207 ------------------ ...-t-pass-bogus-I-and-L-to-python-setu.patch | 34 --- package/libselinux/libselinux.hash | 9 +- package/libselinux/libselinux.mk | 29 +-- package/libsemanage/libsemanage.hash | 5 +- package/libsemanage/libsemanage.mk | 20 +- .../libsepol/0001-support-static-only.patch | 6 +- package/libsepol/Config.in | 3 +- package/libsepol/libsepol.hash | 9 +- package/libsepol/libsepol.mk | 8 +- ...-all-paths-that-use-an-absolute-path.patch | 6 +- .../0002-Add-PREFIX-to-host-paths.patch | 12 +- package/policycoreutils/policycoreutils.hash | 7 +- package/policycoreutils/policycoreutils.mk | 8 +- package/restorecond/restorecond.hash | 9 +- package/restorecond/restorecond.mk | 8 +- package/selinux-python/selinux-python.hash | 9 +- package/selinux-python/selinux-python.mk | 8 +- package/semodule-utils/semodule-utils.hash | 9 +- package/semodule-utils/semodule-utils.mk | 8 +- 25 files changed, 146 insertions(+), 353 deletions(-) rename package/libselinux/{0006-Do-not-use-PYCEXT-and-rely-on-the-installed-file-nam.patch => 0002-Do-not-use-PYCEXT-and-rely-on-the-installed-file-nam.patch} (89%) create mode 100644 package/libselinux/0003-fix-building-against-musl-and-uclibc-libraries.patch delete mode 100644 package/libselinux/0003-libselinux-Use-Python-distutils-to-install-SELinux-p.patch delete mode 100644 package/libselinux/0004-src-Makefile-don-t-pass-bogus-I-and-L-to-python-setu.patch