Ticket #17327: szip-stealth-changes.diff

File szip-stealth-changes.diff, 2.8 KB (added by tobypeterson, 15 years ago)
  • COPYING

    diff -ur szip-2.1/COPYING szip-2.1-new/COPYING
    old new  
    3535
    3636For commercial use license to SZIP compression software routines and
    3737underlying patents, please contact ICs, LLC, at
    38 ICs, LLC,  2600-A E. Seltice Way #234,  Post Falls, ID, 83854. 
    39 Phone: (208) 755-8990.  Fax: (208) 773-5747.
    40 
     38    Address: ICs, LLC, 2040 Warren Wagon Road, P.O. Box 2236
     39             McCall, ID  83638
     40    Phone: (208) 315-2877.  Fax: (208) 634-7720.
     41    Email: support@ics4chips.com
    4142
  • INSTALL

    diff -ur szip-2.1/INSTALL szip-2.1-new/INSTALL
    old new  
    9696   FreeBSD (32 and 64-bit)
    9797   Linux 2.6 32-bit and 64-bit
    9898   Mac OSX
    99    Windows P
     99   Windows
    100100   AIX 5.3 and 5.2 (32 and 64-bit)
    101101   Altix SGI
    102102   HPUX 11.23
  • RELEASE.txt

    diff -ur szip-2.1/RELEASE.txt szip-2.1-new/RELEASE.txt
    old new  
    11
    22                      Relase notes for SZIP 2.1
    3                           August 20, 2007
     3                          November 10, 2008
    44
    55
    66Bug fixes:
    77
    8    -- On some platforms configure didn't add -lm flag; fixed.
     8   -- Modified a test in a configure script forcing to perform
     9      a real calculation to determine if math library is needed.
    910
    1011New features:
    1112
    12    -- Configure was updated to use GNU autotools version 1.5.14.
     13   -- None.
    1314
    1415Know problems:
    1516
  • configure

    diff -ur szip-2.1/configure szip-2.1-new/configure
    old new  
    1949619496int
    1949719497main ()
    1949819498{
    19499 sinh(37.927)
     19499volatile x = 37.927; k=1.2; sinh(x*k/cosh(x/k)
    1950019500  ;
    1950119501  return 0;
    1950219502}
  • configure.ac

    diff -ur szip-2.1/configure.ac szip-2.1-new/configure.ac
    old new  
    158158# ======================================================================
    159159
    160160AC_MSG_CHECKING([for math library support])
    161 AC_TRY_LINK([#include <math.h>], [sinh(37.927)],
     161AC_TRY_LINK([#include <math.h>], [volatile x = 37.927; k=1.2; sinh(x*k/cosh(x/k)],
    162162            [AC_MSG_RESULT([yes])],
    163163            [AC_MSG_RESULT([no]); LIBS="$LIBS -lm"])
    164164
  • src/szlib.h

    diff -ur szip-2.1/src/szlib.h szip-2.1-new/src/szlib.h
    old new  
    4242#include "ricehdf.h"
    4343#include "szip_adpt.h"
    4444
    45 #define SZLIB_VERSION "2.0"
     45#define SZLIB_VERSION "2.1"
    4646
    4747/*
    4848   The application must update next_in and avail_in when avail_in has