Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669554 - dev-libs/hiredis-0.14.0: version bump
Summary: dev-libs/hiredis-0.14.0: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-10-25 07:03 UTC by Tomáš Mózes
Modified: 2018-10-26 09:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2018-10-25 07:03:25 UTC
0.14.0 (2018-09-25)

    Make string2ll static to fix conflict with Redis (Tom Lee [c3188b])
    Use -dynamiclib instead of -shared for OSX (Ryan Schmidt [a65537])
    Use string2ll from Redis w/added tests (Michael Grunder [7bef04, 60f622])
    Makefile - OSX compilation fixes (Ryan Schmidt [881fcb, 0e9af8])
    Remove redundant NULL checks (Justin Brewer [54acc8, 58e6b8])
    Fix bulk and multi-bulk length truncation (Justin Brewer [109197])
    Fix SIGSEGV in OpenBSD by checking for NULL before calling freeaddrinfo (Justin Brewer [546d94])
    Several POSIX compatibility fixes (Justin Brewer [bbeab8, 49bbaa, d1c1b6])
    Makefile - Compatibility fixes (Dimitri Vorobiev [3238cf, 12a9d1])
    Makefile - Fix make install on FreeBSD (Zach Shipko [a2ef2b])
    Makefile - don't assume $(INSTALL) is cp (Igor Gnatenko [725a96])
    Separate side-effect causing function from assert and small cleanup (amallia [b46413, 3c3234])
    Don't send negative values to __redisAsyncCommand (Frederik Deweerdt [706129])
    Fix leak if setsockopt fails (Frederik Deweerdt [e21c9c])
    Fix libevent leak (zfz [515228])
    Clean up GCC warning (Ichito Nagata [2ec774])
    Keep track of errno in __redisSetErrorFromErrno() as snprintf may use it (Jin Qing [25cd88])
    Solaris compilation fix (Donald Whyte [41b07d])
    Reorder linker arguments when building examples (Tustfarm-heart [06eedd])
    Keep track of subscriptions in case of rapid subscribe/unsubscribe (Hyungjin Kim [073dc8, be76c5, d46999])
    libuv use after free fix (Paul Scott [cbb956])
    Properly close socket fd on reconnect attempt (WSL [64d1ec])
    Skip valgrind in OSX tests (Jan-Erik Rediger [9deb78])
    Various updates for Travis testing OSX (Ted Nyman [fa3774, 16a459, bc0ea5])
    Update libevent (Chris Xin [386802])
    Change sds.h for building in C++ projects (Ali Volkan ATLI [f5b32e])
    Use proper format specifier in redisFormatSdsCommandArgv (Paulino Huerta, Jan-Erik Rediger [360a06, 8655a6])
    Better handling of NULL reply in example code (Jan-Erik Rediger [1b8ed3])
    Prevent overflow when formatting an error (Jan-Erik Rediger [0335cb])
    Compatibility fix for strerror_r (Tom Lee [bb1747])
    Properly detect integer parse/overflow errors (Justin Brewer [93421f])
    Adds CI for Windows and cygwin fixes (owent, [6c53d6, 6c3e40])
    Catch a buffer overflow when formatting the error message
    Import latest upstream sds. This breaks applications that are linked against the old hiredis v0.13
    Fix warnings, when compiled with -Wshadow
    Make hiredis compile in Cygwin on Windows, now CI-tested

BREAKING CHANGES:

    Remove backwards compatibility macro's

This removes the following old function aliases, use the new name now:
Old 	New
redisReplyReaderCreate 	redisReaderCreate
redisReplyReaderCreate 	redisReaderCreate
redisReplyReaderFree 	redisReaderFree
redisReplyReaderFeed 	redisReaderFeed
redisReplyReaderGetReply 	redisReaderGetReply
redisReplyReaderSetPrivdata 	redisReaderSetPrivdata
redisReplyReaderGetObject 	redisReaderGetObject
redisReplyReaderGetError 	redisReaderGetError

    The DEBUG variable in the Makefile was renamed to DEBUG_FLAGS

Previously it broke some builds for people that had DEBUG set to some arbitrary value, due to debugging other software. By renaming we avoid unintentional name clashes.

Simply rename DEBUG to DEBUG_FLAGS in your environment to make it working again.
Comment 1 Larry the Git Cow gentoo-dev 2018-10-26 09:50:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a31490e10134dfacead33b97686749e61c6652

commit 35a31490e10134dfacead33b97686749e61c6652
Author:     Tomas Mozes <hydrapolic@gmail.com>
AuthorDate: 2018-10-25 07:16:54 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-10-26 09:50:00 +0000

    dev-libs/hiredis: bump to 0.14.0
    
    Bug: https://bugs.gentoo.org/669484
    Closes: https://bugs.gentoo.org/669554
    Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11
    Closes: https://github.com/gentoo/gentoo/pull/10223
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-libs/hiredis/Manifest              |  1 +
 dev-libs/hiredis/hiredis-0.14.0.ebuild | 78 ++++++++++++++++++++++++++++++++++
 2 files changed, 79 insertions(+)