selinux userspace: uprev packages to release 20131030

Upreved packages:
 - checkpolicy to 2.2
 - libselinux to 2.2
 - libsemanage to 2.2
 - libsepol to 2.2
 - policycoreutils to 2.2.5
 - sepolgen to 1.2.1

Migrate patches in next commits.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
Wenzong Fan 2013-12-25 21:34:13 -05:00 committed by Mark Hatle
parent 7cc4ee6c83
commit dc3cd6149c
9 changed files with 13 additions and 15 deletions

View File

@ -1,12 +0,0 @@
SELINUX_RELEASE = "20130423"
SRC_URI = "http://userspace.selinuxproject.org/releases/${SELINUX_RELEASE}/${BPN}-${PV}.tar.gz"
PREFERRED_VERSION_checkpolicy = "2.1.12"
PREFERRED_VERSION_libselinux = "2.1.13"
PREFERRED_VERSION_libsemanage = "2.1.10"
PREFERRED_VERSION_libsepol = "2.1.9"
PREFERRED_VERSION_policycoreutils = "2.1.14"
PREFERRED_VERSION_sepolgen = "1.1.9"
include selinux_common.inc

View File

@ -0,0 +1,12 @@
SELINUX_RELEASE = "20131030"
SRC_URI = "http://userspace.selinuxproject.org/releases/${SELINUX_RELEASE}/${BPN}-${PV}.tar.gz"
PREFERRED_VERSION_checkpolicy = "2.2"
PREFERRED_VERSION_libselinux = "2.2"
PREFERRED_VERSION_libsemanage = "2.2"
PREFERRED_VERSION_libsepol = "2.2"
PREFERRED_VERSION_policycoreutils = "2.2.5"
PREFERRED_VERSION_sepolgen = "1.2.1"
include selinux_common.inc

View File

@ -1,8 +1,6 @@
SRCREV = "3f52a123af40bae33bde2a1f2ecfb2320b61f9ad"
SRCREV = "edc2e99687b050d5be21a78a66d038aa1fc068d9"
SRC_URI = "git://oss.tresys.com/git/selinux.git;protocol=http"
SRC_URI[md5sum] = "4ec64a0d24aaa77c80b86e74d271e464"
SRC_URI[sha256sum] = "9c8a8643c9a4dd0eb76fcda1420d636b750b84b27656c6f8bc6886a829d7e520"
S = "${WORKDIR}/git/${BPN}"