summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-03-15 19:39:19 +0100
committerNicolas Iooss2023-03-15 19:39:19 +0100
commit28288c530367d16df11da93530e5c49480259e64 (patch)
treee2ad75ea5c08f3cf9034d6507b4ba1ee120b31ee
parent548242ed9a201bb8b67f1cec676ecd4833a819d7 (diff)
downloadaur-28288c530367d16df11da93530e5c49480259e64.tar.gz
libsepol 3.5-1 update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4678676fcd83..e45d1c08e884 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libsepol
pkgdesc = SELinux binary policy manipulation library
- pkgver = 3.4
+ pkgver = 3.5
pkgrel = 1
url = https://github.com/SELinuxProject/selinux
arch = i686
@@ -11,13 +11,14 @@ pkgbase = libsepol
license = LGPL2.1
makedepends = flex
depends = glibc
- provides = selinux-usr-libsepol=3.4-1
+ provides = selinux-usr-libsepol=3.5-1
conflicts = selinux-usr-libsepol
options = staticlibs
- source = https://github.com/SELinuxProject/selinux/releases/download/3.4/libsepol-3.4.tar.gz
- source = https://github.com/SELinuxProject/selinux/releases/download/3.4/libsepol-3.4.tar.gz.asc
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.5/libsepol-3.5.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.5/libsepol-3.5.tar.gz.asc
+ validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = fc277ac5b52d59d2cd81eec8b1cccd450301d8b54d9dd48a993aea0577cf0336
+ sha256sums = 78fdaf69924db780bac78546e43d9c44074bad798c2c415d0b9bb96d065ee8a2
sha256sums = SKIP
pkgname = libsepol
diff --git a/PKGBUILD b/PKGBUILD
index dc3381d2a390..abd7cc60e84b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=libsepol
-pkgver=3.4
+pkgver=3.5
pkgrel=1
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64' 'armv6h' 'aarch64')
@@ -19,9 +19,12 @@ depends=('glibc')
options=(staticlibs)
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-validpgpkeys=('E853C1848B0185CF42864DF363A8AD4B982C4373') # Petr Lautrbach <plautrba@redhat.com>
+validpgpkeys=(
+ '63191CE94183098689CAB8DB7EF137EC935B0EAF' # Jason Zaman <perfinion@gentoo.org>
+ 'E853C1848B0185CF42864DF363A8AD4B982C4373' # Petr Lautrbach <plautrba@redhat.com>
+)
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('fc277ac5b52d59d2cd81eec8b1cccd450301d8b54d9dd48a993aea0577cf0336'
+sha256sums=('78fdaf69924db780bac78546e43d9c44074bad798c2c415d0b9bb96d065ee8a2'
'SKIP')
build() {