Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 542988 - net-fs/samba-3.5.22 - add CVE-2015-0240 patch
Summary: net-fs/samba-3.5.22 - add CVE-2015-0240 patch
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-03-12 05:02 UTC by Zhuchenko Valery
Modified: 2019-07-10 18:26 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
modified ebuild (samba-3.5.22-r1.ebuild,12.07 KB, text/plain)
2015-03-12 05:02 UTC, Zhuchenko Valery
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zhuchenko Valery 2015-03-12 05:02:21 UTC
Created attachment 398694 [details]
modified ebuild

Patch for samba 3.5.22 (which stay in portage tree):
https://download.samba.org/pub/samba/patches/security/samba-3.5.22-CVE-2015-0240.patch 

Please, modify ebuild for this version:

--- samba-3.5.22.ebuild	2013-10-11 18:07:46.000000000 +0400
+++ samba-3.5.22-r1.ebuild	2015-03-10 08:56:00.000000000 +0400
@@ -117,6 +117,7 @@
 		-e 's|LDSHFLAGS="|LDSHFLAGS="\\${LDFLAGS} |g' \
 		configure || die "sed failed"
 
+	epatch "${CONFDIR}"/${PN}-3.5.22-CVE-2015-0240.patch
 	epatch "${CONFDIR}"/${PN}-3.5.6-kerberos-dummy.patch
 	use smbtav2 && cd "${WORKDIR}/${P}" && epatch "${WORKDIR}"/smb_traffic_analyzer_v2.diff
 	cd "${WORKDIR}/${MY_P}" && epatch "${CONFDIR}"/${PN}-3.5.8-uclib-build.patch
Comment 1 Jonas Stein gentoo-dev 2016-12-08 11:43:56 UTC
can we close this?