mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-60390 libraries: annonate horde upgrade to 2.30.2
This commit is contained in:
parent
22793af105
commit
0b821239ea
@ -4,11 +4,10 @@ Description of import of Horde libraries
|
||||
around for future updates:
|
||||
git clone git@github.com:horde/horde.git
|
||||
# Checkout the version of horde you require:
|
||||
git checkout horde-5.2.7
|
||||
git checkout tags/horde_core-2.30.2 -b last
|
||||
# Copy the following script and store it on /tmp, change it's execute bit, and run it, passing
|
||||
in your path to Horde (the directory you've cloned the repository):
|
||||
/tmp/copyhorde.sh ~/git/ext/horde/
|
||||
# MDL-52361 patched for PHP7 compatibility, after upgrade make sure it's updated upstream and remove this line
|
||||
|
||||
====
|
||||
#!/bin/sh
|
||||
@ -18,7 +17,7 @@ target=./lib/horde
|
||||
|
||||
echo "Copy Horde modules from $source to $target"
|
||||
|
||||
modules="Crypt_Blowfish Exception Imap_Client Mail Mime Secret Socket_Client Stream Stream_Filter Stream_Wrapper Support Text_Flowed Translation Util"
|
||||
modules="Crypt_Blowfish Exception Idna Imap_Client Mail Mime Secret Socket_Client Stream Stream_Filter Stream_Wrapper Support Text_Flowed Translation Util"
|
||||
|
||||
rm -rf $target/locale $target/framework
|
||||
mkdir -p $target/locale $target/framework/Horde
|
||||
|
@ -207,7 +207,7 @@
|
||||
<location>horde</location>
|
||||
<name>Horde</name>
|
||||
<license>LGPL/BSD</license>
|
||||
<version>5.2.7</version>
|
||||
<version>2.30.2</version>
|
||||
<licenseversion>2.1</licenseversion>
|
||||
</library>
|
||||
<library>
|
||||
|
Loading…
x
Reference in New Issue
Block a user