summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-03-15 19:39:12 +0100
committerNicolas Iooss2023-03-15 19:39:12 +0100
commit0b9e13851ab84dfc039a86c33aa90eb5bf409377 (patch)
treea6c729b43a60a80feb746c4e3490bef3b39a63b2
parented55ca9f5af7787d99550de607aa3254f2066d8f (diff)
downloadaur-0b9e13851ab84dfc039a86c33aa90eb5bf409377.tar.gz
libselinux 3.5-1 update
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD13
2 files changed, 17 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c58eb526fab..1b462911021c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libselinux
pkgdesc = SELinux library and simple utilities
- pkgver = 3.4
+ pkgver = 3.5
pkgrel = 1
url = https://github.com/SELinuxProject/selinux
arch = i686
@@ -11,20 +11,23 @@ pkgbase = libselinux
license = custom
makedepends = pkgconf
makedepends = python
+ makedepends = python-pip
+ makedepends = python-setuptools
makedepends = ruby
makedepends = xz
makedepends = swig
- depends = libsepol>=3.4
+ depends = libsepol>=3.5
depends = pcre
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libselinux=3.4-1
+ provides = selinux-usr-libselinux=3.5-1
conflicts = selinux-usr-libselinux
- 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 = https://github.com/SELinuxProject/selinux/releases/download/3.5/libselinux-3.5.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.5/libselinux-3.5.tar.gz.asc
source = libselinux.tmpfiles.d
+ validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = 77c294a927e6795c2e98f74b5c3adde9c8839690e9255b767c5fca6acff9b779
+ sha256sums = 9a3a3705ac13a2ccca2de6d652b6356fead10f36fb33115c185c5ccdf29eec19
sha256sums = SKIP
sha256sums = afe23890fb2e12e6756e5d81bad3c3da33f38a95d072731c0422fbeb0b1fa1fc
diff --git a/PKGBUILD b/PKGBUILD
index bdd5cbc4963a..4a477918dc60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,23 +8,26 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=libselinux
-pkgver=3.4
+pkgver=3.5
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.4' 'pcre')
+makedepends=('pkgconf' 'python' 'python-pip' 'python-setuptools' 'ruby' 'xz' 'swig')
+depends=('libsepol>=3.5' 'pcre')
optdepends=('python: python bindings'
'ruby: ruby bindings')
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}
"libselinux.tmpfiles.d")
-sha256sums=('77c294a927e6795c2e98f74b5c3adde9c8839690e9255b767c5fca6acff9b779'
+sha256sums=('9a3a3705ac13a2ccca2de6d652b6356fead10f36fb33115c185c5ccdf29eec19'
'SKIP'
'afe23890fb2e12e6756e5d81bad3c3da33f38a95d072731c0422fbeb0b1fa1fc')