Skip to content

Commit

Permalink
Added: 'gnupg' package to the list of pre-required packages
Browse files Browse the repository at this point in the history
Added: Support for Debian Buster (current testing version) - Experimental
Updated: docs/INSTALL.md files
  • Loading branch information
nuxwin committed Apr 23, 2019
1 parent d4784dc commit 2e49c41
Show file tree
Hide file tree
Showing 5 changed files with 373 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DISTRIBUTIONS
Added: Support for Debian Buster (10.x) - Experimental
Added: Support for Devuan ASCII (2.x)
Added: Support for PHP 7.2, 7.3
Added: sodium PHP extension (all distributions, all PHP versions except 5.6)
Added: sodium PHP extension (when available)
Dropped: Support for Ubuntu Trusty Thar (14.04)

FRONTEND
Expand All @@ -36,13 +36,13 @@ FRONTEND
Review: Install dependencies through the PHP dependency manager (composer)

INSTALLER
Added: 'gnupg' package to the list of pre-required packages (all distributions)
Changed: All PHP versions are now always installed
Changed: Default selected PHP version for customers is now 7.3
Changed: Required PHP version for the frontEnd is now 7.3
Fixed: jessie-updates repository (previously known as debian-volatile repository) no longer available (pbuilder conffile / Debian)
Fixed: Update from security repositories won't be pulled (APT pinning)
Removed: --listener command line option from both imscp-autoinstall and imscp-reconfigure scripts
Review: Always install PHP 7.3, regardless of the selected PHP version (frontEnd requirement)
Review: SQL users for various services such as proftpd, vsftpd, dovecot, courier-authdaemon are now randomly generated

LISTENER:
Expand Down
2 changes: 1 addition & 1 deletion autoinstaller/Adapter/DebianAdapter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ sub _init
$self->{'repositorySections'} = [ 'main', 'contrib', 'non-free' ];
$self->{'preRequiredPackages'} = [
'apt-transport-https', 'binutils', 'ca-certificates', 'debconf-utils',
'dialog', 'dirmngr', 'dpkg-dev', 'libbit-vector-perl',
'dialog', 'dirmngr', 'dpkg-dev', 'gnupg', 'libbit-vector-perl',
'libclass-insideout-perl', 'libclone-perl', 'liblchown-perl',
'liblist-moreutils-perl', 'libscalar-defer-perl',
'libsort-versions-perl', 'libxml-simple-perl', 'lsb-release',
Expand Down

0 comments on commit 2e49c41

Please sign in to comment.