summaryrefslogtreecommitdiff
path: root/mail-client
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /mail-client
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/Manifest.gzbin4397 -> 4398 bytes
-rw-r--r--mail-client/roundcube/Manifest1
-rw-r--r--mail-client/roundcube/files/POST-UPGRADE.txt23
3 files changed, 0 insertions, 24 deletions
diff --git a/mail-client/Manifest.gz b/mail-client/Manifest.gz
index 90576f10cc40..99ac6cc56e23 100644
--- a/mail-client/Manifest.gz
+++ b/mail-client/Manifest.gz
Binary files differ
diff --git a/mail-client/roundcube/Manifest b/mail-client/roundcube/Manifest
index fb564b380320..5635ddc0cd88 100644
--- a/mail-client/roundcube/Manifest
+++ b/mail-client/roundcube/Manifest
@@ -1,4 +1,3 @@
-AUX POST-UPGRADE.txt 1016 BLAKE2B 777651d6a855ec0b1ff8c3920964f941756f5d8c16031ef64ff0f101a8650a3ea3f59f21e6604a7559a8e3ab55e35d8157e1c1bce6eaf074a2e948ff4538d5c3 SHA512 a08fcc39044a630035ddfa86c58bbb9ba07fc7f385629d7368dbf37bb6089de63ebce7aa092c0ea909f4f77fb559e73b16f18cac4f9bf9c230da99e680a192a6
AUX POST-UPGRADE_complete.txt 854 BLAKE2B e99a1ec9a316c90ee4adc112dd87f394d0e2ce37ca5d1195e3f812683a2da59bedf45688cd448cc3ca544a02ee1c0e125f3960e81a062b0f7949e2cde581563d SHA512 0328842265ca859e78fa7d5babeac7b6baa16fb25962f50d431bbca133d042694d98942f77ba3387832d66645cc4df8fb9f3c4591ca7ed4eade6782a92a3d445
DIST roundcubemail-1.4.8-complete.tar.gz 7032822 BLAKE2B 61c5329d9abe65baba3274d3cb9a6a435f886a0196c2881153da473eb415ad4c63dfdab49c67c75a2fd92ff55f9e6da7bdfcece7041ce408b2be628da47045d4 SHA512 8b7734cdec95954b7e18a0e44957da6ef74b5b0c3d28a1449e8634faa230844f5e0c28954245641758f8b2d9102aa32f279765ed3dfa20fa7b00dee4e5347362
EBUILD roundcube-1.4.8.ebuild 1792 BLAKE2B 6ee68871faba7e25719ea805518faf117e5619cc265235e7df8189d557af0fbc48b4c1ee14f1241854e64bae810f05679d6a154a209795c2738fcd8e5f7b3626 SHA512 60ecc662e19e21ba510947dcb07db3dd62912f675ca9b5c1a4502df456d6be8109c7803b8e4322b307ca9daa28cc70ab39f037b7f290e14e96fa1c2539cb1862
diff --git a/mail-client/roundcube/files/POST-UPGRADE.txt b/mail-client/roundcube/files/POST-UPGRADE.txt
deleted file mode 100644
index aef86f2217f7..000000000000
--- a/mail-client/roundcube/files/POST-UPGRADE.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Post-Upgrade Activities
------------------------
-1. Check .htaccess settings (some php settings could become required)
-2. If you're using the built-in addressbook, run indexing script:
- ./bin/indexcontacts.sh.
-3. When upgrading from version older than 0.6-beta you should make sure your
- folder settings contain a namespace prefix if necessary. For example Courier
- users should add "INBOX." prefix to folder names in main configuration file.
-4. Check system requirements in INSTALL file.
-5. If you previously installed plugins through composer, update dependencies by
- running:
- php composer.phar self-update
- php composer.phar update --no-dev
-6. Update your database and configurations by running:
- ./bin/update.sh
-
-SQLite database upgrade
------------------------
-Versions older than 0.9 were supporting SQLite v2 only. Newer versions require
-database in v3 format. The best what you can do is to convert database file
-to the new format using command line tools:
-
-sqlite OLD.DB .dump | sqlite3 NEW.DB