mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:07:14 +08:00
updated rsyslog and libestr (dependency) as part of dbus update
This commit is contained in:
parent
3db8ff9f33
commit
dd5828dafb
@ -1,10 +1,11 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer: abveritas[at]chakra-project[dot]org>
|
||||
# maintainer: inkane@chakra-project.org
|
||||
# contributor: abveritas[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=libestr
|
||||
pkgver=0.1.2
|
||||
pkgver=0.1.5
|
||||
pkgrel=1
|
||||
pkgdesc="Essentials for string handling"
|
||||
url="http://libestr.adiscon.com/"
|
||||
@ -12,7 +13,7 @@ arch=('i686' 'x86_64')
|
||||
license=('LGPL2.1')
|
||||
options=(!libtool)
|
||||
source=("http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz")
|
||||
md5sums=('30ec4054155dc7d7e9b06418181c4f12')
|
||||
md5sums=('f180c0cdc82883d161eba3f2e8a34eb4')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
@ -22,4 +23,4 @@ build() {
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
make install DESTDIR=${pkgdir}
|
||||
}
|
||||
}
|
||||
|
@ -5,14 +5,14 @@
|
||||
# maintainer: Mateusz Krawczuk <willingmagic[at]gmail[dot]com>
|
||||
|
||||
pkgname=rsyslog
|
||||
pkgver=7.2.6
|
||||
pkgrel=1
|
||||
pkgver=7.4.2
|
||||
pkgrel=2
|
||||
pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability"
|
||||
url="http://www.rsyslog.com/"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL3')
|
||||
depends=('zlib' 'libestr' 'libee' 'json-c')
|
||||
makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls')
|
||||
makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls' 'docutils')
|
||||
optdepends=('postgresql-libs: PostgreSQL Database Support'
|
||||
'libmariadbclient: MySQL Database Support'
|
||||
'net-snmp'
|
||||
@ -26,7 +26,7 @@ source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz"
|
||||
'rsyslog.logrotate'
|
||||
'rsyslog.conf.d'
|
||||
'rsyslog.conf')
|
||||
md5sums=('2b2bfbc3f87fe85add651dc07a6f21ea'
|
||||
md5sums=('52ba87ddce153625ec4e4a2e60c4ec0e'
|
||||
'a18bbcbb6ebdaa13a6ec6d9f3d9eb2da'
|
||||
'8065db4bef3061a4f000ba58779f6829'
|
||||
'18565f38a4445136446a31a3c95ffc3e'
|
||||
@ -62,4 +62,4 @@ package() {
|
||||
sed -i "$pkgdir/usr/lib/systemd/system/rsyslog.service" \
|
||||
-e 's@/bin/systemctl@/usr&@' \
|
||||
-e '/^ExecStartPre/d'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user