Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 755236 - net-misc/rabbitmq-server needs a port to >=erlang-23.1
Summary: net-misc/rabbitmq-server needs a port to >=erlang-23.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: CVE-2020-25623 CVE-2020-35733
  Show dependency tree
 
Reported: 2020-11-18 08:34 UTC by Sergei Trofimovich (RETIRED)
Modified: 2021-03-13 10:34 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 Sergei Trofimovich (RETIRED) gentoo-dev 2020-11-18 08:34:46 UTC
rabbitmq-server-3.8.7.ebuild sets an upper bound on erlang version below current stable erlang:

  RDEPEND=">=dev-lang/erlang-21.3[ssl]
           <dev-lang/erlang-23.1[ssl]"

Keywords for dev-lang/erlang:
          |                             |   u          |
          | a   a     p s     a   r     |   n          |
          | m   r h   p p   s l i i m m | e u s        | r
          | d a m p p c a x 3 p a s 6 i | a s l        | e
          | 6 r 6 p p 6 r 8 9 h 6 c 8 p | p e o        | p
          | 4 m 4 a c 4 c 6 0 a 4 v k s | i d t        | o
----------+-----------------------------+--------------+-------
   23.0.3 | + ~ ~ ~ + + + + o o ~ o o o | 7 o 0/23.0.3 | gentoo
----------+-----------------------------+--------------+-------
   23.0.4 | ~ ~ ~ ~ ~ ~ ~ ~ o o ~ o o o | 7 o 0/23.0.4 | gentoo
----------+-----------------------------+--------------+-------
   23.1.1 | + ~ ~ ~ + + + + o o ~ o o o | 7 o 0/23.1.1 | gentoo
----------+-----------------------------+--------------+-------
   23.1.2 | ~ ~ ~ ~ ~ ~ ~ ~ o o ~ o o o | 7 o 0/23.1.2 | gentoo
----------+-----------------------------+--------------+-------
[I]23.1.3 | ~ ~ ~ ~ ~ ~ ~ ~ o o ~ o o o | 7 o 0/23.1.3 | gentoo

Please port to erlang-23.1.

I think upstream release supports and CI tests against erlang-23.1.
Comment 1 Larry the Git Cow gentoo-dev 2021-03-13 10:34:54 UTC
The bug has been closed via the following commit(s):

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

commit cdadb743fa5baf0b5ee0719fe9a271e3b7071aae
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2021-03-13 10:34:39 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2021-03-13 10:34:52 +0000

    net-misc/rabbitmq-server: bump up to 3.8.14. erlang-23.2 support
    
    New rabbitmq-server supports modern erlang-23.2 and elixir-1.11.
    
    Closes: https://bugs.gentoo.org/755236
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 net-misc/rabbitmq-server/Manifest                  |  1 +
 .../rabbitmq-server/rabbitmq-server-3.8.14.ebuild  | 78 ++++++++++++++++++++++
 2 files changed, 79 insertions(+)