Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hiredis: update to 1.0.0.
@ 2020-09-21 16:15 kiwec
  2020-09-21 17:34 ` Chocimier
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kiwec @ 2020-09-21 16:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kiwec/void-packages master
https://github.com/void-linux/void-packages/pull/25012

hiredis: update to 1.0.0.
`hiredis-devel` is 1.0.0, that was a nasty surprise... :/

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

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

From 3a24c08b78b0693f2cf749f6e88310e90c68f31e Mon Sep 17 00:00:00 2001
From: Wolf Clement <c.wolf@kiwec.net>
Date: Mon, 21 Sep 2020 18:11:46 +0200
Subject: [PATCH] hiredis: update to 1.0.0.

---
 common/shlibs            | 2 +-
 srcpkgs/hiredis/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 0213d5cb8a1..356ec160bca 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2332,7 +2332,7 @@ libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
 libQupZilla.so.2 qupzilla-2.0.0_1
 libinjeqt.so.1 injeqt-1.1.0_1
 libgadu.so.3 libgadu-1.12.1_1
-libhiredis.so.0.14 hiredis-0.14.0_1
+libhiredis.so.1.0.0 hiredis-1.0.0_1
 libIL.so.1 devil-1.7.8_1
 libILU.so.1 devil-1.7.8_1
 libILUT.so.1 devil-1.7.8_1
diff --git a/srcpkgs/hiredis/template b/srcpkgs/hiredis/template
index abeb584f4dd..15da33a9c7c 100644
--- a/srcpkgs/hiredis/template
+++ b/srcpkgs/hiredis/template
@@ -1,6 +1,6 @@
 # Template file for 'hiredis'
 pkgname=hiredis
-version=0.14.1
+version=1.0.0
 revision=1
 build_style=gnu-makefile
 checkdepends="redis"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/redis/hiredis"
 distfiles="https://github.com/redis/hiredis/archive/v${version}.tar.gz"
-checksum=2663b2aed9fd430507e30fc5e63274ee40cdd1a296026e22eafd7d99b01c8913
+checksum=2a0b5fe5119ec973a0c1966bfc4bd7ed39dbce1cb6d749064af9121fe971936f
 
 post_install() {
 	vlicense COPYING

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

* Re: hiredis: update to 1.0.0.
  2020-09-21 16:15 [PR PATCH] hiredis: update to 1.0.0 kiwec
@ 2020-09-21 17:34 ` Chocimier
  2020-09-29 18:16 ` ahesford
  2020-09-29 18:16 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2020-09-21 17:34 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25012#issuecomment-696262223

Comment:
You need to revbump packages depending on this.

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

* Re: hiredis: update to 1.0.0.
  2020-09-21 16:15 [PR PATCH] hiredis: update to 1.0.0 kiwec
  2020-09-21 17:34 ` Chocimier
@ 2020-09-29 18:16 ` ahesford
  2020-09-29 18:16 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-09-29 18:16 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25012#issuecomment-700892634

Comment:
Obsolete with 716a70bf22, 1ab3810ef, 99da86ab, d72ef429737.

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

* Re: [PR PATCH] [Closed]: hiredis: update to 1.0.0.
  2020-09-21 16:15 [PR PATCH] hiredis: update to 1.0.0 kiwec
  2020-09-21 17:34 ` Chocimier
  2020-09-29 18:16 ` ahesford
@ 2020-09-29 18:16 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-09-29 18:16 UTC (permalink / raw)
  To: ml

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

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

hiredis: update to 1.0.0.
https://github.com/void-linux/void-packages/pull/25012

Description:
`hiredis-devel` is 1.0.0, that was a nasty surprise... :/

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

end of thread, other threads:[~2020-09-29 18:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21 16:15 [PR PATCH] hiredis: update to 1.0.0 kiwec
2020-09-21 17:34 ` Chocimier
2020-09-29 18:16 ` ahesford
2020-09-29 18:16 ` [PR PATCH] [Closed]: " ahesford

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