Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rhash: update to 1.4.2
@ 2021-07-18 17:40 chexum
  2021-07-19 22:50 ` leahneukirchen
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: chexum @ 2021-07-18 17:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chexum/void-packages rhash-142
https://github.com/void-linux/void-packages/pull/32036

rhash: update to 1.4.2
  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in file paths

<!-- 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

#### 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, (x86_64-glibc)
- [ x I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64
  - [ x armv7l
  - [ ] armv6l-musl


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

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

From 84f11babe30dc21fc04a6e2051bbd8f4f7d164b9 Mon Sep 17 00:00:00 2001
From: J Farkas <chexum+git@gmail.com>
Date: Sun, 18 Jul 2021 17:22:01 +0000
Subject: [PATCH] rhash: update to 1.4.2

  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in file paths
---
 srcpkgs/rhash/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template
index fddde4439ce1..9778d8062c8c 100644
--- a/srcpkgs/rhash/template
+++ b/srcpkgs/rhash/template
@@ -1,7 +1,7 @@
 # Template file for 'rhash'
 pkgname=rhash
-version=1.4.1
-revision=2
+version=1.4.2
+revision=1
 wrksrc="RHash-${version}"
 build_style=configure
 configure_args="--enable-openssl --disable-openssl-runtime
@@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="0BSD"
 homepage="https://github.com/rhash/RHash"
 distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
-checksum=430c812733e69b78f07ce30a05db69563450e41e217ae618507a4ce2e144a297
+checksum=600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62
 make_build_target="all lib-shared"
 make_install_target="install install-lib-shared"
 

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

* Re: rhash: update to 1.4.2
  2021-07-18 17:40 [PR PATCH] rhash: update to 1.4.2 chexum
@ 2021-07-19 22:50 ` leahneukirchen
  2021-07-19 23:37 ` [PR PATCH] [Updated] " chexum
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: leahneukirchen @ 2021-07-19 22:50 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/32036#issuecomment-882911434

Comment:
Please fix lint, then +1.

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

* Re: [PR PATCH] [Updated] rhash: update to 1.4.2
  2021-07-18 17:40 [PR PATCH] rhash: update to 1.4.2 chexum
  2021-07-19 22:50 ` leahneukirchen
@ 2021-07-19 23:37 ` chexum
  2021-07-19 23:38 ` chexum
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chexum @ 2021-07-19 23:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chexum/void-packages rhash-142
https://github.com/void-linux/void-packages/pull/32036

rhash: update to 1.4.2
  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in file paths

<!-- 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

#### 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, (x86_64-glibc)
- [ x I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64
  - [ x armv7l
  - [ ] armv6l-musl


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

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

From b495ead171181cbdbf684bbc441d38f721bf5eb8 Mon Sep 17 00:00:00 2001
From: J Farkas <chexum+git@gmail.com>
Date: Sun, 18 Jul 2021 17:22:01 +0000
Subject: [PATCH] rhash: update to 1.4.2

  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a
    message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in
    file paths
---
 srcpkgs/rhash/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template
index fddde4439ce1..9778d8062c8c 100644
--- a/srcpkgs/rhash/template
+++ b/srcpkgs/rhash/template
@@ -1,7 +1,7 @@
 # Template file for 'rhash'
 pkgname=rhash
-version=1.4.1
-revision=2
+version=1.4.2
+revision=1
 wrksrc="RHash-${version}"
 build_style=configure
 configure_args="--enable-openssl --disable-openssl-runtime
@@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="0BSD"
 homepage="https://github.com/rhash/RHash"
 distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
-checksum=430c812733e69b78f07ce30a05db69563450e41e217ae618507a4ce2e144a297
+checksum=600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62
 make_build_target="all lib-shared"
 make_install_target="install install-lib-shared"
 

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

* Re: [PR PATCH] [Updated] rhash: update to 1.4.2
  2021-07-18 17:40 [PR PATCH] rhash: update to 1.4.2 chexum
  2021-07-19 22:50 ` leahneukirchen
  2021-07-19 23:37 ` [PR PATCH] [Updated] " chexum
@ 2021-07-19 23:38 ` chexum
  2021-07-19 23:41 ` chexum
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chexum @ 2021-07-19 23:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chexum/void-packages rhash-142
https://github.com/void-linux/void-packages/pull/32036

rhash: update to 1.4.2
  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in file paths

<!-- 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

#### 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, (x86_64-glibc)
- [ x I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64
  - [ x armv7l
  - [ ] armv6l-musl


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

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

From 430a5bf17f4d67815403f9b3598b2e0f38e59487 Mon Sep 17 00:00:00 2001
From: J Farkas <chexum+git@gmail.com>
Date: Sun, 18 Jul 2021 17:22:01 +0000
Subject: [PATCH] rhash: update to 1.4.2

  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a
    message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in
    file paths
---
 srcpkgs/rhash/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template
index fddde4439ce1..b5b7068b0eb0 100644
--- a/srcpkgs/rhash/template
+++ b/srcpkgs/rhash/template
@@ -1,7 +1,7 @@
 # Template file for 'rhash'
 pkgname=rhash
-version=1.4.1
-revision=2
+version=1.4.2
+revision=1
 wrksrc="RHash-${version}"
 build_style=configure
 configure_args="--enable-openssl --disable-openssl-runtime
@@ -13,9 +13,9 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="0BSD"
 homepage="https://github.com/rhash/RHash"
 distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
-checksum=430c812733e69b78f07ce30a05db69563450e41e217ae618507a4ce2e144a297
 make_build_target="all lib-shared"
 make_install_target="install install-lib-shared"
+checksum=600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62
 
 post_extract() {
 	sed -i 's/__GLIBC__/__linux__/' librhash/byte_order.h

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

* Re: [PR PATCH] [Updated] rhash: update to 1.4.2
  2021-07-18 17:40 [PR PATCH] rhash: update to 1.4.2 chexum
                   ` (2 preceding siblings ...)
  2021-07-19 23:38 ` chexum
@ 2021-07-19 23:41 ` chexum
  2021-07-19 23:43 ` chexum
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chexum @ 2021-07-19 23:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chexum/void-packages rhash-142
https://github.com/void-linux/void-packages/pull/32036

rhash: update to 1.4.2
  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in file paths

<!-- 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

#### 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, (x86_64-glibc)
- [ x I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64
  - [ x armv7l
  - [ ] armv6l-musl


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

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

From e29eb24c5cb9b9585529b0d723dc6276c969adba Mon Sep 17 00:00:00 2001
From: J Farkas <chexum+git@gmail.com>
Date: Sun, 18 Jul 2021 17:22:01 +0000
Subject: [PATCH] rhash: update to 1.4.2

  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a
    message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in
    file paths
---
 srcpkgs/rhash/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template
index fddde4439ce1..1015a48a153e 100644
--- a/srcpkgs/rhash/template
+++ b/srcpkgs/rhash/template
@@ -1,7 +1,7 @@
 # Template file for 'rhash'
 pkgname=rhash
-version=1.4.1
-revision=2
+version=1.4.2
+revision=1
 wrksrc="RHash-${version}"
 build_style=configure
 configure_args="--enable-openssl --disable-openssl-runtime
@@ -11,11 +11,11 @@ makedepends="openssl-devel"
 short_desc="Utility for computing hash sums and creating magnet links"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="0BSD"
-homepage="https://github.com/rhash/RHash"
-distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
-checksum=430c812733e69b78f07ce30a05db69563450e41e217ae618507a4ce2e144a297
 make_build_target="all lib-shared"
 make_install_target="install install-lib-shared"
+homepage="https://github.com/rhash/RHash"
+distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
+checksum=600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62
 
 post_extract() {
 	sed -i 's/__GLIBC__/__linux__/' librhash/byte_order.h

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

* Re: [PR PATCH] [Updated] rhash: update to 1.4.2
  2021-07-18 17:40 [PR PATCH] rhash: update to 1.4.2 chexum
                   ` (3 preceding siblings ...)
  2021-07-19 23:41 ` chexum
@ 2021-07-19 23:43 ` chexum
  2021-07-19 23:44 ` chexum
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chexum @ 2021-07-19 23:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chexum/void-packages rhash-142
https://github.com/void-linux/void-packages/pull/32036

rhash: update to 1.4.2
  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in file paths

<!-- 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

#### 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, (x86_64-glibc)
- [ x I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64
  - [ x armv7l
  - [ ] armv6l-musl


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

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

From 4777f8958213e60a296a1802d04f4346b9c7206d Mon Sep 17 00:00:00 2001
From: J Farkas <chexum+git@gmail.com>
Date: Sun, 18 Jul 2021 17:22:01 +0000
Subject: [PATCH] rhash: update to 1.4.2

  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a
    message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in
    file paths
---
 srcpkgs/rhash/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template
index fddde4439ce1..daefffb9f0fb 100644
--- a/srcpkgs/rhash/template
+++ b/srcpkgs/rhash/template
@@ -1,7 +1,7 @@
 # Template file for 'rhash'
 pkgname=rhash
-version=1.4.1
-revision=2
+version=1.4.2
+revision=1
 wrksrc="RHash-${version}"
 build_style=configure
 configure_args="--enable-openssl --disable-openssl-runtime
@@ -10,12 +10,12 @@ conf_files="/etc/rhashrc"
 makedepends="openssl-devel"
 short_desc="Utility for computing hash sums and creating magnet links"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
+make_build_target="all lib-shared"
+make_install_target="install install-lib-shared"
 license="0BSD"
 homepage="https://github.com/rhash/RHash"
 distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
-checksum=430c812733e69b78f07ce30a05db69563450e41e217ae618507a4ce2e144a297
-make_build_target="all lib-shared"
-make_install_target="install install-lib-shared"
+checksum=600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62
 
 post_extract() {
 	sed -i 's/__GLIBC__/__linux__/' librhash/byte_order.h

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

* Re: [PR PATCH] [Updated] rhash: update to 1.4.2
  2021-07-18 17:40 [PR PATCH] rhash: update to 1.4.2 chexum
                   ` (4 preceding siblings ...)
  2021-07-19 23:43 ` chexum
@ 2021-07-19 23:44 ` chexum
  2021-07-19 23:46 ` chexum
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chexum @ 2021-07-19 23:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chexum/void-packages rhash-142
https://github.com/void-linux/void-packages/pull/32036

rhash: update to 1.4.2
  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in file paths

<!-- 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

#### 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, (x86_64-glibc)
- [ x I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64
  - [ x armv7l
  - [ ] armv6l-musl


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

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

From 8a5f1146e6d1cfbdaee7c72349029753d8b5ee60 Mon Sep 17 00:00:00 2001
From: J Farkas <chexum+git@gmail.com>
Date: Sun, 18 Jul 2021 17:22:01 +0000
Subject: [PATCH] rhash: update to 1.4.2

  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a
    message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in
    file paths
---
 srcpkgs/rhash/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template
index fddde4439ce1..c107647121c0 100644
--- a/srcpkgs/rhash/template
+++ b/srcpkgs/rhash/template
@@ -1,21 +1,21 @@
 # Template file for 'rhash'
 pkgname=rhash
-version=1.4.1
-revision=2
+version=1.4.2
+revision=1
 wrksrc="RHash-${version}"
 build_style=configure
 configure_args="--enable-openssl --disable-openssl-runtime
  --prefix=/usr --sysconfdir=/etc"
 conf_files="/etc/rhashrc"
 makedepends="openssl-devel"
+make_build_target="all lib-shared"
+make_install_target="install install-lib-shared"
 short_desc="Utility for computing hash sums and creating magnet links"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="0BSD"
 homepage="https://github.com/rhash/RHash"
 distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
-checksum=430c812733e69b78f07ce30a05db69563450e41e217ae618507a4ce2e144a297
-make_build_target="all lib-shared"
-make_install_target="install install-lib-shared"
+checksum=600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62
 
 post_extract() {
 	sed -i 's/__GLIBC__/__linux__/' librhash/byte_order.h

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

* Re: [PR PATCH] [Updated] rhash: update to 1.4.2
  2021-07-18 17:40 [PR PATCH] rhash: update to 1.4.2 chexum
                   ` (5 preceding siblings ...)
  2021-07-19 23:44 ` chexum
@ 2021-07-19 23:46 ` chexum
  2021-07-19 23:49 ` chexum
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chexum @ 2021-07-19 23:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chexum/void-packages rhash-142
https://github.com/void-linux/void-packages/pull/32036

rhash: update to 1.4.2
  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in file paths

<!-- 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

#### 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, (x86_64-glibc)
- [ x I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64
  - [ x armv7l
  - [ ] armv6l-musl


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

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

From 149dfdf9d15228ed7adbc778a68fa454a0d8c66c Mon Sep 17 00:00:00 2001
From: J Farkas <chexum+git@gmail.com>
Date: Sun, 18 Jul 2021 17:22:01 +0000
Subject: [PATCH] rhash: update to 1.4.2

  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a
    message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in
    file paths
---
 srcpkgs/rhash/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template
index fddde4439ce1..36113db2dcec 100644
--- a/srcpkgs/rhash/template
+++ b/srcpkgs/rhash/template
@@ -1,21 +1,21 @@
 # Template file for 'rhash'
 pkgname=rhash
-version=1.4.1
-revision=2
+version=1.4.2
+revision=1
 wrksrc="RHash-${version}"
 build_style=configure
 configure_args="--enable-openssl --disable-openssl-runtime
  --prefix=/usr --sysconfdir=/etc"
 conf_files="/etc/rhashrc"
+make_build_target="all lib-shared"
+make_install_target="install install-lib-shared"
 makedepends="openssl-devel"
 short_desc="Utility for computing hash sums and creating magnet links"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="0BSD"
 homepage="https://github.com/rhash/RHash"
 distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
-checksum=430c812733e69b78f07ce30a05db69563450e41e217ae618507a4ce2e144a297
-make_build_target="all lib-shared"
-make_install_target="install install-lib-shared"
+checksum=600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62
 
 post_extract() {
 	sed -i 's/__GLIBC__/__linux__/' librhash/byte_order.h

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

* Re: rhash: update to 1.4.2
  2021-07-18 17:40 [PR PATCH] rhash: update to 1.4.2 chexum
                   ` (6 preceding siblings ...)
  2021-07-19 23:46 ` chexum
@ 2021-07-19 23:49 ` chexum
  2021-07-20  9:53 ` [PR PATCH] [Merged]: " leahneukirchen
  2021-07-20  9:53 ` leahneukirchen
  9 siblings, 0 replies; 11+ messages in thread
From: chexum @ 2021-07-19 23:49 UTC (permalink / raw)
  To: ml

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

New comment by chexum on void-packages repository

https://github.com/void-linux/void-packages/pull/32036#issuecomment-882937788

Comment:
fixing lint warning with regards to `make_install_target` location seems incredibly iterative, but done finally

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

* Re: [PR PATCH] [Merged]: rhash: update to 1.4.2
  2021-07-18 17:40 [PR PATCH] rhash: update to 1.4.2 chexum
                   ` (7 preceding siblings ...)
  2021-07-19 23:49 ` chexum
@ 2021-07-20  9:53 ` leahneukirchen
  2021-07-20  9:53 ` leahneukirchen
  9 siblings, 0 replies; 11+ messages in thread
From: leahneukirchen @ 2021-07-20  9:53 UTC (permalink / raw)
  To: ml

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

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

rhash: update to 1.4.2
https://github.com/void-linux/void-packages/pull/32036

Description:
  - significantly improve file reading performance on Linux/Unix
  - print 'Nothing to verify' when verifying a hash file without a message digest
  - count unparsed lines of a hash file as errors
  - print line numbers of unparsed lines of a hash file
  - Bugfix: fix verification of some hash files containing spaces in file paths

<!-- 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

#### 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, (x86_64-glibc)
- [ x I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64
  - [ x armv7l
  - [ ] armv6l-musl


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

* Re: rhash: update to 1.4.2
  2021-07-18 17:40 [PR PATCH] rhash: update to 1.4.2 chexum
                   ` (8 preceding siblings ...)
  2021-07-20  9:53 ` [PR PATCH] [Merged]: " leahneukirchen
@ 2021-07-20  9:53 ` leahneukirchen
  9 siblings, 0 replies; 11+ messages in thread
From: leahneukirchen @ 2021-07-20  9:53 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/32036#issuecomment-883260923

Comment:
You can run xlint locally you know. ;)

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

end of thread, other threads:[~2021-07-20  9:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-18 17:40 [PR PATCH] rhash: update to 1.4.2 chexum
2021-07-19 22:50 ` leahneukirchen
2021-07-19 23:37 ` [PR PATCH] [Updated] " chexum
2021-07-19 23:38 ` chexum
2021-07-19 23:41 ` chexum
2021-07-19 23:43 ` chexum
2021-07-19 23:44 ` chexum
2021-07-19 23:46 ` chexum
2021-07-19 23:49 ` chexum
2021-07-20  9:53 ` [PR PATCH] [Merged]: " leahneukirchen
2021-07-20  9:53 ` leahneukirchen

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