diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-23 10:08:13 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-23 10:08:13 +0100 |
commit | c1e1cd68eba584bd9f4727ef0274fe76e9b8c21a (patch) | |
tree | 1cc58afc75f8bb84b68b292ad6938651aa011bfc | |
parent | 2a49aab90f53077e3c5d08bd297cb2071e444255 (diff) | |
download | aports-c1e1cd68eba584bd9f4727ef0274fe76e9b8c21a.tar.bz2 aports-c1e1cd68eba584bd9f4727ef0274fe76e9b8c21a.tar.xz |
community/roundcubemail: fix secfixes comment
-rw-r--r-- | community/roundcubemail/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/roundcubemail/APKBUILD b/community/roundcubemail/APKBUILD index b42b688b44..f64f12d82e 100644 --- a/community/roundcubemail/APKBUILD +++ b/community/roundcubemail/APKBUILD @@ -21,7 +21,7 @@ source="https://github.com/roundcube/$pkgname/releases/download/$pkgver/${pkgnam builddir="$srcdir"/roundcubemail-$pkgver # secfixes: -# 1.2.7-r0 +# 1.2.7-r0: # - CVE-2017-16651 # 1.2.5-r0: # - CVE-2017-8114 @@ -41,7 +41,7 @@ prepare() { -e 's|logs/|/var/log/roundcube/|' \ config/defaults.inc.php || return 1 - # cleanup + # cleanup sed -i 's/\r//' SQL/mssql.initial.sql rm -rf logs temp } |