diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-05 13:59:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-05 13:59:51 +0000 |
commit | 8595545317cb1c30a0a59dbd8fc3426b1cab6282 (patch) | |
tree | cb226e7cc63e6bd05be49fa4ee46d0cf3026e484 /main/logrotate/APKBUILD | |
parent | 2b513dbb1c52763aa686ec32a54697f26bce12a7 (diff) | |
download | aports-1.10-stable.tar.bz2 aports-1.10-stable.tar.xz |
main/logrotate: security fixes1.10-stable
fixes #568
fix CVE-2011-1154, CVE-2011-1155 and CVE-2011-1098
(cherry picked from commit e30653b7a5011b09138e547bd80561ccba16f0c4)
Conflicts:
main/logrotate/APKBUILD
Diffstat (limited to 'main/logrotate/APKBUILD')
-rw-r--r-- | main/logrotate/APKBUILD | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/main/logrotate/APKBUILD b/main/logrotate/APKBUILD index 5eee0d55..f181bd9f 100644 --- a/main/logrotate/APKBUILD +++ b/main/logrotate/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=logrotate -pkgver=3.7.8 +pkgver=3.7.9 pkgrel=2 pkgdesc="Tool to rotate logfiles" url="https://fedorahosted.org/logrotate/" @@ -9,7 +9,10 @@ license="GPL" depends= makedepends="popt-dev wget" subpackages="$pkgname-doc" -source="https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.7.8.tar.gz +source="https://fedorahosted.org/releases/l/o/logrotate/logrotate-$pkgver.tar.gz + logrotate-3.7.9-atomic-create.patch + logrotate-3.7.9-shred.patch + logrotate-3.7.9-statefile.patch logrotate.conf" build() { @@ -26,5 +29,8 @@ package() { install -Dm755 examples/logrotate.cron "$pkgdir"/etc/periodic/daily/logrotate } -md5sums="b3589bea6d8d5afc8a84134fddaae973 logrotate-3.7.8.tar.gz +md5sums="eeba9dbca62a9210236f4b83195e4ea5 logrotate-3.7.9.tar.gz +0273f868dc4208eed0a442759d86e77c logrotate-3.7.9-atomic-create.patch +74216579397b03c44d1d85dd233306d8 logrotate-3.7.9-shred.patch +82ebd23da8a7f0650a4c80577dbdc739 logrotate-3.7.9-statefile.patch fef6415a79a6fede8cf9b9b6b8410090 logrotate.conf" |