Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533000 - dev-db/redis-2.8.19 version bump
Summary: dev-db/redis-2.8.19 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: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-19 07:08 UTC by Zac Medico
Modified: 2014-12-21 09:48 UTC (History)
4 users (show)

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


Attachments
diff from redis-2.8.17.ebuild to redis-2.8.19.ebuild (redis-2.8.19.ebuild.diff,856 bytes, patch)
2014-12-19 07:08 UTC, Zac Medico
Details | Diff
updated sharedlua patch, adds REDIS_SERVER_OBJ+= lua_bit.o fpconv.o (redis-2.8.19-sharedlua.patch,1.84 KB, patch)
2014-12-19 07:13 UTC, Zac Medico
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zac Medico gentoo-dev 2014-12-19 07:08:22 UTC
Created attachment 392010 [details, diff]
diff from redis-2.8.17.ebuild to redis-2.8.19.ebuild

--[ Redis 2.8.19 ] Release date: 16 Dec 2014

# UPGRADE URGENCY: LOW for both Redis and Sentinel. This release mostly
                   fixes small issues.

02d465c Don't log admin commands in MONITOR. (antirez)
4d8f426 List of commands flagged as admin commands modified. (antirez)
e47e460 Lua cmsgpack lib updated to latest version. (antirez)
5509c14 Add symlink to redis-sentinel during make install (Rhommel Lamas)
7de1ef7 SORT: Don't sort Set elements if not needed. (antirez)
e945a54 Fix zero-ordering SORT when called against lists (Matt Stancliff)
d81c383 Update redis_init_script.tpl (Ben Dowling)
dba57ea FIXED redis-benchmark's idle mode.With idle mode shouldn't create write event (zhanghailei)
888ea17 zipmap.c: update comments above (Sun He)
86ebc13 replaced // comments  #2150 (Deepak Verma)
3d73f08 redis-benchmark AUTH command to be discarded after the first send #2150 (azure provisioned user)
76d53a6 sds.c: Correct two spelling mistakes in comments (Sun He)
4848cf9 sds.c/sdscatvprintf: set va_end to finish va_list cpy (Sun He)
d2f584f sds.c: Correct some comments (Sun He)
2ed3f09 Update whatisdoing.sh (Serghei Iakovlev)
77b997d Include stropts only if __sun is defined. (antirez)
d409371 Fix implicit declaration of ioctl on Solaris (Jan-Erik Rediger)
23b96c0 Silence _BSD_SOURCE warnings in glibc 2.20 and forward (Johan Bergström)
a47a042 Mark whatisdoing.sh as deprecated in top-comment. (antirez)
b5737d2 getting pid fixes (Serghei Iakovlev)
a598e08 sparkline.c: AddSample skip Empty label (Sun He)
7d480ab sparkline.c: mov label-ini into the AddSample Function (Sun He)
2f3c860 Only ignore sigpipe in interactive mode (Jan-Erik Rediger)
0c211a1 Simplify lua_cmsgpack macro and fix build on old Linux distros. (antirez)

--[ Redis 2.8.18 ] Release date: 4 Dec 2014

# UPGRADE URGENCY: LOW for both Redis and Sentinel. This release mostly
                   adds new features to Redis, and contains non critical
                   fixes.

* [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo)
* [FIX] A number of typos fixed inside comments. (Various authors)
* [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff)
* [FIX] Test framework improved to detect never terminating scripts, cleanup
        instances on crashes. (Salvatore Sanfilippo)
* [FIX] PFCOUNT can be used on slaves now. (Salvatore Sanfilippo)
* [FIX] ZSCAN no longer report very small scores as 0. (Matt Stancliff,
        Michael Grunder, Salvatore Sanfilippo)
* [FIX] Don't show the ASCII logo if syslog is enabled. Redis is now
        an Enterprise Grade product. (Salvatore Sanfilippo)

* [NEW] EXPERIMENTAL: Diskless replication, for more info check the doc at
        http://redis.io/topics/replication. (Salvatore Sanfilippo).
* [NEW] Transparent Huge Pages detection and reporting in logs and
        LATENCY DOCTOR output. (Salvatore Sanfilippo)
* [NEW] Many Lua scripting enhancements: Bitops API, cjson upgrade and tests,
        cmsgpack upgrade. (Matt Stancliff)
* [NEW] Total and instantaneous Network bandwidth tracking in INFO.
* [NEW] DEBUG POPULATE two args form implemented (old form still works).
        The second argument is the key prefix. Default is "key:" (Salvatore
        Sanfilippo)
* [NEW] Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn, and
        warn about it if not. (Salvatore Sanfilippo)
Comment 1 Johan Bergström 2014-12-19 07:13:08 UTC
Thanks for your bug report,
I created a pull request for the gentoo proxy maintainers at github here, but it hasn't been pulled yet: https://github.com/gentoo/proxy-maintainers/pull/7

I'll update it to 2.8.19 shortly.
Comment 2 Zac Medico gentoo-dev 2014-12-19 07:13:50 UTC
Created attachment 392012 [details, diff]
updated sharedlua patch, adds REDIS_SERVER_OBJ+= lua_bit.o fpconv.o

There's probably a better place to put -DENABLE_CJSON_GLOBAL than in REDIS_CFLAGS in the ebuild. But anyway, it compiles successfully and the tests pass.
Comment 3 Zac Medico gentoo-dev 2014-12-19 07:15:18 UTC
(In reply to Johan Bergström from comment #1)
> Thanks for your bug report,
> I created a pull request for the gentoo proxy maintainers at github here,
> but it hasn't been pulled yet:
> https://github.com/gentoo/proxy-maintainers/pull/7
> 
> I'll update it to 2.8.19 shortly.

Nice. Thank you!
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2014-12-19 21:17:48 UTC
(In reply to Johan Bergström from comment #1)
> Thanks for your bug report,
> I created a pull request for the gentoo proxy maintainers at github here,
> but it hasn't been pulled yet:
> https://github.com/gentoo/proxy-maintainers/pull/7
> 
> I'll update it to 2.8.19 shortly.

I will wait for 2.8.19 before I commit it then. Please list here what files to copy from the repo. It will make my life a tad easier
Comment 5 Johan Bergström 2014-12-21 00:58:12 UTC
Just created a pull request. Thanks for your assistance!

https://github.com/gentoo/proxy-maintainers/pull/8
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2014-12-21 09:48:44 UTC
(In reply to Johan Bergström from comment #5)
> Just created a pull request. Thanks for your assistance!
> 
> https://github.com/gentoo/proxy-maintainers/pull/8

committed and i renamed the 2.8.18 patch to 2.8.19. Please update the overlay whenever you have sometime. Thanks


+*redis-2.8.19 (21 Dec 2014)
+
+  21 Dec 2014; Markos Chandras <hwoarang@gentoo.org>
+  +files/redis-2.8.19-sharedlua.patch, +redis-2.8.19.ebuild:
+  Version bump. Thanks to Johan Bergström <bugs@bergstroem.nu>. Bug #533000
+