diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-05 16:39:03 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-08 20:33:43 +0800 |
commit | c28fa72a4c7614195517b5922ef5ef556a11dd00 (patch) | |
tree | 5c5b9907ee98258b3107378be2a87c1f04906f3f /recipes | |
parent | 5a212215626d868f31e5e19a02a79f53b7eabcc8 (diff) |
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.
Diffstat (limited to 'recipes')
-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.inc | 2 | ||||
-rw-r--r-- | recipes/samba/samba_3.2.15.bb (renamed from recipes/samba/samba_3.2.8.bb) | 2 |
3 files changed, 5 insertions, 1 deletions
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" |