oragono: update to 2.5.0.

This commit is contained in:
Peter Bui 2021-01-31 20:22:13 -05:00 committed by Érico Nogueira Rolim
parent 939f1c6b61
commit f18b2e50d1
2 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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 <pbui@github.bx612.space>"
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"