With the change to a property string the backup and iothread
properties were changed from type string to type boolean and
need to be treated as such.
---
PVE/VZDump/QemuServer.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/PVE/VZDump/QemuServer.pm b/PVE/VZDump/QemuServe
---
src/PVE/LXC.pm| 6 +-
src/PVE/VZDump/LXC.pm | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index 64d7d5c..59971e8 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@ -1732,7 +1732,8 @@ my $snapshot_prepare = sub {
applied, thanks.
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied all 3 patches - thanks!
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
---
www/manager6/dc/Config.js | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/www/manager6/dc/Config.js b/www/manager6/dc/Config.js
index f60bb99..b67569c 100644
--- a/www/manager6/dc/Config.js
+++ b/www/manager6/dc/Config.js
@@ -95,10 +95,8 @@ Ext.define('PVE.dc.Config',
This component is now available in the framework and works properly
( tested with FirewallRules.js who was the only one using it)
---
www/manager6/grid/CheckColumn.js | 38 --
1 file changed, 38 deletions(-)
delete mode 100644 www/manager6/grid/CheckColumn.js
This patch serie allows some of the firewall panel to work with ExtSJ6
(at the momment, only toggling the state of an already existing rule)
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
API changes in ExtJS6 involved here:
* 'checkchange' event passes now the record index instead of the whole record
* record.fields is now an array of Field objects, before it was an Object
---
www/manager6/grid/FirewallRules.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --g
applied, thanks!
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
The use of this field raise an error with ExtJS6 because it is not
unique inside the application.
Removing this is safe, because we never query the Comment column
with an id.
---
www/manager6/dc/AuthView.js | 1 -
www/manager6/dc/UserView.js | 1 -
www/manager6/form/PoolSelector.js | 1
This patch serie enables the Datacenter Auth Panel with ExtJS6
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
---
PVE/Storage.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/Storage.pm b/PVE/Storage.pm
index 5fcb502..140f8ae 100755
--- a/PVE/Storage.pm
+++ b/PVE/Storage.pm
@@ -476,7 +476,7 @@ sub storage_migrate {
}
my $cmd = ['/usr/bin/rsync',
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
'data' is renamed to 'comboItems' to match the new KVComboBox
---
www/manager6/dc/AuthEdit.js | 2 +-
www/manager6/dc/Config.js | 6 ++
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/www/manager6/dc/AuthEdit.js b/www/manager6/dc/AuthEdit.js
index 356f004..e096dd1 100644
--- a
---
src/PVE/LXC/Create.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/PVE/LXC/Create.pm b/src/PVE/LXC/Create.pm
index 56ef471..67eb291 100644
--- a/src/PVE/LXC/Create.pm
+++ b/src/PVE/LXC/Create.pm
@@ -146,10 +146,12 @@ sub restore_and_configure {
} else {
---
src/PVE/LXC.pm| 6 +-
src/PVE/VZDump/LXC.pm | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index 64d7d5c..de50821 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@ -1732,7 +1732,8 @@ my $snapshot_prepare = sub {
---
PVE/QemuServer.pm | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index d10e1e5..88e288c 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -5476,7 +5476,11 @@ sub restore_vma_archive {
"unable to read qemu-serve
---
This has been introduced in 3.19 and fixed in 4.4rc1, so only affects
out 4.2 kernel.
CVE-2015-8787-netfilter-NULL-pointer-check.patch | 81
Makefile | 1 +
2 files changed, 82 insertions(+)
create mode 100644 CVE-2015-8787
19 matches
Mail list logo