summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-05-28 11:55:44 +0200
committerNicolas Iooss2022-05-28 11:58:34 +0200
commit041ed8cef645a868d3315ce470edd7a70b58d867 (patch)
treeb16ce6a3a585b7e908f260db03f7598e450220d8
parent41b21459ff68591d25bcfcb8a9682da9176c20d9 (diff)
downloadaur-041ed8cef645a868d3315ce470edd7a70b58d867.tar.gz
libsemanage 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 f25b59e92f6b..987aaf633f20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libsemanage
pkgdesc = SELinux binary policy manipulation library
- pkgver = 3.3
- pkgrel = 2
+ pkgver = 3.4
+ pkgrel = 1
url = https://github.com/SELinuxProject/selinux
install = libsemanage.install
arch = i686
@@ -14,16 +14,19 @@ pkgbase = libsemanage
makedepends = python
makedepends = ruby
makedepends = swig
- depends = libselinux>=3.3
+ depends = libselinux>=3.4
depends = audit
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libsemanage=3.3-2
+ provides = selinux-usr-libsemanage=3.4-1
conflicts = selinux-usr-libsemanage
options = !emptydirs
- source = https://github.com/SELinuxProject/selinux/releases/download/3.3/libsemanage-3.3.tar.gz
+ 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 = semanage.conf
- sha256sums = 84d0ec5afa34bbbb471f602d8c1bf317d12443d07852a34b60741d428d597ce8
+ validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
+ sha256sums = 93b423a21600b8e3fb59bb925d4583d1258f45bebf63c29bde304dfd3d52efd6
+ sha256sums = SKIP
sha256sums = 5b0e6929428e095b561701ccdfa9c8b0c3d70dad3fc46e667eb46a85b246a4a0
pkgname = libsemanage
diff --git a/PKGBUILD b/PKGBUILD
index 5b52ca8a3fa0..d116255ceb80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,24 +7,26 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=libsemanage
-pkgver=3.3
-pkgrel=2
+pkgver=3.4
+pkgrel=1
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux'
license=('LGPL2.1')
groups=('selinux')
makedepends=('flex' 'pkgconf' 'python' 'ruby' 'swig')
-depends=('libselinux>=3.3' 'audit')
+depends=('libselinux>=3.4' '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}")
-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}
"semanage.conf")
-sha256sums=('84d0ec5afa34bbbb471f602d8c1bf317d12443d07852a34b60741d428d597ce8'
+sha256sums=('93b423a21600b8e3fb59bb925d4583d1258f45bebf63c29bde304dfd3d52efd6'
+ 'SKIP'
'5b0e6929428e095b561701ccdfa9c8b0c3d70dad3fc46e667eb46a85b246a4a0')
build() {