* [PR PATCH] cksfv: update to 1.3.15
@ 2022-01-11 13:04 clyhtsuriva
2022-01-11 13:08 ` clyhtsuriva
` (16 more replies)
0 siblings, 17 replies; 18+ messages in thread
From: clyhtsuriva @ 2022-01-11 13:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]
There is a new pull request by clyhtsuriva against master on the void-packages repository
https://github.com/clyhtsuriva/void-packages cksfv-update
https://github.com/void-linux/void-packages/pull/34992
cksfv: update to 1.3.15
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, x86_64
- I built this PR locally for these architectures :
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/34992.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cksfv-update-34992.patch --]
[-- Type: text/x-diff, Size: 1204 bytes --]
From 93f790bb97b42b4ecd966446b777473393901e37 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 11 Jan 2022 14:03:19 +0100
Subject: [PATCH] cksfv: update to 1.3.15
---
srcpkgs/cksfv/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 78f61f3f2579..2c5f9d810079 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -1,14 +1,14 @@
# Template file for 'cksfv'
pkgname=cksfv
-version=1.3.14
-revision=3
+version=1.3.15
+revision=1
build_style=configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://zakalwe.fi/~shd/foss/cksfv/"
-distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.gz"
-checksum=010facce85b317b7b9f952c84cd59ce03476a2b685db33a49b6ea0d1b38378ea
+distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
+checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
configure_args="--prefix=/usr --package-prefix=${DESTDIR} --bindir=/usr/bin --mandir=/usr/share/man"
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
@ 2022-01-11 13:08 ` clyhtsuriva
2022-01-11 13:33 ` clyhtsuriva
` (15 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2022-01-11 13:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 685 bytes --]
New comment by clyhtsuriva on void-packages repository
https://github.com/void-linux/void-packages/pull/34992#issuecomment-1009948429
Comment:
CI/CD issue :
```
Run common/travis/fetch_upstream.sh
common/travis/fetch_upstream.sh
shell: /bin/bash -e {0}
env:
PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin
XLINT: 1
LICENSE_LIST: common/travis/license.lst
Fetching upstream...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
Error: Process completed with exit code 128.
```
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
2022-01-11 13:08 ` clyhtsuriva
@ 2022-01-11 13:33 ` clyhtsuriva
2022-01-11 17:53 ` clyhtsuriva
` (14 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2022-01-11 13:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 682 bytes --]
New comment by clyhtsuriva on void-packages repository
https://github.com/void-linux/void-packages/pull/34992#issuecomment-1009948429
Comment:
CI issue :
```
Run common/travis/fetch_upstream.sh
common/travis/fetch_upstream.sh
shell: /bin/bash -e {0}
env:
PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin
XLINT: 1
LICENSE_LIST: common/travis/license.lst
Fetching upstream...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
Error: Process completed with exit code 128.
```
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
2022-01-11 13:08 ` clyhtsuriva
2022-01-11 13:33 ` clyhtsuriva
@ 2022-01-11 17:53 ` clyhtsuriva
2022-01-20 1:11 ` [PR REVIEW] " paper42
` (13 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2022-01-11 17:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 682 bytes --]
New comment by clyhtsuriva on void-packages repository
https://github.com/void-linux/void-packages/pull/34992#issuecomment-1009948429
Comment:
CI issue :
```
Run common/travis/fetch_upstream.sh
common/travis/fetch_upstream.sh
shell: /bin/bash -e {0}
env:
PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin
XLINT: 1
LICENSE_LIST: common/travis/license.lst
Fetching upstream...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
Error: Process completed with exit code 128.
```
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR REVIEW] cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (3 preceding siblings ...)
2022-01-20 1:11 ` [PR REVIEW] " paper42
@ 2022-01-20 1:11 ` paper42
2022-01-20 1:11 ` paper42
` (11 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2022-01-20 1:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 213 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/34992#discussion_r788270046
Comment:
```suggestion
homepage="https://zakalwe.fi/~shd/foss/cksfv/"
```
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR REVIEW] cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (4 preceding siblings ...)
2022-01-20 1:11 ` paper42
@ 2022-01-20 1:11 ` paper42
2022-01-20 1:11 ` paper42
` (10 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2022-01-20 1:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 244 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/34992#discussion_r788270161
Comment:
```suggestion
distfiles="https://zakalwe.fi/~shd/foss/cksfv/files/cksfv-${version}.tar.bz2"
```
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR REVIEW] cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (5 preceding siblings ...)
2022-01-20 1:11 ` paper42
@ 2022-01-20 1:11 ` paper42
2022-01-20 16:42 ` [PR PATCH] [Updated] " clyhtsuriva
` (9 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2022-01-20 1:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 192 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/34992#discussion_r788272268
Comment:
```suggestion
build_style=gnu-configure
```
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR REVIEW] cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (2 preceding siblings ...)
2022-01-11 17:53 ` clyhtsuriva
@ 2022-01-20 1:11 ` paper42
2022-01-20 1:11 ` paper42
` (12 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2022-01-20 1:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 213 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/34992#discussion_r788272336
Comment:
```suggestion
configure_args+="--package-prefix=${DESTDIR}"
```
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (6 preceding siblings ...)
2022-01-20 1:11 ` paper42
@ 2022-01-20 16:42 ` clyhtsuriva
2022-01-20 16:42 ` clyhtsuriva
` (8 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2022-01-20 16:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
There is an updated pull request by clyhtsuriva against master on the void-packages repository
https://github.com/clyhtsuriva/void-packages cksfv-update
https://github.com/void-linux/void-packages/pull/34992
cksfv: update to 1.3.15
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, x86_64
- I built this PR locally for these architectures :
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/34992.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cksfv-update-34992.patch --]
[-- Type: text/x-diff, Size: 2149 bytes --]
From 93f790bb97b42b4ecd966446b777473393901e37 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 11 Jan 2022 14:03:19 +0100
Subject: [PATCH 1/2] cksfv: update to 1.3.15
---
srcpkgs/cksfv/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 78f61f3f2579..2c5f9d810079 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -1,14 +1,14 @@
# Template file for 'cksfv'
pkgname=cksfv
-version=1.3.14
-revision=3
+version=1.3.15
+revision=1
build_style=configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://zakalwe.fi/~shd/foss/cksfv/"
-distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.gz"
-checksum=010facce85b317b7b9f952c84cd59ce03476a2b685db33a49b6ea0d1b38378ea
+distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
+checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
configure_args="--prefix=/usr --package-prefix=${DESTDIR} --bindir=/usr/bin --mandir=/usr/share/man"
From 957b4aa5d88c4ac50483400ba71ed9421ee2de89 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Thu, 20 Jan 2022 16:42:02 +0000
Subject: [PATCH 2/2] Update srcpkgs/cksfv/template
Co-authored-by: paper <michal@vasilek.cz>
---
srcpkgs/cksfv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 2c5f9d810079..80e24cbf6097 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -6,7 +6,7 @@ build_style=configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="http://zakalwe.fi/~shd/foss/cksfv/"
+homepage="https://zakalwe.fi/~shd/foss/cksfv/"
distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (7 preceding siblings ...)
2022-01-20 16:42 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2022-01-20 16:42 ` clyhtsuriva
2022-01-20 16:42 ` clyhtsuriva
` (7 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2022-01-20 16:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
There is an updated pull request by clyhtsuriva against master on the void-packages repository
https://github.com/clyhtsuriva/void-packages cksfv-update
https://github.com/void-linux/void-packages/pull/34992
cksfv: update to 1.3.15
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, x86_64
- I built this PR locally for these architectures :
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/34992.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cksfv-update-34992.patch --]
[-- Type: text/x-diff, Size: 3118 bytes --]
From 93f790bb97b42b4ecd966446b777473393901e37 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 11 Jan 2022 14:03:19 +0100
Subject: [PATCH 1/3] cksfv: update to 1.3.15
---
srcpkgs/cksfv/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 78f61f3f2579..2c5f9d810079 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -1,14 +1,14 @@
# Template file for 'cksfv'
pkgname=cksfv
-version=1.3.14
-revision=3
+version=1.3.15
+revision=1
build_style=configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://zakalwe.fi/~shd/foss/cksfv/"
-distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.gz"
-checksum=010facce85b317b7b9f952c84cd59ce03476a2b685db33a49b6ea0d1b38378ea
+distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
+checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
configure_args="--prefix=/usr --package-prefix=${DESTDIR} --bindir=/usr/bin --mandir=/usr/share/man"
From 957b4aa5d88c4ac50483400ba71ed9421ee2de89 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Thu, 20 Jan 2022 16:42:02 +0000
Subject: [PATCH 2/3] Update srcpkgs/cksfv/template
Co-authored-by: paper <michal@vasilek.cz>
---
srcpkgs/cksfv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 2c5f9d810079..80e24cbf6097 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -6,7 +6,7 @@ build_style=configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="http://zakalwe.fi/~shd/foss/cksfv/"
+homepage="https://zakalwe.fi/~shd/foss/cksfv/"
distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
From 7205852ff706a38cf22994f958f0e5f3c24480d6 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Thu, 20 Jan 2022 16:42:12 +0000
Subject: [PATCH 3/3] Update srcpkgs/cksfv/template
Co-authored-by: paper <michal@vasilek.cz>
---
srcpkgs/cksfv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 80e24cbf6097..a3ccdf85c1da 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -7,7 +7,7 @@ short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://zakalwe.fi/~shd/foss/cksfv/"
-distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
+distfiles="https://zakalwe.fi/~shd/foss/cksfv/files/cksfv-${version}.tar.bz2"
checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (8 preceding siblings ...)
2022-01-20 16:42 ` clyhtsuriva
@ 2022-01-20 16:42 ` clyhtsuriva
2022-01-20 16:42 ` clyhtsuriva
` (6 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2022-01-20 16:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
There is an updated pull request by clyhtsuriva against master on the void-packages repository
https://github.com/clyhtsuriva/void-packages cksfv-update
https://github.com/void-linux/void-packages/pull/34992
cksfv: update to 1.3.15
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, x86_64
- I built this PR locally for these architectures :
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/34992.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cksfv-update-34992.patch --]
[-- Type: text/x-diff, Size: 3875 bytes --]
From 93f790bb97b42b4ecd966446b777473393901e37 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 11 Jan 2022 14:03:19 +0100
Subject: [PATCH 1/4] cksfv: update to 1.3.15
---
srcpkgs/cksfv/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 78f61f3f2579..2c5f9d810079 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -1,14 +1,14 @@
# Template file for 'cksfv'
pkgname=cksfv
-version=1.3.14
-revision=3
+version=1.3.15
+revision=1
build_style=configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://zakalwe.fi/~shd/foss/cksfv/"
-distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.gz"
-checksum=010facce85b317b7b9f952c84cd59ce03476a2b685db33a49b6ea0d1b38378ea
+distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
+checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
configure_args="--prefix=/usr --package-prefix=${DESTDIR} --bindir=/usr/bin --mandir=/usr/share/man"
From 957b4aa5d88c4ac50483400ba71ed9421ee2de89 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Thu, 20 Jan 2022 16:42:02 +0000
Subject: [PATCH 2/4] Update srcpkgs/cksfv/template
Co-authored-by: paper <michal@vasilek.cz>
---
srcpkgs/cksfv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 2c5f9d810079..80e24cbf6097 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -6,7 +6,7 @@ build_style=configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="http://zakalwe.fi/~shd/foss/cksfv/"
+homepage="https://zakalwe.fi/~shd/foss/cksfv/"
distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
From 7205852ff706a38cf22994f958f0e5f3c24480d6 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Thu, 20 Jan 2022 16:42:12 +0000
Subject: [PATCH 3/4] Update srcpkgs/cksfv/template
Co-authored-by: paper <michal@vasilek.cz>
---
srcpkgs/cksfv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 80e24cbf6097..a3ccdf85c1da 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -7,7 +7,7 @@ short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://zakalwe.fi/~shd/foss/cksfv/"
-distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
+distfiles="https://zakalwe.fi/~shd/foss/cksfv/files/cksfv-${version}.tar.bz2"
checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
From 3967141489a819050c603a0d3af22bdfd16f51ce Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Thu, 20 Jan 2022 16:42:19 +0000
Subject: [PATCH 4/4] Update srcpkgs/cksfv/template
Co-authored-by: paper <michal@vasilek.cz>
---
srcpkgs/cksfv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index a3ccdf85c1da..6793d3946a6a 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -2,7 +2,7 @@
pkgname=cksfv
version=1.3.15
revision=1
-build_style=configure
+build_style=gnu-configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (9 preceding siblings ...)
2022-01-20 16:42 ` clyhtsuriva
@ 2022-01-20 16:42 ` clyhtsuriva
2022-01-20 16:43 ` clyhtsuriva
` (5 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2022-01-20 16:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
There is an updated pull request by clyhtsuriva against master on the void-packages repository
https://github.com/clyhtsuriva/void-packages cksfv-update
https://github.com/void-linux/void-packages/pull/34992
cksfv: update to 1.3.15
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, x86_64
- I built this PR locally for these architectures :
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/34992.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cksfv-update-34992.patch --]
[-- Type: text/x-diff, Size: 4733 bytes --]
From 93f790bb97b42b4ecd966446b777473393901e37 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 11 Jan 2022 14:03:19 +0100
Subject: [PATCH 1/5] cksfv: update to 1.3.15
---
srcpkgs/cksfv/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 78f61f3f2579..2c5f9d810079 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -1,14 +1,14 @@
# Template file for 'cksfv'
pkgname=cksfv
-version=1.3.14
-revision=3
+version=1.3.15
+revision=1
build_style=configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://zakalwe.fi/~shd/foss/cksfv/"
-distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.gz"
-checksum=010facce85b317b7b9f952c84cd59ce03476a2b685db33a49b6ea0d1b38378ea
+distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
+checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
configure_args="--prefix=/usr --package-prefix=${DESTDIR} --bindir=/usr/bin --mandir=/usr/share/man"
From 957b4aa5d88c4ac50483400ba71ed9421ee2de89 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Thu, 20 Jan 2022 16:42:02 +0000
Subject: [PATCH 2/5] Update srcpkgs/cksfv/template
Co-authored-by: paper <michal@vasilek.cz>
---
srcpkgs/cksfv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 2c5f9d810079..80e24cbf6097 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -6,7 +6,7 @@ build_style=configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="http://zakalwe.fi/~shd/foss/cksfv/"
+homepage="https://zakalwe.fi/~shd/foss/cksfv/"
distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
From 7205852ff706a38cf22994f958f0e5f3c24480d6 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Thu, 20 Jan 2022 16:42:12 +0000
Subject: [PATCH 3/5] Update srcpkgs/cksfv/template
Co-authored-by: paper <michal@vasilek.cz>
---
srcpkgs/cksfv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 80e24cbf6097..a3ccdf85c1da 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -7,7 +7,7 @@ short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://zakalwe.fi/~shd/foss/cksfv/"
-distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
+distfiles="https://zakalwe.fi/~shd/foss/cksfv/files/cksfv-${version}.tar.bz2"
checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
From 3967141489a819050c603a0d3af22bdfd16f51ce Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Thu, 20 Jan 2022 16:42:19 +0000
Subject: [PATCH 4/5] Update srcpkgs/cksfv/template
Co-authored-by: paper <michal@vasilek.cz>
---
srcpkgs/cksfv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index a3ccdf85c1da..6793d3946a6a 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -2,7 +2,7 @@
pkgname=cksfv
version=1.3.15
revision=1
-build_style=configure
+build_style=gnu-configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
From bb862b971e5bd4f395d61027db54f13ce371270f Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Thu, 20 Jan 2022 16:42:44 +0000
Subject: [PATCH 5/5] Update srcpkgs/cksfv/template
Co-authored-by: paper <michal@vasilek.cz>
---
srcpkgs/cksfv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 6793d3946a6a..920d5a95fd64 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -11,5 +11,5 @@ distfiles="https://zakalwe.fi/~shd/foss/cksfv/files/cksfv-${version}.tar.bz2"
checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
- configure_args="--prefix=/usr --package-prefix=${DESTDIR} --bindir=/usr/bin --mandir=/usr/share/man"
+ configure_args+="--package-prefix=${DESTDIR}"
}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (10 preceding siblings ...)
2022-01-20 16:42 ` clyhtsuriva
@ 2022-01-20 16:43 ` clyhtsuriva
2022-01-20 16:47 ` [PR PATCH] [Updated] " clyhtsuriva
` (4 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2022-01-20 16:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
New comment by clyhtsuriva on void-packages repository
https://github.com/void-linux/void-packages/pull/34992#issuecomment-1017701337
Comment:
Going to rebase..
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (11 preceding siblings ...)
2022-01-20 16:43 ` clyhtsuriva
@ 2022-01-20 16:47 ` clyhtsuriva
2022-01-20 16:50 ` clyhtsuriva
` (3 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2022-01-20 16:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
There is an updated pull request by clyhtsuriva against master on the void-packages repository
https://github.com/clyhtsuriva/void-packages cksfv-update
https://github.com/void-linux/void-packages/pull/34992
cksfv: update to 1.3.15
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, x86_64
- I built this PR locally for these architectures :
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/34992.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cksfv-update-34992.patch --]
[-- Type: text/x-diff, Size: 1204 bytes --]
From b4e436e38fca8b148ab597780b0558f919d2be75 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 11 Jan 2022 14:03:19 +0100
Subject: [PATCH] cksfv: update to 1.3.15
---
srcpkgs/cksfv/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 78f61f3f2579..2c5f9d810079 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -1,14 +1,14 @@
# Template file for 'cksfv'
pkgname=cksfv
-version=1.3.14
-revision=3
+version=1.3.15
+revision=1
build_style=configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://zakalwe.fi/~shd/foss/cksfv/"
-distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.gz"
-checksum=010facce85b317b7b9f952c84cd59ce03476a2b685db33a49b6ea0d1b38378ea
+distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
+checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
configure_args="--prefix=/usr --package-prefix=${DESTDIR} --bindir=/usr/bin --mandir=/usr/share/man"
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (12 preceding siblings ...)
2022-01-20 16:47 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2022-01-20 16:50 ` clyhtsuriva
2022-01-20 17:05 ` clyhtsuriva
` (2 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2022-01-20 16:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
There is an updated pull request by clyhtsuriva against master on the void-packages repository
https://github.com/clyhtsuriva/void-packages cksfv-update
https://github.com/void-linux/void-packages/pull/34992
cksfv: update to 1.3.15
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, x86_64
- I built this PR locally for these architectures :
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/34992.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cksfv-update-34992.patch --]
[-- Type: text/x-diff, Size: 2413 bytes --]
From b4e436e38fca8b148ab597780b0558f919d2be75 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 11 Jan 2022 14:03:19 +0100
Subject: [PATCH 1/2] cksfv: update to 1.3.15
---
srcpkgs/cksfv/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 78f61f3f2579..2c5f9d810079 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -1,14 +1,14 @@
# Template file for 'cksfv'
pkgname=cksfv
-version=1.3.14
-revision=3
+version=1.3.15
+revision=1
build_style=configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://zakalwe.fi/~shd/foss/cksfv/"
-distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.gz"
-checksum=010facce85b317b7b9f952c84cd59ce03476a2b685db33a49b6ea0d1b38378ea
+distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
+checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
configure_args="--prefix=/usr --package-prefix=${DESTDIR} --bindir=/usr/bin --mandir=/usr/share/man"
From f4f67d30b196d9e52629e2d5eb1646bcc9ec923e Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Thu, 20 Jan 2022 17:50:11 +0100
Subject: [PATCH 2/2] cksfv: update to 1.3.15
---
srcpkgs/cksfv/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 2c5f9d810079..cf8ede4ecc93 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -2,14 +2,14 @@
pkgname=cksfv
version=1.3.15
revision=1
-build_style=configure
+build_style=gnu-configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="http://zakalwe.fi/~shd/foss/cksfv/"
-distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
+homepage="https://zakalwe.fi/~shd/foss/cksfv/"
+distfiles="https://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
- configure_args="--prefix=/usr --package-prefix=${DESTDIR} --bindir=/usr/bin --mandir=/usr/share/man"
+ configure_args+="--package-prefix=${DESTDIR}"
}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (13 preceding siblings ...)
2022-01-20 16:50 ` clyhtsuriva
@ 2022-01-20 17:05 ` clyhtsuriva
2022-01-20 17:12 ` paper42
2022-01-20 17:12 ` [PR PATCH] [Merged]: " paper42
16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2022-01-20 17:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
There is an updated pull request by clyhtsuriva against master on the void-packages repository
https://github.com/clyhtsuriva/void-packages cksfv-update
https://github.com/void-linux/void-packages/pull/34992
cksfv: update to 1.3.15
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, x86_64
- I built this PR locally for these architectures :
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/34992.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cksfv-update-34992.patch --]
[-- Type: text/x-diff, Size: 1338 bytes --]
From 166877f0ce98d657cfd4772f08271ccf6a37fc8c Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 11 Jan 2022 14:03:19 +0100
Subject: [PATCH] cksfv: update to 1.3.15
---
srcpkgs/cksfv/template | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/srcpkgs/cksfv/template b/srcpkgs/cksfv/template
index 78f61f3f2579..cf8ede4ecc93 100644
--- a/srcpkgs/cksfv/template
+++ b/srcpkgs/cksfv/template
@@ -1,15 +1,15 @@
# Template file for 'cksfv'
pkgname=cksfv
-version=1.3.14
-revision=3
-build_style=configure
+version=1.3.15
+revision=1
+build_style=gnu-configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="http://zakalwe.fi/~shd/foss/cksfv/"
-distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.gz"
-checksum=010facce85b317b7b9f952c84cd59ce03476a2b685db33a49b6ea0d1b38378ea
+homepage="https://zakalwe.fi/~shd/foss/cksfv/"
+distfiles="https://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
+checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
- configure_args="--prefix=/usr --package-prefix=${DESTDIR} --bindir=/usr/bin --mandir=/usr/share/man"
+ configure_args+="--package-prefix=${DESTDIR}"
}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (14 preceding siblings ...)
2022-01-20 17:05 ` clyhtsuriva
@ 2022-01-20 17:12 ` paper42
2022-01-20 17:12 ` [PR PATCH] [Merged]: " paper42
16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2022-01-20 17:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]
New comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/34992#issuecomment-1017729886
Comment:
Thanks!
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Merged]: cksfv: update to 1.3.15
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
` (15 preceding siblings ...)
2022-01-20 17:12 ` paper42
@ 2022-01-20 17:12 ` paper42
16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2022-01-20 17:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1010 bytes --]
There's a merged pull request on the void-packages repository
cksfv: update to 1.3.15
https://github.com/void-linux/void-packages/pull/34992
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, x86_64
- I built this PR locally for these architectures :
- aarch64-musl
- armv7l
- armv6l-musl
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2022-01-20 17:12 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 13:04 [PR PATCH] cksfv: update to 1.3.15 clyhtsuriva
2022-01-11 13:08 ` clyhtsuriva
2022-01-11 13:33 ` clyhtsuriva
2022-01-11 17:53 ` clyhtsuriva
2022-01-20 1:11 ` [PR REVIEW] " paper42
2022-01-20 1:11 ` paper42
2022-01-20 1:11 ` paper42
2022-01-20 1:11 ` paper42
2022-01-20 16:42 ` [PR PATCH] [Updated] " clyhtsuriva
2022-01-20 16:42 ` clyhtsuriva
2022-01-20 16:42 ` clyhtsuriva
2022-01-20 16:42 ` clyhtsuriva
2022-01-20 16:43 ` clyhtsuriva
2022-01-20 16:47 ` [PR PATCH] [Updated] " clyhtsuriva
2022-01-20 16:50 ` clyhtsuriva
2022-01-20 17:05 ` clyhtsuriva
2022-01-20 17:12 ` paper42
2022-01-20 17:12 ` [PR PATCH] [Merged]: " paper42
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).