SPECS: amarok.spec - remove amarok_live script (symlink attack vul...

glen glen at pld-linux.org
Fri Aug 19 14:24:54 CEST 2005


Author: glen                         Date: Fri Aug 19 12:24:54 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- remove amarok_live script (symlink attack vulnreable)

---- Files affected:
SPECS:
   amarok.spec (1.66 -> 1.67) 

---- Diffs:

================================================================
Index: SPECS/amarok.spec
diff -u SPECS/amarok.spec:1.66 SPECS/amarok.spec:1.67
--- SPECS/amarok.spec:1.66	Wed Aug 17 22:45:20 2005
+++ SPECS/amarok.spec	Fri Aug 19 14:24:48 2005
@@ -24,7 +24,7 @@
 Summary(pl):	Odtwarzacz audio dla KDE
 Name:		amarok
 Version:	1.3
-Release:	1.4
+Release:	1.5
 License:	GPL
 Group:		X11/Applications/Multimedia
 Source0:	http://dl.sourceforge.net/amarok/%{name}-%{version}.tar.bz2
@@ -36,6 +36,7 @@
 BuildRequires:	SDL-devel
 BuildRequires:	alsa-lib-devel
 BuildRequires:	arts-qt-devel
+BuildRequires:	autoconf
 BuildRequires:	automake
 %{?with_gstreamer:BuildRequires:	gstreamer-plugins-devel >= 0.8.1}
 BuildRequires:	kdebase-devel
@@ -176,7 +177,15 @@
 %{__sed} -i -e 's/Categories=.*/Categories=Qt;KDE;AudioVideo;Player;/' \
 	amarok/src/amarok.desktop \
 
+# see kde bug #110909
+sed -i -e 's/amarok_live//' amarok/src/scripts/Makefile.am
+
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
 cp -f /usr/share/automake/config.sub admin
 
 #export UNSERMAKE=/usr/share/unsermake/unsermake
@@ -370,11 +379,13 @@
 %{_datadir}/apps/amarok/scripts/shouter/test/client.py
 %attr(755,root,root) %{_datadir}/apps/amarok/scripts/shouter/Shouter.py
 
+%if 0
 %dir %{_datadir}/apps/amarok/scripts/amarok_live
 %{_datadir}/apps/amarok/scripts/amarok_live/README
 %{_datadir}/apps/amarok/scripts/amarok_live/amarok.live.remaster.part1.sh
 %{_datadir}/apps/amarok/scripts/amarok_live/amarok.live.remaster.part2.sh
 %attr(755,root,root)  %{_datadir}/apps/amarok/scripts/amarok_live/amarok_live.py
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -382,6 +393,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.67  2005/08/19 12:24:48  glen
+- remove amarok_live script (symlink attack vulnreable)
+
 Revision 1.66  2005/08/17 20:45:20  qboosh
 - pl for -scripts
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/amarok.spec?r1=1.66&r2=1.67&f=u




More information about the pld-cvs-commit mailing list