mirror of
https://github.com/farmOS/farmOS.git
synced 2024-02-23 11:37:38 +01:00
16 lines
687 B
Makefile
16 lines
687 B
Makefile
api = 2
|
|
core = 7.x
|
|
|
|
; -----------------------------------------------------------------------------
|
|
; Drupal core
|
|
; -----------------------------------------------------------------------------
|
|
|
|
projects[drupal][type] = core
|
|
projects[drupal][version] = 7.69
|
|
|
|
; Patch core to use vocabulary machine names in permissions.
|
|
projects[drupal][patch][995156] = http://drupal.org/files/issues/995156-5_portable_taxonomy_permissions_0.patch
|
|
|
|
; Patch core to fix "PostgreSQL orderBy method adds fields it doesn't need to, leading to fatal errors when the result
|
|
; is used as an insert subquery".
|
|
projects[drupal][patch][2057693] = http://www.drupal.org/files/issues/2019-04-30/2057693-D7-42.patch
|