[openwrt/openwrt] libselinux: update to version 3.2

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 15 21:54:28 GMT 2021


dangole pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/5cc1af92b2ae1d2abae570b585b8690ff8282e46

commit 5cc1af92b2ae1d2abae570b585b8690ff8282e46
Author: Dominick Grift <dominick.grift at defensec.nl>
AuthorDate: Sat Mar 6 21:02:37 2021 +0100

    libselinux: update to version 3.2
    
    142826a3 libselinux: fix segfault in add_xattr_entry()
    398d2cee libselinux: rename gettid() to something which never conflicts with the libc
    8f0f0a28 selinux(8,5): Describe fcontext regular expressions
    9cc6b5cf libselinux/getconlist: report failures
    156dd0de libselinux: update getseuser
    e2dca5df libselinux: accept const fromcon in get_context API
    da4829d0 libselinux: Always close status page fd
    45b15c22 selinux(8): explain that runtime disable is deprecated
    3c16aaef selinux(8): mark up SELINUX values
    c2a58cc5 libselinux: LABEL_BACKEND_ANDROID add option to enable
    db0f2f38 libselinux: Add build option to disable X11 backend
    4a142ac4 libsepol: Bump libsepol.so version
    d23342a9 libselinux: convert matchpathcon to selabel_lookup()
    7ef5b185 libselinux: Change userspace AVC setenforce and policy load messages to audit format.
    f5d644c7 libselinux: Add additional log callback details in man page for auditing.
    075f9cfe libselinux: Fix selabel_lookup() for the root dir.
    a4149e0e libselinux: Add new log callback levels for enforcing and policy load notices.
    a63f93d8 libselinux: initialize last_policyload in selinux_status_open()
    ef902db9 libselinux: safely access shared memory in selinux_status_updated()
    9e4480b9 libselinux: Remove trailing slash on selabel_file lookups.
    21fb5f20 libselinux: use full argument specifiers for security_check_context in man page
    e7abd802 libselinux: fix build order
    05bdc031 libselinux: use kernel status page by default
    
    Signed-off-by: Dominick Grift <dominick.grift at defensec.nl>
    (cherry picked from commit b1fc2b5b0be61d994d6a0429fd78331c0c57639a)
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/libs/libselinux/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/libs/libselinux/Makefile b/package/libs/libselinux/Makefile
index 5fe745d004..0c5f9baceb 100644
--- a/package/libs/libselinux/Makefile
+++ b/package/libs/libselinux/Makefile
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libselinux
-PKG_VERSION:=3.1
-PKG_RELEASE:=3
+PKG_VERSION:=3.2
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/20200710
-PKG_HASH:=ea5dcbb4d859e3f999c26a13c630da2f16dff9462e3cc8cb7b458ac157d112e7
+PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/3.2
+PKG_HASH:=df758ef1d9d4811051dd901ea6b029ae334ffd7c671c128beb16bce1e25ac161
 HOST_BUILD_DEPENDS:=libsepol/host pcre/host
 
 PKG_LICENSE:=libselinux-1.0



More information about the lede-commits mailing list