mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
oragono: update to 2.5.0.
This commit is contained in:
parent
939f1c6b61
commit
f18b2e50d1
2 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- default.yaml.orig 2020-07-26 08:57:19.471641788 -0400
|
--- default.yaml.orig 2021-01-30 22:19:08.000000000 -0500
|
||||||
+++ default.yaml 2020-07-26 08:59:56.772839651 -0400
|
+++ default.yaml 2021-01-31 20:20:33.092293843 -0500
|
||||||
@@ -50,8 +50,8 @@
|
@@ -50,8 +50,8 @@
|
||||||
# The standard SSL/TLS port for IRC is 6697. This will listen on all interfaces:
|
# The standard SSL/TLS port for IRC is 6697. This will listen on all interfaces:
|
||||||
":6697":
|
":6697":
|
||||||
|
@ -8,10 +8,10 @@
|
||||||
- key: privkey.pem
|
- key: privkey.pem
|
||||||
+ cert: /var/lib/oragono/fullchain.pem
|
+ cert: /var/lib/oragono/fullchain.pem
|
||||||
+ key: /var/lib/oragono/privkey.pem
|
+ key: /var/lib/oragono/privkey.pem
|
||||||
# 'proxy' should typically be false. It's only for Kubernetes-style load
|
# 'proxy' should typically be false. It's for cloud load balancers that
|
||||||
# balancing that does not terminate TLS, but sends an initial PROXY line
|
# always send a PROXY protocol header ahead of the connection. See the
|
||||||
# in plaintext.
|
# manual ("Reverse proxies") for more details.
|
||||||
@@ -159,7 +159,7 @@
|
@@ -166,7 +166,7 @@
|
||||||
|
|
||||||
# motd filename
|
# motd filename
|
||||||
# if you change the motd, you should move it to ircd.motd
|
# if you change the motd, you should move it to ircd.motd
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
# motd formatting codes
|
# motd formatting codes
|
||||||
# if this is true, the motd is escaped using formatting codes like $c, $b, and $i
|
# 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 configuration
|
||||||
datastore:
|
datastore:
|
||||||
# path to the datastore
|
# path to the datastore
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
# if the database schema requires an upgrade, `autoupgrade` will attempt to
|
# if the database schema requires an upgrade, `autoupgrade` will attempt to
|
||||||
# perform it automatically on startup. the database will be backed
|
# perform it automatically on startup. the database will be backed
|
||||||
@@ -700,7 +700,7 @@
|
@@ -743,7 +743,7 @@
|
||||||
default: en
|
default: en
|
||||||
|
|
||||||
# which directory contains our language files
|
# which directory contains our language files
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'oragono'
|
# Template file for 'oragono'
|
||||||
pkgname=oragono
|
pkgname=oragono
|
||||||
version=2.4.0
|
version=2.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/oragono/oragono"
|
go_import_path="github.com/oragono/oragono"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://oragono.io/"
|
homepage="https://oragono.io/"
|
||||||
distfiles="https://github.com/oragono/oragono/archive/v${version}.tar.gz"
|
distfiles="https://github.com/oragono/oragono/archive/v${version}.tar.gz"
|
||||||
checksum=7740b77dac399c595c810a70b094c41f3933eb2e31a582a602caada8a96b83c7
|
checksum=b954b20a19a3cfbc0c76febc6277217b275b355e0989edbd6d1a80a1accb6ded
|
||||||
conf_files="/etc/oragono.conf"
|
conf_files="/etc/oragono.conf"
|
||||||
system_accounts="_oragono"
|
system_accounts="_oragono"
|
||||||
_oragono_homedir="/var/lib/oragono"
|
_oragono_homedir="/var/lib/oragono"
|
||||||
|
|
Loading…
Add table
Reference in a new issue