notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: databases/hiredis/distinfo

Number of commits found: 12

Friday, 6 Jun 2025
21:11 Jimmy Olgeni (olgeni) search for other commits by this committer
databases/hiredis: update to 1.3.0 and add static library support

- Update version from 1.2.0 to 1.3.0
- Add patch to build both static and shared libraries
- Install both libhiredis.a and libhiredis_ssl.a static libraries

PR:		286958
Submitted by:	adamw
commit hash: abf52caabe73fc85b3d422716158df2e9558fc10 commit hash: abf52caabe73fc85b3d422716158df2e9558fc10 commit hash: abf52caabe73fc85b3d422716158df2e9558fc10 commit hash: abf52caabe73fc85b3d422716158df2e9558fc10 abf52ca
Sunday, 14 Apr 2024
19:52 Daniel Engberg (diizzy) search for other commits by this committer
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)
commit hash: f72286bcc45dc7ed789e71752c13c2ba61bedfe4 commit hash: f72286bcc45dc7ed789e71752c13c2ba61bedfe4 commit hash: f72286bcc45dc7ed789e71752c13c2ba61bedfe4 commit hash: f72286bcc45dc7ed789e71752c13c2ba61bedfe4 f72286b
Friday, 29 Apr 2022
19:35 Jimmy Olgeni (olgeni) search for other commits by this committer
databases/hiredis: update to version 1.0.2

PR:		263647
Reported by:	Sascha Biberhofer
Security:	CVE-2021-32765
commit hash: ea22326bc83adc9044979bdb6887270ecc57e718 commit hash: ea22326bc83adc9044979bdb6887270ecc57e718 commit hash: ea22326bc83adc9044979bdb6887270ecc57e718 commit hash: ea22326bc83adc9044979bdb6887270ecc57e718 ea22326
Wednesday, 16 Sep 2015
10:35 olgeni search for other commits by this committer
Upgrade to version 0.13.3.

The fix from r397044 was merged upstream.
Original commitRevision:397051 
Tuesday, 25 Aug 2015
19:31 olgeni search for other commits by this committer
Upgrade to version 0.13.2.
Original commitRevision:395308 
Wednesday, 6 May 2015
11:39 olgeni search for other commits by this committer
Upgrade to version 0.13.1 and take maintainership from ports@.
Original commitRevision:385511 
Monday, 23 Feb 2015
18:48 gblach search for other commits by this committer
- Update to 0.12.1
- Strip libhiredis.so
Original commitRevision:379699 
Saturday, 1 Dec 2012
16:29 gblach search for other commits by this committer
- 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
Original commitRevision:308079 
Friday, 14 Sep 2012
01:55 bdrewery search for other commits by this committer
- Update to 0.11.0
- Switch to using USE_GITHUB

PR:		ports/171619
Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
Original commitRevision:304240 
Monday, 20 Jun 2011
03:13 wen search for other commits by this committer
- Update to 0.10.1

PR:             ports/158039
Submitted by:   "Grzegorz Blach" <magik@roorback.net> (maintainer)
Original commit
Monday, 2 May 2011
23:24 beech search for other commits by this committer
-Update to 0.10.0

PR:             ports/156705
Submitted by:   Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by:    itetcu (mentor)(implicit)
Original commit
Monday, 31 Jan 2011
11:43 miwi search for other commits by this committer
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
Original commit

Number of commits found: 12