Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 873091 - dev-ruby/redis: depends on old version of dev-db/redis
Summary: dev-ruby/redis: depends on old version of dev-db/redis
Status: IN_PROGRESS
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 722500
  Show dependency tree
 
Reported: 2022-09-26 18:03 UTC by John Helmert III
Modified: 2022-12-24 07:56 UTC (History)
3 users (show)

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 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-09-26 18:03:56 UTC
This is blocking Redis cleanup for the blocked security bug:

dev-ruby/redis/redis-4.7.1.ebuild:DEPEND="test? ( <dev-db/redis-7 )"
Comment 1 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-09-26 20:33:12 UTC
Whoops, typo.
Comment 2 Larry the Git Cow gentoo-dev 2022-12-24 07:55:36 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e0ff94fe702e5c6d657bfe8b987673098c39cd

commit 17e0ff94fe702e5c6d657bfe8b987673098c39cd
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2022-09-27 09:30:55 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-12-24 07:55:09 +0000

    dev-ruby/redis: add 4.8.0
    
    - local redis server patch was adapted from previous version (4.7.1)
    - dropping ruby26, it is no longer in the tree
    - tests require >=dev-db/redis-7; they fail immediately with
      dev-db/redis-6.2.7
    - it was necessary to tweak one sed because test file was moved to
      different directory.
    
    Bug: https://bugs.gentoo.org/873091
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Closes: https://github.com/gentoo/gentoo/pull/27494
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-ruby/redis/Manifest                            |  1 +
 .../files/redis-4.8.0-local-redis-server.patch     | 49 +++++++++++++++++++++
 dev-ruby/redis/redis-4.8.0.ebuild                  | 50 ++++++++++++++++++++++
 3 files changed, 100 insertions(+)