From cfe0ed7e1cf80614c6dbce83c43f11189ffaac17 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Sun, 31 Jan 2021 20:22:13 -0500 Subject: [PATCH] oragono: update to 2.5.0. --- srcpkgs/oragono/patches/paths.patch | 16 ++++++++-------- srcpkgs/oragono/template | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/srcpkgs/oragono/patches/paths.patch b/srcpkgs/oragono/patches/paths.patch index c06f9fe2170..22ecab8b1b1 100644 --- a/srcpkgs/oragono/patches/paths.patch +++ b/srcpkgs/oragono/patches/paths.patch @@ -1,5 +1,5 @@ ---- default.yaml.orig 2020-07-26 08:57:19.471641788 -0400 -+++ default.yaml 2020-07-26 08:59:56.772839651 -0400 +--- default.yaml.orig 2021-01-30 22:19:08.000000000 -0500 ++++ default.yaml 2021-01-31 20:20:33.092293843 -0500 @@ -50,8 +50,8 @@ # The standard SSL/TLS port for IRC is 6697. This will listen on all interfaces: ":6697": @@ -8,10 +8,10 @@ - key: privkey.pem + cert: /var/lib/oragono/fullchain.pem + key: /var/lib/oragono/privkey.pem - # 'proxy' should typically be false. It's only for Kubernetes-style load - # balancing that does not terminate TLS, but sends an initial PROXY line - # in plaintext. -@@ -159,7 +159,7 @@ + # 'proxy' should typically be false. It's for cloud load balancers that + # always send a PROXY protocol header ahead of the connection. See the + # manual ("Reverse proxies") for more details. +@@ -166,7 +166,7 @@ # motd filename # if you change the motd, you should move it to ircd.motd @@ -20,7 +20,7 @@ # motd formatting codes # if this is true, the motd is escaped using formatting codes like $c, $b, and $i -@@ -671,7 +671,7 @@ +@@ -714,7 +714,7 @@ # datastore configuration datastore: # path to the datastore @@ -29,7 +29,7 @@ # if the database schema requires an upgrade, `autoupgrade` will attempt to # perform it automatically on startup. the database will be backed -@@ -700,7 +700,7 @@ +@@ -743,7 +743,7 @@ default: en # which directory contains our language files diff --git a/srcpkgs/oragono/template b/srcpkgs/oragono/template index 7e64061e289..da723058042 100644 --- a/srcpkgs/oragono/template +++ b/srcpkgs/oragono/template @@ -1,6 +1,6 @@ # Template file for 'oragono' pkgname=oragono -version=2.4.0 +version=2.5.0 revision=1 build_style=go go_import_path="github.com/oragono/oragono" @@ -10,7 +10,7 @@ maintainer="Peter Bui " license="MIT" homepage="https://oragono.io/" distfiles="https://github.com/oragono/oragono/archive/v${version}.tar.gz" -checksum=7740b77dac399c595c810a70b094c41f3933eb2e31a582a602caada8a96b83c7 +checksum=b954b20a19a3cfbc0c76febc6277217b275b355e0989edbd6d1a80a1accb6ded conf_files="/etc/oragono.conf" system_accounts="_oragono" _oragono_homedir="/var/lib/oragono"