[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1107454: marked as done (unblock: erlang-hex/2.0.6-2)



Your message dated Sun, 08 Jun 2025 10:20:19 +0000
with message-id <E1uOD8V-00AbQV-2K@respighi.debian.org>
and subject line unblock erlang-hex
has caused the Debian Bug report #1107454,
regarding unblock: erlang-hex/2.0.6-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1107454: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107454
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: erlang-hex@packages.debian.org, john@paladyn.org
Control: affects -1 + src:erlang-hex
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package erlang-hex


[ Reason ]

mix in elixir complains about outdated hex #1105125


[ Impact ]

The issue above causes mix (a key elixir project management tool) to
prompt for an updated version of hex, as it is checking for a version
with has a bugfix release - from upstream changelog

## v2.0.6 (2023-02-06)
 
### Bug fixes
 
* Fix application startup when there are configured organizations
 
## v2.0.5 (2023-02-06)

The upstream change is small

 diff erlang-hex-2.0.5/lib/hex/repo.ex erlang-hex/lib/hex/repo.ex 
116c116,124
<           source = get_repo(source)
---
>           state_pid = Process.whereis(Hex.State)
> 
>           source =
>             if state_pid && state_pid != self() do
>               get_repo(source)
>             else
>               Map.fetch!(repos, source)
>             end
> 

diff erlang-hex-2.0.5/mix.exs erlang-hex/mix.exs 
4c4
<   @version "2.0.5"
---
>   @version "2.0.6"


[ Tests ]
I have manually tested using the updated hex to verify it works for building
erlang-hex

[ Risks ]
The upstream change is very small, and I deliberately selected 2.0.6 rather
than the latest 2.2.1 to minimise impact, while allowing mix to run

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

[ Other info ]
The upstream change is minimal but as mix tests for at least this version
it is better to package this upstream than, for example to patch elixir-lang
to avoid the version test, or to patch 2.0.5, otherwise unchanged, to pretend
to be 2.0.6

unblock erlang-hex/2.0.6-2
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-1209-] {+1082+}
Maintainer: [-Debian Erlang Packagers <pkg-erlang-devel@lists.alioth.debian.org>-] {+John Lines <john@paladyn.org>+}
Version: [-2.0.6-2-] {+2.0.5-2+}

--- End Message ---
--- Begin Message ---
Unblocked erlang-hex.

--- End Message ---

Reply to: