View | Details | Raw Unified | Return to bug 1063
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- configure.ac        2005-07-27 11:58:40.000000000 +0530
0
++ configure.ac-fix    2005-07-27 12:03:17.000000000 +0530
Lines 796-803 Link Here
796
       if (a == 1 && b == 1 && c >= 4)
796
       if (a == 1 && b == 1 && c >= 4)
797
               exit(0);
797
               exit(0);
798
       /* 1.2.1.2 and up are OK */
798
       /* 1.2.3 is OK, 1.2.x series versions 1.2.2 and below are vulnerable*/
799
       if (v >= 1020102)
799
       if (v >= 1020300)
800
               exit(0);
800
               exit(0);
801
       exit(2);
801
       exit(2);
Lines 811-817 Link Here
811
vendor has fixed these problems without changing the version number.  If you
811
vendor has fixed these problems without changing the version number.  If you
812
are sure this is the case, you can disable the check by running
812
are sure this is the case, you can disable the check by running
813
"./configure --without-zlib-version-check".
813
"./configure --without-zlib-version-check".
814
If you are in doubt, upgrade zlib to version 1.2.1.2 or greater.
814
If you are in doubt, upgrade zlib to version 1.2.3.
815
See http://www.gzip.org/zlib/ for details.])
815
See http://www.gzip.org/zlib/ for details.])
816
         else
816
         else
817
               AC_MSG_WARN([zlib version may have security problems])
817
               AC_MSG_WARN([zlib version may have security problems])

Return to bug 1063