summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-12-15 20:52:38 +0100
committerNicolas Iooss2023-12-15 20:52:38 +0100
commit05b4c2a226386701e461ef9b88e1dfbf32b72250 (patch)
tree0e279553b937ad0024199c98cfa72170152205ab
parentd9c5aabdaf1077b9c6aca6d59c5d20c37e0dbaad (diff)
downloadaur-05b4c2a226386701e461ef9b88e1dfbf32b72250.tar.gz
libsemanage 3.6-1 update
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ea0f0350075..49264bdc1ed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libsemanage
pkgdesc = SELinux binary policy manipulation library
- pkgver = 3.5
- pkgrel = 2
+ pkgver = 3.6
+ pkgrel = 1
url = https://github.com/SELinuxProject/selinux
install = libsemanage.install
arch = i686
@@ -14,19 +14,19 @@ pkgbase = libsemanage
makedepends = python
makedepends = ruby
makedepends = swig
- depends = libselinux>=3.5
+ depends = libselinux>=3.6
depends = audit
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libsemanage=3.5-2
+ provides = selinux-usr-libsemanage=3.6-1
conflicts = selinux-usr-libsemanage
options = !emptydirs
- 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 = https://github.com/SELinuxProject/selinux/releases/download/3.6/libsemanage-3.6.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.6/libsemanage-3.6.tar.gz.asc
source = semanage.conf
validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
- validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = f53534e50247538280ed0d76c6ce81d8fb3939bd64cadb89da10dba42e40dd9c
+ validpgpkeys = B8682847764DF60DF52D992CBC3905F235179CF1
+ sha256sums = 41138f46222439e1242f27c1587e95cf54a059259aaf1681db642cc30c4e0d60
sha256sums = SKIP
sha256sums = 5b0e6929428e095b561701ccdfa9c8b0c3d70dad3fc46e667eb46a85b246a4a0
diff --git a/PKGBUILD b/PKGBUILD
index d26bba86bfb6..206ed772e628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,15 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=libsemanage
-pkgver=3.5
-pkgrel=2
+pkgver=3.6
+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.5' 'audit')
+depends=('libselinux>=3.6' 'audit')
optdepends=('python: python bindings'
'ruby: ruby bindings')
options=(!emptydirs) # For /var/lib/selinux
@@ -24,11 +24,11 @@ conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
validpgpkeys=(
'63191CE94183098689CAB8DB7EF137EC935B0EAF' # Jason Zaman <perfinion@gentoo.org>
- 'E853C1848B0185CF42864DF363A8AD4B982C4373' # Petr Lautrbach <plautrba@redhat.com>
+ 'B8682847764DF60DF52D992CBC3905F235179CF1' # Petr Lautrbach <plautrba@redhat.com>
)
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}
"semanage.conf")
-sha256sums=('f53534e50247538280ed0d76c6ce81d8fb3939bd64cadb89da10dba42e40dd9c'
+sha256sums=('41138f46222439e1242f27c1587e95cf54a059259aaf1681db642cc30c4e0d60'
'SKIP'
'5b0e6929428e095b561701ccdfa9c8b0c3d70dad3fc46e667eb46a85b246a4a0')