Mailinglist Archive: proxy-suite (21 mails)
| < Previous | Next > |
proxy-suite-1.7tp8 avaliable
- From: Marius Tomaschewski <mt@xxxxxxx>
- Date: Wed, 19 Sep 2001 13:51:00 +0000 (UTC)
- Message-id: <20010919155055.A23612@xxxxxxx>
Hi *!
proxy-suite-1.7tp8 (minor changes) is avaliable on
ftp://ftp.suse.com/pub/projects/proxy-suite/src/
* 1.7tp8 / 19.09.2001:
- fixed sample run level script to be LSB compliant (I hope it is now)
- added Solaris FIONREAD (broken pipe) patch from Stefan Landvoigt
MD5 checksum Size Date Time Name
7c3a3aac8918ab3ce5b9ba7a368820de 87758 Sep 19 15:22 CHANGES.mt
15d157ee11d7a5a5358519d1163b59d1 2359 Sep 19 15:22 proxy-suite-1.7tp8.dif
de879e5d0c6398fde9970db3c5877fad 170793 Jun 21 13:44 proxy-suite-1.7.tar.gz
note, proxy-suite-1.7.tar.gz isn't changed
I've done some LSB (Linux System Base) fixes to the sample run-
level script and added a patch to avoid "broken pipe" problems
with bigger files.
The proxy reads the number of bytes via ioctl FIONREAD - solaris
returns a "wrong" number of bytes.
I've added this patch explicitely for solaris - it doesn't change
anything for other platforms, but may be valid in similar form
for other systems as well because it seems to be a BSD vs. SysV
difference.
common/com-socket.c:
#if defined (SOLARIS)
#include <stropts.h>
#include <sys/conf.h>
#include <netinet/in_systm.h>
#define FIONREAD I_NREAD
#endif
Thanks again to Stefan Landvoigt for this patch and description.
Kind regards,
Marius Tomaschewski <mt@xxxxxxx>
--
SuSE GmbH, Hamburg --- SuSE Labs, Product Developement
GPG/PGP public key see: http://www.suse.de/~mt/mt.pgp
Key-FP: DF17 271A AD15 006A 5BB9 6C96 CA2F F3F7 373A 1CC0
proxy-suite-1.7tp8 (minor changes) is avaliable on
ftp://ftp.suse.com/pub/projects/proxy-suite/src/
* 1.7tp8 / 19.09.2001:
- fixed sample run level script to be LSB compliant (I hope it is now)
- added Solaris FIONREAD (broken pipe) patch from Stefan Landvoigt
MD5 checksum Size Date Time Name
7c3a3aac8918ab3ce5b9ba7a368820de 87758 Sep 19 15:22 CHANGES.mt
15d157ee11d7a5a5358519d1163b59d1 2359 Sep 19 15:22 proxy-suite-1.7tp8.dif
de879e5d0c6398fde9970db3c5877fad 170793 Jun 21 13:44 proxy-suite-1.7.tar.gz
note, proxy-suite-1.7.tar.gz isn't changed
I've done some LSB (Linux System Base) fixes to the sample run-
level script and added a patch to avoid "broken pipe" problems
with bigger files.
The proxy reads the number of bytes via ioctl FIONREAD - solaris
returns a "wrong" number of bytes.
I've added this patch explicitely for solaris - it doesn't change
anything for other platforms, but may be valid in similar form
for other systems as well because it seems to be a BSD vs. SysV
difference.
common/com-socket.c:
#if defined (SOLARIS)
#include <stropts.h>
#include <sys/conf.h>
#include <netinet/in_systm.h>
#define FIONREAD I_NREAD
#endif
Thanks again to Stefan Landvoigt for this patch and description.
Kind regards,
Marius Tomaschewski <mt@xxxxxxx>
--
SuSE GmbH, Hamburg --- SuSE Labs, Product Developement
GPG/PGP public key see: http://www.suse.de/~mt/mt.pgp
Key-FP: DF17 271A AD15 006A 5BB9 6C96 CA2F F3F7 373A 1CC0
| < Previous | Next > |