[pmg-devel] applied: [PATCH pmg-gui 1/1] change display for 'archiveblockencrypted'

Fabian Grünbichler f.gruenbichler at proxmox.com
Fri Aug 9 08:53:39 CEST 2019


On August 8, 2019 6:09 pm, Stoiko Ivanov wrote:
> As described in the release notes of ClamAV 0.101.0 the legacy Option
> ArchiveBlockEncrypted was used for blocking both encrypted archives _and_
> documents. This patch reflects the change in the VirusDetectorOptions.
> 
> [0] https://blog.clamav.net/2018/12/clamav-01010-has-been-released.html
> 
> Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
> ---
>  js/VirusDetectorOptions.js | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/js/VirusDetectorOptions.js b/js/VirusDetectorOptions.js
> index 318e197..73797ea 100644
> --- a/js/VirusDetectorOptions.js
> +++ b/js/VirusDetectorOptions.js
> @@ -8,7 +8,7 @@ Ext.define('PMG.VirusDetectorOptions', {
>  	var me = this;
>  
>  	me.add_boolean_row('archiveblockencrypted',
> -			   gettext('Block encrypted archives'));
> +			   gettext('Block encrypted archives and documents'));
>  	
>  	me.add_integer_row('archivemaxrec', gettext('Max recursion'),
>  			   { minValue: 1, defaultValue: 5,
> @@ -48,7 +48,7 @@ Ext.define('PMG.VirusDetectorOptions', {
>  		onlineHelp: 'pmgconfig_clamav_options'
>  	    },
>  	    interval: 5000,
> -	    cwidth1: 200,
> +	    cwidth1: 270,
>  	    listeners: {
>  		itemdblclick: me.run_editor
>  	    }
> -- 
> 2.20.1
> 
> 
> _______________________________________________
> pmg-devel mailing list
> pmg-devel at pve.proxmox.com
> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
> 
> 



More information about the pmg-devel mailing list