Displaying 4 results from an estimated 4 matches for "minizip".
2012 Jul 17
0
CEEA-2012:1084 CentOS 5 zlib FASTTRACK Update
...rata and Enhancement Advisory 2012:1084
Upstream details at : http://rhn.redhat.com/errata/RHEA-2012-1084.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
4f5673d4076a551ed07edd9cff3f919f9237e2f6af26750878fb27f651a11099 minizip-1.2.3-7.el5.i386.rpm
551309b62a3759068c541639c5b874078a271dc35f2ed56b3c0bfa7140f60fe4 minizip-devel-1.2.3-7.el5.i386.rpm
589a2245290e1afee667104fcd250d0fd7f1a56098966bc9b720baf4c9bf80d0 zlib-1.2.3-7.el5.i386.rpm
c8d8c954834aa265d4b41698e4020d6a1c8b39ac855994577c9fef95d7dd7638 zlib-devel-1.2.3-7....
2012 Jul 17
0
CentOS-announce Digest, Vol 89, Issue 7
...rata and Enhancement Advisory 2012:1084
Upstream details at : http://rhn.redhat.com/errata/RHEA-2012-1084.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
4f5673d4076a551ed07edd9cff3f919f9237e2f6af26750878fb27f651a11099 minizip-1.2.3-7.el5.i386.rpm
551309b62a3759068c541639c5b874078a271dc35f2ed56b3c0bfa7140f60fe4 minizip-devel-1.2.3-7.el5.i386.rpm
589a2245290e1afee667104fcd250d0fd7f1a56098966bc9b720baf4c9bf80d0 zlib-1.2.3-7.el5.i386.rpm
c8d8c954834aa265d4b41698e4020d6a1c8b39ac855994577c9fef95d7dd7638 zlib-devel-1.2.3-7....
1999 Mar 25
6
Using zip format for help pages, examples, etc.
...ould result in considerable
savings in size with little penalty in access speed.
To implement this we would need code for accessing files within a .zip
archive and for decompressing the files. I know of the files from
Info-Zip including the zlib sources (compression/decompression) and
the contrib/minizip directory in the zlib source tree. The minizip
directory provides a prototype unzip.c and unzip.h. These would be
used to modify the R internal function file.exists and file.show so
they could look in the archive as well as in a directory.
Does anyone know of a reason why this would not be a goo...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...ks)
+- added a FAQ file
+
+- Support gzdopen on Mac with Metrowerks (Jason Linhart)
+- Do not redefine Byte on Mac (Brad Pettit & Jason Linhart)
+- define SEEK_END too if SEEK_SET is not defined (Albert Chin-A-Young)
+- avoid some warnings with Borland C (Tom Tanner)
+- fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant)
+- emulate utime() for WIN32 in contrib/untgz (Gilles Vollant)
+- allow several arguments to configure (Tim Mooney, Frodo Looijaard)
+- use libdir and includedir in Makefile.in (Tim Mooney)
+- support shared libraries on OSF1 V4 (Tim Mooney)
+- remove so_loc...