* [PR PATCH] libHX: fix dead distfile, update to 4.24.
@ 2024-08-24 8:57 meator
2024-08-24 9:16 ` [PR PATCH] [Updated] " meator
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: meator @ 2024-08-24 8:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]
There is a new pull request by meator against master on the void-packages repository
https://github.com/meator/void-packages libHX
https://github.com/void-linux/void-packages/pull/51965
libHX: fix dead distfile, update to 4.24.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/51965.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libHX-51965.patch --]
[-- Type: text/x-diff, Size: 3028 bytes --]
From 5f6a778d66dd3ce744ba56001741820f93ff9440 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 24 Aug 2024 10:48:52 +0200
Subject: [PATCH 1/3] libHX: fix dead distfile, update to 4.24.
---
common/shlibs | 2 +-
srcpkgs/libHX/template | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 20dd99be076ba4..8980b25e5e56dc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1199,7 +1199,7 @@ libwayland-cursor.so.0 wayland-1.6.0_1
libwayland-egl.so.1 wayland-1.15.0_4
libvarlink.so.0 libvarlink-22_1
libtomcrypt.so.1 libtomcrypt-1.18.0_1
-libHX.so.28 libHX-3.14_1
+libHX.so.32 libHX-4.24_1
libxkbcommon.so.0 libxkbcommon-0.2.0_1
libxkbcommon-x11.so.0 libxkbcommon-x11-0.4.2_1
libxkbregistry.so.0 libxkbregistry-1.3.0_3
diff --git a/srcpkgs/libHX/template b/srcpkgs/libHX/template
index c633b98db5de90..2f5e9c76730e0f 100644
--- a/srcpkgs/libHX/template
+++ b/srcpkgs/libHX/template
@@ -1,6 +1,6 @@
# Template file for 'libHX'
pkgname=libHX
-version=3.24
+version=4.24
revision=1
build_style=gnu-configure
configure_args="--enable-static"
@@ -8,8 +8,8 @@ short_desc="C library providing data structures and common functions"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1"
homepage="http://libhx.sourceforge.net/"
-distfiles="${SOURCEFORGE_SITE}/libhx/${pkgname}-${version}.tar.xz"
-checksum=a51b3ead77cf93444b52efe14c87314e75b88cdedb4e5f4b6060a04b0c111b45
+distfiles="https://inai.de/files/libhx/libHX-${version}.tar.xz"
+checksum=760018915add802df416acdb5e2a3911139d44ca29e3bfc783d5aff1990db6a0
libHX-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
From 808152d57738381b747d06194d0f3a2af825aa86 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 24 Aug 2024 10:49:47 +0200
Subject: [PATCH 2/3] hxtools: revbump for libHX
---
srcpkgs/hxtools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/hxtools/template b/srcpkgs/hxtools/template
index 5e2c86b1e962df..648b390b72430e 100644
--- a/srcpkgs/hxtools/template
+++ b/srcpkgs/hxtools/template
@@ -1,7 +1,7 @@
# Template file for 'hxtools'
pkgname=hxtools
version=20201116
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libHX-devel"
From 52b09e005703b592a4d1a8bccdfaf9b4adb753ef Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 24 Aug 2024 10:51:17 +0200
Subject: [PATCH 3/3] pam-mount: revbump for libHX
---
srcpkgs/pam-mount/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/pam-mount/template b/srcpkgs/pam-mount/template
index 60e9fa8e882798..b9ab01a7ce9405 100644
--- a/srcpkgs/pam-mount/template
+++ b/srcpkgs/pam-mount/template
@@ -1,7 +1,7 @@
# Template file for 'pam-mount'
pkgname=pam-mount
version=2.20
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--with-ssbindir=/usr/bin --with-slibdir=/usr/lib"
hostmakedepends="perl pkg-config"
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] libHX: fix dead distfile, update to 4.24.
2024-08-24 8:57 [PR PATCH] libHX: fix dead distfile, update to 4.24 meator
@ 2024-08-24 9:16 ` meator
2024-08-24 9:18 ` meator
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: meator @ 2024-08-24 9:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]
There is an updated pull request by meator against master on the void-packages repository
https://github.com/meator/void-packages libHX
https://github.com/void-linux/void-packages/pull/51965
libHX: fix dead distfile, update to 4.24.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/51965.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libHX-51965.patch --]
[-- Type: text/x-diff, Size: 4843 bytes --]
From 5f6a778d66dd3ce744ba56001741820f93ff9440 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 24 Aug 2024 10:48:52 +0200
Subject: [PATCH 1/5] libHX: fix dead distfile, update to 4.24.
---
common/shlibs | 2 +-
srcpkgs/libHX/template | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 20dd99be076ba4..8980b25e5e56dc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1199,7 +1199,7 @@ libwayland-cursor.so.0 wayland-1.6.0_1
libwayland-egl.so.1 wayland-1.15.0_4
libvarlink.so.0 libvarlink-22_1
libtomcrypt.so.1 libtomcrypt-1.18.0_1
-libHX.so.28 libHX-3.14_1
+libHX.so.32 libHX-4.24_1
libxkbcommon.so.0 libxkbcommon-0.2.0_1
libxkbcommon-x11.so.0 libxkbcommon-x11-0.4.2_1
libxkbregistry.so.0 libxkbregistry-1.3.0_3
diff --git a/srcpkgs/libHX/template b/srcpkgs/libHX/template
index c633b98db5de90..2f5e9c76730e0f 100644
--- a/srcpkgs/libHX/template
+++ b/srcpkgs/libHX/template
@@ -1,6 +1,6 @@
# Template file for 'libHX'
pkgname=libHX
-version=3.24
+version=4.24
revision=1
build_style=gnu-configure
configure_args="--enable-static"
@@ -8,8 +8,8 @@ short_desc="C library providing data structures and common functions"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1"
homepage="http://libhx.sourceforge.net/"
-distfiles="${SOURCEFORGE_SITE}/libhx/${pkgname}-${version}.tar.xz"
-checksum=a51b3ead77cf93444b52efe14c87314e75b88cdedb4e5f4b6060a04b0c111b45
+distfiles="https://inai.de/files/libhx/libHX-${version}.tar.xz"
+checksum=760018915add802df416acdb5e2a3911139d44ca29e3bfc783d5aff1990db6a0
libHX-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
From 808152d57738381b747d06194d0f3a2af825aa86 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 24 Aug 2024 10:49:47 +0200
Subject: [PATCH 2/5] hxtools: revbump for libHX
---
srcpkgs/hxtools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/hxtools/template b/srcpkgs/hxtools/template
index 5e2c86b1e962df..648b390b72430e 100644
--- a/srcpkgs/hxtools/template
+++ b/srcpkgs/hxtools/template
@@ -1,7 +1,7 @@
# Template file for 'hxtools'
pkgname=hxtools
version=20201116
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libHX-devel"
From 52b09e005703b592a4d1a8bccdfaf9b4adb753ef Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 24 Aug 2024 10:51:17 +0200
Subject: [PATCH 3/5] pam-mount: revbump for libHX
---
srcpkgs/pam-mount/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/pam-mount/template b/srcpkgs/pam-mount/template
index 60e9fa8e882798..b9ab01a7ce9405 100644
--- a/srcpkgs/pam-mount/template
+++ b/srcpkgs/pam-mount/template
@@ -1,7 +1,7 @@
# Template file for 'pam-mount'
pkgname=pam-mount
version=2.20
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--with-ssbindir=/usr/bin --with-slibdir=/usr/lib"
hostmakedepends="perl pkg-config"
From 2209418cfdb07ed39e8d4f048e65ed6640cb0ec6 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 24 Aug 2024 11:10:34 +0200
Subject: [PATCH 4/5] libHX: fix licence identifier
---
srcpkgs/libHX/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libHX/template b/srcpkgs/libHX/template
index 2f5e9c76730e0f..4da0923c9cb24e 100644
--- a/srcpkgs/libHX/template
+++ b/srcpkgs/libHX/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
configure_args="--enable-static"
short_desc="C library providing data structures and common functions"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
homepage="http://libhx.sourceforge.net/"
distfiles="https://inai.de/files/libhx/libHX-${version}.tar.xz"
checksum=760018915add802df416acdb5e2a3911139d44ca29e3bfc783d5aff1990db6a0
From 781977d9cbc212163a6a14a249d52d3ce69e0f49 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 24 Aug 2024 11:16:04 +0200
Subject: [PATCH 5/5] hxtools: fix licence identifier
---
srcpkgs/hxtools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/hxtools/template b/srcpkgs/hxtools/template
index 648b390b72430e..63444b944d310b 100644
--- a/srcpkgs/hxtools/template
+++ b/srcpkgs/hxtools/template
@@ -7,7 +7,7 @@ hostmakedepends="pkg-config"
makedepends="libHX-devel"
short_desc="Collection of small tools over the years by j.eng (inai.de)"
maintainer="nexolight <snow.dream.ch@gmail.com>"
-license="WTFPL, LGPL-2.1/LGPL-3.0, GPL-2.0-or-later"
+license="WTFPL, LGPL-2.0-or-later, GPL-2.0-or-later"
homepage="http://inai.de/projects/hxtools"
distfiles="http://inai.de/files/hxtools/hxtools-${version}.tar.xz"
checksum=c4bf0de4b39892eacb74a148d2587f0611f0abd2a2c4919a0e8e6639a74b7c69
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: libHX: fix dead distfile, update to 4.24.
2024-08-24 8:57 [PR PATCH] libHX: fix dead distfile, update to 4.24 meator
2024-08-24 9:16 ` [PR PATCH] [Updated] " meator
@ 2024-08-24 9:18 ` meator
2024-08-24 9:28 ` meator
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: meator @ 2024-08-24 9:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 374 bytes --]
New comment by meator on void-packages repository
https://github.com/void-linux/void-packages/pull/51965#issuecomment-2308249249
Comment:
I changed the licence identifiers for `libHX` and `hxtools` to satisfy `xlint`, but `hxtools` licencing is more complicated. All applicable licences are listed here: https://codeberg.org/jengelh/hxtools/src/branch/master/LICENSES.txt
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: libHX: fix dead distfile, update to 4.24.
2024-08-24 8:57 [PR PATCH] libHX: fix dead distfile, update to 4.24 meator
2024-08-24 9:16 ` [PR PATCH] [Updated] " meator
2024-08-24 9:18 ` meator
@ 2024-08-24 9:28 ` meator
2024-08-24 14:55 ` classabbyamp
2024-09-24 21:03 ` [PR PATCH] [Closed]: " classabbyamp
4 siblings, 0 replies; 6+ messages in thread
From: meator @ 2024-08-24 9:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 476 bytes --]
New comment by meator on void-packages repository
https://github.com/void-linux/void-packages/pull/51965#issuecomment-2308260635
Comment:
It's kinda bad that `hxtools` conflicts with `bsd-games`. The commit that introduced the conflict, 052005169c87, refers to #7183 which seems to be completely unrelated to the issue. I wonder if this could be fixed in some sane way. I'm unsure whether splitting `hxtools`, `bsd-games` or both to separate `/usr/bin/rot13` is acceptable.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: libHX: fix dead distfile, update to 4.24.
2024-08-24 8:57 [PR PATCH] libHX: fix dead distfile, update to 4.24 meator
` (2 preceding siblings ...)
2024-08-24 9:28 ` meator
@ 2024-08-24 14:55 ` classabbyamp
2024-09-24 21:03 ` [PR PATCH] [Closed]: " classabbyamp
4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-08-24 14:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 250 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/51965#issuecomment-2308421491
Comment:
> which seems to be completely unrelated to the issue
it's referring to an issue in the previous org
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Closed]: libHX: fix dead distfile, update to 4.24.
2024-08-24 8:57 [PR PATCH] libHX: fix dead distfile, update to 4.24 meator
` (3 preceding siblings ...)
2024-08-24 14:55 ` classabbyamp
@ 2024-09-24 21:03 ` classabbyamp
4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-09-24 21:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1101 bytes --]
There's a closed pull request on the void-packages repository
libHX: fix dead distfile, update to 4.24.
https://github.com/void-linux/void-packages/pull/51965
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-24 21:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-24 8:57 [PR PATCH] libHX: fix dead distfile, update to 4.24 meator
2024-08-24 9:16 ` [PR PATCH] [Updated] " meator
2024-08-24 9:18 ` meator
2024-08-24 9:28 ` meator
2024-08-24 14:55 ` classabbyamp
2024-09-24 21:03 ` [PR PATCH] [Closed]: " classabbyamp
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).