diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 18:31:23 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 18:38:45 -0300 |
| commit | 268b69b781cc266d5eaafc5b4fd4a2ca9d54c2d9 (patch) | |
| tree | 0e21af8aca083ef30ed806ccdd4583d943efe46f | |
| parent | 11fff6132f01db63cd200aa0c79259672787b202 (diff) | |
| download | aports-268b69b781cc266d5eaafc5b4fd4a2ca9d54c2d9.tar.bz2 aports-268b69b781cc266d5eaafc5b4fd4a2ca9d54c2d9.tar.xz | |
community/shadow: modernize
| -rw-r--r-- | community/shadow/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/shadow/APKBUILD b/community/shadow/APKBUILD index f52e1aa5b4..bcc14261a2 100644 --- a/community/shadow/APKBUILD +++ b/community/shadow/APKBUILD @@ -18,11 +18,11 @@ source="https://github.com/shadow-maint/shadow/releases/download/$pkgver/shadow- " # secfixes: # 4.5-r0: -# - CVE-2017-12424 +# - CVE-2017-12424 # 4.2.1-r11: -# - CVE-2017-2616 +# - CVE-2017-2616 # 4.2.1-r7: -# - CVE-2016-6252 +# - CVE-2016-6252 options="suid" |
