aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2023-08-30 19:25:02 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2023-08-30 19:31:10 +0000
commit1d8d9d2f6e09aed08dcd0aa01a8548aef9b152bb (patch)
treed5571d9eeea9e227138f7c0b5b02d2b28acc4b5e
parent209a16ccf0c1584a0ca17c4cc2e5124a256a4ca8 (diff)
downloadports-1d8d9d2f6e09aed08dcd0aa01a8548aef9b152bb.tar.gz
ports-1d8d9d2f6e09aed08dcd0aa01a8548aef9b152bb.zip
devel/kore: Update to 4.2.3
PR: 273058
-rw-r--r--devel/kore/Makefile2
-rw-r--r--devel/kore/distinfo6
-rw-r--r--devel/kore/files/patch-src_cli.c10
-rw-r--r--devel/kore/pkg-plist21
4 files changed, 21 insertions, 18 deletions
diff --git a/devel/kore/Makefile b/devel/kore/Makefile
index b4ddae0b4fbf..c286efeb664d 100644
--- a/devel/kore/Makefile
+++ b/devel/kore/Makefile
@@ -1,5 +1,5 @@
PORTNAME= kore
-PORTVERSION= 4.1.0
+PORTVERSION= 4.2.3
CATEGORIES= devel www
MASTER_SITES= https://kore.io/releases/
diff --git a/devel/kore/distinfo b/devel/kore/distinfo
index be897f2f1e2e..81ab785522ef 100644
--- a/devel/kore/distinfo
+++ b/devel/kore/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612565690
-SHA256 (kore-4.1.0.tar.gz) = b7d73b005fde0ea01c356a54e4bbd8a209a4dff9cf315802a127ce7267efbe61
-SIZE (kore-4.1.0.tar.gz) = 1068382
+TIMESTAMP = 1693422665
+SHA256 (kore-4.2.3.tar.gz) = f9a9727af97441ae87ff9250e374b9fe3a32a3348b25cb50bd2b7de5ec7f5d82
+SIZE (kore-4.2.3.tar.gz) = 1085717
diff --git a/devel/kore/files/patch-src_cli.c b/devel/kore/files/patch-src_cli.c
deleted file mode 100644
index 431e9b88ea96..000000000000
--- a/devel/kore/files/patch-src_cli.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/cli.c.orig 2020-08-26 07:20:35 UTC
-+++ src/cli.c
-@@ -1922,6 +1922,7 @@ cli_build_flags_common(struct buildopt *bopt, struct c
- else
- cli_buf_appendf(buf, "-I%s/include ", bopt->kore_source);
-
-+ cli_buf_appendf(buf, "-I%%OPENSSLINC%% ");
- #if defined(__MACH__)
- /* Add default openssl include path from homebrew / ports under OSX. */
- cli_buf_appendf(buf, "-I/opt/local/include ");
diff --git a/devel/kore/pkg-plist b/devel/kore/pkg-plist
index c830ea1ac206..d71588b75216 100644
--- a/devel/kore/pkg-plist
+++ b/devel/kore/pkg-plist
@@ -10,10 +10,12 @@ include/kore/pgsql.h
include/kore/python_api.h
include/kore/python_methods.h
include/kore/seccomp.h
+include/kore/sha1.h
+include/kore/sha2.h
include/kore/tasks.h
-%%DATADIR%%/Makefile
-%%DATADIR%%/RELEASE
+share/man/man1/kodev.1.gz
%%DATADIR%%/features
+%%DATADIR%%/ffdhe4096.pem
%%DATADIR%%/include/kore/acme.h
%%DATADIR%%/include/kore/curl.h
%%DATADIR%%/include/kore/hooks.h
@@ -24,9 +26,14 @@ include/kore/tasks.h
%%DATADIR%%/include/kore/python_api.h
%%DATADIR%%/include/kore/python_methods.h
%%DATADIR%%/include/kore/seccomp.h
+%%DATADIR%%/include/kore/sha1.h
+%%DATADIR%%/include/kore/sha2.h
%%DATADIR%%/include/kore/tasks.h
+%%DATADIR%%/linker
+%%DATADIR%%/Makefile
%%DATADIR%%/misc/curl-extract-opt.sh
%%DATADIR%%/misc/curl/python_curlopt.h
+%%DATADIR%%/misc/ffdhe4096.pem
%%DATADIR%%/misc/kore-build/build-curl.sh
%%DATADIR%%/misc/kore-build/build-kodev.sh
%%DATADIR%%/misc/kore-build/build-kore.sh
@@ -39,6 +46,7 @@ include/kore/tasks.h
%%DATADIR%%/misc/linux/arm_syscall.h.in
%%DATADIR%%/misc/linux/x86_64_syscall.h.in
%%DATADIR%%/misc/python3-config.sh
+%%DATADIR%%/RELEASE
%%DATADIR%%/src/accesslog.c
%%DATADIR%%/src/acme.c
%%DATADIR%%/src/auth.c
@@ -54,9 +62,10 @@ include/kore/tasks.h
%%DATADIR%%/src/http.c
%%DATADIR%%/src/json.c
%%DATADIR%%/src/jsonrpc.c
-%%DATADIR%%/src/keymgr.c
+%%DATADIR%%/src/keymgr_openssl.c
%%DATADIR%%/src/kore.c
%%DATADIR%%/src/linux.c
+%%DATADIR%%/src/log.c
%%DATADIR%%/src/mem.c
%%DATADIR%%/src/module.c
%%DATADIR%%/src/msg.c
@@ -64,12 +73,16 @@ include/kore/tasks.h
%%DATADIR%%/src/pgsql.c
%%DATADIR%%/src/pool.c
%%DATADIR%%/src/python.c
+%%DATADIR%%/src/route.c
%%DATADIR%%/src/runtime.c
%%DATADIR%%/src/seccomp.c
+%%DATADIR%%/src/sha1.c
+%%DATADIR%%/src/sha2.c
%%DATADIR%%/src/tasks.c
%%DATADIR%%/src/timer.c
+%%DATADIR%%/src/tls_none.c
+%%DATADIR%%/src/tls_openssl.c
%%DATADIR%%/src/utils.c
%%DATADIR%%/src/validator.c
%%DATADIR%%/src/websocket.c
%%DATADIR%%/src/worker.c
-share/man/man1/kodev.1.gz