git: 63e845e78cbf - main - net/sniproxy: Update to 0.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Mar 2023 14:09:03 UTC
The branch main has been updated by krion:
URL: https://cgit.FreeBSD.org/ports/commit/?id=63e845e78cbf4accc71b71fc2e2c6953c014fa2f
commit 63e845e78cbf4accc71b71fc2e2c6953c014fa2f
Author: Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2023-03-29 14:08:53 +0000
Commit: Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2023-03-29 14:08:53 +0000
net/sniproxy: Update to 0.6.1
---
net/sniproxy/Makefile | 3 +--
net/sniproxy/distinfo | 6 +++---
net/sniproxy/files/patch-src_http.h | 10 ----------
net/sniproxy/files/patch-src_tls.h | 10 ----------
4 files changed, 4 insertions(+), 25 deletions(-)
diff --git a/net/sniproxy/Makefile b/net/sniproxy/Makefile
index 8903f1af9031..4d73acb161d3 100644
--- a/net/sniproxy/Makefile
+++ b/net/sniproxy/Makefile
@@ -1,6 +1,5 @@
PORTNAME= sniproxy
-DISTVERSION= 0.6.0
-PORTREVISION= 4
+DISTVERSION= 0.6.1
CATEGORIES= net
MAINTAINER= krion@FreeBSD.org
diff --git a/net/sniproxy/distinfo b/net/sniproxy/distinfo
index 1ef43cc214e4..b1dd665af9c2 100644
--- a/net/sniproxy/distinfo
+++ b/net/sniproxy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544264226
-SHA256 (dlundquist-sniproxy-0.6.0_GH0.tar.gz) = d73c77a9fa8199ae7ac551c0332d3e0a3ff234623f53d65369a8fa560d9880e2
-SIZE (dlundquist-sniproxy-0.6.0_GH0.tar.gz) = 78515
+TIMESTAMP = 1680098921
+SHA256 (dlundquist-sniproxy-0.6.1_GH0.tar.gz) = 6a06d12bedcbd5295a2c75d60a9df1cfde9e26efa31f44a34979b5cb8fb0bc1a
+SIZE (dlundquist-sniproxy-0.6.1_GH0.tar.gz) = 78939
diff --git a/net/sniproxy/files/patch-src_http.h b/net/sniproxy/files/patch-src_http.h
deleted file mode 100644
index dcaf75cbc06b..000000000000
--- a/net/sniproxy/files/patch-src_http.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/http.h.orig 2018-12-06 04:14:58 UTC
-+++ src/http.h
-@@ -29,6 +29,6 @@
- #include <stdio.h>
- #include "protocol.h"
-
--const struct Protocol *const http_protocol;
-+extern const struct Protocol *const http_protocol;
-
- #endif
diff --git a/net/sniproxy/files/patch-src_tls.h b/net/sniproxy/files/patch-src_tls.h
deleted file mode 100644
index af3540daa759..000000000000
--- a/net/sniproxy/files/patch-src_tls.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/tls.h.orig 2018-12-06 04:14:58 UTC
-+++ src/tls.h
-@@ -28,6 +28,6 @@
-
- #include "protocol.h"
-
--const struct Protocol *const tls_protocol;
-+extern const struct Protocol *const tls_protocol;
-
- #endif