Browse code

Version increment from 0.102 -> 0.103.

Bumps the version from 0.102.0 to 0.103.0-devel-<date>.
Bumps the FLEVEL from 111 to 120.
Bumps the libclamav and libfreshclam revision numbers from 4 -> 5, and 0 -> 1, respectively.

Micah Snyder authored on 2019/10/04 07:32:41
Showing 13 changed files
... ...
@@ -7,31 +7,31 @@ properties(
7 7
                        defaultValue: "${env.BRANCH_NAME}",
8 8
                        description: 'clamav-devel branch'),
9 9
                 string(name: 'VERSION',
10
-                       defaultValue: '0.102.0',
10
+                       defaultValue: '0.103.0-devel',
11 11
                        description: 'ClamAV version string'),
12 12
                 string(name: 'BUILD_BRANCH',
13
-                       defaultValue: 'build-0.102',
13
+                       defaultValue: 'build-0.103',
14 14
                        description: 'build-acceptance branch'),
15 15
                 string(name: 'BUILD_ENGINE_BRANCH',
16 16
                        defaultValue: 'master',
17 17
                        description: 'build-acceptance engine branch'),
18 18
                 string(name: 'TEST_BRANCH',
19
-                       defaultValue: 'dev/0.102',
19
+                       defaultValue: 'dev/0.103',
20 20
                        description: 'tests branch'),
21 21
                 string(name: 'REGULAR_PIPELINE',
22
-                       defaultValue: 'regular-scripted-chain-0.102',
22
+                       defaultValue: 'regular-scripted-chain-0.103',
23 23
                        description: 'test-pipelines branch for regular tests.'),
24 24
                 string(name: 'CUSTOM_PIPELINE',
25
-                       defaultValue: 'custom-scripted-chain-0.102',
25
+                       defaultValue: 'custom-scripted-chain-0.103',
26 26
                        description: 'test-pipelines branch for custom tests'),
27 27
                 string(name: 'FUZZ_PIPELINE',
28
-                       defaultValue: 'fuzz-regression-chain-0.102',
28
+                       defaultValue: 'fuzz-regression-chain-0.103',
29 29
                        description: 'test-pipelines branch for fuzz regression tests'),
30 30
                 string(name: 'FUZZ_BRANCH',
31 31
                        defaultValue: 'master',
32 32
                        description: 'private-fuzz-corpus branch'),
33 33
                 string(name: 'FUZZ_TEST_BRANCH',
34
-                       defaultValue: 'dev/0.102',
34
+                       defaultValue: 'dev/0.103',
35 35
                        description: 'tests-fuzz-regression branch')
36 36
             ]
37 37
         )
... ...
@@ -326,8 +326,8 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/clamav-config.h.in \
326 326
 	$(top_srcdir)/docs/man/sigtool.1.in \
327 327
 	$(top_srcdir)/libclammspack/config.h.in COPYING config/ar-lib \
328 328
 	config/compile config/config.guess config/config.rpath \
329
-	config/config.sub config/depcomp config/install-sh \
330
-	config/ltmain.sh config/missing config/ylwrap
329
+	config/config.sub config/install-sh config/ltmain.sh \
330
+	config/missing config/ylwrap
331 331
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
332 332
 distdir = $(PACKAGE)-$(VERSION)
333 333
 top_distdir = $(distdir)
... ...
@@ -3,6 +3,26 @@
3 3
 Note: This file refers to the source tarball. Things described here may differ
4 4
  slightly from the binary packages.
5 5
 
6
+## 0.103.0
7
+
8
+ClamAV 0.103.0 includes the following improvements and changes.
9
+
10
+### Major changes
11
+
12
+### Notable changes
13
+
14
+### Other improvements
15
+
16
+### Bug fixes
17
+
18
+### New Requirements
19
+
20
+### Acknowledgements
21
+
22
+The ClamAV team thanks the following individuals for their code submissions:
23
+
24
+-
25
+
6 26
 ## 0.102.0
7 27
 
8 28
 ClamAV 0.102.0 includes an assortment improvements and a couple of significant
... ...
@@ -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.102.0.
3
+# Generated by GNU Autoconf 2.69 for ClamAV 0.103.0-devel.
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.102.0'
596
-PACKAGE_STRING='ClamAV 0.102.0'
595
+PACKAGE_VERSION='0.103.0-devel'
596
+PACKAGE_STRING='ClamAV 0.103.0-devel'
597 597
 PACKAGE_BUGREPORT='https://bugzilla.clamav.net/'
598 598
 PACKAGE_URL='https://www.clamav.net/'
599 599
 
... ...
@@ -1600,7 +1600,7 @@ if test "$ac_init_help" = "long"; then
1600 1600
   # Omit some internal or obsolete options to make the list less imposing.
1601 1601
   # This message is too long to be a string in the A/UX 3.1 sh.
1602 1602
   cat <<_ACEOF
1603
-\`configure' configures ClamAV 0.102.0 to adapt to many kinds of systems.
1603
+\`configure' configures ClamAV 0.103.0-devel to adapt to many kinds of systems.
1604 1604
 
1605 1605
 Usage: $0 [OPTION]... [VAR=VALUE]...
1606 1606
 
... ...
@@ -1681,7 +1681,7 @@ fi
1681 1681
 
1682 1682
 if test -n "$ac_init_help"; then
1683 1683
   case $ac_init_help in
1684
-     short | recursive ) echo "Configuration of ClamAV 0.102.0:";;
1684
+     short | recursive ) echo "Configuration of ClamAV 0.103.0-devel:";;
1685 1685
    esac
1686 1686
   cat <<\_ACEOF
1687 1687
   --enable-dependency-tracking
... ...
@@ -1908,7 +1908,7 @@ fi
1908 1908
 test -n "$ac_init_help" && exit $ac_status
1909 1909
 if $ac_init_version; then
1910 1910
   cat <<\_ACEOF
1911
-ClamAV configure 0.102.0
1911
+ClamAV configure 0.103.0-devel
1912 1912
 generated by GNU Autoconf 2.69
1913 1913
 
1914 1914
 Copyright (C) 2012 Free Software Foundation, Inc.
... ...
@@ -2536,7 +2536,7 @@ cat >config.log <<_ACEOF
2536 2536
 This file contains any messages produced by compilers while
2537 2537
 running configure, to aid debugging if configure makes a mistake.
2538 2538
 
2539
-It was created by ClamAV $as_me 0.102.0, which was
2539
+It was created by ClamAV $as_me 0.103.0-devel, which was
2540 2540
 generated by GNU Autoconf 2.69.  Invocation command line was
2541 2541
 
2542 2542
   $ $0 $@
... ...
@@ -4323,7 +4323,7 @@ fi
4323 4323
 
4324 4324
 # Define the identity of the package.
4325 4325
  PACKAGE='clamav'
4326
- VERSION='0.102.0'
4326
+ VERSION='0.103.0-devel'
4327 4327
 
4328 4328
 
4329 4329
 # Some tools Automake needs.
... ...
@@ -6052,7 +6052,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
6052 6052
 
6053 6053
 
6054 6054
 
6055
-VERSION="0.102.0"
6055
+VERSION="0.103.0-devel-`date +%Y%m%d`"
6056 6056
 
6057 6057
 major=`echo $PACKAGE_VERSION |cut -d. -f1 | sed -e "s/^0-9//g"`
6058 6058
 minor=`echo $PACKAGE_VERSION |cut -d. -f2 | sed -e "s/^0-9//g"`
... ...
@@ -31574,7 +31574,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
31574 31574
 # report actual input values of CONFIG_FILES etc. instead of their
31575 31575
 # values after options handling.
31576 31576
 ac_log="
31577
-This file was extended by ClamAV $as_me 0.102.0, which was
31577
+This file was extended by ClamAV $as_me 0.103.0-devel, which was
31578 31578
 generated by GNU Autoconf 2.69.  Invocation command line was
31579 31579
 
31580 31580
   CONFIG_FILES    = $CONFIG_FILES
... ...
@@ -31641,7 +31641,7 @@ _ACEOF
31641 31641
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
31642 31642
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
31643 31643
 ac_cs_version="\\
31644
-ClamAV config.status 0.102.0
31644
+ClamAV config.status 0.103.0-devel
31645 31645
 configured by $0, generated by GNU Autoconf 2.69,
31646 31646
   with options \\"\$ac_cs_config\\"
31647 31647
 
... ...
@@ -34492,7 +34492,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34492 34492
 # report actual input values of CONFIG_FILES etc. instead of their
34493 34493
 # values after options handling.
34494 34494
 ac_log="
34495
-This file was extended by ClamAV $as_me 0.102.0, which was
34495
+This file was extended by ClamAV $as_me 0.103.0-devel, which was
34496 34496
 generated by GNU Autoconf 2.69.  Invocation command line was
34497 34497
 
34498 34498
   CONFIG_FILES    = $CONFIG_FILES
... ...
@@ -34559,7 +34559,7 @@ _ACEOF
34559 34559
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34560 34560
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
34561 34561
 ac_cs_version="\\
34562
-ClamAV config.status 0.102.0
34562
+ClamAV config.status 0.103.0-devel
34563 34563
 configured by $0, generated by GNU Autoconf 2.69,
34564 34564
   with options \\"\$ac_cs_config\\"
34565 34565
 
... ...
@@ -22,7 +22,7 @@ AC_PREREQ([2.59])
22 22
 
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.102.0], [https://bugzilla.clamav.net/], [clamav], [https://www.clamav.net/])
25
+AC_INIT([ClamAV], [0.103.0-devel], [https://bugzilla.clamav.net/], [clamav], [https://www.clamav.net/])
26 26
 dnl put configure auxiliary into config
27 27
 AC_CONFIG_AUX_DIR([config])
28 28
 
... ...
@@ -135,10 +135,17 @@ enum FunctionalityLevels {
135 135
     FUNC_LEVEL_0101_BETA = 100, /**< LibClamAV release 0.101.0-BETA */
136 136
     FUNC_LEVEL_0101      = 101, /**< LibClamAV release 0.101.0 */
137 137
     FUNC_LEVEL_0101_1    = 102, /**< LibClamAV release 0.101.1 */
138
-    FUNC_LEVEL_0101_2    = 103, /**< LibClamAV release 0.101.2 */
138
+    FUNC_LEVEL_0101_2    = 102, /**< LibClamAV release 0.101.2 */
139
+    FUNC_LEVEL_0101_3    = 102, /**< LibClamAV release 0.101.3 */
140
+    FUNC_LEVEL_0101_4    = 105, /**< LibClamAV release 0.101.4 */
141
+    FUNC_LEVEL_0101_5    = 106, /**< LibClamAV release 0.101.5 */
139 142
 
140 143
     FUNC_LEVEL_0102_BETA = 110, /**< LibClamAV release 0.102.0-BETA */
141 144
     FUNC_LEVEL_0102      = 111, /**< LibClamAV release 0.102.0 */
145
+    FUNC_LEVEL_0102_1    = 112, /**< LibClamAV release 0.102.1 */
146
+
147
+    FUNC_LEVEL_0103_BETA = 120, /**< LibClamAV release 0.103.0-BETA */
148
+    FUNC_LEVEL_0103      = 121, /**< LibClamAV release 0.103.0 */
142 149
 };
143 150
 
144 151
 /**
... ...
@@ -71,7 +71,7 @@
71 71
  * in re-enabling affected modules.
72 72
  */
73 73
 
74
-#define CL_FLEVEL 111
74
+#define CL_FLEVEL 120
75 75
 #define CL_FLEVEL_DCONF CL_FLEVEL
76 76
 #define CL_FLEVEL_SIGTOOL CL_FLEVEL
77 77
 
... ...
@@ -1,6 +1,9 @@
1 1
 dnl change this on a release
2
-dnl VERSION="devel-`date +%Y%m%d`"
3
-VERSION="0.102.0"
2
+dnl During active development, set: VERSION="<version>-devel-`date +%Y%m%d`"
3
+dnl For beta,                  set: VERSION="<version>-beta"
4
+dnl For release candidate,     set: VERSION="<version>-rc"
5
+dnl For release,               set: VERSION="<version>"
6
+VERSION="0.103.0-devel-`date +%Y%m%d`"
4 7
 
5 8
 major=`echo $PACKAGE_VERSION |cut -d. -f1 | sed -e "s/[^0-9]//g"`
6 9
 minor=`echo $PACKAGE_VERSION |cut -d. -f2 | sed -e "s/[^0-9]//g"`
... ...
@@ -11,7 +14,7 @@ AC_SUBST(PACKAGE_VERSION_NUM)
11 11
 
12 12
 dnl libclamav version info
13 13
 LC_CURRENT=9
14
-LC_REVISION=4
14
+LC_REVISION=5
15 15
 LC_AGE=0
16 16
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
17 17
 AC_SUBST([LIBCLAMAV_VERSION])
... ...
@@ -25,7 +28,7 @@ AC_DEFINE_UNQUOTED([LIBCLAMAV_MAJORVER], $LC_MAJOR, ["Major clamav library versi
25 25
 
26 26
 dnl libfreshclam version info
27 27
 LFC_CURRENT=2
28
-LFC_REVISION=0
28
+LFC_REVISION=1
29 29
 LFC_AGE=0
30 30
 LIBFRESHCLAM_VERSION="$LFC_CURRENT":"$LFC_REVISION":"$LFC_AGE"
31 31
 AC_SUBST([LIBFRESHCLAM_VERSION])
... ...
@@ -8,7 +8,7 @@
8 8
 
9 9
 [Setup]
10 10
 AppName=ClamAV
11
-AppVersion=0.102.0
11
+AppVersion=0.103.0
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.102.0
23
+OutputBaseFilename=ClamAV-0.103.0-devel
24 24
 WizardImageFile=demon.bmp
25 25
 WizardSmallImageFile=talos.bmp
26 26
 
... ...
@@ -483,7 +483,7 @@
483 483
 #define PACKAGE_NAME "ClamAV"
484 484
 
485 485
 /* Define to the full name and version of this package. */
486
-#define PACKAGE_STRING "ClamAV 0.102.0"
486
+#define PACKAGE_STRING "ClamAV 0.103.0-devel"
487 487
 
488 488
 /* Define to the one symbol short name of this package. */
489 489
 #define PACKAGE_TARNAME "clamav"
... ...
@@ -492,7 +492,7 @@
492 492
 #define PACKAGE_URL "https://www.clamav.net/"
493 493
 
494 494
 /* Define to the version of this package. */
495
-#define PACKAGE_VERSION "0.102.0"
495
+#define PACKAGE_VERSION "0.103.0-devel"
496 496
 
497 497
 /* scan buffer size */
498 498
 #define SCANBUFF 131072
... ...
@@ -528,7 +528,7 @@
528 528
 /* #undef USE_SYSLOG */
529 529
 
530 530
 /* Version number of package */
531
-#define VERSION "0.102.0"
531
+#define VERSION "0.103.0-devel"
532 532
 
533 533
 /* Version suffix for package */
534 534
 #define VERSION_SUFFIX ""
... ...
@@ -27,7 +27,7 @@
27 27
  * @macro
28 28
  * Version number of the clamav package release
29 29
  */
30
-#define CLAMAV_VERSION "0.102.0"
30
+#define CLAMAV_VERSION "0.103.0-devel"
31 31
 
32 32
 /**
33 33
  * @macro
... ...
@@ -6,8 +6,8 @@
6 6
 #define REPO_VERSION VERSION
7 7
 #endif
8 8
 
9
-#define RES_VER_Q 0,102,0,0
10
-#define RES_VER_S "ClamAV 0.102.0"
9
+#define RES_VER_Q 0,103,0,0
10
+#define RES_VER_S "ClamAV 0.103.0-devel"
11 11
 
12 12
 VS_VERSION_INFO VERSIONINFO
13 13
     FILEVERSION RES_VER_Q
... ...
@@ -181,10 +181,10 @@ my %CONF = (
181 181
     'PACKAGE' => 'PACKAGE_NAME',
182 182
     'PACKAGE_BUGREPORT' => '"https://bugzilla.clamav.net/"',
183 183
     'PACKAGE_NAME' => '"ClamAV"',
184
-    'PACKAGE_STRING' => '"ClamAV 0.102.0-devel"',
184
+    'PACKAGE_STRING' => '"ClamAV 0.103.0-devel"',
185 185
     'PACKAGE_TARNAME' => '"clamav"',
186 186
     'PACKAGE_URL' => '"https://www.clamav.net/"',
187
-    'PACKAGE_VERSION' => '"0.102.0-devel"',
187
+    'PACKAGE_VERSION' => '"0.103.0-devel"',
188 188
     'SCANBUFF' => '131072',
189 189
     'SETPGRP_VOID' => '1',
190 190
     'SIZEOF_INT' => '4',