diff --git a/lib/horde/locale/pt_BR/LC_MESSAGES/Horde_Mime.mo b/lib/horde/locale/pt_BR/LC_MESSAGES/Horde_Mime.mo
index 600875397b5..dd64651d5d1 100644
Binary files a/lib/horde/locale/pt_BR/LC_MESSAGES/Horde_Mime.mo and b/lib/horde/locale/pt_BR/LC_MESSAGES/Horde_Mime.mo differ
diff --git a/lib/horde/locale/pt_BR/LC_MESSAGES/Horde_Mime.po b/lib/horde/locale/pt_BR/LC_MESSAGES/Horde_Mime.po
index 2ac491173de..e8c4253cc09 100644
--- a/lib/horde/locale/pt_BR/LC_MESSAGES/Horde_Mime.po
+++ b/lib/horde/locale/pt_BR/LC_MESSAGES/Horde_Mime.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Horde_Mime\n"
"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
-"POT-Creation-Date: 2013-10-29 10:13+0100\n"
+"POT-Creation-Date: 2014-06-04 11:28+0200\n"
"PO-Revision-Date: 2010-10-13 01:27+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: i18n@lists.horde.org\n"
@@ -25,31 +25,31 @@ msgstr "Notificação de Disposição"
msgid "HTML Version of Message"
msgstr "Versão HTML da Mensagem"
-#: lib/Horde/Mime/Headers.php:542
+#: lib/Horde/Mime/Headers.php:547
msgid "List-Archive"
msgstr "List-Archive"
-#: lib/Horde/Mime/Headers.php:537
+#: lib/Horde/Mime/Headers.php:542
msgid "List-Help"
msgstr "List-Help"
-#: lib/Horde/Mime/Headers.php:544
+#: lib/Horde/Mime/Headers.php:549
msgid "List-Id"
msgstr "List-Id"
-#: lib/Horde/Mime/Headers.php:540
+#: lib/Horde/Mime/Headers.php:545
msgid "List-Owner"
msgstr "List-Owner"
-#: lib/Horde/Mime/Headers.php:541
+#: lib/Horde/Mime/Headers.php:546
msgid "List-Post"
msgstr "List-Post"
-#: lib/Horde/Mime/Headers.php:539
+#: lib/Horde/Mime/Headers.php:544
msgid "List-Subscribe"
msgstr "List-Subscribe"
-#: lib/Horde/Mime/Headers.php:538
+#: lib/Horde/Mime/Headers.php:543
msgid "List-Unsubscribe"
msgstr "List-Unsubscribe"
diff --git a/lib/horde/readme_moodle.txt b/lib/horde/readme_moodle.txt
index db83a24e0a6..3fe916bedb9 100644
--- a/lib/horde/readme_moodle.txt
+++ b/lib/horde/readme_moodle.txt
@@ -4,10 +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.1
-# Copy the following script, change it's execute bit, and run it, passing
- in your path to Horde:
- /tmp/copyhorde.sh ~/git/ext/horde/framework
+ git checkout horde-5.2.7
+# 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/
====
#!/bin/sh
diff --git a/lib/thirdpartylibs.xml b/lib/thirdpartylibs.xml
index d560b630485..454595cb303 100644
--- a/lib/thirdpartylibs.xml
+++ b/lib/thirdpartylibs.xml
@@ -242,7 +242,7 @@
horde
Horde
LGPL/BSD
- 5.2.1
+ 5.2.7
2.1
diff --git a/lib/upgrade.txt b/lib/upgrade.txt
index 5d25e3f6da9..7cf1c4a69d0 100644
--- a/lib/upgrade.txt
+++ b/lib/upgrade.txt
@@ -3,6 +3,7 @@ information provided here is intended especially for developers.
=== 3.0 ===
+* The horde library has been updated to version 5.2.7.
* External functions x_is_allowed_from_ajax() methods have been deprecated. Define 'ajax' => true in db/services.php instead.
* External functions can be called without a session if they define 'loginrequired' => true in db/services.php.
* All plugins are required to declare their frankenstyle component name via