summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-12-15 20:52:35 +0100
committerNicolas Iooss2023-12-15 20:52:35 +0100
commitfb70b6203ff0617c735367ba9d267b977558783c (patch)
tree3f09241c580f58caf6b11789814e653032a1e541
parent5f43c04649f5f7784efda357da3ec98c8fa8d599 (diff)
downloadaur-fb70b6203ff0617c735367ba9d267b977558783c.tar.gz
libselinux 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 7295e9c4199c..f7fbb82041e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libselinux
pkgdesc = SELinux library and simple utilities
- pkgver = 3.5
- pkgrel = 2
+ pkgver = 3.6
+ pkgrel = 1
url = https://github.com/SELinuxProject/selinux
arch = i686
arch = x86_64
@@ -16,18 +16,18 @@ pkgbase = libselinux
makedepends = ruby
makedepends = xz
makedepends = swig
- depends = libsepol>=3.5
+ depends = libsepol>=3.6
depends = pcre
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libselinux=3.5-2
+ provides = selinux-usr-libselinux=3.6-1
conflicts = selinux-usr-libselinux
- 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 = https://github.com/SELinuxProject/selinux/releases/download/3.6/libselinux-3.6.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.6/libselinux-3.6.tar.gz.asc
source = libselinux.tmpfiles.d
validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
- validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = 9a3a3705ac13a2ccca2de6d652b6356fead10f36fb33115c185c5ccdf29eec19
+ validpgpkeys = B8682847764DF60DF52D992CBC3905F235179CF1
+ sha256sums = ba4e0ef34b270e7672a5e5f1b523fe2beab3a40bb33d9389f4ad3a8728f21b52
sha256sums = SKIP
sha256sums = afe23890fb2e12e6756e5d81bad3c3da33f38a95d072731c0422fbeb0b1fa1fc
diff --git a/PKGBUILD b/PKGBUILD
index 43071a130e24..44546494a1eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,26 +8,26 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=libselinux
-pkgver=3.5
-pkgrel=2
+pkgver=3.6
+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' 'python-pip' 'python-setuptools' 'ruby' 'xz' 'swig')
-depends=('libsepol>=3.5' 'pcre')
+depends=('libsepol>=3.6' 'pcre')
optdepends=('python: python bindings'
'ruby: ruby bindings')
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}
"libselinux.tmpfiles.d")
-sha256sums=('9a3a3705ac13a2ccca2de6d652b6356fead10f36fb33115c185c5ccdf29eec19'
+sha256sums=('ba4e0ef34b270e7672a5e5f1b523fe2beab3a40bb33d9389f4ad3a8728f21b52'
'SKIP'
'afe23890fb2e12e6756e5d81bad3c3da33f38a95d072731c0422fbeb0b1fa1fc')