summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-05-20 09:56:40 +0200
committerNicolas Iooss2017-05-20 09:56:40 +0200
commitd348729bd19762d632c1022d6ecfeaea58d5e224 (patch)
treebe69a8dfa8a3629d84d0ba14f9f2686825988c83
parentb0f301dd939f5e47c619a955adc2a4c3797ea92b (diff)
downloadaur-d348729bd19762d632c1022d6ecfeaea58d5e224.tar.gz
logrotate-selinux 3.12.2-1 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82e542169b50..c7d63adba3d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = logrotate-selinux
pkgdesc = Rotates system logs automatically with SELinux support
- pkgver = 3.12.1
+ pkgver = 3.12.2
pkgrel = 1
url = https://github.com/logrotate/logrotate
arch = i686
@@ -11,16 +11,16 @@ pkgbase = logrotate-selinux
depends = gzip
depends = acl
depends = libselinux
- provides = logrotate=3.12.1-1
- provides = selinux-logrotate=3.12.1-1
+ provides = logrotate=3.12.2-1
+ provides = selinux-logrotate=3.12.2-1
conflicts = logrotate
conflicts = selinux-logrotate
backup = etc/logrotate.conf
- source = https://github.com/logrotate/logrotate/releases/download/3.12.1/logrotate-3.12.1.tar.xz
- source = https://github.com/logrotate/logrotate/releases/download/3.12.1/logrotate-3.12.1.tar.xz.asc
+ source = https://github.com/logrotate/logrotate/releases/download/3.12.2/logrotate-3.12.2.tar.xz
+ source = https://github.com/logrotate/logrotate/releases/download/3.12.2/logrotate-3.12.2.tar.xz.asc
source = logrotate.conf
validpgpkeys = 992A96E075056E79CD8214F9873DB37572A37B36
- md5sums = 9c3d4c55220497a5530179c1c5e5b6eb
+ md5sums = 923e753825405280aebcc4e73b4b2b55
md5sums = SKIP
md5sums = 94dae4d3eded2fab9ae879533d3680db
diff --git a/PKGBUILD b/PKGBUILD
index 0a47dcad3dae..d9b6fd376e53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# SELinux Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
pkgname=logrotate-selinux
-pkgver=3.12.1
+pkgver=3.12.2
pkgrel=1
pkgdesc="Rotates system logs automatically with SELinux support"
arch=('i686' 'x86_64')
@@ -17,7 +17,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=('9c3d4c55220497a5530179c1c5e5b6eb'
+md5sums=('923e753825405280aebcc4e73b4b2b55'
'SKIP'
'94dae4d3eded2fab9ae879533d3680db')
validpgpkeys=('992A96E075056E79CD8214F9873DB37572A37B36')