aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dreibholz <thomas.dreibholz@gmail.com>2023-12-18 13:07:26 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-12-20 07:39:20 +0000
commit4a63f2651914ee6bc48e4e1f74fefb090a6a47cb (patch)
tree5772dcd8a3cea82bd9ad675d1132969419670fe2
parent3ccda27b3b70260ba7ba3ac37bcbcabdf7759d27 (diff)
downloadports-4a63f2651914ee6bc48e4e1f74fefb090a6a47cb.tar.gz
ports-4a63f2651914ee6bc48e4e1f74fefb090a6a47cb.zip
net/sctplib: Update to 1.0.31
ChangeLog: https://www.nntb.no/~dreibh/sctplib/ PR: 275601 Reported by: thomas.dreibholz@gmail.com (maintainer)
-rw-r--r--net/sctplib/Makefile8
-rw-r--r--net/sctplib/distinfo6
-rw-r--r--net/sctplib/pkg-descr18
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.