FreeBSD Bugzilla – Attachment 223897 Details for
Bug 254854
net/cloudflared: Update to 2021.3.6 release and fix the rc.d script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
cloudflared.patch (text/plain), 2.06 KB, created by
Alex Dupre
on 2021-04-07 14:00:11 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alex Dupre
Created:
2021-04-07 14:00:11 UTC
Size:
2.06 KB
patch
obsolete
>diff --git a/net/cloudflared/Makefile b/net/cloudflared/Makefile >index 23ee2146d..52b4a2e20 100644 >--- a/net/cloudflared/Makefile >+++ b/net/cloudflared/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= cloudflared >-DISTVERSION= 2021.3.5 >+DISTVERSION= 2021.3.6 > CATEGORIES= net www > > MAINTAINER= egypcio@FreeBSD.org >diff --git a/net/cloudflared/distinfo b/net/cloudflared/distinfo >index 91794f38b..cee7f83ca 100644 >--- a/net/cloudflared/distinfo >+++ b/net/cloudflared/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1616836174 >-SHA256 (cloudflare-cloudflared-2021.3.5_GH0.tar.gz) = 1521846ee97e066ca18ec4cefed1a84b634b57d989c76d186086fff19b4746d4 >-SIZE (cloudflare-cloudflared-2021.3.5_GH0.tar.gz) = 7471623 >+TIMESTAMP = 1617797514 >+SHA256 (cloudflare-cloudflared-2021.3.6_GH0.tar.gz) = b454525a9d01efe305447a127df5e3e6b7c2c7c445de4a4571afc0fcb8a61f94 >+SIZE (cloudflare-cloudflared-2021.3.6_GH0.tar.gz) = 7469807 >diff --git a/net/cloudflared/files/cloudflared.in b/net/cloudflared/files/cloudflared.in >index d54cd1d55..7d42817c5 100644 >--- a/net/cloudflared/files/cloudflared.in >+++ b/net/cloudflared/files/cloudflared.in >@@ -11,14 +11,14 @@ > # cloudflared_conf (str) Config file to use > # Default: %%ETCDIR%%/config.yml > # >-# cloudflared_mode (str) Mode to run cloudflared as (tunnel, or proxy-dns) >-# Default: tunnel >+# cloudflared_mode (str) Mode to run cloudflared as (e.g. 'tunnel run' or 'proxy-dns') >+# Default: 'tunnel run' > > . /etc/rc.subr > > name="cloudflared" > rcvar="cloudflared_enable" >-logfile="/var/log/cloudflared/cloudflared.log" >+logfile="/var/log/cloudflared.log" > pidfile="/var/run/cloudflared.pid" > procname="%%PREFIX%%/bin/cloudflared" > >@@ -26,9 +26,9 @@ load_rc_config $name > > : ${cloudflared_enable:="NO"} > : ${cloudflared_conf:="%%ETCDIR%%/config.yml"} >-: ${cloudflared_mode:="tunnel"} >+: ${cloudflared_mode:="tunnel run"} > > command="/usr/sbin/daemon" >-command_args="-o ${logfile} -p ${pidfile} -f ${procname} --cred-file ${cloudflared_conf} ${cloudflared_mode}" >+command_args="-o ${logfile} -p ${pidfile} -f ${procname} --config ${cloudflared_conf} ${cloudflared_mode}" > > run_rc_command "$1"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254854
: 223897