Bug 277012 - net/tsctp: Update to new release 0.7.12
Summary: net/tsctp: Update to new release 0.7.12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Nuno Teixeira
URL: https://github.com/dreibh/tsctp/blob/...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-12 21:31 UTC by Thomas Dreibholz
Modified: 2024-02-13 08:11 UTC (History)
1 user (show)

See Also:


Attachments
The diff file (1020 bytes, patch)
2024-02-12 21:31 UTC, Thomas Dreibholz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Dreibholz 2024-02-12 21:31:54 UTC
Created attachment 248409 [details]
The diff file

The latest upstream version of tsctp is 0.7.12.
Therefore, the port net/tsctp needs an update.

Fix: The updated diff file tsctp-0.7.12.diff is attached.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-13 08:07:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ee372c5300b2f5b5051892cf25074ee47acf5726

commit ee372c5300b2f5b5051892cf25074ee47acf5726
Author:     Thomas Dreibholz <thomas.dreibholz@gmail.com>
AuthorDate: 2024-02-13 08:06:23 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-02-13 08:07:31 +0000

    net/tsctp: Update to 0.7.12

    ChangeLog:      https://github.com/dreibh/tsctp/blob/master/ChangeLog
    PR:             277012

 net/tsctp/Makefile | 2 +-
 net/tsctp/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2024-02-13 08:11:28 UTC
Committed with minor fixes:

- No need to bump PORTREVISION on new version
- No need/reason to change portname var in MASTER_SITES url

Thanks!