Change logs for lwip source package in Eoan

  • lwip (2.1.2-3) unstable; urgency=medium
    
      [ Joan Lledó ]
      * debian/patches/patch9350:
        * Remove _HAVE_SA_LEN macros
          * Some macros related to sa_len field were written to this
            file by mistake
      * debian/patches/port:
        * Fix bug on thrad handling
          * In the Hurd, pthread_cond_timedwait() returns EINTR when
            the thread has been cancelled
        * Move some #includes in cc.h from max_sockets to port:
          * <sys/ioctl.h>
          * <fcntl.h>
          * <net/if.h>
          * <sys/types.h>
        * Fix build error on some architectures
          * sio module: memset struct sigaction to 0
            * Use memset to set all struct sigaction fields to 0
              instead of doing it field by field, since fields depend
              on the architecture
      * debian/patches/max_sockets:
        * Remove #includes in cc.h moved to port patch
    
     -- Samuel Thibault <email address hidden>  Sun, 18 Aug 2019 19:25:35 +0200
  • lwip (2.1.2-2) unstable; urgency=medium
    
      [ Joan Lledó ]
      * debian/patches/max_sockets:
        * Update required after making changes in debian/patches/port
      * debian/patches/patch9807:
        * New patch: Add new function tcpip_callback_wait() in tcpip.c
          * To call a function inside the tcpip thread and wait
            for it to return
      * debian/patches/port:
        * Fix bug: Don't abort the whole stack on error
        * Fix some locking issues
        * Rename macro HURD_LWIP_LWIPOPTS_H to UNIX_LWIP_LWIPOPTS_H
        * Add Unix port interface files
          * To make compilation of userspace programs in Linux easier
        * Detect 64bit systems
          * Macros in lwipopts.h must have different values in
            64bit systems
      * debian/patches/series:
        * Add new patch debian/patches/patch9807
    
      [ Samuel Thibault ]
      * Upload to unstable.
    
     -- Samuel Thibault <email address hidden>  Sat, 10 Aug 2019 00:45:08 +0200
  • lwip (2.0.3-3) unstable; urgency=medium
    
      [ Samuel Thibault ]
      * Mark liblwip-doc Multi-Arch: foreign.
      * copyright: Make some licence names more precise.
    
      [ Joan Lledó ]
      * Update patches: Fixing interruptibility and thread safety. Convert to DOS
        format to mach lwip sources.
      * getpeername_dual: Cherry-pick upstream fix for dual-stack sockets.
    
     -- Samuel Thibault <email address hidden>  Sun, 04 Nov 2018 00:25:58 +0100