summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rsync
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:51:21 +0100
commitfdf077dc7e1848d0db2a3d2a01de6c236821270f (patch)
tree732262de8c4b570ca8372a935e36287613adefd6 /meta/recipes-devtools/rsync
parent47cb36d1c897ac72718ce67f0acdf118da894228 (diff)
downloadpoky-fdf077dc7e1848d0db2a3d2a01de6c236821270f.tar.gz
rsync: upgrade to version 3.0.8
[YOCTO #983] from 3.0.7 fixes CVE-2011-1097 (From OE-Core rev: ea97fcf84c2e1388a62a80cc771de9f3f409afce) Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rsync')
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.0.8.bb (renamed from meta/recipes-devtools/rsync/rsync_3.0.7.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.0.7.bb b/meta/recipes-devtools/rsync/rsync_3.0.8.bb
index 971fd547c1..33ab2717d0 100644
--- a/meta/recipes-devtools/rsync/rsync_3.0.7.bb
+++ b/meta/recipes-devtools/rsync/rsync_3.0.8.bb
@@ -1,11 +1,11 @@
1require rsync.inc 1require rsync.inc
2 2
3PR = "r1" 3PR = "r0"
4 4
5SRC_URI += "file://acinclude.m4" 5SRC_URI += "file://acinclude.m4"
6 6
7SRC_URI[md5sum] = "b53525900817cf1ba7ad3a516ab5bfe9" 7SRC_URI[md5sum] = "0ee8346ce16bdfe4c88a236e94c752b4"
8SRC_URI[sha256sum] = "9ee00d16c023c486328cbb61f59928a954b24b7b7173c3517ebb0d6c3edfe7c8" 8SRC_URI[sha256sum] = "4b3fc271f4c96036b4c73fb019be078e4d8cce2defe1e7ae7cde1117859a2114"
9 9
10EXTRA_OECONF += "--disable-xattr-support --disable-acl-support" 10EXTRA_OECONF += "--disable-xattr-support --disable-acl-support"
11 11