Package: lwip / 2.1.3+dfsg1-2

Metadata

Package Version Patches format
lwip 2.1.3+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
patch9350 | (download)

src/include/lwip/inet.h | 7 7 + 0 - 0 !
src/include/lwip/opt.h | 11 11 + 0 - 0 !
src/include/lwip/sockets.h | 6 6 + 0 - 0 !
3 files changed, 24 insertions(+)

 patch #9350: sockets api: use os's sys/socket.h instead of lwip/sock

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

patch9807 | (download)

src/api/tcpip.c | 48 48 + 0 - 0 !
src/include/lwip/priv/tcpip_priv.h | 8 7 + 1 - 0 !
src/include/lwip/tcpip.h | 1 1 + 0 - 0 !
3 files changed, 56 insertions(+), 1 deletion(-)

---
CVE 2020 8597 | (download)

src/netif/ppp/eap.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
port | (download)

port/Filelists.cmake | 21 21 + 0 - 0 !
port/include/arch/cc.h | 94 94 + 0 - 0 !
port/include/arch/sys_arch.h | 66 66 + 0 - 0 !
port/include/lwipopts.h | 169 169 + 0 - 0 !
port/include/netif/fifo.h | 54 54 + 0 - 0 !
port/include/netif/list.h | 26 26 + 0 - 0 !
port/include/netif/sio.h | 60 60 + 0 - 0 !
port/include/netif/tapif.h | 43 43 + 0 - 0 !
port/include/posix/inet.h | 69 69 + 0 - 0 !
port/include/posix/sockets.h | 140 140 + 0 - 0 !
port/netif/fifo.c | 139 139 + 0 - 0 !
port/netif/list.c | 152 152 + 0 - 0 !
port/netif/sio.c | 485 485 + 0 - 0 !
port/netif/tapif.c | 432 432 + 0 - 0 !
port/sys_arch.c | 739 739 + 0 - 0 !
src/api/sockets.c | 30 15 + 15 - 0 !
16 files changed, 2704 insertions(+), 15 deletions(-)

---
max_sockets | (download)

port/include/lwipopts.h | 2 2 + 0 - 0 !
src/api/sockets.c | 158 131 + 27 - 0 !
src/core/init.c | 3 3 + 0 - 0 !
src/include/lwip/opt.h | 9 9 + 0 - 0 !
src/include/lwip/priv/sockets_priv.h | 6 6 + 0 - 0 !
5 files changed, 151 insertions(+), 27 deletions(-)

---
cmake | (download)

CMakeLists.txt | 3 3 + 0 - 0 !
lib/CMakeLists.txt | 126 126 + 0 - 0 !
lib/lwip.pc.in | 10 10 + 0 - 0 !
src/Filelists.cmake | 3 1 + 2 - 0 !
4 files changed, 140 insertions(+), 2 deletions(-)

---