Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] uthash: update to 2.3.0.
@ 2021-10-02 13:50 bertronika
  2021-10-02 14:45 ` Chocimier
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bertronika @ 2021-10-02 13:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages uthash
https://github.com/void-linux/void-packages/pull/33265

uthash: update to 2.3.0.
<!-- 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### 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)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

I haven't done any crossbuilds since this is a header-only library. Project's ChangeLog.txt doesn't mention any changes regarding system architectures, so I believe we should be fine.

The 2.3.0 version is used in one of programs I'm developing, and no errors regarding the library are generated.

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

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

From 5a990fa3bba776b43c73d2d2210415341eda5f63 Mon Sep 17 00:00:00 2001
From: bertronika <nejc@bertoncelj.eu.org>
Date: Sat, 2 Oct 2021 15:30:10 +0200
Subject: [PATCH] uthash: update to 2.3.0.

---
 srcpkgs/uthash/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/uthash/template b/srcpkgs/uthash/template
index dd689bd7ebc0..73783f94787e 100644
--- a/srcpkgs/uthash/template
+++ b/srcpkgs/uthash/template
@@ -1,13 +1,13 @@
 # Template file for 'uthash'
 pkgname=uthash
-version=2.1.0
+version=2.3.0
 revision=1
 short_desc="A hash table for C structures"
 maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="BSD-2-Clause"
 homepage="http://troydhanson.github.com/uthash/"
 distfiles="https://github.com/troydhanson/uthash/archive/v${version}.tar.gz"
-checksum=152ccd8e64d0f495377232e3964d06c7ec8bb8c3fbd3217f8a5702614f9a669e
+checksum=e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc
 
 do_install() {
 	vmkdir usr/include

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

* Re: uthash: update to 2.3.0.
  2021-10-02 13:50 [PR PATCH] uthash: update to 2.3.0 bertronika
@ 2021-10-02 14:45 ` Chocimier
  2021-10-02 15:48 ` [PR PATCH] [Updated] " bertronika
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2021-10-02 14:45 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/33265#issuecomment-932764029

Comment:
Project's ChangeLog.txt mentions removal of few functions. Packages using this one should be checked if they still build.
Please fix xlint, add link to plaintext changelog.

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

* Re: [PR PATCH] [Updated] uthash: update to 2.3.0.
  2021-10-02 13:50 [PR PATCH] uthash: update to 2.3.0 bertronika
  2021-10-02 14:45 ` Chocimier
@ 2021-10-02 15:48 ` bertronika
  2021-10-02 15:54 ` bertronika
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bertronika @ 2021-10-02 15:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages uthash
https://github.com/void-linux/void-packages/pull/33265

uthash: update to 2.3.0.
<!-- 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### 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)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

I haven't done any crossbuilds since this is a header-only library. Project's ChangeLog.txt doesn't mention any changes regarding system architectures, so I believe we should be fine.

The 2.3.0 version is used in one of programs I'm developing, and no errors regarding the library are generated.

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

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

From cd71918e3a6a7e964360d600970cf631d2c969b7 Mon Sep 17 00:00:00 2001
From: bertronika <nejc@bertoncelj.eu.org>
Date: Sat, 2 Oct 2021 15:30:10 +0200
Subject: [PATCH] uthash: update to 2.3.0.

Upstream changelog has been added and short description now passes
xlint.
---
 srcpkgs/uthash/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/uthash/template b/srcpkgs/uthash/template
index dd689bd7ebc0..6aa2f663db7a 100644
--- a/srcpkgs/uthash/template
+++ b/srcpkgs/uthash/template
@@ -1,13 +1,14 @@
 # Template file for 'uthash'
 pkgname=uthash
-version=2.1.0
+version=2.3.0
 revision=1
-short_desc="A hash table for C structures"
+short_desc="Hash table for C structures"
 maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="BSD-2-Clause"
 homepage="http://troydhanson.github.com/uthash/"
+changelog="https://raw.githubusercontent.com/troydhanson/uthash/master/doc/ChangeLog.txt"
 distfiles="https://github.com/troydhanson/uthash/archive/v${version}.tar.gz"
-checksum=152ccd8e64d0f495377232e3964d06c7ec8bb8c3fbd3217f8a5702614f9a669e
+checksum=e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc
 
 do_install() {
 	vmkdir usr/include

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

* Re: uthash: update to 2.3.0.
  2021-10-02 13:50 [PR PATCH] uthash: update to 2.3.0 bertronika
  2021-10-02 14:45 ` Chocimier
  2021-10-02 15:48 ` [PR PATCH] [Updated] " bertronika
@ 2021-10-02 15:54 ` bertronika
  2021-10-25 20:32 ` Piraty
  2021-10-25 20:34 ` [PR PATCH] [Closed]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: bertronika @ 2021-10-02 15:54 UTC (permalink / raw)
  To: ml

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

New comment by bertronika on void-packages repository

https://github.com/void-linux/void-packages/pull/33265#issuecomment-932774326

Comment:
I've amended the commit - added upstream changelog, fixed short description.

Regarding uthash deprecating functions: following seems to have been removed since 2.1.0:
- `HASH_FCN`
- `uthash_memcmp`
- `HASH_MUR`
- `oom` separated to `utarray_oom` and `utstring_oom`

I've checked upstream repos for the following packages, gathered with `grep -rli utash` in void-packages/srcpkgs:
- alttab
- picom
- xcb-imdkit
- burp2-server
- rmilter
- logtop
- mle
- mhddfs
- mosquitto

There were also a couple of patches:
- wordgrinder/patches/fix-xft-include.patch
- rmilter/patches/de-vendor.patch

As far as I can tell, none of the packages and patches are using the deprecated functions. Only occurrences of them were in `uthash.h` and other `ut*.h` files, included upstream, meaning those packages don't even depend on Void's version.


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

* Re: uthash: update to 2.3.0.
  2021-10-02 13:50 [PR PATCH] uthash: update to 2.3.0 bertronika
                   ` (2 preceding siblings ...)
  2021-10-02 15:54 ` bertronika
@ 2021-10-25 20:32 ` Piraty
  2021-10-25 20:34 ` [PR PATCH] [Closed]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2021-10-25 20:32 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/33265#issuecomment-951301391

Comment:
dependant packages build fine:

```shell
for p in $(grep -rl uthash srcpkgs | cut -d/ -f2) ; do ./xbps-src pkg $p ; done
```

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

* Re: [PR PATCH] [Closed]: uthash: update to 2.3.0.
  2021-10-02 13:50 [PR PATCH] uthash: update to 2.3.0 bertronika
                   ` (3 preceding siblings ...)
  2021-10-25 20:32 ` Piraty
@ 2021-10-25 20:34 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2021-10-25 20:34 UTC (permalink / raw)
  To: ml

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

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

uthash: update to 2.3.0.
https://github.com/void-linux/void-packages/pull/33265

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### 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)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

I haven't done any crossbuilds since this is a header-only library. Project's ChangeLog.txt doesn't mention any changes regarding system architectures, so I believe we should be fine.

The 2.3.0 version is used in one of programs I'm developing, and no errors regarding the library are generated.

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

end of thread, other threads:[~2021-10-25 20:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-02 13:50 [PR PATCH] uthash: update to 2.3.0 bertronika
2021-10-02 14:45 ` Chocimier
2021-10-02 15:48 ` [PR PATCH] [Updated] " bertronika
2021-10-02 15:54 ` bertronika
2021-10-25 20:32 ` Piraty
2021-10-25 20:34 ` [PR PATCH] [Closed]: " Piraty

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