diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-06-21 15:12:35 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-06-21 15:12:35 +0300 |
commit | 643930a8387638d8d33a071879c9dd0e1034c86c (patch) | |
tree | e670fab98f528df7755e46d05a3f8e0e0de77ab7 /main/sysklogd/APKBUILD | |
parent | ccaf9c7c7c77ee9db219b6643a59d637301bcfc9 (diff) | |
download | aports-643930a8387638d8d33a071879c9dd0e1034c86c.tar.bz2 aports-643930a8387638d8d33a071879c9dd0e1034c86c.tar.xz |
main/sysklogd: rebuild against fixed musl-dev
fixes random crashes caused by aliasing violation in musl syslog.h
Diffstat (limited to 'main/sysklogd/APKBUILD')
-rw-r--r-- | main/sysklogd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sysklogd/APKBUILD b/main/sysklogd/APKBUILD index 377bc3fbc8..020f2281bf 100644 --- a/main/sysklogd/APKBUILD +++ b/main/sysklogd/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=sysklogd pkgver=1.5 -pkgrel=15 +pkgrel=16 pkgdesc="System and kernel log daemons" url="http://www.infodrom.org/projects/sysklogd/" arch="all" |