Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rhash: update to 1.4.3
@ 2022-06-16 18:44 chexum
  2022-06-18 15:50 ` [PR PATCH] [Updated] " chexum
  2022-06-18 15:53 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: chexum @ 2022-06-16 18:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chexum/void-packages rhash-1.4.3
https://github.com/void-linux/void-packages/pull/37587

rhash: update to 1.4.3
Note the vendor tarball misses the version change - exported the next commit from git to fix this as a patch, otherwise rhash -v will be confusing

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 507ca57d496c9f8701533b877ee267f49b4b8eec Mon Sep 17 00:00:00 2001
From: J Farkas <chexum+git@gmail.com>
Date: Thu, 16 Jun 2022 18:35:31 +0000
Subject: [PATCH] rhash: update to 1.4.3

---
 .../patches/0001-Fix-version-macro.patch      | 27 +++++++++++++++++++
 srcpkgs/rhash/template                        |  4 +--
 2 files changed, 29 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/rhash/patches/0001-Fix-version-macro.patch

diff --git a/srcpkgs/rhash/patches/0001-Fix-version-macro.patch b/srcpkgs/rhash/patches/0001-Fix-version-macro.patch
new file mode 100644
index 000000000000..ca22078e6ae6
--- /dev/null
+++ b/srcpkgs/rhash/patches/0001-Fix-version-macro.patch
@@ -0,0 +1,27 @@
+From 01bcf3b6163a1e43845fbc08efe9ff551534db3c Mon Sep 17 00:00:00 2001
+From: Aleksey Kravchenko <rhash.admin@gmail.com>
+Date: Wed, 15 Jun 2022 06:17:59 +0300
+Subject: [PATCH 1/2] Fix version macro
+
+---
+ bindings/version.properties | 2 +-
+ version.h                   | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/bindings/version.properties b/bindings/version.properties
+index 162590e..54aef26 100644
+--- a/bindings/version.properties
++++ b/bindings/version.properties
+@@ -1 +1 @@
+-version=1.4.2
++version=1.4.3
+diff --git a/version.h b/version.h
+index af30db7..3fc0325 100644
+--- a/version.h
++++ b/version.h
+@@ -1 +1 @@
+-#define VERSION "1.4.2"
++#define VERSION "1.4.3"
+-- 
+2.36.1
+
diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template
index 36113db2dcec..a77116a75212 100644
--- a/srcpkgs/rhash/template
+++ b/srcpkgs/rhash/template
@@ -1,6 +1,6 @@
 # Template file for 'rhash'
 pkgname=rhash
-version=1.4.2
+version=1.4.3
 revision=1
 wrksrc="RHash-${version}"
 build_style=configure
@@ -15,7 +15,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=600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62
+checksum=1e40fa66966306920f043866cbe8612f4b939b033ba5e2708c3f41be257c8a3e
 
 post_extract() {
 	sed -i 's/__GLIBC__/__linux__/' librhash/byte_order.h

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

* Re: [PR PATCH] [Updated] rhash: update to 1.4.3
  2022-06-16 18:44 [PR PATCH] rhash: update to 1.4.3 chexum
@ 2022-06-18 15:50 ` chexum
  2022-06-18 15:53 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: chexum @ 2022-06-18 15:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chexum/void-packages rhash-1.4.3
https://github.com/void-linux/void-packages/pull/37587

rhash: update to 1.4.3
Note the vendor tarball misses the version change - exported the next commit from git to fix this as a patch, otherwise rhash -v will be confusing

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From df0ab10f4ad03b71d81cf931bc3f5134e752305c Mon Sep 17 00:00:00 2001
From: J Farkas <chexum+git@gmail.com>
Date: Sat, 18 Jun 2022 15:48:57 +0000
Subject: [PATCH] rhash: actually report 1.4.3

The upstream tarball was missing the version number update.
---
 .../patches/0001-Fix-version-macro.patch      | 27 +++++++++++++++++++
 srcpkgs/rhash/template                        |  2 +-
 2 files changed, 28 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/rhash/patches/0001-Fix-version-macro.patch

diff --git a/srcpkgs/rhash/patches/0001-Fix-version-macro.patch b/srcpkgs/rhash/patches/0001-Fix-version-macro.patch
new file mode 100644
index 000000000000..ca22078e6ae6
--- /dev/null
+++ b/srcpkgs/rhash/patches/0001-Fix-version-macro.patch
@@ -0,0 +1,27 @@
+From 01bcf3b6163a1e43845fbc08efe9ff551534db3c Mon Sep 17 00:00:00 2001
+From: Aleksey Kravchenko <rhash.admin@gmail.com>
+Date: Wed, 15 Jun 2022 06:17:59 +0300
+Subject: [PATCH 1/2] Fix version macro
+
+---
+ bindings/version.properties | 2 +-
+ version.h                   | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/bindings/version.properties b/bindings/version.properties
+index 162590e..54aef26 100644
+--- a/bindings/version.properties
++++ b/bindings/version.properties
+@@ -1 +1 @@
+-version=1.4.2
++version=1.4.3
+diff --git a/version.h b/version.h
+index af30db7..3fc0325 100644
+--- a/version.h
++++ b/version.h
+@@ -1 +1 @@
+-#define VERSION "1.4.2"
++#define VERSION "1.4.3"
+-- 
+2.36.1
+
diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template
index f62c3da48fb4..266ca8264ad7 100644
--- a/srcpkgs/rhash/template
+++ b/srcpkgs/rhash/template
@@ -1,7 +1,7 @@
 # Template file for 'rhash'
 pkgname=rhash
 version=1.4.3
-revision=1
+revision=2
 wrksrc="RHash-${version}"
 build_style=configure
 configure_args="--enable-openssl --disable-openssl-runtime

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

* Re: [PR PATCH] [Merged]: rhash: update to 1.4.3
  2022-06-16 18:44 [PR PATCH] rhash: update to 1.4.3 chexum
  2022-06-18 15:50 ` [PR PATCH] [Updated] " chexum
@ 2022-06-18 15:53 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2022-06-18 15:53 UTC (permalink / raw)
  To: ml

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

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

rhash: update to 1.4.3
https://github.com/void-linux/void-packages/pull/37587

Description:
Note the vendor tarball misses the version change - exported the next commit from git to fix this as a patch, otherwise rhash -v will be confusing

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2022-06-18 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-16 18:44 [PR PATCH] rhash: update to 1.4.3 chexum
2022-06-18 15:50 ` [PR PATCH] [Updated] " chexum
2022-06-18 15:53 ` [PR PATCH] [Merged]: " 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).