aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-01-16 23:39:21 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2019-01-16 23:41:56 +0000
commitc478891017b4357ee3eae7389efe74f53551f5a4 (patch)
treee8e54a92dbf0a27938b4e25c7e4e3f2ebf3b10a3
parent54952ee375718b16700f99d2e43946ca08c8f432 (diff)
downloadaports-c478891017b4357ee3eae7389efe74f53551f5a4.tar.gz
aports-c478891017b4357ee3eae7389efe74f53551f5a4.tar.bz2
aports-c478891017b4357ee3eae7389efe74f53551f5a4.tar.xz
community/drupal7: security upgrade to 7.62 - CVE-2018-1000888
-rw-r--r--community/drupal7/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/drupal7/APKBUILD b/community/drupal7/APKBUILD
index ca2a8472f59..7a5affa2ffc 100644
--- a/community/drupal7/APKBUILD
+++ b/community/drupal7/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
_php=php5
pkgname=drupal7
-pkgver=7.59
+pkgver=7.62
pkgrel=0
pkgdesc="An open source content management platform"
url="https://www.drupal.org/"
@@ -18,6 +18,8 @@ source="http://ftp.drupal.org/files/projects/drupal-$pkgver.tar.gz"
builddir="$srcdir/drupal-$pkgver"
# secfixes:
+# 7.62-r0:
+# - CVE-2018-1000888
# 7.59-r0:
# - CVE-2018-7602
# 7.58-r0:
@@ -58,4 +60,4 @@ package() {
"$pkgdir"/var/lib/$pkgname/sites/default/files
}
-sha512sums="68f02b39d1a4658adc0f0046c22cc1059b68f952f9cd753f5a3e379cf93705be308b4727519e90d77a42437442daebaa78d76745954be4d40e1a5105c319069c drupal-7.59.tar.gz"
+sha512sums="9556d3d2a0ae8f908614ffd9b424268df6f2a81cbcd5a985745e8567b21ee37c574d1069ec7f796aab7db7c0026529aba2aa87b7b7d77f968bf29f7abda28464 drupal-7.62.tar.gz"