bsd:bsfphm
PhpMyAdmin
/usr/local/www/phpMyAdmin/
sudo pkg install phpMyAdmin5-php74-5.0.2 Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Checking integrity... done (0 conflicting) The following 17 package(s) will be affected (of 0 checked): New packages to be INSTALLED: fontconfig: 2.13.92_1,1 freetype2: 2.10.1 giflib: 5.2.1 jbigkit: 2.1_1 jpeg-turbo: 2.0.4 libgd: 2.2.5_2,1 libzip: 1.5.2 oniguruma: 6.9.4 php74-bz2: 7.4.4 php74-gd: 7.4.4 php74-mbstring: 7.4.4 php74-openssl: 7.4.4 php74-zip: 7.4.4 php74-zlib: 7.4.4 phpMyAdmin5-php74: 5.0.2 tiff: 4.1.0 webp: 1.1.0 Number of packages to be installed: 17 The process will require 67 MiB more space. Proceed with this action? [y/N]: y [1/17] Installing jpeg-turbo-2.0.4... [1/17] Extracting jpeg-turbo-2.0.4: 100% [2/17] Installing jbigkit-2.1_1... [2/17] Extracting jbigkit-2.1_1: 100% [3/17] Installing freetype2-2.10.1... [3/17] Extracting freetype2-2.10.1: 100% [4/17] Installing tiff-4.1.0... [4/17] Extracting tiff-4.1.0: 100% [5/17] Installing giflib-5.2.1... [5/17] Extracting giflib-5.2.1: 100% [6/17] Installing fontconfig-2.13.92_1,1... [6/17] Extracting fontconfig-2.13.92_1,1: 100% Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded [7/17] Installing webp-1.1.0... [7/17] Extracting webp-1.1.0: 100% [8/17] Installing libgd-2.2.5_2,1... [8/17] Extracting libgd-2.2.5_2,1: 100% [9/17] Installing oniguruma-6.9.4... [9/17] Extracting oniguruma-6.9.4: 100% [10/17] Installing libzip-1.5.2... [10/17] Extracting libzip-1.5.2: 100% [11/17] Installing php74-openssl-7.4.4... [11/17] Extracting php74-openssl-7.4.4: 100% [12/17] Installing php74-gd-7.4.4... [12/17] Extracting php74-gd-7.4.4: 100% [13/17] Installing php74-mbstring-7.4.4... [13/17] Extracting php74-mbstring-7.4.4: 100% [14/17] Installing php74-zlib-7.4.4... [14/17] Extracting php74-zlib-7.4.4: 100% [15/17] Installing php74-zip-7.4.4... [15/17] Extracting php74-zip-7.4.4: 100% [16/17] Installing php74-bz2-7.4.4... [16/17] Extracting php74-bz2-7.4.4: 100% [17/17] Installing phpMyAdmin5-php74-5.0.2... ===> Creating groups. Using existing group 'www'. [17/17] Extracting phpMyAdmin5-php74-5.0.2: 100% ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). ===== Message from php74-openssl-7.4.4: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-openssl.ini ===== Message from php74-gd-7.4.4: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-gd.ini ===== Message from php74-mbstring-7.4.4: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-mbstring.ini ===== Message from php74-zlib-7.4.4: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-zlib.ini ===== Message from php74-zip-7.4.4: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-zip.ini ===== Message from php74-bz2-7.4.4: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-bz2.ini ===== Message from phpMyAdmin5-php74-5.0.2: -- phpMyAdmin5-php74-5.0.2 has been installed into: /usr/local/www/phpMyAdmin Please edit config.inc.php to suit your needs. To make phpMyAdmin available through your web site, I suggest that you add something like the following to httpd.conf: For Apache versions earlier than 2.4: Alias /phpmyadmin/ "/usr/local/www/phpMyAdmin/" <Directory "/usr/local/www/phpMyAdmin/"> Options none AllowOverride Limit Order Deny,Allow Deny from all Allow from 127.0.0.1 .example.com </Directory> For Apache version 2.4.x or above: Alias /phpmyadmin/ "/usr/local/www/phpMyAdmin/" <Directory "/usr/local/www/phpMyAdmin/"> Options None AllowOverride Limit Require local Require host .example.com </Directory> SECURITY NOTE: phpMyAdmin is an administrative tool that has had several remote vulnerabilities discovered in the past, some allowing remote attackers to execute arbitrary code with the web server's user credential. All known problems have been fixed, but the FreeBSD Security Team strongly advises that any instance be protected with an additional protection layer, e.g. a different access control mechanism implemented by the web server as shown in the example. Do consider enabling phpMyAdmin only when it is in use.
bsd/bsfphm.txt · Dernière modification : de 127.0.0.1
