aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-03-28 22:34:21 +0300
committerJakub Jirutka <jakub@jirutka.cz>2018-03-28 22:41:26 +0200
commit5053d8d79928a26c0c7c35497b0e4939f1d25f68 (patch)
tree97d212b4c3ee96a302c4c7daa91c898f6cdcf4e8
parent425c7d88629df3de36f29e358ce0ca27262664dd (diff)
community/drupal7: security upgrade to 7.58
-rw-r--r--community/drupal7/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/drupal7/APKBUILD b/community/drupal7/APKBUILD
index 3856e39680f..44aef1ed9ad 100644
--- a/community/drupal7/APKBUILD
+++ b/community/drupal7/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
_php=php5
pkgname=drupal7
-pkgver=7.57
+pkgver=7.58
pkgrel=0
pkgdesc="An open source content management platform"
url="https://www.drupal.org/"
@@ -33,6 +33,10 @@ build() {
cd "$_builddir"
}
+# secfixes:
+# 7.58-r0:
+# - CVE-2018-7600
+
package() {
cd "$_builddir"
mkdir -p "$pkgdir"/var/lib/$pkgname \
@@ -68,4 +72,4 @@ package() {
"$pkgdir"/var/lib/$pkgname/sites/default/files || return 1
}
-sha512sums="79e7e38c605cf60e458b2846ef4ce95f82368954f86fac6e79c19357e7a4ff714367c5580836ae2e45b22029d9ba2f2566901887d37bfa1ec2ed94a5a370fa0e drupal-7.57.tar.gz"
+sha512sums="13e437e0458d6b45723ceeca28ec9f82a67497b3dafff0152512e3ad07e1a9b53cdc39404565089ea1531495a047f803e3a1006ca218cbe3dcbbb7a6119e154e drupal-7.58.tar.gz"