Bug 248083 - net/enet: Update to 1.3.15
Summary: net/enet: Update to 1.3.15
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL: https://github.com/lsalzman/enet/blob...
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-07-18 21:18 UTC by Marcel Bischoff
Modified: 2020-07-22 15:10 UTC (History)
1 user (show)

See Also:
fernape: merge-quarterly+


Attachments
Patch (1.04 KB, patch)
2020-07-18 21:18 UTC, Marcel Bischoff
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Bischoff 2020-07-18 21:18:21 UTC
Created attachment 216556 [details]
Patch

Portscout flagged this port and since it has no maintainer, here's an update to the latest version.
Comment 1 Automation User 2020-07-18 21:36:41 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/168173602
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2020-07-22 05:29:37 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-07-22 15:05:57 UTC
A commit references this bug:

Author: fernape
Date: Wed Jul 22 15:05:45 UTC 2020
New revision: 542861
URL: https://svnweb.freebsd.org/changeset/ports/542861

Log:
  net/enet: Update to 1.3.15

  From ChangeLog: https://github.com/lsalzman/enet/blob/master/ChangeLog

   * quicker RTT initialization
   * use fractional precision for RTT calculations
   * fixes for packet throttle with low RTT variance
   * miscellaneous socket bug fixes

  While here, reorder USE_LDCONFIG.

  PR:	248083
  Submitted by:	marcel@herrbischoff.com
  MFH:	2020Q3 (runtime fix)

Changes:
  head/net/enet/Makefile
  head/net/enet/distinfo
  head/net/enet/pkg-plist
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-07-22 15:09:58 UTC
A commit references this bug:

Author: fernape
Date: Wed Jul 22 15:09:07 UTC 2020
New revision: 542862
URL: https://svnweb.freebsd.org/changeset/ports/542862

Log:
  MFH: r542861

  net/enet: Update to 1.3.15

  From ChangeLog: https://github.com/lsalzman/enet/blob/master/ChangeLog

   * quicker RTT initialization
   * use fractional precision for RTT calculations
   * fixes for packet throttle with low RTT variance
   * miscellaneous socket bug fixes

  While here, reorder USE_LDCONFIG.

  PR:	248083
  Submitted by:	marcel@herrbischoff.com

  Approved by:	ports-secteam (blanket, runtime fix)

Changes:
_U  branches/2020Q3/
  branches/2020Q3/net/enet/Makefile
  branches/2020Q3/net/enet/distinfo
  branches/2020Q3/net/enet/pkg-plist
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2020-07-22 15:10:40 UTC
Committed,

Thanks!