oragono: update to 2.2.0.

This commit is contained in:
Peter Bui 2020-07-26 09:19:10 -04:00 committed by Johannes
parent cf7c34c0e4
commit 0ca4e1b7a5
2 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
--- oragono.yaml.orig 2020-05-31 23:56:25.000000000 -0400 --- default.yaml.orig 2020-07-26 08:57:19.471641788 -0400
+++ oragono.yaml 2020-06-01 01:16:15.192369452 -0400 +++ default.yaml 2020-07-26 08:59:56.772839651 -0400
@@ -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":
@ -11,7 +11,7 @@
# 'proxy' should typically be false. It's only for Kubernetes-style load # 'proxy' should typically be false. It's only for Kubernetes-style load
# balancing that does not terminate TLS, but sends an initial PROXY line # balancing that does not terminate TLS, but sends an initial PROXY line
# in plaintext. # in plaintext.
@@ -154,7 +154,7 @@ @@ -159,7 +159,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
@@ -685,7 +685,7 @@ @@ -671,7 +671,7 @@
# datastore configuration # datastore configuration
datastore: datastore:
# path to the datastore # path to the datastore
@ -29,12 +29,12 @@
# 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
@@ -714,7 +714,7 @@ @@ -700,7 +700,7 @@
default: en default: en
# which directory contains our language files # which directory contains our language files
- path: languages - path: languages
+ path: /usr/share/oragono/i18n/ + path: /usr/share/oragono/i18n
# limits - these need to be the same across the network # limits - these need to be the same across the network
limits: limits:

View file

@ -1,6 +1,6 @@
# Template file for 'oragono' # Template file for 'oragono'
pkgname=oragono pkgname=oragono
version=2.1.0 version=2.2.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=adbdf8cd25a230e1144fba30b96e8fb7dd19b27d8e7e0d9e4ef5de73a362639d checksum=700c0936eb1ae037e17196140a7e66c6ff427a560080ee0335ce1f4b6c6397ce
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"
@ -20,7 +20,7 @@ make_dirs="
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
vconf oragono.yaml oragono.conf vconf default.yaml oragono.conf
vmkdir usr/share/${pkgname} vmkdir usr/share/${pkgname}
vcopy oragono.motd usr/share/${pkgname}/default.motd vcopy oragono.motd usr/share/${pkgname}/default.motd