Update version of libgnutls30
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 549
- Forks
- 277
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 2
Description
Hello,
I was trying to build a Debian-10 image and saw the following error.
#7 38.11 E: Version '3.6.7-4+deb10u7' for 'libgnutls30' was not found
------
executor failed running [/bin/sh -c /install.sh && rm -rf /install.sh]: exit code: 100
I later updated the version of the GNU TLS library to deb10u10 (libgnutls30=3.6.7-4+deb10u10) instead of deb10u7, which worked. Please let me know if updating the version is alright and if I can create the PR if the above fix is correct.
Note: This is where I found the version of the library: https://packages.debian.org/buster/libgnutls30
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the Debian-10 image build and /install.sh for the pinned libgnutls30 version. Update the pin from 3.6.7-4+deb10u7 to 3.6.7-4+deb10u10, then rebuild the image and confirm the installation step succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- debian, docker
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100