From patchwork Sat Apr 16 06:55:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [51/58] rsync: upgrade to version 3.0.8 Date: Sat, 16 Apr 2011 06:55:38 -0000 From: Saul Wold X-Patchwork-Id: 2383 Message-Id: <388040c3ffbf7d5115455dc1068c56953328e0dd.1302936483.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org Cc: Scott Rifenbark , Paul Eggleton , Jingdong Lu , Kang Kai , Xiaofeng Yan From: Qing He [YOCTO #983] from 3.0.7 fixes CVE-2011-1097 Signed-off-by: Qing He --- .../rsync/{rsync_3.0.7.bb => rsync_3.0.8.bb} | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/rsync/{rsync_3.0.7.bb => rsync_3.0.8.bb} (71%) diff --git a/meta/recipes-devtools/rsync/rsync_3.0.7.bb b/meta/recipes-devtools/rsync/rsync_3.0.8.bb similarity index 71% rename from meta/recipes-devtools/rsync/rsync_3.0.7.bb rename to meta/recipes-devtools/rsync/rsync_3.0.8.bb index 971fd54..33ab271 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 @@ require rsync.inc -PR = "r1" +PR = "r0" SRC_URI += "file://acinclude.m4" -SRC_URI[md5sum] = "b53525900817cf1ba7ad3a516ab5bfe9" -SRC_URI[sha256sum] = "9ee00d16c023c486328cbb61f59928a954b24b7b7173c3517ebb0d6c3edfe7c8" +SRC_URI[md5sum] = "0ee8346ce16bdfe4c88a236e94c752b4" +SRC_URI[sha256sum] = "4b3fc271f4c96036b4c73fb019be078e4d8cce2defe1e7ae7cde1117859a2114" EXTRA_OECONF += "--disable-xattr-support --disable-acl-support"