Since Flash update is now bundled with Windows Updates it means that Edge users will be using vulnerable Flash for one more month, wow :/
Microsoft’s February security update release delayed to March
21–30 of 53 posts
Re: Microsoft’s February security update release delayed to March
#22Re: Microsoft’s February security update release delayed to March
#23One foreign government organisation must be hacked this month, but NSA doesn't have enough time, so they asked MS to delay patches.
I doesn't help that Microsoft has been moving in a direction where it provides less and less information about what its updates do these days, while sneaking through dozens of new root certificates at once every now and then.
http://www.theverge.com/2017/1/25/14381174/microsoft-thailan...
http://www.networkworld.com/article/2348143/security/microso...
https://hexatomium.github.io/2016/10/11/unannounced-root-cer...
https://hexatomium.github.io/2015/06/26/ms-very-quietly-adds...
Re: Microsoft’s February security update release delayed to March
#24Earlier quoted context omitted.
To the downvoters: Red Hat, et al. can roll out security updates on running systems. Except for kernel updates, though kexec avoids long restarts.
This is a somewhat unpleasant semi-misconception. You can , indeed, update everything but the kernel without rebooting. In fact, I suspect you could even replace the kernel image and the modules while they're running (but this will certainly break any attempt to load modules at a later point without rebooting first). (Edit: most distributions choose to keep the old image along in case the new one breaks. It's relativ…
Re: Microsoft’s February security update release delayed to March
#25Since Flash update is now bundled with Windows Updates it means that Edge users will be using vulnerable Flash for one more month, wow :/
Re: Microsoft’s February security update release delayed to March
#26One foreign government organisation must be hacked this month, but NSA doesn't have enough time, so they asked MS to delay patches.
Re: Microsoft’s February security update release delayed to March
#27Earlier quoted context omitted.
To the downvoters: Red Hat, et al. can roll out security updates on running systems. Except for kernel updates, though kexec avoids long restarts.
This is a somewhat unpleasant semi-misconception. You can , indeed, update everything but the kernel without rebooting. In fact, I suspect you could even replace the kernel image and the modules while they're running (but this will certainly break any attempt to load modules at a later point without rebooting first). (Edit: most distributions choose to keep the old image along in case the new one breaks. It's relativ…
Re: Microsoft’s February security update release delayed to March
#28One foreign government organisation must be hacked this month, but NSA doesn't have enough time, so they asked MS to delay patches.
Re: Microsoft’s February security update release delayed to March
#29Earlier quoted context omitted.
This is a somewhat unpleasant semi-misconception. You can , indeed, update everything but the kernel without rebooting. In fact, I suspect you could even replace the kernel image and the modules while they're running (but this will certainly break any attempt to load modules at a later point without rebooting first). (Edit: most distributions choose to keep the old image along in case the new one breaks. It's relativ…
If memory serves, Microsoft cannot actually do it, due to differences in file system semantics. In Windows, it's not possible to replace a file that's in use.
However, the opposite problem - that of (thread-safely) ensuring that you're not stepping on another process' file when you're writing, wiping or moving it - is pretty tedious under Unix. The only way to do it reliably - that I know of - is via flock, which is opt-in and therefore not always an option (e.g. the other process is a third-party application that doesn't lock its files), and doesn't work on remote filesystems
There is no design decision without at least one compromise hanging on its tail.
Re: Microsoft’s February security update release delayed to March
#30I don't get it. So because of one issue, they're not going to deliver any other security patch either?
http://www.computerworld.com/article/3170633/microsoft-windo...
https://www.askwoody.com/2017/what-happened-to-the-february-...