Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source frequently updated packages from archive repositories #100

Merged
merged 3 commits into from
Jan 7, 2025
Merged

Conversation

Maspital
Copy link
Collaborator

I'm not sure why, but older version of this are no longer available when a new one releases. If this happens again, I'll probably add an archive repo to apt so that we can source aiosmtpd from there with a fixed version. In any case, with this small version change the runner is working again.

@Maspital Maspital marked this pull request as draft December 27, 2024 08:21
@Maspital
Copy link
Collaborator Author

The same just happened to binutils

"msg": "no available installation candidate for binutils=2.43.1-5"

which is also updated regularly (see here), the new version is 2.43.50.20241215-1.
Looking at the frequency of these updates and the fact that older versions don't remain accessible (in kali-rolling), we should definitely resort to to an archive repository for these packages.

- name: Add Kali Linux archive repository
  apt_repository:
    repo: "deb http://old.kali.org/kali kali-rolling main contrib non-free"
    state: present

I'll test this next time I'm at the institute (aka, next year) and then add these changes to this PR.

@Maspital Maspital changed the title Update aiosmtpd version Source frequently updated packages from archive repositories Dec 27, 2024
@Maspital Maspital marked this pull request as ready for review January 6, 2025 12:43
@ru37z ru37z merged commit ba5b6e5 into main Jan 7, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants