diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-02-13 10:54:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-14 12:31:03 +0000 |
commit | 5d509fde3acc3dd94a259dc171a9331367d250cc (patch) | |
tree | d942102136f01d50003550f405cadc93fb91b29b /meta/recipes-connectivity/socat | |
parent | 295c6c1452c8789a8b1d0090ff09a5cd7cf16507 (diff) | |
download | openembedded-core-5d509fde3acc3dd94a259dc171a9331367d250cc.tar.gz openembedded-core-5d509fde3acc3dd94a259dc171a9331367d250cc.tar.bz2 openembedded-core-5d509fde3acc3dd94a259dc171a9331367d250cc.zip |
socat: upgrade to 1.7.2.3
The package has been successfully compiled for all major architectures.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/socat')
-rw-r--r-- | meta/recipes-connectivity/socat/socat/compile.patch (renamed from meta/recipes-connectivity/socat/files/compile.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/socat/socat/fix-xxx_SHIFT-autoheader.patch (renamed from meta/recipes-connectivity/socat/files/fix-xxx_SHIFT-autoheader.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/socat/socat_1.7.2.3.bb (renamed from meta/recipes-connectivity/socat/socat_1.7.2.2.bb) | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/socat/files/compile.patch b/meta/recipes-connectivity/socat/socat/compile.patch index 4d1a0b65cb..4d1a0b65cb 100644 --- a/meta/recipes-connectivity/socat/files/compile.patch +++ b/meta/recipes-connectivity/socat/socat/compile.patch diff --git a/meta/recipes-connectivity/socat/files/fix-xxx_SHIFT-autoheader.patch b/meta/recipes-connectivity/socat/socat/fix-xxx_SHIFT-autoheader.patch index 44659a0b26..44659a0b26 100644 --- a/meta/recipes-connectivity/socat/files/fix-xxx_SHIFT-autoheader.patch +++ b/meta/recipes-connectivity/socat/socat/fix-xxx_SHIFT-autoheader.patch diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.2.bb b/meta/recipes-connectivity/socat/socat_1.7.2.3.bb index 398caa350a..99060b15ae 100644 --- a/meta/recipes-connectivity/socat/socat_1.7.2.2.bb +++ b/meta/recipes-connectivity/socat/socat_1.7.2.3.bb @@ -16,8 +16,8 @@ SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ file://compile.patch \ file://fix-xxx_SHIFT-autoheader.patch" -SRC_URI[md5sum] = "39231e512d8052f328552865df15d42f" -SRC_URI[sha256sum] = "9a167af11a4d3809cbc66f5e2dcb39b6e371251282ef5de6ea6ff0c4be8a953c" +SRC_URI[md5sum] = "75008d8baf7c6c9e27aa7afb34a622de" +SRC_URI[sha256sum] = "0598ac54af7b138cda9e3c141bcf0cc63eeb2ab31f468a772dc3f7eb3896aad0" PACKAGECONFIG ??= "tcp-wrappers" PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" |