aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-05 16:39:03 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-08 20:33:43 +0800
commitc28fa72a4c7614195517b5922ef5ef556a11dd00 (patch)
tree5c5b9907ee98258b3107378be2a87c1f04906f3f
parent5a212215626d868f31e5e19a02a79f53b7eabcc8 (diff)
downloadopenembedded-c28fa72a4c7614195517b5922ef5ef556a11dd00.tar.gz
samba: Upgrade stable releases from 3.2.8 to latest 3.2.x release
This is addressing: CVE-2009-1886, CVE-2009-1888, CVE-2009-2813 CVE-2009-2948 and CVE-2009-2906.
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/samba/samba-ads_3.2.15.bb (renamed from recipes/samba/samba-ads_3.2.8.bb)2
-rw-r--r--recipes/samba/samba.inc2
-rw-r--r--recipes/samba/samba_3.2.15.bb (renamed from recipes/samba/samba_3.2.8.bb)2
4 files changed, 5 insertions, 5 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 88f7ec77d3..b7fe8a3cad 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -24494,10 +24494,6 @@ sha256=22647c6bdd0f1b311bd0e3a893fb184f07d0f5e1c4b3bccd20a024fe18fd7567
md5=528677f261f3ed4a58f9483ca25ba6b2
sha256=4f2bb8c5785c50ad05d3adc0027c0881211b8a5c51e840651b53b7e455c004a3
-[http://samba.org/samba/ftp/stable/samba-3.2.8.tar.gz]
-md5=06efd6e6cc4aac628a1a0b082e4be0f2
-sha256=7e7fb53d6ff05993dcb8b871e3c3016bd4d161d72ded8f8760a4439e9d76aa3b
-
[http://samba.org/samba/ftp/stable/samba-3.3.0.tar.gz]
md5=adb048dc3988055533e1ea5d91d81f99
sha256=b00ca360e9b414744eff33ca4567f3eb1a28d32914e20f00b6672fbc141c9beb
diff --git a/recipes/samba/samba-ads_3.2.8.bb b/recipes/samba/samba-ads_3.2.15.bb
index e643292dd4..dc64754665 100644
--- a/recipes/samba/samba-ads_3.2.8.bb
+++ b/recipes/samba/samba-ads_3.2.15.bb
@@ -9,3 +9,5 @@ SRC_URI += "file://config-lfs.patch;patch=1 \
file://config-h.patch;patch=1 \
file://mtab.patch;patch=1 \
"
+SRC_URI[src.md5sum] = "5a3bcc4927c9643b9f42970d0815b18f"
+SRC_URI[src.sha256sum] = "84281fd1faeffee8558e49dff865dd382abbf78bc1be00f8cb5aa70aeea67d46"
diff --git a/recipes/samba/samba.inc b/recipes/samba/samba.inc
index ec21ed70b0..d8df8f176c 100644
--- a/recipes/samba/samba.inc
+++ b/recipes/samba/samba.inc
@@ -2,7 +2,7 @@ SECTION = "console/network"
LICENSE = "GPL"
DEPENDS = "readline virtual/libiconv"
-SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
+SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz;name=src \
file://volatiles.03_samba \
file://smb.conf \
file://init \
diff --git a/recipes/samba/samba_3.2.8.bb b/recipes/samba/samba_3.2.15.bb
index 16dcd3160a..6a14f96078 100644
--- a/recipes/samba/samba_3.2.8.bb
+++ b/recipes/samba/samba_3.2.15.bb
@@ -6,6 +6,8 @@ SRC_URI += "file://configure-3.2.8.patch;patch=1 \
file://config-h.patch;patch=1 \
file://mtab.patch;patch=1 \
"
+SRC_URI[src.md5sum] = "5a3bcc4927c9643b9f42970d0815b18f"
+SRC_URI[src.sha256sum] = "84281fd1faeffee8558e49dff865dd382abbf78bc1be00f8cb5aa70aeea67d46"
PR = "r1"