Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dufs-0.38.0
@ 2023-12-05  0:57 chrysos349
  2023-12-05  1:24 ` [PR PATCH] [Updated] " chrysos349
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: chrysos349 @ 2023-12-05  0:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages dufs
https://github.com/void-linux/void-packages/pull/47588

New package: dufs-0.38.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 13e22c11ded65839adad86b37aecc1383ff5be94 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:56:45 +0300
Subject: [PATCH] New package: dufs-0.38.0

---
 srcpkgs/dufs/template | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 srcpkgs/dufs/template

diff --git a/srcpkgs/dufs/template b/srcpkgs/dufs/template
new file mode 100644
index 0000000000000..59f83fbce475c
--- /dev/null
+++ b/srcpkgs/dufs/template
@@ -0,0 +1,11 @@
+# Template file for 'dufs'
+pkgname=dufs
+version=0.38.0
+revision=1
+build_style=cargo
+short_desc="File server that supports static serving, uploading, searching, etc"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/sigoden/dufs"
+distfiles="https://github.com/sigoden/dufs/archive/v${version}.tar.gz"
+checksum=763e29ef0e6ca886d01f3974d8b0f3475eedf536eb3600bc13edf6fb6f9fabb8

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

* Re: [PR PATCH] [Updated] New package: dufs-0.38.0
  2023-12-05  0:57 [PR PATCH] New package: dufs-0.38.0 chrysos349
@ 2023-12-05  1:24 ` chrysos349
  2024-01-20 14:32 ` chrysos349
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: chrysos349 @ 2023-12-05  1:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages dufs
https://github.com/void-linux/void-packages/pull/47588

New package: dufs-0.38.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 127cbe0ae2546c336667e030b18afaeef666c019 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:56:45 +0300
Subject: [PATCH] New package: dufs-0.38.0

---
 srcpkgs/dufs/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/dufs/template

diff --git a/srcpkgs/dufs/template b/srcpkgs/dufs/template
new file mode 100644
index 0000000000000..dc8ba1843e646
--- /dev/null
+++ b/srcpkgs/dufs/template
@@ -0,0 +1,13 @@
+# Template file for 'dufs'
+pkgname=dufs
+version=0.38.0
+revision=1
+build_style=cargo
+# test fails in ci
+make_check_args="-- --skip bind_ipv4_ipv6"
+short_desc="File server that supports static serving, uploading, searching, etc"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/sigoden/dufs"
+distfiles="https://github.com/sigoden/dufs/archive/v${version}.tar.gz"
+checksum=763e29ef0e6ca886d01f3974d8b0f3475eedf536eb3600bc13edf6fb6f9fabb8

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

* Re: [PR PATCH] [Updated] New package: dufs-0.38.0
  2023-12-05  0:57 [PR PATCH] New package: dufs-0.38.0 chrysos349
  2023-12-05  1:24 ` [PR PATCH] [Updated] " chrysos349
@ 2024-01-20 14:32 ` chrysos349
  2024-01-20 14:33 ` New package: dufs-0.39.0 chrysos349
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: chrysos349 @ 2024-01-20 14:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages dufs
https://github.com/void-linux/void-packages/pull/47588

New package: dufs-0.38.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 3b90ab8c76c74f9c065733d5e7f9f1f0f7588397 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:56:45 +0300
Subject: [PATCH] New package: dufs-0.39.0

---
 srcpkgs/dufs/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/dufs/template

diff --git a/srcpkgs/dufs/template b/srcpkgs/dufs/template
new file mode 100644
index 0000000000000..12e4da34b53e0
--- /dev/null
+++ b/srcpkgs/dufs/template
@@ -0,0 +1,13 @@
+# Template file for 'dufs'
+pkgname=dufs
+version=0.39.0
+revision=1
+build_style=cargo
+# test fails in ci
+make_check_args="-- --skip bind_ipv4_ipv6"
+short_desc="File server that supports static serving, uploading, searching, etc"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/sigoden/dufs"
+distfiles="https://github.com/sigoden/dufs/archive/v${version}.tar.gz"
+checksum=4904c7b21feeab97be4ac442ca993293ad9f5cfcafd346bd10ea2c271f2ff5c5

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

* Re: New package: dufs-0.39.0
  2023-12-05  0:57 [PR PATCH] New package: dufs-0.38.0 chrysos349
  2023-12-05  1:24 ` [PR PATCH] [Updated] " chrysos349
  2024-01-20 14:32 ` chrysos349
@ 2024-01-20 14:33 ` chrysos349
  2024-02-13 23:23 ` [PR PATCH] [Updated] " chrysos349
  2024-02-13 23:24 ` chrysos349
  4 siblings, 0 replies; 6+ messages in thread
From: chrysos349 @ 2024-01-20 14:33 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/47588#issuecomment-1902115005

Comment:
updated to `dufs-0.39.0`

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

* Re: [PR PATCH] [Updated] New package: dufs-0.39.0
  2023-12-05  0:57 [PR PATCH] New package: dufs-0.38.0 chrysos349
                   ` (2 preceding siblings ...)
  2024-01-20 14:33 ` New package: dufs-0.39.0 chrysos349
@ 2024-02-13 23:23 ` chrysos349
  2024-02-13 23:24 ` chrysos349
  4 siblings, 0 replies; 6+ messages in thread
From: chrysos349 @ 2024-02-13 23:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages dufs
https://github.com/void-linux/void-packages/pull/47588

New package: dufs-0.39.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 7e61a306ee2bee7e1fe57ab42f0fc9547275ea77 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:56:45 +0300
Subject: [PATCH] New package: dufs-0.40.0

---
 srcpkgs/dufs/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/dufs/template

diff --git a/srcpkgs/dufs/template b/srcpkgs/dufs/template
new file mode 100644
index 0000000000000..6f1c2f702589c
--- /dev/null
+++ b/srcpkgs/dufs/template
@@ -0,0 +1,14 @@
+# Template file for 'dufs'
+pkgname=dufs
+version=0.40.0
+revision=1
+build_style=cargo
+# test fails in ci
+make_check_args="-- --skip bind_ipv4_ipv6"
+short_desc="File server that supports static serving, uploading, searching, etc"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/sigoden/dufs"
+changelog="https://github.com/sigoden/dufs/releases"
+distfiles="https://github.com/sigoden/dufs/archive/v${version}.tar.gz"
+checksum=da4b64add0df9fca1e38e416a8c265b57dc66e02d6256d1b34db12f9b5d7a962

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

* Re: New package: dufs-0.39.0
  2023-12-05  0:57 [PR PATCH] New package: dufs-0.38.0 chrysos349
                   ` (3 preceding siblings ...)
  2024-02-13 23:23 ` [PR PATCH] [Updated] " chrysos349
@ 2024-02-13 23:24 ` chrysos349
  4 siblings, 0 replies; 6+ messages in thread
From: chrysos349 @ 2024-02-13 23:24 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/47588#issuecomment-1942832370

Comment:
updated to `dufs-0.40.0`

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

end of thread, other threads:[~2024-02-13 23:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-05  0:57 [PR PATCH] New package: dufs-0.38.0 chrysos349
2023-12-05  1:24 ` [PR PATCH] [Updated] " chrysos349
2024-01-20 14:32 ` chrysos349
2024-01-20 14:33 ` New package: dufs-0.39.0 chrysos349
2024-02-13 23:23 ` [PR PATCH] [Updated] " chrysos349
2024-02-13 23:24 ` chrysos349

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