Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] miniserve: update to 0.13.0.
@ 2021-04-09 13:17 faulesocke
  2021-04-09 14:17 ` faulesocke
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: faulesocke @ 2021-04-09 13:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/faulesocke/void-packages miniserve
https://github.com/void-linux/void-packages/pull/30111

miniserve: update to 0.13.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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/30111.patch is attached

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

From 0bfbe20fae30358f79fde89640cbfe370aa3605a Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Fri, 9 Apr 2021 15:10:22 +0200
Subject: [PATCH] miniserve: update to 0.13.0.

---
 srcpkgs/miniserve/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/miniserve/template b/srcpkgs/miniserve/template
index e9c93967478a..db0764a2737a 100644
--- a/srcpkgs/miniserve/template
+++ b/srcpkgs/miniserve/template
@@ -1,6 +1,6 @@
 # Template file for 'miniserve'
 pkgname=miniserve
-version=0.10.4
+version=0.13.0
 revision=1
 build_style=cargo
 short_desc="CLI tool to serve files and dirs over HTTP"
@@ -8,7 +8,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/svenstaro/miniserve"
 distfiles="https://github.com/svenstaro/miniserve/archive/v${version}.tar.gz"
-checksum=03b8549258deb17759d69ad73047429f8420e3eab7588af086caf14e47c96332
+checksum=3578fd2dfe8dbebecd15b1e82cfb6d6656fed5e54ae4fccc4e7a6879b61dd1e1
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: miniserve: update to 0.13.0.
  2021-04-09 13:17 [PR PATCH] miniserve: update to 0.13.0 faulesocke
@ 2021-04-09 14:17 ` faulesocke
  2021-04-09 15:12 ` [PR PATCH] [Updated] " faulesocke
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: faulesocke @ 2021-04-09 14:17 UTC (permalink / raw)
  To: ml

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

New comment by faulesocke on void-packages repository

https://github.com/void-linux/void-packages/pull/30111#issuecomment-816715526

Comment:
And test fails, and it looks important. I will check upstream and update this PR once that's fixed.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] miniserve: update to 0.13.0.
  2021-04-09 13:17 [PR PATCH] miniserve: update to 0.13.0 faulesocke
  2021-04-09 14:17 ` faulesocke
@ 2021-04-09 15:12 ` faulesocke
  2021-04-09 15:12 ` faulesocke
  2021-04-09 15:52 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: faulesocke @ 2021-04-09 15:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/faulesocke/void-packages miniserve
https://github.com/void-linux/void-packages/pull/30111

miniserve: update to 0.13.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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/30111.patch is attached

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

From 08e852165fb020b12d8dfc5d9f41ad76886d356e Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Fri, 9 Apr 2021 15:10:22 +0200
Subject: [PATCH] miniserve: update to 0.13.0.

---
 srcpkgs/miniserve/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/miniserve/template b/srcpkgs/miniserve/template
index e9c93967478a..9a04ae8d2b29 100644
--- a/srcpkgs/miniserve/template
+++ b/srcpkgs/miniserve/template
@@ -1,14 +1,15 @@
 # Template file for 'miniserve'
 pkgname=miniserve
-version=0.10.4
+version=0.13.0
 revision=1
 build_style=cargo
+checkdepends="curl"
 short_desc="CLI tool to serve files and dirs over HTTP"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/svenstaro/miniserve"
 distfiles="https://github.com/svenstaro/miniserve/archive/v${version}.tar.gz"
-checksum=03b8549258deb17759d69ad73047429f8420e3eab7588af086caf14e47c96332
+checksum=3578fd2dfe8dbebecd15b1e82cfb6d6656fed5e54ae4fccc4e7a6879b61dd1e1
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: miniserve: update to 0.13.0.
  2021-04-09 13:17 [PR PATCH] miniserve: update to 0.13.0 faulesocke
  2021-04-09 14:17 ` faulesocke
  2021-04-09 15:12 ` [PR PATCH] [Updated] " faulesocke
@ 2021-04-09 15:12 ` faulesocke
  2021-04-09 15:52 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: faulesocke @ 2021-04-09 15:12 UTC (permalink / raw)
  To: ml

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

New comment by faulesocke on void-packages repository

https://github.com/void-linux/void-packages/pull/30111#issuecomment-816753723

Comment:
Curl was missing. Now everything should work.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: miniserve: update to 0.13.0.
  2021-04-09 13:17 [PR PATCH] miniserve: update to 0.13.0 faulesocke
                   ` (2 preceding siblings ...)
  2021-04-09 15:12 ` faulesocke
@ 2021-04-09 15:52 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-04-09 15:52 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

miniserve: update to 0.13.0.
https://github.com/void-linux/void-packages/pull/30111

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-09 15:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09 13:17 [PR PATCH] miniserve: update to 0.13.0 faulesocke
2021-04-09 14:17 ` faulesocke
2021-04-09 15:12 ` [PR PATCH] [Updated] " faulesocke
2021-04-09 15:12 ` faulesocke
2021-04-09 15:52 ` [PR PATCH] [Merged]: " ericonr

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).