Bug 248083

Summary: net/enet: Update to 1.3.15
Product: Ports & Packages Reporter: Marcel Bischoff <marcel>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Some People CC: fernape
Priority: --- Keywords: buildisok
Version: LatestFlags: fernape: merge-quarterly+
Hardware: Any   
OS: Any   
URL: https://github.com/lsalzman/enet/blob/master/ChangeLog
Attachments:
Description Flags
Patch none

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!