diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 16:05:21 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 16:05:21 -0300 |
commit | bcdbc4836d9f1a039415aece6a58e9a2565b137b (patch) | |
tree | 4bdf75399fdb3af178f22bc59bcae30cdcea8652 | |
parent | c0cc4a7401ecfa59370ace79ff6607ff7c245d6f (diff) | |
download | aports-bcdbc4836d9f1a039415aece6a58e9a2565b137b.tar.gz aports-bcdbc4836d9f1a039415aece6a58e9a2565b137b.tar.bz2 aports-bcdbc4836d9f1a039415aece6a58e9a2565b137b.tar.xz |
main/e2fsprogs: fix secfixes
-rw-r--r-- | main/e2fsprogs/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/e2fsprogs/APKBUILD b/main/e2fsprogs/APKBUILD index 9c2ef662935..cc7e3aef014 100644 --- a/main/e2fsprogs/APKBUILD +++ b/main/e2fsprogs/APKBUILD @@ -14,9 +14,9 @@ subpackages="$pkgname-static $pkgname-dev $pkgname-doc libcom_err $pkgname-libs source="$pkgname-$pkgver.tar.gz::https://github.com/tytso/e2fsprogs/archive/v$pkgver.tar.gz" # secfixes: -# - 1.45.5-r0: +# 1.45.5-r0: # - CVE-2019-5188 -# - 1.45.4-r0: +# 1.45.4-r0: # - CVE-2019-5094 build() { |