Skip to content

[202012][build] Fix isc-dhcp full version in rules.mk (#13288)#14376

Merged
yxieca merged 1 commit intosonic-net:202012from
yxieca:isc-dhcp
Mar 22, 2023
Merged

[202012][build] Fix isc-dhcp full version in rules.mk (#13288)#14376
yxieca merged 1 commit intosonic-net:202012from
yxieca:isc-dhcp

Conversation

@yxieca
Copy link
Copy Markdown
Contributor

@yxieca yxieca commented Mar 21, 2023

Why I did it

Cherry-picking #13288

How I did it

During the build process, a dsc file is retrieved from the URL: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp_4.4.1-2.3.dsc

Depending on the DNS resolution, the server reached may respond with a HTTP 404 error code, what stops the build process. In all cases, the URL http://deb.debian.org/debian/pool/main/i/isc-dhcp/ no more lists this DSC file but one with a different format.

The suffix "+deb11u1" is now appended to identify the debian version.

  • append this suffix to the make file rules of isc-dhcp

How to verify it

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205
  • 202211

Description for the changelog

Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU.

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

During the build process, a dsc file is retrieved from the URL:
http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp_4.4.1-2.3.dsc

Depending on the DNS resolution, the server reached may respond with a
HTTP 404 error code, what stops the build process.
In all cases, the URL http://deb.debian.org/debian/pool/main/i/isc-dhcp/
no more lists this DSC file but one with a different format.

The suffix "+deb11u1" is now appended to identify the debian version.

- append this suffix to the make file rules of isc-dhcp

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
@yxieca yxieca merged commit a027b37 into sonic-net:202012 Mar 22, 2023
@yxieca yxieca deleted the isc-dhcp branch March 22, 2023 03:06
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.

3 participants