Message-Id: <202310021815.392IFxCL013285@delorie.com> Date: Mon, 2 Oct 2023 20:05:12 +0200 From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp-announce AT delorie DOT com]" To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of zlib 1.3 uploaded. Content-Type: text/plain; charset=US-ASCII UI-OutboundReport: notjunk:1;M01:P0:MKAARcZVxXM=;qZYTWt5v2AxFAMNp7PUfTrJPYFT Q1oJ5eWEr4EJGEqSeia9QykSgr4EUxj9cETyxZcoR9qE7nZNF4ckGQ7Uvaq7Qi1MIZsO0fQOr gQeDZs59C0bDlceHfT341Z2U1mmrTrq1NKBz2aNL2g/JqeayFrfJNSdgiq+3jZxRslcodw2yp tYwrcsI3bIel7XLkaFjI3GMylYosbK4awNxlJvnpkF1JyZlStdC83z17CZj+9kcKTl+HT2prR MWn3Oe5FAnkTu2qke/U8rrnXs00ovzWjcYuHc2T2jZ9+CIfgNgsaY+ob8x1wAQKevMqCA1ZOc pogQHbvONiDoD+qIEkQEK5YI8PNr5ihHRNyhSSYgd11kUq1G3jE7brU9M9NecheJePTufGdvg z3W5mRIomsbnHatxp3Zo8HqmxcIk7Aj+tmyRVJ165fZ8MW+iEOwlQOAD3LE02LOYlnyOF8rHp mgrfNt+Mwmx7TkIXz1F/oXi4wivQqNX/iYLE+sythaCs79pyfLtmpyb0j/0SXJnZzfuEjXQ3Z GSXbvG47Oa2RnsXhl5dW144FJR+yADzZwh3wMraclcHVypP8wjcpGDsC+aR123CnM2dUpNDdz dxBhHiPm5tBJtxrN9Hj329F444+6psVX7GtTQLlkUotvicTnt3ZyPWu5dywAHme39P2M6rYdc bBW9+mxDnCXCSsNlj99fVnrwuJGAyzgGiEjteLWomdBOPwNMnOmN2Qa8W8Pw9djsnFHf5rKw1 lSVIn/HM2/fvEmRxmFfF+qSpRQdNjqkqip27GgFM+ch2N3quip1AsFLvjzDGCVw4q5VjC37Ud 5Hb4m3FriIAhnLkFXzfOlteH7uEkO1BWVflsBdJtIl/kM/3qHkwmSBOIrJm2nQ3iDgBM68PWw FDeJdsUfkHd1HTE6tR3Auy5E/58VmdqkS5cwJVNZz+6Y14TjyZfDPBguaFaXtKBs9a7WWRqGy 7OOQL6CJV3/otEq305L/BYHnVMs= Reply-To: djgpp AT delorie DOT com This is a port of zlib 1.3 to MSDOS/DJGPP. zlib 1.3 is a free, general purpose data compression/decompression library as used in gzip. All the code is thread safe. DJGPP specific changes. ======================= There are no DJGPP specific changes. Only the usual configuration files have been added. They are located in the "djgpp" directory. The port has been configured and compiled on WinXP SP3, Win98SE and MSDOS 6.22 with DOSLFN v0.41f. There is no guarantee that this may be possible with any other DOS-like OS. Due to the use of long file names it will not be possible to configure and compile without LFN support. The port has been compiled using gcc346 and bnu2351b. The port has been tested by using it. I have used them only on WinXP. It has worked flawlessly. I do not konw if this will ever be the case on FreeDOS. I have never used/tested them in that environment. To be able to build this port you may need to have LFN support. As usual, all djgpp specific files (diffs, README files, etc.) are stored in the "djgpp" directory. The sources have been configured to be build in the "0build" directory. If for some reason it does not work for you, delete its contents and configure from scratch again. For further information about zlib please read the docs and NEWS file. Here is an extract of the home page showing the user visible changes from the last port (zlib 1.2.13) to this one: ------------------------------------------------------------------------------- Version 1.3 has these key updates from 1.2.13: Building using K&R (pre-ANSI) function definitions is no longer supported. Fixed a bug in deflateBound() for level 0 and memLevel 9. Fixed a bug when gzungetc() is used immediately after gzopen(). Fixed a bug when using gzflush() with a very small buffer. Fixed a crash when gzsetparams() is attempted for a transparent write. Fixed test/example.c to work with FORCE_STORED. Fixed minizip to allow it to open an empty zip file. Fixed reading disk number start on zip64 files in minizip. Fixed a logic error in minizip argument processing. ------------------------------------------------------------------------------- The port consists of the usual two packages that have been produced using djdev20X (CVS repository code) and can be downloaded from ftp.delorie.com and mirrors as (time stamp 2023-10-01): zlib 1.3 headers, libs and man format documentation: http://ftp.delorie.com/pub/djgpp/current/v2tk/zlb13b.zip zlib 1.3 source: http://ftp.delorie.com/pub/djgpp/current/v2tk/zlb13s.zip Send zlib specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel