Port details |
- hiredis Minimalistic C client library for the Redis database
- 1.2.0.15 databases =6 1.2.0.15Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2011-01-31 11:44:11
- Last Update: 2024-04-14 19:52:59
- Commit Hash: f72286b
- People watching this port, also watch:: pinentry-tty, libevent, indexinfo, xorg-fonts-truetype, p5-Error
- License: BSD3CLAUSE
- WWW:
- https://github.com/redis/hiredis
- Description:
- Hiredis is a minimalistic C client library for the Redis database.
It is minimalistic because it just adds minimal support for the protocol,
but at the same time it uses an high level printf-alike API in order to make
it much higher level than otherwise suggested by its minimal code base and
the lack of explicit bindings for every Redis command.
Apart from supporting sending commands and receiving replies, it comes with
a reply parser that is decoupled from the I/O layer. It is a stream parser
designed for easy reusability, which can for instance be used in higher
level language bindings for efficient reply parsing.
Hiredis only supports the binary-safe Redis protocol, so you can use it with
any Redis version >= 1.2.0.
The library comes with multiple APIs. There is the synchronous API, the
asynchronous API and the reply parsing API.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- hiredis>0:databases/hiredis
- To install the port:
- cd /usr/ports/databases/hiredis/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/hiredis
- pkg install hiredis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hiredis
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711298380
SHA256 (redis-hiredis-v1.2.0-15-7ab6b82_GH0.tar.gz) = fb136fc3f5bce774eb92709e1d041fa851e1130e95cc3aea5b871b91ff0ce4c5
SIZE (redis-hiredis-v1.2.0-15-7ab6b82_GH0.tar.gz) = 128129
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- databases/py-hiredis
- mail/opensmtpd-extras-table-redis
- net/ntopng
- net/opensips31
- net/turnserver
- net-mgmt/fastnetmon
- security/gvm-libs
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- databases_hiredis
- USES:
- cmake cpe pathfix ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0.15 14 Apr 2024 19:52:59 |
Daniel Engberg (diizzy) |
databases/hiredis: Update to upstream commit 7ab6b82
* Disable tests as they require a redis-server
Changelog:
https://github.com/redis/hiredis/compare/v1.0.2...7ab6b82
PR: 277927
Approved by: portmgr (maintainer timeout, 2+ weeks) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.2 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.2 29 Apr 2022 19:35:58 |
Jimmy Olgeni (olgeni) |
databases/hiredis: update to version 1.0.2
PR: 263647
Reported by: Sascha Biberhofer
Security: CVE-2021-32765 |
0.13.3 20 Sep 2021 14:27:16 |
Bernhard Froehlich (decke) |
databases/hiredis: Add CPE information
Approved by: portmgr (blanket) |
0.13.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.13.3 25 Jun 2017 15:03:32 |
sunpoet |
Fix WWW
Approved by: portmgr (blanket) |
0.13.3 16 Sep 2015 10:35:31 |
olgeni |
Upgrade to version 0.13.3.
The fix from r397044 was merged upstream. |
0.13.2_1 16 Sep 2015 09:46:14 |
olgeni |
Revert upstream commit 1db17f2.
Clearing REDIS_CONNECTED causes hiredis not to call the async
disconnection callback (see GitHub issue #359). |
0.13.2 25 Aug 2015 19:31:55 |
olgeni |
Upgrade to version 0.13.2. |
0.13.1 04 Jul 2015 00:26:50 |
olgeni |
Project has moved: fix WWW tag. |
0.13.1 06 May 2015 11:39:34 |
olgeni |
Upgrade to version 0.13.1 and take maintainership from ports@. |
0.12.1_1 16 Apr 2015 20:13:44 |
gblach |
Back to the pool.
Currently and in near future I don't have time to be responsible
for any port. |
0.12.1_1 13 Mar 2015 20:49:11 |
gblach |
Fix pkgconf file
PR: 198513
Obtained from: github.com/redis/hiredis |
0.12.1 07 Mar 2015 13:19:47 |
antoine |
gmake:lite is only intended to be used for possible gmake dependencies |
0.12.1 23 Feb 2015 18:48:41 |
gblach |
- Update to 0.12.1
- Strip libhiredis.so |
0.11.0 05 Dec 2014 00:30:20 |
feld |
Update "BSD" licenses in databases category |
0.11.0 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
0.11.0 29 Sep 2013 00:02:59 |
gblach |
- Convert USE_GMAKE=yes to USES=gmake
- Support staging
Approved by: crees, tabthorpe (mentors, implicit) |
0.11.0 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.11.0 01 Dec 2012 16:29:13 |
gblach |
- Changes GH_ACCOUNT to redis
- Use PORTVERSION instead of DISTVERSION
- Update distinfo (Only difference from previous tarball is changed
account in directory name)
Approved by: crees (mentor)
Feature safe: yes |
0.11.0 04 Nov 2012 13:05:06 |
gblach |
- Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form
Feature safe: yes |
0.11.0 19 Sep 2012 19:23:17 |
crees |
Redefining ARCH is not such a good idea |
0.11.0 14 Sep 2012 01:55:01 |
bdrewery |
- Update to 0.11.0
- Switch to using USE_GITHUB
PR: ports/171619
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) |
0.10.1 16 Sep 2011 07:14:52 |
vanilla |
Fix build error with clang (do not need to bump PORTREVISION).
PR: ports/160753
Submitted by: maintainer |
0.10.1 20 Jun 2011 03:13:57 |
wen |
- Update to 0.10.1
PR: ports/158039
Submitted by: "Grzegorz Blach" <magik@roorback.net> (maintainer) |
0.10.0 02 May 2011 23:24:32 |
beech |
-Update to 0.10.0
PR: ports/156705
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by: itetcu (mentor)(implicit) |
0.9.2 31 Jan 2011 11:43:02 |
miwi |
Hiredis is a minimalistic C client library for the Redis database.
It is minimalistic because it just adds minimal support for the protocol,
but at the same time it uses an high level printf-alike API in order to make
it much higher level than otherwise suggested by its minimal code base and
the lack of explicit bindings for every Redis command.
Apart from supporting sending commands and receiving replies, it comes with
a reply parser that is decoupled from the I/O layer. It is a stream parser
designed for easy reusability, which can for instance be used in higher
level language bindings for efficient reply parsing.
Hiredis only supports the binary-safe Redis protocol, so you can use it with
any Redis version >= 1.2.0.
The library comes with multiple APIs. There is the synchronous API, the
asynchronous API and the reply parsing API.
WWW: https://github.com/antirez/hiredis
PR: ports/153535
Submitted by: Grzegorz Blach <magik at roorback.net>
Feature safe: yes |