# # Patch file to convert protector-1.00 to protector-1.00.1 # Released - 14 Feb 2001 (Happy valentine's day) # # 14 Feb 2001 # # # Copyright (c) Christopher M. R. Lowth - chris@lowth.com # Written by Christopher M. R. Lowth # # Permission is granted to anyone to use this software for any purpose on # any computer system, and to alter it and redistribute it freely, subject # to the following restrictions: # # 1. The author is not responsible for the consequences of use of this # software, no matter how awful, even if they arise from flaws in it. # # 2. The origin of this software must not be misrepresented, either by # explicit claim or by omission. Since few users ever read sources, # credits must appear in the documentation. # # 3. Altered versions must be plainly marked as such, and must not be # misrepresented as being the original software. Since few users # ever read sources, credits must appear in the documentation. # # 4. This notice may not be removed or altered. # # # Following the failure of version 1.00 to block the VBS/OnTheFly (Anna # Kournikova) visual basic virus this week, patch 1 is released as a quick # fix to the problem. # # This fix works by inspecting the file name of the attachments and blocking # any that have double extensions (such as MyPicture.gif.vbs) and any that # have *.vb? extensions. This modification is required because VB scripts # arrive as pure text, and have no magic header that m_file can identify. # # This update should be considered temporary. # # # To apply this patch, copy this file to # /tmp/protector-1.00.1.patch # then.. # # Take note: If you have modified the original protector-1.00 sources, this # patch may not work, and may even reverse out your changes - so backup the # modified software first. # # cd to the directory containing the protector-1.00 sources # # $ cd .. # $ cp -rdp protector-1.00 protector-1.00.1 # $ cd protector-1.00.1 # $ make clean # $ patch -p1 < /tmp/protector-1.00.1.patch # $ make build # $ make install # diff -Naur protector-1.00/CHANGES protector-1.00.1/CHANGES --- protector-1.00/CHANGES Thu Jan 1 00:00:00 1970 +++ protector-1.00.1/CHANGES Wed Feb 14 22:10:59 2001 @@ -0,0 +1,11 @@ +14 Feb 2001 + +Following the failure of version 1.00 to block the VBS/OnTheFly (Anna +Kournikova) visual basic virus this week, patch 1 is released as a quick +fix to the problem. + +This fix works by inspecting the file name of the attachment and blocking +any that have double extensions (such as MyPicture.gif.vbs) and any that +have *.vb? extensions. This modification is required because VB scripts +arrive as pure text, and have no magic header that m_file can identify. +This update should be considered temporary. diff -Naur protector-1.00/GUIDE.html protector-1.00.1/GUIDE.html --- protector-1.00/GUIDE.html Mon May 22 16:16:06 2000 +++ protector-1.00.1/GUIDE.html Wed Feb 14 22:06:04 2001 @@ -1,8 +1,8 @@
-Author: chris@lowth.com -Date: 22 May 2000+Date: 14 Feb 2001
| Package name | protector - |
| Version | 1.00 - |
| Release date | 23 May 2000 + |
| Version | 1.00.1 + |
| Release date | 14 Feb 2000 |
| Author | Christopher M. R. Lowth -- chris@lowth.com |
| Licence terms | GNU GENERAL PUBLIC LICENSE. |
| Latest version available from | http://www.lowth.com/ - |
| Release status | Alpha release - for testing and contributions + |
| Release status | Alpha release - for testing and contributions, updated to block visual +basic viruses more readily. |
The author invites comments - bug reports, requests for change, code submissions etc. E-mail them to me at @@ -27,7 +28,7 @@