Github messages for voidlinux
 help / color / mirror / Atom feed
From: pbui <pbui@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] oragono: update to 2.1.0.
Date: Mon, 01 Jun 2020 08:40:36 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22486@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

There is a new pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages oragono
https://github.com/void-linux/void-packages/pull/22486

oragono: update to 2.1.0.


A patch file from https://github.com/void-linux/void-packages/pull/22486.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-oragono-22486.patch --]
[-- Type: text/x-diff, Size: 3212 bytes --]

From 0720f466c2c4d373bf0adf9dce6b98dc27e5174e Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Mon, 1 Jun 2020 01:19:32 -0400
Subject: [PATCH] oragono: update to 2.1.0.

---
 srcpkgs/oragono/patches/paths.patch | 20 ++++++++++----------
 srcpkgs/oragono/template            |  6 +++---
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/oragono/patches/paths.patch b/srcpkgs/oragono/patches/paths.patch
index ec3ca339f48..6cb6c9dbb3a 100644
--- a/srcpkgs/oragono/patches/paths.patch
+++ b/srcpkgs/oragono/patches/paths.patch
@@ -1,17 +1,17 @@
---- oragono.yaml	2020-05-08 19:12:48.553961721 -0400
-+++ oragono.yaml	2020-05-08 19:15:15.970211218 -0400
-@@ -45,8 +45,8 @@
+--- oragono.yaml.orig	2020-05-31 23:56:25.000000000 -0400
++++ oragono.yaml	2020-06-01 01:16:15.192369452 -0400
+@@ -50,8 +50,8 @@
          # The standard SSL/TLS port for IRC is 6697. This will listen on all interfaces:
          ":6697":
              tls:
--                key: tls.key
--                cert: tls.crt
-+                key: /var/lib/oragono/tls.key
-+                cert: /var/lib/oragono/tls.crt
+-                cert: fullchain.pem
+-                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.
-@@ -149,7 +149,7 @@
+@@ -154,7 +154,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
-@@ -668,7 +668,7 @@
+@@ -685,7 +685,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
-@@ -696,7 +696,7 @@
+@@ -714,7 +714,7 @@
      default: en
  
      # which directory contains our language files
diff --git a/srcpkgs/oragono/template b/srcpkgs/oragono/template
index 1505453f1f9..18c118dd494 100644
--- a/srcpkgs/oragono/template
+++ b/srcpkgs/oragono/template
@@ -1,6 +1,6 @@
 # Template file for 'oragono'
 pkgname=oragono
-version=2.0.0
+version=2.1.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=b86094a9383c029f5a1328be097a028ea9a15343c109f55f0c91cca9f5236df4
+checksum=adbdf8cd25a230e1144fba30b96e8fb7dd19b27d8e7e0d9e4ef5de73a362639d
 conf_files="/etc/oragono.conf"
 system_accounts="_oragono"
 _oragono_homedir="/var/lib/oragono"
@@ -20,7 +20,7 @@ make_dirs="
  post_install() {
 	vlicense LICENSE
 
-	vinstall oragono.yaml 644 etc oragono.conf
+	vconf oragono.yaml oragono.conf
 
 	vmkdir usr/share/${pkgname}
 	vcopy oragono.motd usr/share/${pkgname}/default.motd

             reply	other threads:[~2020-06-01  6:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-01  6:40 pbui [this message]
2020-06-01  9:19 ` [PR PATCH] [Merged]: " Hoshpak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22486@inbox.vuxu.org \
    --to=pbui@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).