[Midnightbsd-cvs] [MidnightBSD/src] 4ab955: Bring in the following bugfixes for ipfilter from ...

Lucas Holt noreply at github.com
Tue Oct 5 11:03:54 EDT 2021


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 4ab9552b50dfbd4ad9e0601f7d7435d2b7573f5a
      https://github.com/MidnightBSD/src/commit/4ab9552b50dfbd4ad9e0601f7d7435d2b7573f5a
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M sys/contrib/ipfilter/netinet/ip_ftp_pxy.c
    M sys/contrib/ipfilter/netinet/ip_proxy.c

  Log Message:
  -----------
  Bring in the following bugfixes for ipfilter from FreeBSD

commit 4f2d5aa364c4e45727760f767be62ec4d81fdef7 (HEAD -> stable/11, origin/stable/11)
Author: Cy Schubert <cy at FreeBSD.org>
Date:   Fri Sep 24 17:00:20 2021 -0700

    ipfilter: Print the correct TCP sequence index number

    TCP sequence numbers in the FTP proxy are maintained in a two dimensional
    array. The debug message prints the same seq[N] for both. Fix that.

    (cherry picked from commit df38343e71304169ebca0e4c4fa24b339982d7be)

commit 0b72f4c82af8fe86cfc1034a16661430430f6f42
Author: Cy Schubert <cy at FreeBSD.org>
Date:   Fri Sep 24 23:41:22 2021 -0700

    ipfilter: Correct a comment

    Correct a comment's grammar and while at it clarify its meaining.

    (cherry picked from commit aa6cfcc820b438cec58fbe0af408d4457f8daf9d)

commit 370a229ea9c647806f85e18e3a514612d9ae773f
Author: Cy Schubert <cy at FreeBSD.org>
Date:   Tue Sep 21 21:58:08 2021 -0700

    ipfilter: Avoid a null if-then-else blocks

    When WITHOUT_INET6 is selected we generate a null if-then-else blocks
    due to incorrect placment of #if statments. Move the #if statements
    reducing unnecessary runtime comparisons WITHOUT_INET6.

    (cherry picked from commit 73db3b64f167972db3ee3f780cecb439b09492b1)




More information about the Midnightbsd-cvs mailing list