[oe] [PATCH][meta-networking] uftp: update to 4.9.11

akuster808 akuster808 at gmail.com
Mon Jul 8 02:42:52 UTC 2019



On 7/7/19 5:47 PM, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
> ---
>  .../recipes-support/tnftp/tnftp_20190602.bb   | 39 +++++++++++++++++++
>  .../uftp/{uftp_4.9.9.bb => uftp_4.9.11.bb}    |  4 +-
>  2 files changed, 41 insertions(+), 2 deletions(-)
>  create mode 100644 meta-networking/recipes-support/tnftp/tnftp_20190602.bb
>  rename meta-networking/recipes-support/uftp/{uftp_4.9.9.bb => uftp_4.9.11.bb} (77%)

There is a new recipe here too. please submit independently.

- armin
>
> diff --git a/meta-networking/recipes-support/tnftp/tnftp_20190602.bb b/meta-networking/recipes-support/tnftp/tnftp_20190602.bb
> new file mode 100644
> index 000000000..83ad11b0e
> --- /dev/null
> +++ b/meta-networking/recipes-support/tnftp/tnftp_20190602.bb
> @@ -0,0 +1,39 @@
> +SUMMARY = "Enhanced NetBSD ftp client"
> +DESCRIPTION = "tnftp (formerly known as lukemftp) is a port of the NetBSD FTP client \
> +to other systems. It offers many enhancements over the traditional \
> +BSD FTP client, including command-line editing, command-line fetches \
> +of FTP and HTTP URLs (including via proxies), command-line uploads of \
> +FTP URLs, context-sensitive word completion, dynamic progress bar, \
> +IPv6 support, modification time preservation, paging of local and \
> +remote files, passive mode support (with fallback to active mode), \
> +SOCKS support, TIS FWTK gate-ftp server support, and transfer rate \
> +throttling."
> +
> +SECTION = "net"
> +LICENSE = "BSD-4-Clause"
> +
> +DEPENDS = "ncurses"
> +
> +SRC_URI = "ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/${BPN}-${PV}.tar.gz \
> +    file://tnftp-autotools.patch \
> +"
> +
> +inherit autotools update-alternatives pkgconfig
> +
> +ALTERNATIVE_PRIORITY = "100"
> +
> +ALTERNATIVE_${PN} = "ftp"
> +ALTERNATIVE_LINK_NAME_${PN} = "${bindir}/ftp"
> +ALTERNATIVE_TARGET_${PN}  = "${bindir}/tnftp"
> +
> +FILES_${PN} = "${bindir}/tnftp"
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=6d6796cb166a9bb050958241dad9479e"
> +SRC_URI[md5sum] = "a49fbe752318d5a7893f900046ea00d5"
> +SRC_URI[sha256sum] = "c94a8a49d3f4aec1965feea831d4d5bf6f90c65fd8381ee0863d11a5029a43a0"
> +
> +PACKAGECONFIG ?= "openssl \
> +    ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
> +"
> +PACKAGECONFIG[openssl] = "--enable-ssl, --disable-ssl --with-ssl=no, openssl"
> +PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
> diff --git a/meta-networking/recipes-support/uftp/uftp_4.9.9.bb b/meta-networking/recipes-support/uftp/uftp_4.9.11.bb
> similarity index 77%
> rename from meta-networking/recipes-support/uftp/uftp_4.9.9.bb
> rename to meta-networking/recipes-support/uftp/uftp_4.9.11.bb
> index a64d081cf..8b47bd16f 100644
> --- a/meta-networking/recipes-support/uftp/uftp_4.9.9.bb
> +++ b/meta-networking/recipes-support/uftp/uftp_4.9.11.bb
> @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504"
>  UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/uftp-multicast/files/source-tar/"
>  
>  SRC_URI = "${SOURCEFORGE_MIRROR}/uftp-multicast/source-tar/uftp-${PV}.tar.gz"
> -SRC_URI[md5sum] = "154e2c82a33fd4999040f8836e2dca2c"
> -SRC_URI[sha256sum] = "c04bc75a88fc3d57504269f260be4d0b1bc440508b5a5ca587df6c16b771aa48"
> +SRC_URI[md5sum] = "c0bc86b3067825a3866de9ef80c7451a"
> +SRC_URI[sha256sum] = "2ddc835a35f669d55df27ab6883ba19bb00bc8e4b66897ceaedb160b02246b1a"
>  
>  DEPENDS = "openssl"
>  



More information about the Openembedded-devel mailing list