Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] rest-server: update to 0.12.1.
Date: Sun, 06 Aug 2023 05:38:47 +0200	[thread overview]
Message-ID: <20230806033847.jH3xYr0sYRl6rRYSMf1LiO1EdBMrdCfGWqB4qXF8TJc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45312@inbox.vuxu.org>

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

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/arete/void-packages rest-server
https://github.com/void-linux/void-packages/pull/45312

rest-server: update to 0.12.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 7f20067589f6efa4c403a57427a5165519aaaeb4 Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Sat, 29 Jul 2023 17:58:49 +0200
Subject: [PATCH] rest-server: update to 0.12.1.

---
 srcpkgs/rest-server/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/rest-server/template b/srcpkgs/rest-server/template
index 9868880d17320..2e18f41a2cf7f 100644
--- a/srcpkgs/rest-server/template
+++ b/srcpkgs/rest-server/template
@@ -1,6 +1,6 @@
 # Template file for 'rest-server'
 pkgname=rest-server
-version=0.12.0
+version=0.12.1
 revision=1
 build_style=go
 go_import_path="github.com/restic/rest-server"
@@ -9,8 +9,9 @@ short_desc="HTTP server that implements restic's REST backend API"
 maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/restic/rest-server"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=1032d6bfd8847f99027c748c0ae8e3a5993534a924069aa23e5b99954118f8c7
+changelog="https://raw.githubusercontent.com/restic/rest-server/master/CHANGELOG.md"
+distfiles="https://github.com/restic/rest-server/archive/v${version}.tar.gz"
+checksum=cfbeb4a66cac6fc36b1cb11256f06c6e4fcc7a28c2ef590550adf1c199b9aa4b
 system_accounts="_restserver"
 _restserver_homedir="/var/lib/rest-server"
 _restserver_descr="Rest Server Daemon User"
@@ -20,6 +21,6 @@ conf_files="/etc/default/rest-server"
 post_install() {
 	vdoc README.md
 	vlicense LICENSE
-	vinstall ${FILESDIR}/${pkgname}.confd 644 etc/default ${pkgname}
+	vinstall ${FILESDIR}/rest-server.confd 644 etc/default rest-server
 	vsv rest-server
 }

  parent reply	other threads:[~2023-08-06  3:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-29 16:01 [PR PATCH] " arete
2023-08-05 20:47 ` [PR REVIEW] " classabbyamp
2023-08-05 20:47 ` classabbyamp
2023-08-06  3:38 ` classabbyamp [this message]
2023-08-06  3:41 ` [PR PATCH] [Merged]: " classabbyamp

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=20230806033847.jH3xYr0sYRl6rRYSMf1LiO1EdBMrdCfGWqB4qXF8TJc@z \
    --to=classabbyamp@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).