rpms/elinks/FC-5 elinks.spec,1.34,1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 21 00:11:56 UTC 2006


Author: kzak

Update of /cvs/dist/rpms/elinks/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv26554

Modified Files:
	elinks.spec 
Log Message:
* Tue Nov 21 2006 Karel Zak <kzak at redhat.com> 0.11.0-2.4
- fix #215734: CVE-2006-5925 elinks smb protocol arbitrary file access

Resolves: 215734



Index: elinks.spec
===================================================================
RCS file: /cvs/dist/rpms/elinks/FC-5/elinks.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- elinks.spec	29 May 2006 20:57:37 -0000	1.34
+++ elinks.spec	21 Nov 2006 00:11:53 -0000	1.35
@@ -2,7 +2,7 @@
 Name: elinks
 Summary: A text-mode Web browser.
 Version: 0.11.0
-Release: 2.3
+Release: 2.4
 Source: http://elinks.or.cz/download/elinks-%{version}.tar.bz2
 Source1: http://links.sourceforge.net/download/docs/manual-0.82-en.tar.bz2
 Group: Applications/Internet
@@ -56,7 +56,7 @@
 ./autogen.sh
 
 export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)"
-%configure %{?rescue:--without-gpm} --without-x
+%configure %{?rescue:--without-gpm} --without-x --disable-smb
 %if "%{rescue}" != ""
 perl -pi -e "s,-O2,-O2 -Os,g" Make* */Make*
 %endif
@@ -83,6 +83,9 @@
 %{_mandir}/man5/*
 
 %changelog
+* Tue Nov 21 2006 Karel Zak <kzak at redhat.com> 0.11.0-2.4
+- fix #215734: CVE-2006-5925 elinks smb protocol arbitrary file access
+
 * Mon May 29 2006 Karel Zak <kzak at redhat.com> 0.11.0-2.3
 - add buildrequires bzip2-devel, expat-devel,libidn-devel
 




More information about the fedora-cvs-commits mailing list