From ea97fcf84c2e1388a62a80cc771de9f3f409afce Mon Sep 17 00:00:00 2001 From: Qing He Date: Fri, 15 Apr 2011 18:05:29 +0800 Subject: rsync: upgrade to version 3.0.8 [YOCTO #983] from 3.0.7 fixes CVE-2011-1097 Signed-off-by: Qing He --- meta/recipes-devtools/rsync/rsync_3.0.7.bb | 21 --------------------- meta/recipes-devtools/rsync/rsync_3.0.8.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-devtools/rsync/rsync_3.0.7.bb create mode 100644 meta/recipes-devtools/rsync/rsync_3.0.8.bb (limited to 'meta/recipes-devtools/rsync') diff --git a/meta/recipes-devtools/rsync/rsync_3.0.7.bb b/meta/recipes-devtools/rsync/rsync_3.0.7.bb deleted file mode 100644 index 971fd547c1..0000000000 --- a/meta/recipes-devtools/rsync/rsync_3.0.7.bb +++ /dev/null @@ -1,21 +0,0 @@ -require rsync.inc - -PR = "r1" - -SRC_URI += "file://acinclude.m4" - -SRC_URI[md5sum] = "b53525900817cf1ba7ad3a516ab5bfe9" -SRC_URI[sha256sum] = "9ee00d16c023c486328cbb61f59928a954b24b7b7173c3517ebb0d6c3edfe7c8" - -EXTRA_OECONF += "--disable-xattr-support --disable-acl-support" - -# rsync 3.0 uses configure.sh instead of configure, and -# makefile checks the existence of configure.sh -do_configure_prepend () { - rm -f configure configure.sh - cp -f ${WORKDIR}/acinclude.m4 ${S}/ -} - -do_configure_append () { - cp -f configure configure.sh -} diff --git a/meta/recipes-devtools/rsync/rsync_3.0.8.bb b/meta/recipes-devtools/rsync/rsync_3.0.8.bb new file mode 100644 index 0000000000..33ab2717d0 --- /dev/null +++ b/meta/recipes-devtools/rsync/rsync_3.0.8.bb @@ -0,0 +1,21 @@ +require rsync.inc + +PR = "r0" + +SRC_URI += "file://acinclude.m4" + +SRC_URI[md5sum] = "0ee8346ce16bdfe4c88a236e94c752b4" +SRC_URI[sha256sum] = "4b3fc271f4c96036b4c73fb019be078e4d8cce2defe1e7ae7cde1117859a2114" + +EXTRA_OECONF += "--disable-xattr-support --disable-acl-support" + +# rsync 3.0 uses configure.sh instead of configure, and +# makefile checks the existence of configure.sh +do_configure_prepend () { + rm -f configure configure.sh + cp -f ${WORKDIR}/acinclude.m4 ${S}/ +} + +do_configure_append () { + cp -f configure configure.sh +} -- cgit 1.2.3-korg