summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2018-12-15 10:11:29 +0100
committerNicolas Iooss2018-12-15 10:11:29 +0100
commit4c8999348a7c8a5649184b2248abaf048cf3e9dc (patch)
treedd364080c3fbfe6d312ff711380f487c5d83795f
parent61406865ba5d6c40a3b6730de2a7a3f3a558ed63 (diff)
downloadaur-4c8999348a7c8a5649184b2248abaf048cf3e9dc.tar.gz
logrotate-selinux 3.15.0-1 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b30270baa69f..3fe91b99dc37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = logrotate-selinux
pkgdesc = Rotates system logs automatically with SELinux support
- pkgver = 3.14.0
+ pkgver = 3.15.0
pkgrel = 1
url = https://github.com/logrotate/logrotate
arch = x86_64
@@ -10,16 +10,16 @@ pkgbase = logrotate-selinux
depends = gzip
depends = acl
depends = libselinux
- provides = logrotate=3.14.0-1
- provides = selinux-logrotate=3.14.0-1
+ provides = logrotate=3.15.0-1
+ provides = selinux-logrotate=3.15.0-1
conflicts = logrotate
conflicts = selinux-logrotate
backup = etc/logrotate.conf
- source = https://github.com/logrotate/logrotate/releases/download/3.14.0/logrotate-3.14.0.tar.xz
- source = https://github.com/logrotate/logrotate/releases/download/3.14.0/logrotate-3.14.0.tar.xz.asc
+ source = https://github.com/logrotate/logrotate/releases/download/3.15.0/logrotate-3.15.0.tar.xz
+ source = https://github.com/logrotate/logrotate/releases/download/3.15.0/logrotate-3.15.0.tar.xz.asc
source = logrotate.conf
validpgpkeys = 992A96E075056E79CD8214F9873DB37572A37B36
- md5sums = 1c0f6e6e490c4bcac0a1e77ad1310683
+ md5sums = 320046f0b9fc38337e8827d4c5a866a0
md5sums = SKIP
md5sums = 94dae4d3eded2fab9ae879533d3680db
diff --git a/PKGBUILD b/PKGBUILD
index 9da6504c5b0a..3ae85d14d1aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,11 @@
-# $Id$
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
# SELinux Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
+#
+# This PKGBUILD is maintained on https://github.com/archlinuxhardened/selinux.
+# If you want to help keep it up to date, please open a Pull Request there.
pkgname=logrotate-selinux
-pkgver=3.14.0
+pkgver=3.15.0
pkgrel=1
pkgdesc="Rotates system logs automatically with SELinux support"
arch=('x86_64')
@@ -17,7 +19,7 @@ provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
backup=('etc/logrotate.conf')
source=("https://github.com/logrotate/logrotate/releases/download/${pkgver}/${pkgname/-selinux}-${pkgver}.tar.xz"{,.asc}
'logrotate.conf')
-md5sums=('1c0f6e6e490c4bcac0a1e77ad1310683'
+md5sums=('320046f0b9fc38337e8827d4c5a866a0'
'SKIP'
'94dae4d3eded2fab9ae879533d3680db')
validpgpkeys=('992A96E075056E79CD8214F9873DB37572A37B36')