Browse code

Bumped version number to 0.101.3.

Micah Snyder authored on 2019/07/13 06:16:42
Showing 9 changed files
... ...
@@ -1,7 +1,18 @@
1 1
 # ClamAV News
2 2
 
3 3
 Note: This file refers to the source tarball. Things described here may differ
4
- slightly from the binary packages.
4
+ slight
5
+
6
+## 0.101.3
7
+
8
+ClamAV 0.101.3 is a patch release...
9
+
10
+- Fixes for the following vulnerabilities affecting 0.101.2 and prior:
11
+  -
12
+
13
+Additional thanks to the following community members for submitting bug reports:
14
+
15
+-
5 16
 
6 17
 ## 0.101.2
7 18
 
... ...
@@ -508,7 +519,7 @@ ClamAV 0.99.4 is a hotfix release to patch a set of vulnerabilities.
508 508
   a handful of other important bugs, including patches to support g++ 6, C++11.
509 509
 
510 510
 Thank you to the following ClamAV community members for your code
511
-submissions and bug reports! 
511
+submissions and bug reports!
512 512
 
513 513
 Alberto Garcia
514 514
 Bernhard Vogel
... ...
@@ -550,7 +561,7 @@ ClamAV 0.99.2 is a release of bug fixes and minor enhancements.
550 550
 - fix ups improving the reliability of several ClamAV file parsers.
551 551
 - sigtool now decodes file type signatures (e.g., daily.ftm CVD file).
552 552
 - now supporting libpcre2 in addition to libpcre.
553
-- systemd support for clamd and freshclam. Patch provided by 
553
+- systemd support for clamd and freshclam. Patch provided by
554 554
   Andreas Cadhalpun.
555 555
 - fixed builds on Mac OS X 10.10 & 10.11.
556 556
 - improved debug info for certificate metadata.
... ...
@@ -592,7 +603,7 @@ ClamAV 0.99.1:
592 592
 
593 593
 ## 0.99
594 594
 
595
-ClamAV 0.99 contains major new features and changes. YARA rules, 
595
+ClamAV 0.99 contains major new features and changes. YARA rules,
596 596
 Perl Compatible Regular Expressions, revamped on-access scanning
597 597
 for Linux, and other new features join the many great features of ClamAV:
598 598
 
... ...
@@ -603,10 +614,10 @@ for Linux, and other new features join the many great features of ClamAV:
603 603
   for full details.
604 604
 - New and improved on-access scanning for Linux. See the recent blog
605 605
   post and clamdoc.pdf for details on the new on-access capabilities.
606
-- A new ClamAV API callback function that is invoked when a virus 
607
-  is found. This is intended primarily for applications running in 
608
-  all-match mode. Any applications using all-match mode must use 
609
-  the new callback function to record and report detected viruses.    
606
+- A new ClamAV API callback function that is invoked when a virus
607
+  is found. This is intended primarily for applications running in
608
+  all-match mode. Any applications using all-match mode must use
609
+  the new callback function to record and report detected viruses.
610 610
 - Configurable default password list to attempt zip file decryption.
611 611
 - TIFF file support.
612 612
 - Upgrade Windows pthread library to 2.9.1.
... ...
@@ -643,7 +654,7 @@ included for ClamAV 0.99:
643 643
 ## 0.98.7
644 644
 
645 645
 ClamAV 0.98.7 is here! This release contains new scanning features
646
-and bug fixes. 
646
+and bug fixes.
647 647
 
648 648
 - Improvements to PDF processing: decryption, escape sequence
649 649
   handling, and file property collection.
... ...
@@ -663,7 +674,7 @@ and bug fixes.
663 663
   CVE-2015-2668.
664 664
 - Fix compilation error after ./configure --disable-pthreads.
665 665
   Reported and fix suggested by John E. Krokes.
666
-- Apply upstream patch for possible heap overflow in Henry Spencer's 
666
+- Apply upstream patch for possible heap overflow in Henry Spencer's
667 667
   regex library. CVE-2015-2305.
668 668
 - Fix crash in upx decoder with crafted file. Discovered and patch
669 669
   supplied by Sebastian Andrzej Siewior. CVE-2015-2170.
... ...
@@ -704,7 +715,7 @@ ClamAV 0.98.6 is a bug fix release correcting the following:
704 704
 - Compensate a crash due to incorrect compiler optimization when
705 705
   handling crafted petite packer files. This issue was discovered
706 706
   by Sebastian Andrzej Siewior.
707
-      
707
+
708 708
 Thanks to the following ClamAV community members for code submissions
709 709
 and bug reporting included in ClamAV 0.98.6:
710 710
 
... ...
@@ -803,17 +814,17 @@ Here are the new features and improvements in ClamAV 0.98.2:
803 803
   about OpenIOC.
804 804
 - All ClamAV sockets (clamd, freshclam, clamav-milter, clamdscan, clamdtop)
805 805
   now support IPV6 addresses and configuration parameters.
806
-- Use OpenSSL file hash functions for improved performance. OpenSSL 
806
+- Use OpenSSL file hash functions for improved performance. OpenSSL
807 807
   is now prerequisite software for ClamAV 0.98.2.
808 808
 - Improved detection of malware scripts within image files. Issue reported
809 809
   by Maarten Broekman.
810 810
 - Change to circumvent possible denial of service when processing icons within
811 811
   specially crafted PE files. Icon limits are now in place with corresponding
812
-  clamd and clamscan configuration parameters. This issue was reported by 
812
+  clamd and clamscan configuration parameters. This issue was reported by
813 813
   Joxean Koret.
814 814
 - Improvements to the fidelity of the ClamAV pattern matcher, an issue
815 815
   reported by Christian Blichmann.
816
-- Opt-in collection of statistics. Statistics collected are: sizes and MD5 
816
+- Opt-in collection of statistics. Statistics collected are: sizes and MD5
817 817
   hashes of files, PE file section counts and section MD5 hashes, and names
818 818
   and counts of detected viruses. Enable statistics collection with the
819 819
   --enable-stats clamscan flag or StatsEnabled clamd configuration
... ...
@@ -822,7 +833,7 @@ Here are the new features and improvements in ClamAV 0.98.2:
822 822
   assistance and suggestions by Sebastian Andrzej Siewior, Scott Kitterman,
823 823
   and Dave Simonson.
824 824
 - Patch by Arkadiusz Miskiewicz to improve error handling in freshclam.
825
-- ClamAV 0.98.2 also includes miscellaneous bug fixes and documentation 
825
+- ClamAV 0.98.2 also includes miscellaneous bug fixes and documentation
826 826
   improvements.
827 827
 
828 828
 Thanks to the following ClamAV community members for sending patches or reporting
... ...
@@ -841,7 +852,7 @@ Christian Blichmann
841 841
 REGARDING OPENSSL
842 842
 
843 843
 In addition, as a special exception, the copyright holders give
844
-permission to link the code of portions of this program with the 
844
+permission to link the code of portions of this program with the
845 845
 OpenSSL library under certain conditions as described in each
846 846
 individual source file, and distribute linked combinations
847 847
 including the two.
... ...
@@ -849,20 +860,20 @@ including the two.
849 849
 You must obey the GNU General Public License in all respects
850 850
 for all of the code used other than OpenSSL.  If you modify
851 851
 file(s) with this exception, you may extend this exception to your
852
-version of the file(s), but you are not obligated to do so.  If you 
852
+version of the file(s), but you are not obligated to do so.  If you
853 853
 do not wish to do so, delete this exception statement from your
854 854
 version.  If you delete this exception statement from all source
855 855
 files in the program, then also delete it here.
856 856
 
857 857
 ## 0.98.1
858 858
 
859
-ClamAV 0.98.1 provides improved support of Mac OS X platform, support for new file types, and 
859
+ClamAV 0.98.1 provides improved support of Mac OS X platform, support for new file types, and
860 860
 quality improvements. These include:
861 861
 
862 862
 - Extraction, decompression, and scanning of files within Apple Disk Image (DMG) format.
863 863
 
864 864
 - Extraction, decompression, and scanning of files within Extensible Archive (XAR) format.
865
-  XAR format is commonly used for software packaging, such as PKG and RPM, as well as 
865
+  XAR format is commonly used for software packaging, such as PKG and RPM, as well as
866 866
   general archival.
867 867
 
868 868
 - Decompression and scanning of files in "Xz" compression format.
... ...
@@ -877,7 +888,7 @@ quality improvements. These include:
877 877
   performance cost. This should only be needed when callback functions are used
878 878
   that need file access.
879 879
 
880
-- Various improvements to ClamAV configuration, support of third party libraries, 
880
+- Various improvements to ClamAV configuration, support of third party libraries,
881 881
   and unit tests.
882 882
 
883 883
 ## 0.98
... ...
@@ -915,8 +926,8 @@ support for additional filetypes, and internal upgrades.
915 915
 
916 916
 - New callbacks added to the API: The libclamav API has additional hooks
917 917
   for developers to use when wrapping ClamAV scanning. These function
918
-  types are prefixed with "clcb_" and allow developers to add logic at 
919
-  certain steps of the scanning process without directly modifying the 
918
+  types are prefixed with "clcb_" and allow developers to add logic at
919
+  certain steps of the scanning process without directly modifying the
920 920
   library. For more details refer to the clamav.h file.
921 921
 
922 922
 - More configurable limits: Several hardcoded values are now configurable
... ...
@@ -962,20 +973,20 @@ reported as scan result."
962 962
 
963 963
 ## 0.97.5
964 964
 
965
-ClamAV 0.97.5 addresses possible evasion cases in some archive formats 
966
-(CVE-2012-1457, CVE-2012-1458, CVE-2012-1459). It also addresses stability 
967
-issues in portions of the bytecode engine. This release is recommended for 
965
+ClamAV 0.97.5 addresses possible evasion cases in some archive formats
966
+(CVE-2012-1457, CVE-2012-1458, CVE-2012-1459). It also addresses stability
967
+issues in portions of the bytecode engine. This release is recommended for
968 968
 all users.
969 969
 
970 970
 ## 0.97.4
971 971
 
972
-ClamAV 0.97.4 includes minor bugfixes, detection improvements and initial 
973
-support for on-access scanning under Mac OS X (see contrib/ClamAuth). 
972
+ClamAV 0.97.4 includes minor bugfixes, detection improvements and initial
973
+support for on-access scanning under Mac OS X (see contrib/ClamAuth).
974 974
 This update is recommended for all users.
975 975
 
976 976
 ## 0.97.3
977 977
 
978
-ClamAV 0.97.3 is a minor bugfix release and is recommended for all 
978
+ClamAV 0.97.3 is a minor bugfix release and is recommended for all
979 979
 users. Please refer to the ChangeLog file for details.
980 980
 
981 981
 ## 0.97.2
... ...
@@ -996,9 +1007,9 @@ The ClamAV team (https://www.clamav.net/about.html#credits)
996 996
 
997 997
 ClamAV 0.97 brings many improvements, including complete Windows support
998 998
 (all major components compile out-of-box under Visual Studio), support for
999
-signatures based on SHA1 and SHA256, better error detection, as well as 
1000
-speed and memory optimizations. The complete list of changes is available 
1001
-in the ChangeLog file. For upgrade notes and tips please see: 
999
+signatures based on SHA1 and SHA256, better error detection, as well as
1000
+speed and memory optimizations. The complete list of changes is available
1001
+in the ChangeLog file. For upgrade notes and tips please see:
1002 1002
 https://wiki.clamav.net/Main/UpgradeNotes097
1003 1003
 
1004 1004
 With Sourcefire, Inc. acquisition of Immunet Corp., ClamAV for Windows
... ...
@@ -1009,7 +1020,7 @@ the full power of the LibClamAV engine, all the ClamAV signatures,
1009 1009
 and creation of custom signatures on any platform running Immunet 3.0,
1010 1010
 powered by ClamAV. If you run Windows systems in your environment and
1011 1011
 need an AV solution to protect them, give Immunet 3.0, powered by ClamAV
1012
-a try; you can download it from https://www.clamav.net/download.html#otherversions 
1012
+a try; you can download it from https://www.clamav.net/download.html#otherversions
1013 1013
 
1014 1014
 --
1015 1015
 The ClamAV team (https://www.clamav.net/about.html#credits)
... ...
@@ -1401,7 +1412,7 @@ The ClamAV team (https://www.clamav.net/about.html#credits)
1401 1401
 ## 0.90.3
1402 1402
 
1403 1403
 This release fixes some security bugs in libclamav and improves stability
1404
-under Solaris. Please see ChangeLog for complete list of changes. 
1404
+under Solaris. Please see ChangeLog for complete list of changes.
1405 1405
 
1406 1406
 If your system is suffering from long clamscan startup times, please
1407 1407
 consider installing 0.91rc1 which is due to be released shortly
... ...
@@ -1455,9 +1466,9 @@ systems yet. You are encouraged to pass the --enable-experimental flag to
1455 1455
 improvements in terms of detection rate and performances. If you find a bug,
1456 1456
 please take some time to report it on our bugzilla: https://bugzilla.clamav.net.
1457 1457
 Your help in testing the new code is really appreciated. The experimental code
1458
-introduces many improvements in terms of detection rate and performances. 
1458
+introduces many improvements in terms of detection rate and performances.
1459 1459
 
1460
-RAR3, SIS and SFX archives support is finally available together with 
1460
+RAR3, SIS and SFX archives support is finally available together with
1461 1461
 new unpackers and decryptors: pespin, sue, yc, wwpack32, nspack, mew, upack
1462 1462
 and others. Additionally, ClamAV now includes better mechanisms for scanning
1463 1463
 ELF, PDF and tar files. The email decoding has been improved to reduce both
... ...
@@ -1466,10 +1477,10 @@ the memory requirements and the time taken to process attachments.
1466 1466
 As part of the Google Summer of Code program, we have introduced support for
1467 1467
 a new phishing signatures format that has proved very effective in detecting
1468 1468
 phishing emails. The ClamAV phishing module allows better and more generic
1469
-detection of phishing emails by searching for URLs in email messages, and 
1470
-comparing the real site with the URL displayed to the user in the message. 
1469
+detection of phishing emails by searching for URLs in email messages, and
1470
+comparing the real site with the URL displayed to the user in the message.
1471 1471
 
1472
-On the performance side, support for the MULTISCAN command has been 
1472
+On the performance side, support for the MULTISCAN command has been
1473 1473
 implemented in clamd, allowing to scan multiple files simultaneously.
1474 1474
 Support for Sensory Networks' NodalCore acceleration technology
1475 1475
 (https://www.clamav.net/nodalcore/) is now available in ClamAV and will be
... ...
@@ -1568,7 +1579,7 @@ We are happy to announce new interesting software with support for ClamAV:
1568 1568
 - mod_streamav - a ClamAV based antivirus filter for Apache 2
1569 1569
 - pyClamd - a python interface to Clamd
1570 1570
 
1571
-More information at https://www.clamav.net/download.html#tools 
1571
+More information at https://www.clamav.net/download.html#tools
1572 1572
 
1573 1573
 --
1574 1574
 The ClamAV team (https://www.clamav.net/about.html#credits)
... ...
@@ -1622,7 +1633,7 @@ architectures and possible security problem in freshclam.
1622 1622
 Following the 0.88.1 release some portals and security related websites
1623 1623
 published incorrect information on security problems of 0.88. To avoid
1624 1624
 such incidents in the future, every new ClamAV package will be released
1625
-together with detailed information about security bugs it fixes. 
1625
+together with detailed information about security bugs it fixes.
1626 1626
 
1627 1627
 --
1628 1628
 The ClamAV team (https://www.clamav.net/about.html#credits)
... ...
@@ -1892,7 +1903,7 @@ Important note to clamdwatch users: please upgrade to the latest version
1892 1892
   - simscan - an e-mail and spam filter for qmail
1893 1893
   - smtpfilter - scan SMTP session for viruses
1894 1894
   - snort-inline - scan your network traffic for viruses with ClamAV
1895
-  - SquidClamAV Redirector - a Squid helper script which adds virus scanning 
1895
+  - SquidClamAV Redirector - a Squid helper script which adds virus scanning
1896 1896
   - WRAVLib - a library for a-v integration with Mono/.NET applications
1897 1897
 
1898 1898
 --
... ...
@@ -2050,7 +2061,7 @@ up with or beating the proprietary alternatives." Thanks!
2050 2050
 SourceWear.com is selling some very nice t-shirts and polo shirts powered by
2051 2051
 ClamAV. Wear them and virus writers will stay away from you :- A quarter out
2052 2052
 of every dollar profited from the sale of these shirts will go to the ClamAV
2053
-project. Visit http://www.sourcewear.com and click on ClamAV logo! 
2053
+project. Visit http://www.sourcewear.com and click on ClamAV logo!
2054 2054
 
2055 2055
 --
2056 2056
 The ClamAV team (https://www.clamav.net/about.html#credits)
... ...
@@ -2071,7 +2082,7 @@ We have been distributing the database in both formats till now, but
2071 2071
 we plan to drop support for ClamAV 0.60 on September 1st.
2072 2072
 
2073 2073
 We encourage _all_ users to upgrade to the latest release available.
2074
-People running an old version of ClamAV are missing many viruses and 
2074
+People running an old version of ClamAV are missing many viruses and
2075 2075
 may experience stability problems.
2076 2076
 
2077 2077
 On non-production systems you can try the latest development version.
... ...
@@ -2109,7 +2120,7 @@ The ClamAV team (https://www.clamav.net/about.html#credits)
2109 2109
 ## 0.73
2110 2110
 
2111 2111
 This version fixes memory management problems in the OLE2 decoder and
2112
-improves mail scanning. 
2112
+improves mail scanning.
2113 2113
 
2114 2114
 Thank you for using ClamAV !
2115 2115
 
... ...
@@ -2132,7 +2143,7 @@ This release fixes all bugs found in 0.70 and introduces a few new features -
2132 2132
 the noteworthy changes include:
2133 2133
 
2134 2134
 - libclamav:
2135
-  - support nested OLE2 files 
2135
+  - support nested OLE2 files
2136 2136
   - support Word6 macro code
2137 2137
   - ignore popular file types (media, graphics)
2138 2138
   - support compress.exe (SZDD) compression (test/test.msc)
... ...
@@ -2367,7 +2378,7 @@ the highest possible level.
2367 2367
 New mirroring mechanisms. Luca Gibelli (ClamAV) and mirror administrators
2368 2368
 (22 sites) are converting mirrors to new "push mirroring"
2369 2369
 method. It uses advanced techniques to ensure all the mirrors are up to date.
2370
-More info: https://www.clamav.net/documents/introduction 
2370
+More info: https://www.clamav.net/documents/introduction
2371 2371
 
2372 2372
 We would like to thank our donors:
2373 2373
 
... ...
@@ -2540,7 +2551,7 @@ Changes:
2540 2540
   - various mbox code updates (fixed memory leak; added support for decoding
2541 2541
     viruses sent in message bodies, detection of viruses that put their
2542 2542
     payloads after the end of message marker (thanks to Stephen White
2543
-    <stephen@earth.li> for the bug report and useful CGI tools); 
2543
+    <stephen@earth.li> for the bug report and useful CGI tools);
2544 2544
 
2545 2545
   - zziplib updated to 0.10.81 (some problems with older version were reported
2546 2546
     by Martin Schitter)
... ...
@@ -2681,7 +2692,7 @@ attachement file names.
2681 2681
 ## 0.52
2682 2682
 
2683 2683
 This version contains a portability fixes - it should compile on OpenBSD,
2684
-MacOSX and NetBSD (support for them was broken in 0.51). 
2684
+MacOSX and NetBSD (support for them was broken in 0.51).
2685 2685
 
2686 2686
 - clamd: various fixes:
2687 2687
   - drop supplementary groups (suggested by Enrico Scholz
... ...
@@ -2751,7 +2762,7 @@ New software:
2751 2751
 
2752 2752
 - clamd: a modern anti-virus daemon. It uses configuration file clamav.conf
2753 2753
   described in the clamav.conf(5) manual. The program was written with
2754
-  security as a goal. 
2754
+  security as a goal.
2755 2755
 
2756 2756
 - clamuko: on-access scanning under Linux. It utilizes Dazuko kernel module
2757 2757
   (GPL, http://dazuko.org) and is clamd-based.
... ...
@@ -1,6 +1,6 @@
1 1
 #! /bin/sh
2 2
 # Guess values for system-dependent variables and create Makefiles.
3
-# Generated by GNU Autoconf 2.69 for ClamAV 0.101.2.
3
+# Generated by GNU Autoconf 2.69 for ClamAV 0.101.3.
4 4
 #
5 5
 # Report bugs to <https://bugzilla.clamav.net/>.
6 6
 #
... ...
@@ -592,8 +592,8 @@ MAKEFLAGS=
592 592
 # Identity of this package.
593 593
 PACKAGE_NAME='ClamAV'
594 594
 PACKAGE_TARNAME='clamav'
595
-PACKAGE_VERSION='0.101.2'
596
-PACKAGE_STRING='ClamAV 0.101.2'
595
+PACKAGE_VERSION='0.101.3'
596
+PACKAGE_STRING='ClamAV 0.101.3'
597 597
 PACKAGE_BUGREPORT='https://bugzilla.clamav.net/'
598 598
 PACKAGE_URL='https://www.clamav.net/'
599 599
 
... ...
@@ -1558,7 +1558,7 @@ if test "$ac_init_help" = "long"; then
1558 1558
   # Omit some internal or obsolete options to make the list less imposing.
1559 1559
   # This message is too long to be a string in the A/UX 3.1 sh.
1560 1560
   cat <<_ACEOF
1561
-\`configure' configures ClamAV 0.101.2 to adapt to many kinds of systems.
1561
+\`configure' configures ClamAV 0.101.3 to adapt to many kinds of systems.
1562 1562
 
1563 1563
 Usage: $0 [OPTION]... [VAR=VALUE]...
1564 1564
 
... ...
@@ -1629,7 +1629,7 @@ fi
1629 1629
 
1630 1630
 if test -n "$ac_init_help"; then
1631 1631
   case $ac_init_help in
1632
-     short | recursive ) echo "Configuration of ClamAV 0.101.2:";;
1632
+     short | recursive ) echo "Configuration of ClamAV 0.101.3:";;
1633 1633
    esac
1634 1634
   cat <<\_ACEOF
1635 1635
 
... ...
@@ -1854,7 +1854,7 @@ fi
1854 1854
 test -n "$ac_init_help" && exit $ac_status
1855 1855
 if $ac_init_version; then
1856 1856
   cat <<\_ACEOF
1857
-ClamAV configure 0.101.2
1857
+ClamAV configure 0.101.3
1858 1858
 generated by GNU Autoconf 2.69
1859 1859
 
1860 1860
 Copyright (C) 2012 Free Software Foundation, Inc.
... ...
@@ -2444,7 +2444,7 @@ cat >config.log <<_ACEOF
2444 2444
 This file contains any messages produced by compilers while
2445 2445
 running configure, to aid debugging if configure makes a mistake.
2446 2446
 
2447
-It was created by ClamAV $as_me 0.101.2, which was
2447
+It was created by ClamAV $as_me 0.101.3, which was
2448 2448
 generated by GNU Autoconf 2.69.  Invocation command line was
2449 2449
 
2450 2450
   $ $0 $@
... ...
@@ -4201,7 +4201,7 @@ fi
4201 4201
 
4202 4202
 # Define the identity of the package.
4203 4203
  PACKAGE='clamav'
4204
- VERSION='0.101.2'
4204
+ VERSION='0.101.3'
4205 4205
 
4206 4206
 
4207 4207
 # Some tools Automake needs.
... ...
@@ -5929,7 +5929,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5929 5929
 
5930 5930
 
5931 5931
 
5932
-VERSION="0.101.2"
5932
+VERSION="0.101.3"
5933 5933
 
5934 5934
 LC_CURRENT=9
5935 5935
 LC_REVISION=2
... ...
@@ -29986,7 +29986,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29986 29986
 # report actual input values of CONFIG_FILES etc. instead of their
29987 29987
 # values after options handling.
29988 29988
 ac_log="
29989
-This file was extended by ClamAV $as_me 0.101.2, which was
29989
+This file was extended by ClamAV $as_me 0.101.3, which was
29990 29990
 generated by GNU Autoconf 2.69.  Invocation command line was
29991 29991
 
29992 29992
   CONFIG_FILES    = $CONFIG_FILES
... ...
@@ -30053,7 +30053,7 @@ _ACEOF
30053 30053
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30054 30054
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
30055 30055
 ac_cs_version="\\
30056
-ClamAV config.status 0.101.2
30056
+ClamAV config.status 0.101.3
30057 30057
 configured by $0, generated by GNU Autoconf 2.69,
30058 30058
   with options \\"\$ac_cs_config\\"
30059 30059
 
... ...
@@ -32875,7 +32875,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
32875 32875
 # report actual input values of CONFIG_FILES etc. instead of their
32876 32876
 # values after options handling.
32877 32877
 ac_log="
32878
-This file was extended by ClamAV $as_me 0.101.2, which was
32878
+This file was extended by ClamAV $as_me 0.101.3, which was
32879 32879
 generated by GNU Autoconf 2.69.  Invocation command line was
32880 32880
 
32881 32881
   CONFIG_FILES    = $CONFIG_FILES
... ...
@@ -32942,7 +32942,7 @@ _ACEOF
32942 32942
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
32943 32943
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
32944 32944
 ac_cs_version="\\
32945
-ClamAV config.status 0.101.2
32945
+ClamAV config.status 0.101.3
32946 32946
 configured by $0, generated by GNU Autoconf 2.69,
32947 32947
   with options \\"\$ac_cs_config\\"
32948 32948
 
... ...
@@ -22,7 +22,7 @@ dnl   MA 02110-1301, USA.
22 22
 AC_PREREQ([2.59])
23 23
 dnl For a release change [devel] to the real version [0.xy]
24 24
 dnl also change VERSION below
25
-AC_INIT([ClamAV], [0.101.2], [https://bugzilla.clamav.net/], [clamav], [https://www.clamav.net/])
25
+AC_INIT([ClamAV], [0.101.3], [https://bugzilla.clamav.net/], [clamav], [https://www.clamav.net/])
26 26
 
27 27
 dnl enable C++
28 28
 AC_PROG_CXX()
... ...
@@ -252,7 +252,7 @@ else
252 252
     if test "X$have_curl" != "Xyes" && test "X$have_json" != "Xyes"; then
253 253
         CL_MSG_STATUS([clamsubmit  ], [no (missing libjson-c-dev AND libcurl-devel. Use the website to submit FPs/FNs.)], [no])
254 254
     else
255
-        if test "X$have_curl" = "Xyes"; then 
255
+        if test "X$have_curl" = "Xyes"; then
256 256
             CL_MSG_STATUS([clamsubmit  ], [no (missing libjson-c-dev. Use the website to submit FPs/FNs.)], [no])
257 257
         else
258 258
             CL_MSG_STATUS([clamsubmit  ], [no (missing libcurl-devel. Use the website to submit FPs/FNs.)], [no])
... ...
@@ -294,7 +294,7 @@ else
294 294
     CL_MSG_STATUS([pcre        ],[$PCRE_HOME],[$have_pcre])
295 295
 fi
296 296
 CL_MSG_STATUS([libmspack   ],[yes],[$mspack_msg])
297
-if test "x$XML_LIBS" = "x"; then 
297
+if test "x$XML_LIBS" = "x"; then
298 298
     CL_MSG_STATUS([libxml2     ],[no],[])
299 299
 else
300 300
     CL_MSG_STATUS([libxml2     ],[yes, from $XML_HOME],[])
... ...
@@ -1,4 +1,4 @@
1
-# Clam AntiVirus 0.101.2 *User Manual*
1
+# Clam AntiVirus 0.101.3 *User Manual*
2 2
 
3 3
 ![image](UserManual/images/demon.png)
4 4
 
... ...
@@ -6,9 +6,9 @@ If you wish to build ClamAV from source using Visual Studio 2015, please head ov
6 6
 
7 7
 Important: Installing ClamAV using the Installer will require Administrator privileges.
8 8
 
9
-1. Download: http://www.clamav.net/downloads/production/ClamAV-0.101.2.exe
9
+1. Download: http://www.clamav.net/downloads/production/ClamAV-0.101.3.exe
10 10
 2. Locate the file in your Downloads directory.
11
-3. Right-click on `ClamAV-0.101.2.exe` and select `Run as administrator`. You may receive a warning message along the lines of "Windows protected your PC".  Select `More info` and then select `Run anyway`.
11
+3. Right-click on `ClamAV-0.101.3.exe` and select `Run as administrator`. You may receive a warning message along the lines of "Windows protected your PC".  Select `More info` and then select `Run anyway`.
12 12
 4. Select `I accept the agreement` and click `Next`.
13 13
 5. Click `Next` again. If you've removed a previous installation of ClamAV, you may receive the prompt "The folder ... already exists...". If you do, select `Yes`.
14 14
 6. Click `Install`.
... ...
@@ -28,9 +28,9 @@ Continue on to "First Time Set-Up" below...
28 28
 
29 29
 ## Install using the ClamAV Portable Install Package
30 30
 
31
-1. Download: https://www.clamav.net/downloads/production/clamav-0.101.2-win-x64-portable.zip
31
+1. Download: https://www.clamav.net/downloads/production/clamav-0.101.3-win-x64-portable.zip
32 32
 2. Unzip it.
33
-3. Open the `clamav-0.101.2-win-x64-portable` directory.
33
+3. Open the `clamav-0.101.3-win-x64-portable` directory.
34 34
 4. Hold down Shift and then right-click on the background in the current directory (but not on one of the files). Select `"Open PowerShell window here"`. If that option doesn't appear, try again.
35 35
 
36 36
 Continue on to "First Time Set-Up"...
... ...
@@ -1,9 +1,9 @@
1 1
 dnl change this on a release
2 2
 dnl VERSION="devel-`date +%Y%m%d`"
3
-VERSION="0.101.2"
3
+VERSION="0.101.3"
4 4
 
5 5
 LC_CURRENT=9
6
-LC_REVISION=2
6
+LC_REVISION=3
7 7
 LC_AGE=0
8 8
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
9 9
 AC_SUBST([LIBCLAMAV_VERSION])
... ...
@@ -1,14 +1,14 @@
1 1
 ; -- ClamAV-Installer.iss --
2 2
 ; Install ClamAV.
3
-; Will install the correct files and DLLs built for two different 
4
-; for the system architecture (x86 or x64) using a single installer: 
3
+; Will install the correct files and DLLs built for two different
4
+; for the system architecture (x86 or x64) using a single installer:
5 5
 ; on a "x86" edition of Windows the x86 version of the program will be
6 6
 ; installed but on a "x64" edition of Windows the x64 version will
7 7
 ; be installed.
8 8
 
9 9
 [Setup]
10 10
 AppName=ClamAV
11
-AppVersion=0.101.2
11
+AppVersion=0.101.3
12 12
 DefaultDirName={pf}\ClamAV
13 13
 DefaultGroupName=ClamAV
14 14
 AppCopyright=2019 Cisco Systems, Inc.
... ...
@@ -20,7 +20,7 @@ UninstallDisplayName=ClamAV
20 20
 Compression=lzma2
21 21
 SolidCompression=yes
22 22
 OutputDir=.
23
-OutputBaseFilename=ClamAV-0.101.2
23
+OutputBaseFilename=ClamAV-0.101.3
24 24
 WizardImageFile=demon.bmp
25 25
 WizardSmallImageFile=talos.bmp
26 26
 
... ...
@@ -65,7 +65,7 @@ Source: "Win32\Release\mspack.dll"; DestDir: "{app}"; DestName: "mspack.dll"; Ch
65 65
 Source: "Win32\Release\pthreads.dll"; DestDir: "{app}"; DestName: "pthreads.dll"; Check: not Is64BitInstallMode
66 66
 Source: "Win32\Release\sigtool.exe"; DestDir: "{app}"; DestName: "sigtool.exe"; Check: not Is64BitInstallMode
67 67
 Source: "libcrypto-1_1.dll"; DestDir: "{app}"; DestName: "libcrypto-1_1.dll"; Check: not Is64BitInstallMode
68
-Source: "libssl-1_1.dll"; DestDir: "{app}"; DestName: "libssl-1_1.dll"; Check: not Is64BitInstallMode   
68
+Source: "libssl-1_1.dll"; DestDir: "{app}"; DestName: "libssl-1_1.dll"; Check: not Is64BitInstallMode
69 69
 Source: "C:\clam_dependencies\vcredist\vc_redist.x86.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall; Check: not Is64BitInstallMode
70 70
 
71 71
 ; Place all common files here, first one should be marked 'solidbreak'
... ...
@@ -85,7 +85,7 @@ Source: "..\COPYING.unrar"; DestDir: "{app}\COPYING"; DestName: "COPYING.unrar"
85 85
 Source: "..\COPYING.YARA"; DestDir: "{app}\COPYING"; DestName: "COPYING.YARA"
86 86
 Source: "..\COPYING.zlib"; DestDir: "{app}\COPYING"; DestName: "COPYING.zlib"
87 87
 Source: "..\ChangeLog.md"; DestDir: "{app}\docs"; DestName: "ChangeLog.md"
88
-Source: "..\NEWS.md"; DestDir: "{app}\docs"; DestName: "NEWS.md"              
88
+Source: "..\NEWS.md"; DestDir: "{app}\docs"; DestName: "NEWS.md"
89 89
 Source: "..\README.md"; DestDir: "{app}"; DestName: "README.md"
90 90
 Source: "..\docs\html\*"; DestDir: "{app}\docs"; Flags: recursesubdirs
91 91
 
... ...
@@ -145,10 +145,10 @@ const
145 145
   VC_2010_SP1_REDIST_X64 = '{1D8E6291-B0D5-35EC-8441-6616F567A0F7}';
146 146
   VC_2010_SP1_REDIST_IA64 = '{88C73C1C-2DE5-3B01-AFB8-B46EF4AB41CD}';
147 147
 
148
-  // Microsoft Visual C++ 2012 x86 Minimum Runtime - 11.0.61030.0 (Update 4) 
148
+  // Microsoft Visual C++ 2012 x86 Minimum Runtime - 11.0.61030.0 (Update 4)
149 149
   VC_2012_REDIST_MIN_UPD4_X86 = '{BD95A8CD-1D9F-35AD-981A-3E7925026EBB}';
150 150
   VC_2012_REDIST_MIN_UPD4_X64 = '{CF2BEA3C-26EA-32F8-AA9B-331F7E34BA97}';
151
-  // Microsoft Visual C++ 2012 x86 Additional Runtime - 11.0.61030.0 (Update 4) 
151
+  // Microsoft Visual C++ 2012 x86 Additional Runtime - 11.0.61030.0 (Update 4)
152 152
   VC_2012_REDIST_ADD_UPD4_X86 = '{B175520C-86A2-35A7-8619-86DC379688B9}';
153 153
   VC_2012_REDIST_ADD_UPD4_X64 = '{37B8F9C7-03FB-3253-8781-2517C99D7C00}';
154 154
 
... ...
@@ -166,7 +166,7 @@ const
166 166
   VC_2015_REDIST_X86_ADD = '{BE960C1C-7BAD-3DE6-8B1A-2616FE532845}';
167 167
   VC_2015_REDIST_X64_ADD = '{BC958BD2-5DAC-3862-BB1A-C1BE0790438D}';
168 168
 
169
-function MsiQueryProductState(szProduct: string): INSTALLSTATE; 
169
+function MsiQueryProductState(szProduct: string): INSTALLSTATE;
170 170
   external 'MsiQueryProductState{#AW}@msi.dll stdcall';
171 171
 
172 172
 function VCVersionInstalled(const ProductID: string): Boolean;
... ...
@@ -475,7 +475,7 @@
475 475
 #define PACKAGE_NAME "ClamAV"
476 476
 
477 477
 /* Define to the full name and version of this package. */
478
-#define PACKAGE_STRING "ClamAV 0.101.2"
478
+#define PACKAGE_STRING "ClamAV 0.101.3"
479 479
 
480 480
 /* Define to the one symbol short name of this package. */
481 481
 #define PACKAGE_TARNAME "clamav"
... ...
@@ -484,7 +484,7 @@
484 484
 #define PACKAGE_URL "https://www.clamav.net/"
485 485
 
486 486
 /* Define to the version of this package. */
487
-#define PACKAGE_VERSION "0.101.2"
487
+#define PACKAGE_VERSION "0.101.3"
488 488
 
489 489
 /* scan buffer size */
490 490
 #define SCANBUFF 131072
... ...
@@ -520,7 +520,7 @@
520 520
 /* #undef USE_SYSLOG */
521 521
 
522 522
 /* Version number of package */
523
-#define VERSION "0.101.2"
523
+#define VERSION "0.101.3"
524 524
 
525 525
 /* Version suffix for package */
526 526
 #define VERSION_SUFFIX ""
... ...
@@ -6,8 +6,8 @@
6 6
 #define REPO_VERSION VERSION
7 7
 #endif
8 8
 
9
-#define RES_VER_Q 0,101,2,0
10
-#define RES_VER_S "ClamAV 0.101.2"
9
+#define RES_VER_Q 0,101,3,0
10
+#define RES_VER_S "ClamAV 0.101.3"
11 11
 
12 12
 VS_VERSION_INFO VERSIONINFO
13 13
     FILEVERSION RES_VER_Q