[oe] [PATCH][meta-networking] ipvsadm: update to 1.30

Oleksandr Kravchuk open.source at oleksandr-kravchuk.com
Mon Jul 8 02:47:35 UTC 2019


On 08/07/2019 04:44, akuster808 wrote:
>
> On 7/7/19 5:53 PM, Oleksandr Kravchuk wrote:
>> Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
>> ---
>>  .../ipvsadm/{ipvsadm_1.29.bb => ipvsadm_1.30.bb}            | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
>>  rename meta-networking/recipes-support/ipvsadm/{ipvsadm_1.29.bb => ipvsadm_1.30.bb} (90%)
>>
>> diff --git a/meta-networking/recipes-support/ipvsadm/ipvsadm_1.29.bb b/meta-networking/recipes-support/ipvsadm/ipvsadm_1.30.bb
>> similarity index 90%
>> rename from meta-networking/recipes-support/ipvsadm/ipvsadm_1.29.bb
>> rename to meta-networking/recipes-support/ipvsadm/ipvsadm_1.30.bb
>> index 4f3c16dc3..22cb88ac1 100644
>> --- a/meta-networking/recipes-support/ipvsadm/ipvsadm_1.29.bb
>> +++ b/meta-networking/recipes-support/ipvsadm/ipvsadm_1.30.bb
>> @@ -16,14 +16,14 @@ LIC_FILES_CHKSUM = "file://README;beginline=40;endline=56;md5=b4e40069f15598d0e3
>>  
>>  DEPENDS += "libnl popt"
>>  
>> -SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/utils/kernel/ipvsadm/${BP}.tar.gz \
>> +SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/utils/kernel/ipvsadm/${BP}.tar.xz \
> Is the src uri dropping gz files?
>
> - armin
No, it is not. xz is almost always smaller, so I thought it's better to
use it. Any reasons I shouldn't?
>>          file://0001-Modify-the-Makefile-for-cross-compile.patch \
>>          file://0003-ipvsadm-remove-dependency-on-bash.patch \
>>          file://makefile-add-ldflags.patch \
>>  "
>>  
>> -SRC_URI[md5sum] = "88b35030b4766b3e44ad15aacdef65c4"
>> -SRC_URI[sha256sum] = "297f5cd459c3eef81ed0ca32e53bf320ed6b132fe7ed6ea5e44aa6b1fbd2a7de"
>> +SRC_URI[md5sum] = "97f11b6af1920fde5a9d9eac0d7f9e50"
>> +SRC_URI[sha256sum] = "95573d70df473c9f63fc4ac496c044c69e3a6de7ccac119922210c0b44cd7a0c"
>>  
>>  UPSTREAM_CHECK_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/ipvsadm"
>>  


More information about the Openembedded-devel mailing list