summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/hiredis: Stabilize 1.1.0-r1 ppc, #899512Matoro Mahri2024-05-191-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-libs/hiredis: Stabilize 1.1.0-r1 arm, #899512Matoro Mahri2024-05-171-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/hiredis: avoid default -WerrorPetr Vaněk2024-04-202-10/+37
| | | | | | | | | | | | | | | Upstream introduced unconditional addition of -Werror flag in hiredis-1.2.0 in commit [1]. This was changed to conditional addition controlled by USE_WERROR variable later in commit [2]. This change backports it in form of patch. Additionally, emake newly takes arguments from local myconf array. [1] https://github.com/redis/hiredis/commit/5cbd1f2960662c18b1d2b2dac7352f2b5b1ba776 [2] https://github.com/redis/hiredis/commit/bff171c9fc83f8abed9a283a3da2dc91a5671419 Closes: https://bugs.gentoo.org/930336 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-libs/hiredis: Stabilize 1.1.0-r1 x86, #899512Michał Górny2024-04-201-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/hiredis: Stabilize 1.1.0-r1 amd64, #899512Michał Górny2024-04-201-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/hiredis: Stabilize 1.1.0-r1 arm64, #899512Sam James2024-04-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: Stabilize 1.1.0-r1 ppc64, #899512Sam James2024-04-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: remove unused sedPetr Vaněk2024-04-191-7/+0
| | | | | | | | | The sed does nothing because the pattern no longer exists in the Makefile, it was removed in commit [1]. [1] https://github.com/redis/hiredis/commit/2cb203c1e99441172052f63afedd501ee2cedb65 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-libs/hiredis: add 1.2.0Petr Vaněk2024-04-192-0/+97
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-libs/hiredis: correct hiredis-test parameterPetr Vaněk2024-04-191-2/+2
| | | | | | | | | | | | | | | | The -p parameter expects redis port, not PID. Tests still fail, but those issues were fixed in version 1.1.0, which is about to be stabilized, therefore, I don't think we have to spend time fixing them. Failures are most probably related to used redis server version, see comments in [1]. [1] https://github.com/redis/hiredis/commit/b455b33818be4dab51777433fcac0d15e0c221ec Closes: https://bugs.gentoo.org/864795 Closes: https://bugs.gentoo.org/866944 Closes: https://bugs.gentoo.org/880395 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-libs/hiredis: fix tests for 1.1.0Petr Vaněk2024-04-192-3/+22
| | | | | | | | | | | | | It was necessary to correct test parameters, because the -p parameter expects redis port number, not PID. All previously disabled tests pass, however, new "Async connect timeout" test was introduced in 1.1.0 version which requires non-localhost IP address. This test is disabled by a new patch which replaced the original one. Closes: https://bugs.gentoo.org/920297 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-libs/hiredis: Correct prefix in hiredis_ssl.pcPetr Vaněk2023-08-172-3/+3
| | | | | | | | | | | Ensure hiredis_ssl.pc is generated during the compile phase. Without this, it contains the $ED prefix from the install phase. It's safe to generate it, even if not installed when USE=-ssl is specified. Closes: https://bugs.gentoo.org/912367 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/32345 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: drop 0.14.1John Helmert III2023-05-224-131/+0
| | | | | | Bug: https://bugs.gentoo.org/816318 Signed-off-by: John Helmert III <ajak@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/31137
* dev-libs/hiredis: Stabilize 1.1.0 sparc, #899512Arthur Zamarin2023-03-041-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/hiredis: keyword 1.1.0 for ~loongWANG Xuerui2022-11-301-1/+1
| | | | | | | | | | | Fails one test: > Testing asynchronous API against TCP connection (127.0.0.1:0): > Connection error: Connection refused But amd64 fails this too. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-libs/hiredis: enable async testsSam James2022-11-171-1/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: add README noteSam James2022-11-171-0/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: update EAPI 7 -> 8Sam James2022-11-171-4/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: add 1.1.0Sam James2022-11-172-0/+90
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: fix RDEPENDSam James2022-03-161-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: drop 1.0.0-r1Sam James2022-01-012-88/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: Stabilize 1.0.2-r1 arm64, #820170Arthur Zamarin2021-11-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/hiredis: Stabilize 1.0.2-r1 arm, #820170Arthur Zamarin2021-11-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/hiredis: drop 1.0.1-r1Sam James2021-10-312-88/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: fix 1.0.2 subslotSam James2021-10-311-3/+3
| | | | | | | I'm not sure what I was thinking earlier. Unlucky consumer who rebuilt against the erroneous 1.0.1 will want it and it's gone now. Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: stabilize 1.0.2 for amd64, ppc, ppc64, sparc, x86Sam James2021-10-311-1/+1
| | | | | | | | | Identical to 1.0.1 w/o SONAME change. Bug: https://bugs.gentoo.org/820170 Closes: https://bugs.gentoo.org/820386 Closes: https://github.com/gentoo/gentoo/pull/22714 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: add 1.0.2Sam James2021-10-312-0/+90
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: revbump for subslot changeSam James2021-10-271-0/+0
| | | | | | | | | | | | We need a revbump to propagate subslot changes, otherwise we're just relying on preserve-libs to not leave users with broken binaries. (Not sure whether the change was intentional upstream but it's definitely happened, so let's go with it.) Fixes: 714f6c8ea46dd70e5b8178b174fac513978a503f Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: Update sub-slot for automatic rebuildSven Wegener2021-10-261-1/+1
| | | | | | | | The soname of the library has been updated from libhiredis.so.1.0.0 to libhiredis.so.1.0.1. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sven Wegener <swegener@gentoo.org>
* dev-libs/hiredis: x86 stable wrt bug #820170Agostino Sarubbo2021-10-261-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/hiredis: amd64 stable wrt bug #820170Agostino Sarubbo2021-10-261-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/hiredis: Stabilize 1.0.1 sparc, #820170Sam James2021-10-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: Stabilize 1.0.1 ppc64, #820170Sam James2021-10-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: Stabilize 1.0.1 ppc, #820170Sam James2021-10-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: add 1.0.1Sam James2021-10-052-0/+88
| | | | | Bug: https://bugs.gentoo.org/816318 Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-libs/hiredis: keyword 1.0.0-r1 for ~riscvMarek Szuba2021-07-261-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/hiredis: fix *DEPENDSam James2021-06-211-4/+3
| | | | | | | | | * Redis is needed as a BDEPEND for tests. * Add missing subslot operator for OpenSSL given it's going to break ABI from 1.1.x -> 3.x. * Set RDEPEND="${DEPEND}". Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: drop s390 to ~s390 (unstable)Sam James2021-04-052-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: style changesSam James2021-03-232-20/+27
| | | | | | | | | * Don't quote EAPI * Use Bash tests, not POSIX * Define PATCHES in global scope * sam-style semicolons Signed-off-by: Sam James <sam@gentoo.org>
* Revert "dev-libs/hiredis: remove 0.14.1"Sam James2021-03-042-0/+82
| | | | | | This reverts commit 3cb8d20c8f4e3d211e1acfc05cb7fc3ea4dc3a2d. Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: remove 0.14.1Sam James2021-03-042-82/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: adopt packageSam James2021-02-051-1/+4
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: Stabilize 1.0.0 s390, #753407Sam James2020-12-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: drop down to ~hppaSergei Trofimovich2020-11-252-2/+2
| | | | | Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/hiredis: sparc stable wrt bug #753407Agostino Sarubbo2020-11-171-1/+1
| | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/hiredis: Stabilize 1.0.0 amd64, #753407Sam James2020-11-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: x86 stable (bug #753407)Thomas Deutschmann2020-11-121-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-libs/hiredis: Stabilize 1.0.0 arm, #753407Sam James2020-11-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/hiredis: Stabilize 1.0.0 arm64, #753407Sam James2020-11-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>