summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2018-11-27 17:37:14 +0800
committerKhem Raj <raj.khem@gmail.com>2018-11-27 11:13:37 -0800
commit047d9fb8fd0ab1d712e0667b2e873a5028a4ce65 (patch)
tree44bd49fa54c8478da29256a4005cf8871105254c
parent28303f2f70c7d9466689236a704f8e5cae481bd7 (diff)
downloadmeta-openembedded-047d9fb8fd0ab1d712e0667b2e873a5028a4ce65.tar.gz
netcat-openbsd: upgrade to 1.195
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/netcat/netcat-openbsd_1.195.bb (renamed from meta-networking/recipes-support/netcat/netcat-openbsd_1.190.bb)12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.190.bb b/meta-networking/recipes-support/netcat/netcat-openbsd_1.195.bb
index defc05cd1..20ad43a4d 100644
--- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.190.bb
+++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.195.bb
@@ -7,15 +7,15 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=f39e60ae4ea9fdb559c833be2e59de99
7DEPENDS += "glib-2.0 libbsd" 7DEPENDS += "glib-2.0 libbsd"
8do_patch[depends] = "quilt-native:do_populate_sysroot" 8do_patch[depends] = "quilt-native:do_populate_sysroot"
9 9
10SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/netcat-openbsd/1.190-2/netcat-openbsd_${PV}.orig.tar.gz;name=netcat \ 10SRC_URI = "http://snapshot.debian.org/archive/debian/20181022T085404Z/pool/main/n/netcat-openbsd/netcat-openbsd_${PV}.orig.tar.gz;name=netcat \
11 https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/netcat-openbsd/1.190-2/netcat-openbsd_${PV}-2.debian.tar.xz;name=netcat-patch;subdir=${BP} \ 11 http://snapshot.debian.org/archive/debian/20181022T085404Z/pool/main/n/netcat-openbsd/netcat-openbsd_${PV}-1.debian.tar.xz;name=netcat-patch;subdir=${BP} \
12 file://0001-bundle-own-base64-encode-decode-functions.patch \ 12 file://0001-bundle-own-base64-encode-decode-functions.patch \
13 " 13 "
14 14
15SRC_URI[netcat.md5sum] = "dd32fd1d7903b541ad8709794539b959" 15SRC_URI[netcat.md5sum] = "219d5e49c45658e229a3bda63063a986"
16SRC_URI[netcat.sha256sum] = "68ccc448392c05ec51baed0167a72b8c650454f990b895d6e6877d416a38e536" 16SRC_URI[netcat.sha256sum] = "0e283b2a214313c69447cd962c528ac19afb3ddfe606b25de6d179f187cde4c3"
17SRC_URI[netcat-patch.md5sum] = "78058b7af0170654b877b02c37716cdf" 17SRC_URI[netcat-patch.md5sum] = "7eba241989dbef6caa78ec4bc8e35151"
18SRC_URI[netcat-patch.sha256sum] = "88088af3f520c7825e59bc133d65e70fc4a30139d451c6faabbd9f240bc78374" 18SRC_URI[netcat-patch.sha256sum] = "c6736fcbab5254cbbc52278993a951da1126e42800a297c27db297e332e2017e"
19 19
20inherit pkgconfig 20inherit pkgconfig
21 21