mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/systemd to 233-7
This commit is contained in:
parent
79d3033a8e
commit
adcd1cf53c
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
pkgbase=systemd
|
pkgbase=systemd
|
||||||
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
||||||
pkgver=233
|
pkgver=233
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://www.github.com/systemd/systemd"
|
url="https://www.github.com/systemd/systemd"
|
||||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||||
|
@ -53,6 +53,8 @@ _backports=(
|
||||||
'6554550f35a7976f9110aff94743d3576d5f02dd'
|
'6554550f35a7976f9110aff94743d3576d5f02dd'
|
||||||
# shared: fix keyring handling in ask-password-api
|
# shared: fix keyring handling in ask-password-api
|
||||||
'2c390a919055af01b3ab6cce6dd0f97fb4784460'
|
'2c390a919055af01b3ab6cce6dd0f97fb4784460'
|
||||||
|
# resolved: bugfix of null pointer p->question dereferencing (#6020) (CVE-2017-9217)
|
||||||
|
'a924f43f30f9c4acaf70618dd2a055f8b0f166be'
|
||||||
)
|
)
|
||||||
|
|
||||||
_validate_tag() {
|
_validate_tag() {
|
||||||
|
|
Loading…
Reference in a new issue