Slackware: amarok


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) Slackware: amarok
# 1  
Old 08-29-2008
Slackware: amarok

LinuxSecurity.com: New Amarok packages are available for Slackware 11.0, 12.0, 12.1, and -current to fix security issues. In addition, new supporting libgpod packages are available for Slackware 11.0 and 12.0, since a newer version of libgpod than shipped with these releases is required to run Amarok version 1.4.10. The Magnatune music library plugin made insecure use of the /tmp directory, allowing malicious local users to overwrite files owned by the user running Amarok through symlink attacks. More details about this issue may be found in the Common Vulnerabilities and Exposures (CVE) database: http://cve.mitre.org/cgi-bin/cvename...=CVE-2008-3699

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Slackware

Slackware 13.

Hello everyone. I am a newbie in operating systems. so far I've been playing with Ubuntu and I like it a lot. I heard about Slackware and I wanna try it. Last night I download the iso but It didn't fit in my usb or Dvd. it is a 4.2 GB. Is there one less than 4.2GB that will fit in my usb or DVD? ... (1 Reply)
Discussion started by: openation1
1 Replies

2. UNIX Desktop Questions & Answers

amarok 1.3

I can't get amorok to play my mp3 files on suse 10. can anybody explain what I got to do? I've alrady installed some codecs but I don't know if those are right ones... (4 Replies)
Discussion started by: shooroop
4 Replies
Login or Register to Ask a Question
DPKG-CHECKDEPS.RB(1)					      General Commands Manual					      DPKG-CHECKDEPS.RB(1)

NAME
dpkg-checkdeps.rb - Utility to check deb dependency SYNOPSIS
dpkg-checkdeps.rb [opts] debfile ... dpkg-checkdeps.rb [opts] --from packages pkgname... dpkg-checkdeps.rb [opts] --from --all dpkg-checkdeps.rb [opts] --check pkgname... opts: --to packages --arch arch --verbose -q DESCRIPTION
dpkg-checkdeps.rb checks deb dependency problems when specified deb packages are installed in the target packages list. OPTIONS
-t packages-file --to packages-file Specify target packages-file. If this option is used multiple times, packages lists are appended. If no -t option specified, default is current installed packages list, that is, /var/lib/dpkg/status. -f packages-file --from packages-file Specify source packages-file. If this option is used multiple times, packages lists are appended. If you use this option, you can select packages by package-name, or all of them by --all option. -A --all Select all packages in source packages-file. You must use this option with --from option. -a arch --arch arch Specify acceptable arch in packages-file. Default is installation_architecture of dpkg. -c --check Check selected packages are satisfied by all packages in target packages. -v --verbose Verbose mode -h --help Display some help. EXAMPLES
% dpkg-checkdeps.rb --arch alpha --to '*/binary-$ARCH/Packages' --from ../proposed-updates/Packages' --all % dpkg-checkdeps.rb --to '*/binary-$ARCH/Packages' --check libc6 BUGS
There are probably tons of bugs in this program. This checks only depends, recommends and suggests, doesn't check pre-depends and conflicts, yet. This program comes with no warranties. If running this program causes fire and brimstone to rain down upon the earth, you will be on our own. AUTHOR
Fumitoshi UKAI <ukai@debian.or.jp>. DEBIAN
Debian Utilities DPKG-CHECKDEPS.RB(1)