summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/rsync/rsync_3.0.8.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2011-04-15 18:05:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-18 05:46:33 +0100
commitea97fcf84c2e1388a62a80cc771de9f3f409afce (patch)
treec86afa75eccaadaf7cbc5001d66f6f44afcaea97 /meta/recipes-devtools/rsync/rsync_3.0.8.bb
parente28e11930a22a4e89075e7e026e58c081f984ddf (diff)
downloadopenembedded-core-ea97fcf84c2e1388a62a80cc771de9f3f409afce.tar.gz
openembedded-core-ea97fcf84c2e1388a62a80cc771de9f3f409afce.tar.bz2
openembedded-core-ea97fcf84c2e1388a62a80cc771de9f3f409afce.tar.xz
openembedded-core-ea97fcf84c2e1388a62a80cc771de9f3f409afce.zip
rsync: upgrade to version 3.0.8
[YOCTO #983] from 3.0.7 fixes CVE-2011-1097 Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-devtools/rsync/rsync_3.0.8.bb')
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.0.8.bb21
1 files changed, 21 insertions, 0 deletions
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 000000000..33ab2717d
--- /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
+}