pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/php-concrete5
Module Name: pkgsrc
Committed By: taca
Date: Sun May 28 11:45:42 UTC 2017
Modified Files:
pkgsrc/www/php-concrete5: Makefile PLIST distinfo
Log Message:
Update php-concrete5 to 5.7.5.13.
pkgsrc change:
* Now support php71 using security/php-pecl-mcrypt package.
5.7.5.7 April 28th, 2016
New Features
* Nice column view for thumbnail image browsing (Thanks MrKarlDilkington)
* Added Max Width as an option to the Image Slider block (thanks cryophallion)
* Added configuration option concrete.misc.require_version_comments (defaulted
off) to enable the requiring of version comments (thanks mlocati)
Other improvements and bug fixes are too many to write here, please refer release note: https://documentation.concrete5.org/developers/background/version-history/5757-release-notes.
5.7.5.8 May 23, 2016
* German, Japanese and Russian languages are now included
* Image Slider Bug Fixes
* Using blank alt tags in Image Slider, Image and Content blocks if no alt is
provided, rather than the HtmlObject default ��#�� ones.
5.7.5.9 July 25, 2016
New Features
* Rescan files through the file manager now scans 5 at a time, works through
the queue.
* Added option to ignore page permissions to the Page List block
* Dutch language is now included (Thank you Ramonleenders)
Other improvements and bug fixes are too many to write here, please refer release note: https://documentation.concrete5.org/developers/background/version-history/5759-release-notes.
5.7.5.10 December 1, 2016
* Minor bug fixes
* Fixed insecure use of non-random str_shuffle when creating user tokens
* Improvements to update process for version 8.
5.7.5.11 December 7, 2016
Bug Fixes
* Works again properly on PHP 5.3.
* Fixed bug that made upgrading impossible on PHP < 5.5.9.
* Fixed page not found error when clicking on a topic list to filter the page
list in the blog.
* Controller bug fixes and security updates.
5.7.5.12
Bug Fixes
* Fixed bug with Environment Information not working on PHP below 5.4.
5.7.5.13 December 16, 2016
Bug Fixes
* Once again, Environment Information is now available in the Dashboard.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/php-concrete5/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/php-concrete5/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/php-concrete5/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/php-concrete5/Makefile
diff -u pkgsrc/www/php-concrete5/Makefile:1.16 pkgsrc/www/php-concrete5/Makefile:1.17
--- pkgsrc/www/php-concrete5/Makefile:1.16 Wed Apr 5 12:33:49 2017
+++ pkgsrc/www/php-concrete5/Makefile Sun May 28 11:45:42 2017
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2017/04/05 12:33:49 fhajny Exp $
+# $NetBSD: Makefile,v 1.17 2017/05/28 11:45:42 taca Exp $
#
-DISTNAME= concrete5.7.5.6
+DISTNAME= concrete5.7.5.13
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/concrete5/concrete5-5/}
-PKGREVISION= 1
CATEGORIES= www
-MASTER_SITES= http://www.concrete5.org/download_file/-/view/85780/
+MASTER_SITES= http://www.concrete5.org/download_file/-/view/93075/
EXTRACT_SUFX= .zip
MAINTAINER= ryoon%NetBSD.org@localhost
@@ -16,15 +15,11 @@ LICENSE= mit
DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql>=5.3.3:../../databases/php-pdo_mysql
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.3.3:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.3.3:../../www/php-curl
-DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.3.3:../../security/php-mcrypt
DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.3.3:../../textproc/php-json
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.3.3:../../archivers/php-zip
DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.3.3:../../converters/php-iconv
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.3.3:../../converters/php-mbstring
-# mcrypt is deprecated and removed in 7.1.x
-PHP_VERSIONS_ACCEPTED= 56 70
-
USE_LANGUAGES= # none
NO_BUILD= yes
@@ -35,7 +30,13 @@ BUILD_DEFS+= APACHE_GROUP APACHE_USER
C5DIR= share/concrete5
INSTALLATION_DIRS= ${C5DIR}
-.include "../../mk/bsd.prefs.mk"
+.include "../../lang/php/phpversion.mk"
+
+.if ${PKG_PHP_VERSION} == "56" || ${PKG_PHP_VERSION} == "70"
+DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.3.3:../../security/php-mcrypt
+.else
+DEPENDS+= ${PHP_PKG_PREFIX}-pecl-mcrypt>=1.0.0:../../security/php-pecl-mcrypt
+.endif
APACHE_USER?= nginx
APACHE_GROUP?= nginx
@@ -61,6 +62,5 @@ do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${C5DIR}/application/files
${TOUCH} ${DESTDIR}${PREFIX}/${C5DIR}/application/files/.keep
-.include "../../lang/php/phpversion.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/php-concrete5/PLIST
diff -u pkgsrc/www/php-concrete5/PLIST:1.8 pkgsrc/www/php-concrete5/PLIST:1.9
--- pkgsrc/www/php-concrete5/PLIST:1.8 Sun Feb 7 07:31:12 2016
+++ pkgsrc/www/php-concrete5/PLIST Sun May 28 11:45:42 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2016/02/07 07:31:12 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.9 2017/05/28 11:45:42 taca Exp $
share/concrete5/LICENSE.TXT
share/concrete5/application/bootstrap/app.php
share/concrete5/application/bootstrap/autoload.php
@@ -7,9 +7,13 @@ share/concrete5/application/config/.keep
share/concrete5/application/files/.keep
share/concrete5/application/files/index.html
share/concrete5/application/index.html
+share/concrete5/application/languages/cs_CZ/LC_MESSAGES/messages.mo
share/concrete5/application/languages/da_DK/LC_MESSAGES/messages.mo
share/concrete5/application/languages/de_DE/LC_MESSAGES/messages.mo
share/concrete5/application/languages/el_GR/LC_MESSAGES/messages.mo
+share/concrete5/application/languages/en_GB/LC_MESSAGES/messages.mo
+share/concrete5/application/languages/es_ES/LC_MESSAGES/messages.mo
+share/concrete5/application/languages/es_PE/LC_MESSAGES/messages.mo
share/concrete5/application/languages/es_PY/LC_MESSAGES/messages.mo
share/concrete5/application/languages/fi_FI/LC_MESSAGES/messages.mo
share/concrete5/application/languages/fr_FR/LC_MESSAGES/messages.mo
@@ -412,7 +416,7 @@ share/concrete5/concrete/blocks/topic_li
share/concrete5/concrete/blocks/topic_list/templates/flat_filter.php
share/concrete5/concrete/blocks/topic_list/view.css
share/concrete5/concrete/blocks/topic_list/view.php
-share/concrete5/concrete/blocks/video/README
+share/concrete5/concrete/blocks/video/README.md
share/concrete5/concrete/blocks/video/TODO
share/concrete5/concrete/blocks/video/add.php
share/concrete5/concrete/blocks/video/controller.php
@@ -827,6 +831,7 @@ share/concrete5/concrete/css/app.css
share/concrete5/concrete/css/build/core/account.less
share/concrete5/concrete/css/build/core/app/animate.less
share/concrete5/concrete/css/build/core/app/app.less
+share/concrete5/concrete/css/build/core/app/ccm-ui.less
share/concrete5/concrete/css/build/core/app/components.less
share/concrete5/concrete/css/build/core/app/dialog.less
share/concrete5/concrete/css/build/core/app/help.less
@@ -886,6 +891,7 @@ share/concrete5/concrete/css/build/theme
share/concrete5/concrete/css/build/vendor/bootstrap-editable/bootstrap3-editable.less
share/concrete5/concrete/css/build/vendor/bootstrap/alerts.less
share/concrete5/concrete/css/build/vendor/bootstrap/badges.less
+share/concrete5/concrete/css/build/vendor/bootstrap/bootstrap.css
share/concrete5/concrete/css/build/vendor/bootstrap/bootstrap.less
share/concrete5/concrete/css/build/vendor/bootstrap/breadcrumbs.less
share/concrete5/concrete/css/build/vendor/bootstrap/button-groups.less
@@ -2353,6 +2359,7 @@ share/concrete5/concrete/js/build/vendor
share/concrete5/concrete/js/build/vendor/dropzone/dropzone.js
share/concrete5/concrete/js/build/vendor/dynatree/dynatree.js
share/concrete5/concrete/js/build/vendor/jquery-awesome-rating/jquery-awesome-rating.js
+share/concrete5/concrete/js/build/vendor/jquery-bootstrap-select-to-button/jquery-bootstrap-select-to-button.js
share/concrete5/concrete/js/build/vendor/jquery-cookie/jquery-cookie.js
share/concrete5/concrete/js/build/vendor/jquery-fileupload/javascript-canvas-to-blob.js
share/concrete5/concrete/js/build/vendor/jquery-fileupload/jquery-fileupload-image.js
@@ -2511,6 +2518,7 @@ share/concrete5/concrete/js/textcounter.
share/concrete5/concrete/js/thumbnail-editor-3.swf
share/concrete5/concrete/js/topics.js
share/concrete5/concrete/js/translator.js
+share/concrete5/concrete/js/tree.js
share/concrete5/concrete/js/underscore.js
share/concrete5/concrete/mail/basic_workflow_notification.php
share/concrete5/concrete/mail/block_form_submission.php
@@ -2830,6 +2838,10 @@ share/concrete5/concrete/src/Block/Block
share/concrete5/concrete/src/Block/CacheSettings.php
share/concrete5/concrete/src/Block/CoreAreaLayoutCustomStyle.php
share/concrete5/concrete/src/Block/CustomStyle.php
+share/concrete5/concrete/src/Block/Events/BlockAdd.php
+share/concrete5/concrete/src/Block/Events/BlockDelete.php
+share/concrete5/concrete/src/Block/Events/BlockEdit.php
+share/concrete5/concrete/src/Block/Events/BlockEvent.php
share/concrete5/concrete/src/Block/View/BlockView.php
share/concrete5/concrete/src/Block/View/BlockViewTemplate.php
share/concrete5/concrete/src/Cache/Adapter/DoctrineCacheDriver.php
@@ -2867,6 +2879,7 @@ share/concrete5/concrete/src/Config/Save
share/concrete5/concrete/src/Console/Application.php
share/concrete5/concrete/src/Console/Command/ClearCacheCommand.php
share/concrete5/concrete/src/Console/Command/ConfigCommand.php
+share/concrete5/concrete/src/Console/Command/ExecCommand.php
share/concrete5/concrete/src/Console/Command/GenerateIDESymbolsCommand.php
share/concrete5/concrete/src/Console/Command/InstallCommand.php
share/concrete5/concrete/src/Console/Command/InstallPackageCommand.php
@@ -2976,10 +2989,12 @@ share/concrete5/concrete/src/File/Event/
share/concrete5/concrete/src/File/Exception/FileException.php
share/concrete5/concrete/src/File/Exception/FileVersionException.php
share/concrete5/concrete/src/File/Exception/InvalidDimensionException.php
+share/concrete5/concrete/src/File/Exception/RequestTimeoutException.php
share/concrete5/concrete/src/File/File.php
share/concrete5/concrete/src/File/FileList.php
share/concrete5/concrete/src/File/FileServiceProvider.php
share/concrete5/concrete/src/File/Image/BasicThumbnailer.php
+share/concrete5/concrete/src/File/Image/Thumbnail/Path/Resolver.php
share/concrete5/concrete/src/File/Image/Thumbnail/Thumbnail.php
share/concrete5/concrete/src/File/Image/Thumbnail/Type/Type.php
share/concrete5/concrete/src/File/Image/Thumbnail/Type/Version.php
@@ -2998,6 +3013,7 @@ share/concrete5/concrete/src/File/Search
share/concrete5/concrete/src/File/Service/Application.php
share/concrete5/concrete/src/File/Service/File.php
share/concrete5/concrete/src/File/Service/Mime.php
+share/concrete5/concrete/src/File/Service/Zip.php
share/concrete5/concrete/src/File/Set/File.php
share/concrete5/concrete/src/File/Set/SavedSearch.php
share/concrete5/concrete/src/File/Set/Set.php
@@ -3005,6 +3021,7 @@ share/concrete5/concrete/src/File/Set/Se
share/concrete5/concrete/src/File/StorageLocation/Configuration/Configuration.php
share/concrete5/concrete/src/File/StorageLocation/Configuration/ConfigurationInterface.php
share/concrete5/concrete/src/File/StorageLocation/Configuration/DefaultConfiguration.php
+share/concrete5/concrete/src/File/StorageLocation/Configuration/DeferredConfigurationInterface.php
share/concrete5/concrete/src/File/StorageLocation/Configuration/LocalConfiguration.php
share/concrete5/concrete/src/File/StorageLocation/StorageLocation.php
share/concrete5/concrete/src/File/StorageLocation/Type/Type.php
@@ -3475,6 +3492,7 @@ share/concrete5/concrete/src/Support/Sym
share/concrete5/concrete/src/Support/Symbol/ClassSymbol/MethodSymbol/MethodSymbol.php
share/concrete5/concrete/src/Support/Symbol/MetadataGenerator.php
share/concrete5/concrete/src/Support/Symbol/SymbolGenerator.php
+share/concrete5/concrete/src/System/Info.php
share/concrete5/concrete/src/Tools/Console/Doctrine/ConsoleRunner.php
share/concrete5/concrete/src/Tree/Node/Node.php
share/concrete5/concrete/src/Tree/Node/NodeType.php
@@ -3513,6 +3531,9 @@ share/concrete5/concrete/src/Updater/Mig
share/concrete5/concrete/src/Updater/Migrations/Migrations/Version20150713000000.php
share/concrete5/concrete/src/Updater/Migrations/Migrations/Version20150731000000.php
share/concrete5/concrete/src/Updater/Migrations/Migrations/Version20151221000000.php
+share/concrete5/concrete/src/Updater/Migrations/Migrations/Version20160314000000.php
+share/concrete5/concrete/src/Updater/Migrations/Migrations/Version20160412000000.php
+share/concrete5/concrete/src/Updater/Migrations/Migrations/Version20160615000000.php
share/concrete5/concrete/src/Updater/RemoteApplicationUpdate.php
share/concrete5/concrete/src/Updater/RemoteApplicationUpdateFactory.php
share/concrete5/concrete/src/Updater/Update.php
@@ -3653,6 +3674,7 @@ share/concrete5/concrete/themes/dashboar
share/concrete5/concrete/themes/dashboard/dashboard_full.php
share/concrete5/concrete/themes/dashboard/dashboard_header_four_col.php
share/concrete5/concrete/themes/dashboard/dashboard_primary_five.php
+share/concrete5/concrete/themes/dashboard/default.php
share/concrete5/concrete/themes/dashboard/dialog.php
share/concrete5/concrete/themes/dashboard/elements/footer.php
share/concrete5/concrete/themes/dashboard/elements/header.php
@@ -3929,16 +3951,16 @@ share/concrete5/concrete/tools/users/sea
share/concrete5/concrete/tools/workflow/categories/page.php
share/concrete5/concrete/tools/workflow/dialogs/approve_page_preview.php
share/concrete5/concrete/tools/workflow/dialogs/change_page_permissions.php
-share/concrete5/concrete/vendor/anahkiasen/html-object/src/HtmlObject/Element.php
-share/concrete5/concrete/vendor/anahkiasen/html-object/src/HtmlObject/Image.php
-share/concrete5/concrete/vendor/anahkiasen/html-object/src/HtmlObject/Input.php
-share/concrete5/concrete/vendor/anahkiasen/html-object/src/HtmlObject/Link.php
-share/concrete5/concrete/vendor/anahkiasen/html-object/src/HtmlObject/Lists.php
-share/concrete5/concrete/vendor/anahkiasen/html-object/src/HtmlObject/Table.php
-share/concrete5/concrete/vendor/anahkiasen/html-object/src/HtmlObject/Text.php
-share/concrete5/concrete/vendor/anahkiasen/html-object/src/HtmlObject/Traits/Helpers.php
-share/concrete5/concrete/vendor/anahkiasen/html-object/src/HtmlObject/Traits/Tag.php
-share/concrete5/concrete/vendor/anahkiasen/html-object/src/HtmlObject/Traits/TreeObject.php
+share/concrete5/concrete/vendor/anahkiasen/html-object/src/Element.php
+share/concrete5/concrete/vendor/anahkiasen/html-object/src/Image.php
+share/concrete5/concrete/vendor/anahkiasen/html-object/src/Input.php
+share/concrete5/concrete/vendor/anahkiasen/html-object/src/Link.php
+share/concrete5/concrete/vendor/anahkiasen/html-object/src/Lists.php
+share/concrete5/concrete/vendor/anahkiasen/html-object/src/Table.php
+share/concrete5/concrete/vendor/anahkiasen/html-object/src/Text.php
+share/concrete5/concrete/vendor/anahkiasen/html-object/src/Traits/Helpers.php
+share/concrete5/concrete/vendor/anahkiasen/html-object/src/Traits/Tag.php
+share/concrete5/concrete/vendor/anahkiasen/html-object/src/Traits/TreeObject.php
share/concrete5/concrete/vendor/autoload.php
share/concrete5/concrete/vendor/composer/ClassLoader.php
share/concrete5/concrete/vendor/composer/LICENSE
@@ -3947,6 +3969,7 @@ share/concrete5/concrete/vendor/composer
share/concrete5/concrete/vendor/composer/autoload_namespaces.php
share/concrete5/concrete/vendor/composer/autoload_psr4.php
share/concrete5/concrete/vendor/composer/autoload_real.php
+share/concrete5/concrete/vendor/composer/autoload_static.php
share/concrete5/concrete/vendor/composer/installed.json
share/concrete5/concrete/vendor/concrete5/doctrine-xml/LICENSE
share/concrete5/concrete/vendor/concrete5/doctrine-xml/src/Checker.php
@@ -4772,6 +4795,7 @@ share/concrete5/concrete/vendor/filp/who
share/concrete5/concrete/vendor/filp/whoops/src/deprecated/Zend/RouteNotFoundStrategy.php
share/concrete5/concrete/vendor/filp/whoops/src/deprecated/Zend/module.config.example.php
share/concrete5/concrete/vendor/gettext/gettext/LICENSE
+share/concrete5/concrete/vendor/gettext/gettext/src/BaseTranslator.php
share/concrete5/concrete/vendor/gettext/gettext/src/Extractors/Blade.php
share/concrete5/concrete/vendor/gettext/gettext/src/Extractors/Extractor.php
share/concrete5/concrete/vendor/gettext/gettext/src/Extractors/ExtractorInterface.php
@@ -4790,11 +4814,14 @@ share/concrete5/concrete/vendor/gettext/
share/concrete5/concrete/vendor/gettext/gettext/src/Generators/Mo.php
share/concrete5/concrete/vendor/gettext/gettext/src/Generators/PhpArray.php
share/concrete5/concrete/vendor/gettext/gettext/src/Generators/Po.php
+share/concrete5/concrete/vendor/gettext/gettext/src/GettextTranslator.php
share/concrete5/concrete/vendor/gettext/gettext/src/Translation.php
share/concrete5/concrete/vendor/gettext/gettext/src/Translations.php
share/concrete5/concrete/vendor/gettext/gettext/src/Translator.php
+share/concrete5/concrete/vendor/gettext/gettext/src/TranslatorInterface.php
share/concrete5/concrete/vendor/gettext/gettext/src/Utils/FunctionsScanner.php
share/concrete5/concrete/vendor/gettext/gettext/src/Utils/JsFunctionsScanner.php
+share/concrete5/concrete/vendor/gettext/gettext/src/Utils/ParsedFunction.php
share/concrete5/concrete/vendor/gettext/gettext/src/Utils/PhpFunctionsScanner.php
share/concrete5/concrete/vendor/gettext/gettext/src/Utils/StringReader.php
share/concrete5/concrete/vendor/gettext/gettext/src/autoloader.php
@@ -6034,6 +6061,7 @@ share/concrete5/concrete/vendor/symfony/
share/concrete5/concrete/vendor/symfony/console/Question/ChoiceQuestion.php
share/concrete5/concrete/vendor/symfony/console/Question/ConfirmationQuestion.php
share/concrete5/concrete/vendor/symfony/console/Question/Question.php
+share/concrete5/concrete/vendor/symfony/console/Resources/bin/hiddeninput.exe
share/concrete5/concrete/vendor/symfony/console/Shell.php
share/concrete5/concrete/vendor/symfony/console/Style/OutputStyle.php
share/concrete5/concrete/vendor/symfony/console/Style/StyleInterface.php
@@ -7394,7 +7422,7 @@ share/concrete5/concrete/vendor/zendfram
share/concrete5/concrete/vendor/zendframework/zend-queue/library/ZendQueue/Adapter/Db/queue_sqlite.sql
share/concrete5/concrete/vendor/zendframework/zend-queue/library/ZendQueue/Adapter/Db/sqlsrv.sql
share/concrete5/concrete/vendor/zendframework/zend-queue/library/ZendQueue/Adapter/Memcacheq.php
-share/concrete5/concrete/vendor/zendframework/zend-queue/library/ZendQueue/Adapter/Null.php
+share/concrete5/concrete/vendor/zendframework/zend-queue/library/ZendQueue/Adapter/NullAdapter.php
share/concrete5/concrete/vendor/zendframework/zend-queue/library/ZendQueue/Adapter/PlatformJobQueue.php
share/concrete5/concrete/vendor/zendframework/zend-queue/library/ZendQueue/Exception/ConnectionException.php
share/concrete5/concrete/vendor/zendframework/zend-queue/library/ZendQueue/Exception/DomainException.php
Index: pkgsrc/www/php-concrete5/distinfo
diff -u pkgsrc/www/php-concrete5/distinfo:1.11 pkgsrc/www/php-concrete5/distinfo:1.12
--- pkgsrc/www/php-concrete5/distinfo:1.11 Sun Feb 7 07:31:12 2016
+++ pkgsrc/www/php-concrete5/distinfo Sun May 28 11:45:42 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2016/02/07 07:31:12 ryoon Exp $
+$NetBSD: distinfo,v 1.12 2017/05/28 11:45:42 taca Exp $
-SHA1 (concrete5.7.5.6.zip) = 82d7267059c2c419bc60998c5846afbd19547049
-RMD160 (concrete5.7.5.6.zip) = 7ece729421bd424f6f7c338b96ab8370bed1aa8a
-SHA512 (concrete5.7.5.6.zip) = 0c24e3f74ae5d210a6e9ef6127aac6b95d69cc7bc8c4e1dee4d937bf67e07caa09f6f8573bce8386b4433359d882e6971e6bec5a7705eb0aa4ad0828a19c46d1
-Size (concrete5.7.5.6.zip) = 42775653 bytes
+SHA1 (concrete5.7.5.13.zip) = 42e05f4dde05988be8b4457780b510ac85d7616b
+RMD160 (concrete5.7.5.13.zip) = 87ef98942d8db38fc2548331cde6db1c05534740
+SHA512 (concrete5.7.5.13.zip) = 92ce07fd4212ade55d652ed42c0abf144fd81c37e8c42c09e34cbcbb6f734cc1ed60052287dc7744a140c84a14bb304940a5cf72116bbc787bc70235f0f62b45
+Size (concrete5.7.5.13.zip) = 43734188 bytes
Home |
Main Index |
Thread Index |
Old Index