Update docs to require Archive_Tar version greater than 1.3.7

Prior to version 1.3.8 of Archive_Tar, long filenames within a tar file
would result in the filename being a shortened string of the fullname. This
shortening would prevent the upload of any tar file having a filepath longer
than 99 characters. Require AUR installations to use an update Archive_Tar
version to avoid related issues

Fixes FS#30472

Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
canyonknight 2012-08-09 21:15:48 -04:00 committed by Lukas Fleischer
parent cac3ef74cb
commit 362d49a796
2 changed files with 3 additions and 1 deletions

View file

@ -51,7 +51,7 @@ Setup on Arch Linux:
If those php extensions are separate packages on your system, install If those php extensions are separate packages on your system, install
them. them.
AUR requires PEAR and the Archive_Tar module. AUR requires PEAR and the Archive_Tar module (version > 1.3.7).
Installing PEAR will vary depending on the system and may already Installing PEAR will vary depending on the system and may already
be included with PHP. You can also find it in the PHP source be included with PHP. You can also find it in the PHP source
distribution. distribution.

View file

@ -13,6 +13,8 @@ ALTER TABLE Users ADD COLUMN PGPKey VARCHAR(40) NULL DEFAULT NULL;
2. Merge "web/lib/config.inc.php.proto" with "web/lib/config.inc.php". 2. Merge "web/lib/config.inc.php.proto" with "web/lib/config.inc.php".
3. Update Archive_Tar to version greater than 1.3.7.
From 1.9.0 to 1.9.1 From 1.9.0 to 1.9.1
------------------- -------------------