[openwrt/openwrt] libsemanage: update to version 3.3

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 28 14:15:28 PDT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c8d1f8fda7722ab2e46847b49c2a1ef9afab6212

commit c8d1f8fda7722ab2e46847b49c2a1ef9afab6212
Author: Dominick Grift <dominick.grift at defensec.nl>
AuthorDate: Fri Oct 22 13:51:13 2021 +0200

    libsemanage: update to version 3.3
    
    Update VERSIONs to 3.3 for release.
    Update VERSIONs to 3.3-rc3 for release.
    Update VERSIONs to 3.3-rc2 for release.
    Update VERSIONs and Python bindings version to 3.3-rc1 for release
    libsemanage: Fix USE_AFTER_FREE (CWE-672) in semanage_direct_write_langext()
    libsemanage: silence -Wextra-semi-stmt warning
    libsemanage: fix use-after-free in parse_module_store()
    
    Signed-off-by: Dominick Grift <dominick.grift at defensec.nl>
---
 package/libs/libsemanage/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/libs/libsemanage/Makefile b/package/libs/libsemanage/Makefile
index 2fde14c06c..8337b90bda 100644
--- a/package/libs/libsemanage/Makefile
+++ b/package/libs/libsemanage/Makefile
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libsemanage
-PKG_VERSION:=3.2
-PKG_RELEASE:=2
+PKG_VERSION:=3.3
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/3.2
-PKG_HASH:=d722a55ca4fe2d4e2b30527720db657e6238b28079e69e2e4affeb8e733ee511
+PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION)
+PKG_HASH:=84d0ec5afa34bbbb471f602d8c1bf317d12443d07852a34b60741d428d597ce8
 PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni at bootlin.com>
 PKG_LICENSE:=LGPL-2.1
 PKG_LICENSE_FILES:=COPYING



More information about the lede-commits mailing list