All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/audit: bump version to 2.8.5
@ 2019-04-08 18:50 aduskett at gmail.com
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/libsepol: bump version to 2.9 aduskett at gmail.com
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: aduskett at gmail.com @ 2019-04-08 18:50 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/audit/audit.hash | 2 +-
 package/audit/audit.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/audit/audit.hash b/package/audit/audit.hash
index d8c11a3d19..71e7df7dbc 100644
--- a/package/audit/audit.hash
+++ b/package/audit/audit.hash
@@ -1,4 +1,4 @@
 #Locally computed
-sha256 a410694d09fc5708d980a61a5abcb9633a591364f1ecc7e97ad5daef9c898c38 audit-2.8.4.tar.gz
+sha256 0e5d4103646e00f8d1981e1cd2faea7a2ae28e854c31a803e907a383c5e2ecb7 audit-2.8.5.tar.gz
 sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
 sha256 f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa COPYING.LIB
diff --git a/package/audit/audit.mk b/package/audit/audit.mk
index 0988f88d8d..31053fed99 100644
--- a/package/audit/audit.mk
+++ b/package/audit/audit.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-AUDIT_VERSION = 2.8.4
+AUDIT_VERSION = 2.8.5
 AUDIT_SITE = http://people.redhat.com/sgrubb/audit
 AUDIT_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
 AUDIT_LICENSE_FILES = COPYING COPYING.LIB
-- 
2.20.1

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

* [Buildroot] [PATCH] package/libsepol: bump version to 2.9
  2019-04-08 18:50 [Buildroot] [PATCH] package/audit: bump version to 2.8.5 aduskett at gmail.com
@ 2019-04-08 18:50 ` aduskett at gmail.com
  2019-04-11  8:57   ` Thomas Petazzoni
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/libselinux: " aduskett at gmail.com
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: aduskett at gmail.com @ 2019-04-08 18:50 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/libsepol/libsepol.hash | 2 +-
 package/libsepol/libsepol.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libsepol/libsepol.hash b/package/libsepol/libsepol.hash
index 599133c116..83eb63213e 100644
--- a/package/libsepol/libsepol.hash
+++ b/package/libsepol/libsepol.hash
@@ -1,5 +1,5 @@
 # From: https://github.com/SELinuxProject/selinux/wiki/Releases
-sha256 3ad6916a8352bef0bad49acc8037a5f5b48c56f94e4cb4e1959ca475fa9d24d6  libsepol-2.8.tar.gz
+sha256 a34b12b038d121e3e459b1cbaca3c9202e983137819c16baf63658390e3f1d5d  libsepol-2.9.tar.gz
 
 # Hash for license file
 sha256 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3  COPYING
diff --git a/package/libsepol/libsepol.mk b/package/libsepol/libsepol.mk
index a1e3836851..58b9b9c374 100644
--- a/package/libsepol/libsepol.mk
+++ b/package/libsepol/libsepol.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LIBSEPOL_VERSION = 2.8
-LIBSEPOL_SITE = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524
+LIBSEPOL_VERSION = 2.9
+LIBSEPOL_SITE = https://github.com/SELinuxProject/selinux/releases/download/20190315
 LIBSEPOL_LICENSE = LGPL-2.1+
 LIBSEPOL_LICENSE_FILES = COPYING
 
-- 
2.20.1

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

* [Buildroot] [PATCH] package/libselinux: bump version to 2.9
  2019-04-08 18:50 [Buildroot] [PATCH] package/audit: bump version to 2.8.5 aduskett at gmail.com
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/libsepol: bump version to 2.9 aduskett at gmail.com
@ 2019-04-08 18:50 ` aduskett at gmail.com
  2019-04-11 12:22   ` Thomas Petazzoni
  2019-04-08 18:50 ` [Buildroot] [PATCH] libsemanage: bump to version 2.9 aduskett at gmail.com
                   ` (7 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: aduskett at gmail.com @ 2019-04-08 18:50 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Other changes:
 - Remove upstream patch
 - Add PYTHON=$(LIBSELINUX_PYLIBVER) to LIBSELINUX_MAKE_OPTS
 - Add PYTHON=$(HOST_LIBSELINUX_PYLIBVER) to HOST_LIBSELINUX_MAKE_OPTS

The python changes are necessary because libselinux python tools now defaults
to python3.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 ...-break-around-__atomic_-with-GCC-4.7.patch | 70 -------------------
 package/libselinux/libselinux.hash            |  2 +-
 package/libselinux/libselinux.mk              |  6 +-
 3 files changed, 5 insertions(+), 73 deletions(-)
 delete mode 100644 package/libselinux/0003-Fix-build-break-around-__atomic_-with-GCC-4.7.patch

diff --git a/package/libselinux/0003-Fix-build-break-around-__atomic_-with-GCC-4.7.patch b/package/libselinux/0003-Fix-build-break-around-__atomic_-with-GCC-4.7.patch
deleted file mode 100644
index 88e3a79332..0000000000
--- a/package/libselinux/0003-Fix-build-break-around-__atomic_-with-GCC-4.7.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-From abe76789f8e7ce61b357f693eaed5b28feab5ce2 Mon Sep 17 00:00:00 2001
-From: Hollis Blanchard <hollis_blanchard@mentor.com>
-Date: Mon, 13 Aug 2018 12:11:33 -0700
-Subject: [PATCH] Fix build break around __atomic_*() with GCC<4.7
-
-The __atomic_* GCC primitives were introduced in GCC 4.7, but Red Hat
-Enterprise Linux 6.x (for example) provides GCC 4.4. Tweak the current code to
-use the (most conservative) __sync_synchronize() primitive provided by those
-older GCC versions.
-
-(Really, no __atomic or __sync operations are needed here at all, since POSIX
-4.12 "Memory Synchronization" says pthread_mutex_lock() and
-pthread_mutex_unlock() "synchronize memory with respect to other threads"...)
-
-Signed-off-by: Hollis Blanchard <hollis_blanchard@mentor.com>
----
- src/label_file.h | 18 ++++++++++++++++++
- 1 file changed, 18 insertions(+)
-
-diff --git a/src/label_file.h b/src/label_file.h
-index 2fa85474..47859baf 100644
---- a/src/label_file.h
-+++ b/src/label_file.h
-@@ -351,8 +351,14 @@ static inline int compile_regex(struct saved_data *data, struct spec *spec,
- 	 * init_routine does not take a parameter, it's not possible
- 	 * to use, so we generate the same effect with atomics and a
- 	 * mutex */
-+#ifdef __ATOMIC_RELAXED
- 	regex_compiled =
- 		__atomic_load_n(&spec->regex_compiled, __ATOMIC_ACQUIRE);
-+#else
-+	/* GCC <4.7 */
-+	__sync_synchronize();
-+	regex_compiled = spec->regex_compiled;
-+#endif
- 	if (regex_compiled) {
- 		return 0; /* already done */
- 	}
-@@ -360,8 +366,14 @@ static inline int compile_regex(struct saved_data *data, struct spec *spec,
- 	__pthread_mutex_lock(&spec->regex_lock);
- 	/* Check if another thread compiled the regex while we waited
- 	 * on the mutex */
-+#ifdef __ATOMIC_RELAXED
- 	regex_compiled =
- 		__atomic_load_n(&spec->regex_compiled, __ATOMIC_ACQUIRE);
-+#else
-+	/* GCC <4.7 */
-+	__sync_synchronize();
-+	regex_compiled = spec->regex_compiled;
-+#endif
- 	if (regex_compiled) {
- 		__pthread_mutex_unlock(&spec->regex_lock);
- 		return 0;
-@@ -404,7 +416,13 @@ static inline int compile_regex(struct saved_data *data, struct spec *spec,
- 	}
- 
- 	/* Done. */
-+#ifdef __ATOMIC_RELAXED
- 	__atomic_store_n(&spec->regex_compiled, true, __ATOMIC_RELEASE);
-+#else
-+	/* GCC <4.7 */
-+	spec->regex_compiled = true;
-+	__sync_synchronize();
-+#endif
- 	__pthread_mutex_unlock(&spec->regex_lock);
- 	return 0;
- }
--- 
-2.13.0
-
diff --git a/package/libselinux/libselinux.hash b/package/libselinux/libselinux.hash
index fb8e350434..ed61ea8bd2 100644
--- a/package/libselinux/libselinux.hash
+++ b/package/libselinux/libselinux.hash
@@ -1,5 +1,5 @@
 # From: https://github.com/SELinuxProject/selinux/wiki/Releases
-sha256 31db96ec7643ce10912b3c3f98506a08a9116dcfe151855fd349c3fda96187e1 libselinux-2.8.tar.gz
+sha256 1bccc8873e449587d9a2b2cf253de9b89a8291b9fbc7c59393ca9e5f5f4d2693 libselinux-2.9.tar.gz
 
 # Hash for license file
 sha256 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364 LICENSE
diff --git a/package/libselinux/libselinux.mk b/package/libselinux/libselinux.mk
index b09634740a..977f9e2e8b 100644
--- a/package/libselinux/libselinux.mk
+++ b/package/libselinux/libselinux.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LIBSELINUX_VERSION = 2.8
-LIBSELINUX_SITE = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524
+LIBSELINUX_VERSION = 2.9
+LIBSELINUX_SITE = https://github.com/SELinuxProject/selinux/releases/download/20190315
 LIBSELINUX_LICENSE = Public Domain
 LIBSELINUX_LICENSE_FILES = LICENSE
 
@@ -37,6 +37,7 @@ LIBSELINUX_PYLIBVER = python$(PYTHON_VERSION_MAJOR)
 endif
 
 LIBSELINUX_MAKE_OPTS += \
+	PYTHON=$(LIBSELINUX_PYLIBVER) \
 	PYINC="$(LIBSELINUX_PYINC)" \
 	PYSITEDIR=$(TARGET_DIR)/usr/lib/$(LIBSELINUX_PYLIBVER)/site-packages \
 	SWIG_LIB="$(HOST_DIR)/share/swig/$(SWIG_VERSION)/"
@@ -88,6 +89,7 @@ endif
 
 HOST_LIBSELINUX_MAKE_OPTS = \
 	$(HOST_CONFIGURE_OPTS) \
+	PYTHON=$(HOST_LIBSELINUX_PYLIBVER) \
 	PREFIX=$(HOST_DIR) \
 	SHLIBDIR=$(HOST_DIR)/lib \
 	LDFLAGS="$(HOST_LDFLAGS) -lpcre -lpthread" \
-- 
2.20.1

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

* [Buildroot] [PATCH] libsemanage: bump to version 2.9
  2019-04-08 18:50 [Buildroot] [PATCH] package/audit: bump version to 2.8.5 aduskett at gmail.com
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/libsepol: bump version to 2.9 aduskett at gmail.com
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/libselinux: " aduskett at gmail.com
@ 2019-04-08 18:50 ` aduskett at gmail.com
  2019-04-11 12:23   ` Thomas Petazzoni
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/checkpolicy: " aduskett at gmail.com
                   ` (6 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: aduskett at gmail.com @ 2019-04-08 18:50 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/libsemanage/libsemanage.hash | 2 +-
 package/libsemanage/libsemanage.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libsemanage/libsemanage.hash b/package/libsemanage/libsemanage.hash
index 5315514003..871ed192c4 100644
--- a/package/libsemanage/libsemanage.hash
+++ b/package/libsemanage/libsemanage.hash
@@ -1,5 +1,5 @@
 # From: https://github.com/SELinuxProject/selinux/wiki/Releases
-sha256 1c0de8d2c51e5460926c21e371105c84a39087dfd8f8e9f0cc1d017e4cbea8e2 libsemanage-2.8.tar.gz
+sha256 2576349d344492e73b468059767268dec1dabd8c35f3c7222c3ec2448737bc1c libsemanage-2.9.tar.gz
 
 # Hash for license file
 sha256 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3 COPYING
diff --git a/package/libsemanage/libsemanage.mk b/package/libsemanage/libsemanage.mk
index bbde50f49f..a139ad0a68 100644
--- a/package/libsemanage/libsemanage.mk
+++ b/package/libsemanage/libsemanage.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LIBSEMANAGE_VERSION = 2.8
-LIBSEMANAGE_SITE = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524
+LIBSEMANAGE_VERSION = 2.9
+LIBSEMANAGE_SITE = https://github.com/SELinuxProject/selinux/releases/download/20190315
 LIBSEMANAGE_LICENSE = LGPL-2.1+
 LIBSEMANAGE_LICENSE_FILES = COPYING
 LIBSEMANAGE_DEPENDENCIES = host-bison host-flex audit libselinux ustr bzip2
-- 
2.20.1

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

* [Buildroot] [PATCH] package/checkpolicy: bump to version 2.9
  2019-04-08 18:50 [Buildroot] [PATCH] package/audit: bump version to 2.8.5 aduskett at gmail.com
                   ` (2 preceding siblings ...)
  2019-04-08 18:50 ` [Buildroot] [PATCH] libsemanage: bump to version 2.9 aduskett at gmail.com
@ 2019-04-08 18:50 ` aduskett at gmail.com
  2019-04-11 12:32   ` Thomas Petazzoni
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/policycoreutils: " aduskett at gmail.com
                   ` (5 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: aduskett at gmail.com @ 2019-04-08 18:50 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/checkpolicy/checkpolicy.hash | 2 +-
 package/checkpolicy/checkpolicy.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/checkpolicy/checkpolicy.hash b/package/checkpolicy/checkpolicy.hash
index cf38d6e2f4..9e77b9b027 100644
--- a/package/checkpolicy/checkpolicy.hash
+++ b/package/checkpolicy/checkpolicy.hash
@@ -1,5 +1,5 @@
 # https://github.com/SELinuxProject/selinux/wiki/Releases
-sha256 9dec811c24b88e58c3bf741365eacf1dbb945531a2fcb8f284aacf68098194c8  checkpolicy-2.8.tar.gz
+sha256 a946c32b284532447857e4c48830f8816867c61220c8c08bdd32e6f691335f8e  checkpolicy-2.9.tar.gz
 
 # Hash for license file
 sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994  COPYING
diff --git a/package/checkpolicy/checkpolicy.mk b/package/checkpolicy/checkpolicy.mk
index 7143b2d7d2..8f1ec72549 100644
--- a/package/checkpolicy/checkpolicy.mk
+++ b/package/checkpolicy/checkpolicy.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-CHECKPOLICY_VERSION = 2.8
-CHECKPOLICY_SITE = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524
+CHECKPOLICY_VERSION = 2.9
+CHECKPOLICY_SITE = https://github.com/SELinuxProject/selinux/releases/download/20190315
 CHECKPOLICY_LICENSE = GPL-2.0
 CHECKPOLICY_LICENSE_FILES = COPYING
 
-- 
2.20.1

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

* [Buildroot] [PATCH] package/policycoreutils: bump to version 2.9
  2019-04-08 18:50 [Buildroot] [PATCH] package/audit: bump version to 2.8.5 aduskett at gmail.com
                   ` (3 preceding siblings ...)
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/checkpolicy: " aduskett at gmail.com
@ 2019-04-08 18:50 ` aduskett at gmail.com
  2019-04-11 12:33   ` Thomas Petazzoni
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/selinux-python: " aduskett at gmail.com
                   ` (4 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: aduskett at gmail.com @ 2019-04-08 18:50 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/policycoreutils/policycoreutils.hash | 2 +-
 package/policycoreutils/policycoreutils.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/policycoreutils/policycoreutils.hash b/package/policycoreutils/policycoreutils.hash
index b6367b4bf4..c601c7818b 100644
--- a/package/policycoreutils/policycoreutils.hash
+++ b/package/policycoreutils/policycoreutils.hash
@@ -1,3 +1,3 @@
 # https://github.com/SELinuxProject/selinux/wiki/Releases
-sha256 986553a235f27bee7ad7c2b7c35ea51eb2ee68e2cf03b661b1585de101bc1099 policycoreutils-2.8.tar.gz
+sha256 c53c344f28007b3c0742bd958751e9b5d2385898adeb8aec6281ae57342f0f7b policycoreutils-2.9.tar.gz
 sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING
diff --git a/package/policycoreutils/policycoreutils.mk b/package/policycoreutils/policycoreutils.mk
index abd70e16c8..3b13e2716c 100644
--- a/package/policycoreutils/policycoreutils.mk
+++ b/package/policycoreutils/policycoreutils.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-POLICYCOREUTILS_VERSION = 2.8
-POLICYCOREUTILS_SITE = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524
+POLICYCOREUTILS_VERSION = 2.9
+POLICYCOREUTILS_SITE = https://github.com/SELinuxProject/selinux/releases/download/20190315
 POLICYCOREUTILS_LICENSE = GPL-2.0
 POLICYCOREUTILS_LICENSE_FILES = COPYING
 
-- 
2.20.1

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

* [Buildroot] [PATCH] package/selinux-python: bump to version 2.9
  2019-04-08 18:50 [Buildroot] [PATCH] package/audit: bump version to 2.8.5 aduskett at gmail.com
                   ` (4 preceding siblings ...)
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/policycoreutils: " aduskett at gmail.com
@ 2019-04-08 18:50 ` aduskett at gmail.com
  2019-04-11 13:00   ` Thomas Petazzoni
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/restorecond: " aduskett at gmail.com
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: aduskett at gmail.com @ 2019-04-08 18:50 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/selinux-python/selinux-python.hash | 2 +-
 package/selinux-python/selinux-python.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/selinux-python/selinux-python.hash b/package/selinux-python/selinux-python.hash
index 99965004fc..8cbac37016 100644
--- a/package/selinux-python/selinux-python.hash
+++ b/package/selinux-python/selinux-python.hash
@@ -1,5 +1,5 @@
 # https://github.com/SELinuxProject/selinux/wiki/Releases
-sha256 e69f5e24820cb247a3d881a9c90efba1e64d76af863c82fb81bc3b87ed71e238 selinux-python-2.8.tar.gz
+sha256 3650b5393b0d1790cac66db00e34f059aa91c23cfe3c2559676594e295d75fde selinux-python-2.9.tar.gz
 
 # Hash for license file
 sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING
diff --git a/package/selinux-python/selinux-python.mk b/package/selinux-python/selinux-python.mk
index 2de55f33cb..978bee7c88 100644
--- a/package/selinux-python/selinux-python.mk
+++ b/package/selinux-python/selinux-python.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-SELINUX_PYTHON_VERSION = 2.8
-SELINUX_PYTHON_SITE = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524
+SELINUX_PYTHON_VERSION = 2.9
+SELINUX_PYTHON_SITE = https://github.com/SELinuxProject/selinux/releases/download/20190315
 SELINUX_PYTHON_LICENSE = GPL-2.0
 SELINUX_PYTHON_LICENSE_FILES = COPYING
 
-- 
2.20.1

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

* [Buildroot] [PATCH] package/restorecond: bump to version 2.9
  2019-04-08 18:50 [Buildroot] [PATCH] package/audit: bump version to 2.8.5 aduskett at gmail.com
                   ` (5 preceding siblings ...)
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/selinux-python: " aduskett at gmail.com
@ 2019-04-08 18:50 ` aduskett at gmail.com
  2019-04-11 13:00   ` Thomas Petazzoni
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/semodule-utils: " aduskett at gmail.com
                   ` (2 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: aduskett at gmail.com @ 2019-04-08 18:50 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/restorecond/restorecond.hash | 2 +-
 package/restorecond/restorecond.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/restorecond/restorecond.hash b/package/restorecond/restorecond.hash
index d171c50524..7a82bda370 100644
--- a/package/restorecond/restorecond.hash
+++ b/package/restorecond/restorecond.hash
@@ -1,5 +1,5 @@
 # https://github.com/SELinuxProject/selinux/wiki/Releases
-sha256 323cab1128e5308cd85fea0e5c98e3c8973e1ada0b659f2fce76187e192271bf restorecond-2.8.tar.gz
+sha256 cbf9820583e641ee0462fa7bc89e6024676af281e025703e17b2d019b1a25a4f restorecond-2.9.tar.gz
 
 # Hash for license file
 sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING
diff --git a/package/restorecond/restorecond.mk b/package/restorecond/restorecond.mk
index 7e43d9c8df..c519b5de2b 100644
--- a/package/restorecond/restorecond.mk
+++ b/package/restorecond/restorecond.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-RESTORECOND_VERSION = 2.8
-RESTORECOND_SITE = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524
+RESTORECOND_VERSION = 2.9
+RESTORECOND_SITE = https://github.com/SELinuxProject/selinux/releases/download/20190315
 RESTORECOND_LICENSE = GPL-2.0
 RESTORECOND_LICENSE_FILES = COPYING
 
-- 
2.20.1

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

* [Buildroot] [PATCH] package/semodule-utils: bump to version 2.9
  2019-04-08 18:50 [Buildroot] [PATCH] package/audit: bump version to 2.8.5 aduskett at gmail.com
                   ` (6 preceding siblings ...)
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/restorecond: " aduskett at gmail.com
@ 2019-04-08 18:50 ` aduskett at gmail.com
  2019-04-11 13:00   ` Thomas Petazzoni
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/refpolicy: bump to version 2.20190201 aduskett at gmail.com
  2019-04-11  8:56 ` [Buildroot] [PATCH] package/audit: bump version to 2.8.5 Thomas Petazzoni
  9 siblings, 1 reply; 20+ messages in thread
From: aduskett at gmail.com @ 2019-04-08 18:50 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/semodule-utils/semodule-utils.hash | 2 +-
 package/semodule-utils/semodule-utils.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/semodule-utils/semodule-utils.hash b/package/semodule-utils/semodule-utils.hash
index be40918de6..386b442618 100644
--- a/package/semodule-utils/semodule-utils.hash
+++ b/package/semodule-utils/semodule-utils.hash
@@ -1,5 +1,5 @@
 # https://github.com/SELinuxProject/selinux/wiki/Releases
-sha256 44f59c13070c637440b143ceab4dfe1efb9018b1e47828dd8789def74c1ccadf semodule-utils-2.8.tar.gz
+sha256 8083679ee634570f6e9a18632f2c2862b9134fa308b689b2e1952a369ae5d907 semodule-utils-2.9.tar.gz
 
 # Hash for license file
 sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING
diff --git a/package/semodule-utils/semodule-utils.mk b/package/semodule-utils/semodule-utils.mk
index 480e157c6d..7102dbc5e0 100644
--- a/package/semodule-utils/semodule-utils.mk
+++ b/package/semodule-utils/semodule-utils.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-SEMODULE_UTILS_VERSION = 2.8
-SEMODULE_UTILS_SITE = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524
+SEMODULE_UTILS_VERSION = 2.9
+SEMODULE_UTILS_SITE = https://github.com/SELinuxProject/selinux/releases/download/20190315
 SEMODULE_UTILS_LICENSE = GPL-2.0
 SEMODULE_UTILS_LICENSE_FILES = COPYING
 SEMODULE_UTILS_DEPENDENCIES = libsepol
-- 
2.20.1

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

* [Buildroot] [PATCH] package/refpolicy: bump to version 2.20190201
  2019-04-08 18:50 [Buildroot] [PATCH] package/audit: bump version to 2.8.5 aduskett at gmail.com
                   ` (7 preceding siblings ...)
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/semodule-utils: " aduskett at gmail.com
@ 2019-04-08 18:50 ` aduskett at gmail.com
  2019-04-11 13:00   ` Thomas Petazzoni
  2019-04-11  8:56 ` [Buildroot] [PATCH] package/audit: bump version to 2.8.5 Thomas Petazzoni
  9 siblings, 1 reply; 20+ messages in thread
From: aduskett at gmail.com @ 2019-04-08 18:50 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Also change the site location to the non-archived URL.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/refpolicy/refpolicy.hash | 4 ++--
 package/refpolicy/refpolicy.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/refpolicy/refpolicy.hash b/package/refpolicy/refpolicy.hash
index f341566f28..856d8cb8a2 100644
--- a/package/refpolicy/refpolicy.hash
+++ b/package/refpolicy/refpolicy.hash
@@ -1,5 +1,5 @@
-# From https://github.com/TresysTechnology/refpolicy/wiki/DownloadRelease
-sha256 e826f7d7f899a548e538964487e9fc1bc67ca94756ebdce0bfb6532b4eb0d06b  refpolicy-2.20180114.tar.bz2
+# From https://github.com/SELinuxProject/refpolicy/releases
+sha256 ed620dc91c4e09eee6271b373f7c61a364a82ea57bd2dc86ca1f7075304e2843  refpolicy-2.20190201.tar.bz2
 
 # Locally computed
 sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING
diff --git a/package/refpolicy/refpolicy.mk b/package/refpolicy/refpolicy.mk
index 590e0ebd9a..78c17bad01 100644
--- a/package/refpolicy/refpolicy.mk
+++ b/package/refpolicy/refpolicy.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-REFPOLICY_VERSION = 2.20180114
+REFPOLICY_VERSION = 2.20190201
 REFPOLICY_SOURCE = refpolicy-$(REFPOLICY_VERSION).tar.bz2
-REFPOLICY_SITE = https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files
+REFPOLICY_SITE = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20190201
 REFPOLICY_LICENSE = GPL-2.0
 REFPOLICY_LICENSE_FILES = COPYING
 REFPOLICY_INSTALL_STAGING = YES
-- 
2.20.1

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

* [Buildroot] [PATCH] package/audit: bump version to 2.8.5
  2019-04-08 18:50 [Buildroot] [PATCH] package/audit: bump version to 2.8.5 aduskett at gmail.com
                   ` (8 preceding siblings ...)
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/refpolicy: bump to version 2.20190201 aduskett at gmail.com
@ 2019-04-11  8:56 ` Thomas Petazzoni
  9 siblings, 0 replies; 20+ messages in thread
From: Thomas Petazzoni @ 2019-04-11  8:56 UTC (permalink / raw)
  To: buildroot

On Mon,  8 Apr 2019 14:50:04 -0400
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/audit/audit.hash | 2 +-
>  package/audit/audit.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/libsepol: bump version to 2.9
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/libsepol: bump version to 2.9 aduskett at gmail.com
@ 2019-04-11  8:57   ` Thomas Petazzoni
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Petazzoni @ 2019-04-11  8:57 UTC (permalink / raw)
  To: buildroot

On Mon,  8 Apr 2019 14:50:05 -0400
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/libsepol/libsepol.hash | 2 +-
>  package/libsepol/libsepol.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/libselinux: bump version to 2.9
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/libselinux: " aduskett at gmail.com
@ 2019-04-11 12:22   ` Thomas Petazzoni
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Petazzoni @ 2019-04-11 12:22 UTC (permalink / raw)
  To: buildroot

On Mon,  8 Apr 2019 14:50:06 -0400
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Other changes:
>  - Remove upstream patch
>  - Add PYTHON=$(LIBSELINUX_PYLIBVER) to LIBSELINUX_MAKE_OPTS
>  - Add PYTHON=$(HOST_LIBSELINUX_PYLIBVER) to HOST_LIBSELINUX_MAKE_OPTS
> 
> The python changes are necessary because libselinux python tools now defaults
> to python3.
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  ...-break-around-__atomic_-with-GCC-4.7.patch | 70 -------------------
>  package/libselinux/libselinux.hash            |  2 +-
>  package/libselinux/libselinux.mk              |  6 +-
>  3 files changed, 5 insertions(+), 73 deletions(-)
>  delete mode 100644 package/libselinux/0003-Fix-build-break-around-__atomic_-with-GCC-4.7.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] libsemanage: bump to version 2.9
  2019-04-08 18:50 ` [Buildroot] [PATCH] libsemanage: bump to version 2.9 aduskett at gmail.com
@ 2019-04-11 12:23   ` Thomas Petazzoni
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Petazzoni @ 2019-04-11 12:23 UTC (permalink / raw)
  To: buildroot

On Mon,  8 Apr 2019 14:50:07 -0400
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/libsemanage/libsemanage.hash | 2 +-
>  package/libsemanage/libsemanage.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/checkpolicy: bump to version 2.9
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/checkpolicy: " aduskett at gmail.com
@ 2019-04-11 12:32   ` Thomas Petazzoni
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Petazzoni @ 2019-04-11 12:32 UTC (permalink / raw)
  To: buildroot

On Mon,  8 Apr 2019 14:50:08 -0400
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/checkpolicy/checkpolicy.hash | 2 +-
>  package/checkpolicy/checkpolicy.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/policycoreutils: bump to version 2.9
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/policycoreutils: " aduskett at gmail.com
@ 2019-04-11 12:33   ` Thomas Petazzoni
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Petazzoni @ 2019-04-11 12:33 UTC (permalink / raw)
  To: buildroot

On Mon,  8 Apr 2019 14:50:09 -0400
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/policycoreutils/policycoreutils.hash | 2 +-
>  package/policycoreutils/policycoreutils.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/selinux-python: bump to version 2.9
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/selinux-python: " aduskett at gmail.com
@ 2019-04-11 13:00   ` Thomas Petazzoni
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Petazzoni @ 2019-04-11 13:00 UTC (permalink / raw)
  To: buildroot

On Mon,  8 Apr 2019 14:50:10 -0400
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/selinux-python/selinux-python.hash | 2 +-
>  package/selinux-python/selinux-python.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/restorecond: bump to version 2.9
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/restorecond: " aduskett at gmail.com
@ 2019-04-11 13:00   ` Thomas Petazzoni
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Petazzoni @ 2019-04-11 13:00 UTC (permalink / raw)
  To: buildroot

On Mon,  8 Apr 2019 14:50:11 -0400
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/restorecond/restorecond.hash | 2 +-
>  package/restorecond/restorecond.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/semodule-utils: bump to version 2.9
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/semodule-utils: " aduskett at gmail.com
@ 2019-04-11 13:00   ` Thomas Petazzoni
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Petazzoni @ 2019-04-11 13:00 UTC (permalink / raw)
  To: buildroot

On Mon,  8 Apr 2019 14:50:12 -0400
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/semodule-utils/semodule-utils.hash | 2 +-
>  package/semodule-utils/semodule-utils.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/refpolicy: bump to version 2.20190201
  2019-04-08 18:50 ` [Buildroot] [PATCH] package/refpolicy: bump to version 2.20190201 aduskett at gmail.com
@ 2019-04-11 13:00   ` Thomas Petazzoni
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Petazzoni @ 2019-04-11 13:00 UTC (permalink / raw)
  To: buildroot

On Mon,  8 Apr 2019 14:50:13 -0400
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Also change the site location to the non-archived URL.
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/refpolicy/refpolicy.hash | 4 ++--
>  package/refpolicy/refpolicy.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-04-11 13:00 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-08 18:50 [Buildroot] [PATCH] package/audit: bump version to 2.8.5 aduskett at gmail.com
2019-04-08 18:50 ` [Buildroot] [PATCH] package/libsepol: bump version to 2.9 aduskett at gmail.com
2019-04-11  8:57   ` Thomas Petazzoni
2019-04-08 18:50 ` [Buildroot] [PATCH] package/libselinux: " aduskett at gmail.com
2019-04-11 12:22   ` Thomas Petazzoni
2019-04-08 18:50 ` [Buildroot] [PATCH] libsemanage: bump to version 2.9 aduskett at gmail.com
2019-04-11 12:23   ` Thomas Petazzoni
2019-04-08 18:50 ` [Buildroot] [PATCH] package/checkpolicy: " aduskett at gmail.com
2019-04-11 12:32   ` Thomas Petazzoni
2019-04-08 18:50 ` [Buildroot] [PATCH] package/policycoreutils: " aduskett at gmail.com
2019-04-11 12:33   ` Thomas Petazzoni
2019-04-08 18:50 ` [Buildroot] [PATCH] package/selinux-python: " aduskett at gmail.com
2019-04-11 13:00   ` Thomas Petazzoni
2019-04-08 18:50 ` [Buildroot] [PATCH] package/restorecond: " aduskett at gmail.com
2019-04-11 13:00   ` Thomas Petazzoni
2019-04-08 18:50 ` [Buildroot] [PATCH] package/semodule-utils: " aduskett at gmail.com
2019-04-11 13:00   ` Thomas Petazzoni
2019-04-08 18:50 ` [Buildroot] [PATCH] package/refpolicy: bump to version 2.20190201 aduskett at gmail.com
2019-04-11 13:00   ` Thomas Petazzoni
2019-04-11  8:56 ` [Buildroot] [PATCH] package/audit: bump version to 2.8.5 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.