[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

Michel Thomas  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

--- Comment #12 from Commit Notification 
 ---
Michel Thomas committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/8d8f62852a64bd2fcae47a9499406d9167aebf83

tdf#84553 Correctly handle failures while getting a WMI Object.

It will be available in 7.0.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

--- Comment #11 from Commit Notification 
 ---
Michel Thomas committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/a570a6b122125e88629fde990306f525c561284c

tdf#84553 Detection of antivirus exclusion, EICAR test.

It will be available in 7.0.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

--- Comment #10 from Commit Notification 
 ---
Michel Thomas committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/c16969b9bc73fdd77e763299d6aea7b614e203e2

tdf#84553 Detect and warn of Windows Antivirus.

It will be available in 7.0.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.0.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-02-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

--- Comment #9 from Buovjaga  ---
(In reply to Michel Thomas from comment #8)
> Alright , I've pushed the patch to gerrit.

https://gerrit.libreoffice.org/c/core/+/87806

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-02-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

--- Comment #8 from Michel Thomas  ---
Alright , I've pushed the patch to gerrit.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

--- Comment #7 from Michel Thomas  ---
Okay I'm almost done. So basically my solution involves a Win32 Console
application that uses a WMI query to get information regarding the Antivirus
software installed on the system , namely the displayName and productState
fields. So for each active Antivirus on the system a seperate MessageBox is
displayed warning the user. This program is called from the configure.ac file
and its exit code determines the next course of action. Do I have to insert my
code(that calls the Win32 Console App and queries its exit code) at any
specific point in configure.ac? Is it okay if I just append it?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #6 from Buovjaga  ---
(In reply to Michel Thomas from comment #5)
> I trust this issue is still relevant?

Yes.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

--- Comment #5 from Michel Thomas  ---
I trust this issue is still relevant?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

Michel Thomas  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #4 from Michel Thomas  ---
I'm going to try and attempt this.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2016-04-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

jan iversen  changed:

   What|Removed |Added

 Whiteboard|ToBeReviewed|

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

jan iversen  changed:

   What|Removed |Added

 Whiteboard||ToBeReviewed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

--- Comment #1 from esni...@acm.org ---
The antivirus problem also exists on Mac OSX with Symantec Endpoint Protection.
 (The Wiki only documents the problem for Windows users).

https://wiki.documentfoundation.org/Development/BuildingOnWindows#Symantec_Endpoint_Security_breaking_the_build

I was unable to get the correct directories excluded so I have taken to turning
off Endpoint Protection during the build.  It would be of value to have
instructions for some kind of argument to make or variable I could export to
skip the tests that trigger Symantec Endpoint Protection when building.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2014-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84553

Michael Meeks michael.me...@collabora.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard||EasyHack DifficultyBeginner
   ||SkillScript TopicCleanup
 CC||cl...@cup.uni-muenchen.de,
   ||t...@iki.fi
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs