summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-03-15 19:39:15 +0100
committerNicolas Iooss2023-03-15 19:39:15 +0100
commitcccaeaebbe46c4a84862cbbceb104bf81d89f891 (patch)
tree614e1b9f38944f5ef5d214b0f36ccfbbbce86390
parent041ed8cef645a868d3315ce470edd7a70b58d867 (diff)
downloadaur-cccaeaebbe46c4a84862cbbceb104bf81d89f891.tar.gz
libsemanage 3.5-1 update
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 987aaf633f20..5ccc3aa558ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libsemanage
pkgdesc = SELinux binary policy manipulation library
- pkgver = 3.4
+ pkgver = 3.5
pkgrel = 1
url = https://github.com/SELinuxProject/selinux
install = libsemanage.install
@@ -14,18 +14,19 @@ pkgbase = libsemanage
makedepends = python
makedepends = ruby
makedepends = swig
- depends = libselinux>=3.4
+ depends = libselinux>=3.5
depends = audit
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libsemanage=3.4-1
+ provides = selinux-usr-libsemanage=3.5-1
conflicts = selinux-usr-libsemanage
options = !emptydirs
- source = https://github.com/SELinuxProject/selinux/releases/download/3.4/libsemanage-3.4.tar.gz
- source = https://github.com/SELinuxProject/selinux/releases/download/3.4/libsemanage-3.4.tar.gz.asc
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.5/libsemanage-3.5.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.5/libsemanage-3.5.tar.gz.asc
source = semanage.conf
+ validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = 93b423a21600b8e3fb59bb925d4583d1258f45bebf63c29bde304dfd3d52efd6
+ sha256sums = f53534e50247538280ed0d76c6ce81d8fb3939bd64cadb89da10dba42e40dd9c
sha256sums = SKIP
sha256sums = 5b0e6929428e095b561701ccdfa9c8b0c3d70dad3fc46e667eb46a85b246a4a0
diff --git a/PKGBUILD b/PKGBUILD
index d116255ceb80..e25110f4d9e2 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=libsemanage
-pkgver=3.4
+pkgver=3.5
pkgrel=1
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64' 'aarch64')
@@ -15,17 +15,20 @@ url='https://github.com/SELinuxProject/selinux'
license=('LGPL2.1')
groups=('selinux')
makedepends=('flex' 'pkgconf' 'python' 'ruby' 'swig')
-depends=('libselinux>=3.4' 'audit')
+depends=('libselinux>=3.5' 'audit')
optdepends=('python: python bindings'
'ruby: ruby bindings')
options=(!emptydirs) # For /var/lib/selinux
install=libsemanage.install
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}
"semanage.conf")
-sha256sums=('93b423a21600b8e3fb59bb925d4583d1258f45bebf63c29bde304dfd3d52efd6'
+sha256sums=('f53534e50247538280ed0d76c6ce81d8fb3939bd64cadb89da10dba42e40dd9c'
'SKIP'
'5b0e6929428e095b561701ccdfa9c8b0c3d70dad3fc46e667eb46a85b246a4a0')