genode/libports/ports
Josef Söntgen 69fd7e1c32 libports: update lwip to STABLE-1.4.1-RC1
The new version works fine but there is an issue with connect()
that needs the included patch:

There is no actual handling of EALREADY in lwip. It sets errno
to EALREADY when the connection was established. Unfortunatly this
is really bad because most programs expect to receive errno EISCONN
if the connection was successfully established. So this behaviour
breaks Qt4 and several noux/net packages (like lynx) because those
programs end up in an endless loop trying to connect via an already
connected socket. The longterm solution would be fixing the wrong
behaviour in lwip (there are already bug-reports on lwip's mailinglist)
but for now, it works well enough to simple change lwip's err_to_errno
table to set errno to EISCONN when the connection was established.
2012-08-15 14:31:18 +02:00
..
expat.mk libports: Expat 2012-06-20 19:44:02 +02:00
ffat.mk Check for required tools on 'make prepare' 2012-05-29 13:55:00 +02:00
freetype.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
gmp.mk x86_64 and ARM support for libgmp 2012-07-04 14:56:48 +02:00
jbig2dec.mk Add openjpeg, jbig2dec, and mupdf to libports 2012-01-02 17:09:18 +01:00
jpeg.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
libav.mk 'avplay' media player 2012-05-29 13:54:59 +02:00
libc.mk libports: add libc's rpc framework headers 2012-08-09 11:09:42 +02:00
libdrm.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
libpng.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
lua.mk Lua: Port of Lua runtime and simple example 2012-05-29 13:54:52 +02:00
lwip.inc libports: update lwip to STABLE-1.4.1-RC1 2012-08-15 14:31:18 +02:00
lwip.mk libports: update lwip to STABLE-1.4.1-RC1 2012-08-15 14:31:18 +02:00
mesa.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
mpc.mk libports: MPC 2012-07-02 14:15:42 +02:00
mpfr.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
mupdf.mk Add openjpeg, jbig2dec, and mupdf to libports 2012-01-02 17:09:18 +01:00
ncurses.mk libports: add symlink from ncurses.h to curses.h 2012-07-23 14:05:58 +02:00
openjpeg.mk Add openjpeg, jbig2dec, and mupdf to libports 2012-01-02 17:09:18 +01:00
openssl.mk libports: fix openssl issues and update to 1.0.1c 2012-07-20 14:43:35 +02:00
python.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
qoost.mk Add 'Qoost' to libports 2012-04-05 10:40:46 +02:00
readline.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
sdl.mk SDL audio support 2012-05-10 19:07:54 +02:00
zlib.mk Update zlib to version 1.2.7, fix #196 2012-05-03 23:32:56 +02:00