Bug 253576 - lang/go: Update to 1.16
Summary: lang/go: Update to 1.16
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitri Goutnik
URL: https://blog.golang.org/go1.16
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-17 05:06 UTC by Felix Hanley
Modified: 2021-02-28 08:22 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (dmgk)


Attachments
Update patch (2.12 KB, patch)
2021-02-17 05:06 UTC, Felix Hanley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Hanley 2021-02-17 05:06:52 UTC
Created attachment 222507 [details]
Update patch

Update to 1.16 and removes required patch. See https://blog.golang.org/go1.16
Comment 1 Dmitri Goutnik freebsd_committer freebsd_triage 2021-02-17 11:56:45 UTC
Fixed by ports r565496
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-02-25 18:21:33 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=2593f858d7d078efa85f78f20b6bfa0931cc1dc5

commit 2593f858d7d078efa85f78f20b6bfa0931cc1dc5
Author:     Richard Scheffenegger <rscheff@FreeBSD.org>
AuthorDate: 2021-02-25 18:10:55 +0000
Commit:     Richard Scheffenegger <rscheff@FreeBSD.org>
CommitDate: 2021-02-25 18:12:20 +0000

    A TCP server has to take into consideration, if TCP_NOOPT is preventing
    the negotiation of TCP features. This affects most TCP options but
    adherance to RFC7323 with the timestamp option will prevent a session
    from getting established.

    PR:     253576
    Reviewed By:    tuexen, #transport
    MFC after:      3 days
    Sponsored by:   NetApp, Inc.
    Differential Revision: https://reviews.freebsd.org/D28652

 sys/netinet/tcp_input.c    | 12 ++++++++----
 sys/netinet/tcp_syncache.c |  3 ++-
 2 files changed, 10 insertions(+), 5 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-02-28 08:22:42 UTC
A commit in branch stable/13 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=c0c928636156dd913302bc34e5ac9d70810f5cdd

commit c0c928636156dd913302bc34e5ac9d70810f5cdd
Author:     Richard Scheffenegger <rscheff@FreeBSD.org>
AuthorDate: 2021-02-25 18:10:55 +0000
Commit:     Richard Scheffenegger <rscheff@FreeBSD.org>
CommitDate: 2021-02-28 08:11:18 +0000

    TCP_NOOPT may prevent the negotiation of TCP features, which a server
    has to take into consideration.

    PR:     253576
    Reviewed By:    tuexen, #transport
    MFC after:      3 days
    Sponsored by:   NetApp, Inc.
    Differential Revision: https://reviews.freebsd.org/D28652

    (cherry picked from commit 2593f858d7d078efa85f78f20b6bfa0931cc1dc5)

 sys/netinet/tcp_input.c    | 12 ++++++++----
 sys/netinet/tcp_syncache.c |  3 ++-
 2 files changed, 10 insertions(+), 5 deletions(-)