git: 4a63f2651914 - main - net/sctplib: Update to 1.0.31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Dec 2023 07:39:51 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a63f2651914ee6bc48e4e1f74fefb090a6a47cb commit 4a63f2651914ee6bc48e4e1f74fefb090a6a47cb Author: Thomas Dreibholz <thomas.dreibholz@gmail.com> AuthorDate: 2023-12-18 13:07:26 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-12-20 07:39:20 +0000 net/sctplib: Update to 1.0.31 ChangeLog: https://www.nntb.no/~dreibh/sctplib/ PR: 275601 Reported by: thomas.dreibholz@gmail.com (maintainer) --- net/sctplib/Makefile | 8 ++++---- net/sctplib/distinfo | 6 +++--- net/sctplib/pkg-descr | 18 +++++++++--------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/net/sctplib/Makefile b/net/sctplib/Makefile index 558b1ab92e0d..30b4047b4102 100644 --- a/net/sctplib/Makefile +++ b/net/sctplib/Makefile @@ -1,11 +1,11 @@ PORTNAME= sctplib -PORTVERSION= 1.0.26 +PORTVERSION= 1.0.31 CATEGORIES= net -MASTER_SITES= https://www.uni-due.de/~be0001/sctplib/download/ +MASTER_SITES= https://www.nntb.no/~dreibh/sctplib/download/ -MAINTAINER= dreibh@iem.uni-due.de +MAINTAINER= thomas.dreibholz@gmail.com COMMENT= User-space implementation of the SCTP protocol RFC 4960 -WWW= https://www.uni-due.de/~be0001/sctplib/ +WWW= https://www.nntb.no/~dreibh/sctplib/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net/sctplib/distinfo b/net/sctplib/distinfo index 121a6acfa763..05208b911735 100644 --- a/net/sctplib/distinfo +++ b/net/sctplib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618745185 -SHA256 (sctplib-1.0.26.tar.gz) = 0d68d633d1062f921e72c8d503c3669097cee46d0704f0804509e557cda60f88 -SIZE (sctplib-1.0.26.tar.gz) = 1041876 +TIMESTAMP = 1701949801 +SHA256 (sctplib-1.0.31.tar.gz) = c8d75b2fa91904b6ff952e52215d845b9da7706ddba8cbc88d2ac3ee5321a3f2 +SIZE (sctplib-1.0.31.tar.gz) = 1123414 diff --git a/net/sctplib/pkg-descr b/net/sctplib/pkg-descr index 0e2aabf0953b..865d3a146027 100644 --- a/net/sctplib/pkg-descr +++ b/net/sctplib/pkg-descr @@ -1,12 +1,12 @@ The SCTPLIB library is a prototype implementation of the Stream Control Transmission Protocol (SCTP), a message-oriented reliable transport protocol that supports multi-homing, and multiple message streams multiplexed within an -SCTP connection (also named association). SCTP is described in RFC 4960. See -https://www.uni-due.de/~be0001/sctplib/ for details. The API of the library is -modeled after Section 10 of RFC 4960, and most parameters and functions should -be self-explanatory to the user familiar with this document. In addition to -these interface functions between an Upper Layer Protocol (ULP) and an SCTP -instance, the library also provides a number of helper functions that can be -used to manage callbacks and timers, as well as UDP sockets for simple IPC. -Furthermore, SCTPLIB provides support for UDP encapsulation, making it possible -to co-exist with kernel SCTP implementations. +SCTP connection (also named association). SCTP is described in RFC 4960. The +API of the library is modeled after Section 10 of RFC 4960, and most +parameters and functions should be self-explanatory to the user familiar with +this document. In addition to these interface functions between an Upper Layer +Protocol (ULP) and an SCTP instance, the library also provides a number of +helper functions that can be used to manage callbacks and timers, as well as +UDP sockets for simple IPC. Furthermore, SCTPLIB provides support for UDP +encapsulation, making it possible to co-exist with kernel SCTP +implementations.