Message ID | 20250222121505.291425-1-jan.vermaete@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-networking,1/1] wireshark: version bump 4.2.10 -> 4.2.11 | expand |
On 22.02.25 13:15, Jan Vermaete via lists.openembedded.org wrote:
> @@ -17,7 +17,7 @@ SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz \
While you are at it, do you think the SRC_URI could be also changed to
https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz?
These URLs seem to be more stable, it looks like they are not deleted
like the not "all-versions" ones.
True, I have made a v2 patch with your comments. Thanks On Sat, Feb 22, 2025 at 1:24 PM Gyorgy Sarvari <skandigraun@gmail.com> wrote: > > On 22.02.25 13:15, Jan Vermaete via lists.openembedded.org wrote: > > @@ -17,7 +17,7 @@ SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz \ > While you are at it, do you think the SRC_URI could be also changed to > https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz? > These URLs seem to be more stable, it looks like they are not deleted > like the not "all-versions" ones.
diff --git a/meta-networking/recipes-support/wireshark/wireshark_4.2.10.bb b/meta-networking/recipes-support/wireshark/wireshark_4.2.11.bb similarity index 97% rename from meta-networking/recipes-support/wireshark/wireshark_4.2.10.bb rename to meta-networking/recipes-support/wireshark/wireshark_4.2.11.bb index 4739c3961c..2e02f29eb2 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_4.2.10.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_4.2.11.bb @@ -17,7 +17,7 @@ SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz \ UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" -SRC_URI[sha256sum] = "3fc5f88ae420bc5856d056324efb023abc4654eed4742140b0d0d36cb032b894" +SRC_URI[sha256sum] = "dd80f30e9853105dacb5357e5832d960437160bbb4b147e8f1a7ead168afaa18" PE = "1"
The 4.2.10 was not longer available at the SRC_URI Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> --- .../wireshark/{wireshark_4.2.10.bb => wireshark_4.2.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/wireshark/{wireshark_4.2.10.bb => wireshark_4.2.11.bb} (97%)