summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-05-28 11:55:41 +0200
committerNicolas Iooss2022-05-28 11:58:33 +0200
commited55ca9f5af7787d99550de607aa3254f2066d8f (patch)
tree5af415b305de26a982cac02af9788678f2647578
parent0cdc70e26e74ef55c4042e9143717fef2184b556 (diff)
downloadaur-ed55ca9f5af7787d99550de607aa3254f2066d8f.tar.gz
libselinux 3.4-1 update
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD12
2 files changed, 16 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4806e13dffa0..5c58eb526fab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libselinux
pkgdesc = SELinux library and simple utilities
- pkgver = 3.3
- pkgrel = 2
+ pkgver = 3.4
+ pkgrel = 1
url = https://github.com/SELinuxProject/selinux
arch = i686
arch = x86_64
@@ -14,15 +14,18 @@ pkgbase = libselinux
makedepends = ruby
makedepends = xz
makedepends = swig
- depends = libsepol>=3.3
+ depends = libsepol>=3.4
depends = pcre
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libselinux=3.3-2
+ provides = selinux-usr-libselinux=3.4-1
conflicts = selinux-usr-libselinux
- source = https://github.com/SELinuxProject/selinux/releases/download/3.3/libselinux-3.3.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.4/libselinux-3.4.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.4/libselinux-3.4.tar.gz.asc
source = libselinux.tmpfiles.d
- sha256sums = acfdee27633d2496508c28727c3d41d3748076f66d42fccde2e6b9f3463a7057
+ validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
+ sha256sums = 77c294a927e6795c2e98f74b5c3adde9c8839690e9255b767c5fca6acff9b779
+ sha256sums = SKIP
sha256sums = afe23890fb2e12e6756e5d81bad3c3da33f38a95d072731c0422fbeb0b1fa1fc
pkgname = libselinux
diff --git a/PKGBUILD b/PKGBUILD
index 5e56e1a69233..bdd5cbc4963a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,22 +8,24 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=libselinux
-pkgver=3.3
-pkgrel=2
+pkgver=3.4
+pkgrel=1
pkgdesc="SELinux library and simple utilities"
arch=('i686' 'x86_64' 'armv6h' 'aarch64')
url='https://github.com/SELinuxProject/selinux'
license=('custom')
groups=('selinux')
makedepends=('pkgconf' 'python' 'ruby' 'xz' 'swig')
-depends=('libsepol>=3.3' 'pcre')
+depends=('libsepol>=3.4' 'pcre')
optdepends=('python: python bindings'
'ruby: ruby bindings')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+validpgpkeys=('E853C1848B0185CF42864DF363A8AD4B982C4373') # Petr Lautrbach <plautrba@redhat.com>
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}
"libselinux.tmpfiles.d")
-sha256sums=('acfdee27633d2496508c28727c3d41d3748076f66d42fccde2e6b9f3463a7057'
+sha256sums=('77c294a927e6795c2e98f74b5c3adde9c8839690e9255b767c5fca6acff9b779'
+ 'SKIP'
'afe23890fb2e12e6756e5d81bad3c3da33f38a95d072731c0422fbeb0b1fa1fc')
build() {