diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2025-06-30 16:10:13 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-06-30 16:25:39 +0300 |
commit | 4d40e85221b9b6627bfca328935eace87b62594e (patch) | |
tree | f6ee815177cf9eb352a613f1cac5cbd567739317 /net | |
parent | mail/bogofilter-bdb: expired, mark IGNORE (diff) |
net/ktcplist: Update to 1.0.0
Reported by: kib
Diffstat (limited to 'net')
-rw-r--r-- | net/ktcplist/Makefile | 6 | ||||
-rw-r--r-- | net/ktcplist/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/ktcplist/Makefile b/net/ktcplist/Makefile index ffff6d754ff0..687eaa6712ad 100644 --- a/net/ktcplist/Makefile +++ b/net/ktcplist/Makefile @@ -1,16 +1,18 @@ PORTNAME= ktcplist -DISTVERSION= g20250626 +PORTVERSION= 1.0.0 CATEGORIES= net sysutils MAINTAINER= arrowd@FreeBSD.org COMMENT= List tcp connections with KTLS offload WWW= https://github.com/kostikbel/ktcplist +LICENSE= BSD2CLAUSE + USES= cargo USE_GITHUB= yes GH_ACCOUNT= kostikbel -GH_TAGNAME= c4e4253148661d357ecb35804f070151139970e0 +GH_TAGNAME= dd671deafd14cb6b9319b4bedb5837915d140088 PLIST_FILES= bin/${PORTNAME} diff --git a/net/ktcplist/distinfo b/net/ktcplist/distinfo index a5fd8fecd84b..403f4a68c7d6 100644 --- a/net/ktcplist/distinfo +++ b/net/ktcplist/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1751036749 +TIMESTAMP = 1751288798 SHA256 (rust/crates/anstream-0.6.19.crate) = 301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933 SIZE (rust/crates/anstream-0.6.19.crate) = 28767 SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd @@ -71,5 +71,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270 SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 SHA256 (rust-lang-libc-ec44bd2fb146dd55e4ed2c169887f7d1a3f02e3c_GH0.tar.gz) = b4516ecd95532e6cce6a114fb72abfc97f26465d6f70d794f091211a632daa53 SIZE (rust-lang-libc-ec44bd2fb146dd55e4ed2c169887f7d1a3f02e3c_GH0.tar.gz) = 1003682 -SHA256 (kostikbel-ktcplist-g20250626-c4e4253148661d357ecb35804f070151139970e0_GH0.tar.gz) = 061038a4a43bd652b50c4de290781bf60db86fc2f8951abf9cc48ae222977fe3 -SIZE (kostikbel-ktcplist-g20250626-c4e4253148661d357ecb35804f070151139970e0_GH0.tar.gz) = 3431 +SHA256 (kostikbel-ktcplist-1.0.0-dd671deafd14cb6b9319b4bedb5837915d140088_GH0.tar.gz) = 64f97d224b12199c14d1d48d8efc2286749b668c62213e12a45e069b15c12b6f +SIZE (kostikbel-ktcplist-1.0.0-dd671deafd14cb6b9319b4bedb5837915d140088_GH0.tar.gz) = 4683 |