LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-19-2012, 04:08 PM   #91
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761

Quote:
Originally Posted by ruario View Post
To be totally fair, I haven't reported this yet. I must remember to do that tomorrow.
Screw it, I have done it now so I don't forget again:
https://sourceforge.net/apps/trac/salix/ticket/762
 
Old 01-20-2012, 02:13 AM   #92
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Ah, I haven't opened anything with this Firefox via the terminal, so I haven't noticed that. It will be going when an "official" Slackware update comes along.
 
Old 01-20-2012, 03:06 AM   #93
BlackRider
Member
 
Registered: Aug 2011
Posts: 295

Rep: Reputation: 101Reputation: 101
You can download the binary package for Firefox from their web page and unpack it in /opt, then make some kind of shortcut to it.

It works perfectly in my computer.
 
Old 01-20-2012, 03:14 AM   #94
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Yeah, I did that with 8.0.1. Just thought I'd try the Salix package this time.
 
Old 01-20-2012, 05:29 AM   #95
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
Quote:
Originally Posted by brianL View Post
Yeah, I did that with 8.0.1. Just thought I'd try the Salix package this time.
I see that gapan has already closed the bug I opened fixed the build script on the main mirror so I suspect that new packages will appear fairly soon. Or you could always try my script as an alternative.
 
Old 01-20-2012, 05:38 AM   #96
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Thanks, but I don't often open anything in Firefox from the terminal. Usually use the right-click context menu. So I'll leave it as it is, for now.
 
Old 01-20-2012, 08:28 PM   #97
bonixavier
Member
 
Registered: Sep 2010
Distribution: Slackware
Posts: 320

Rep: Reputation: 69
Quote:
Originally Posted by mlangdn View Post
If you are running -current like I am, you will have to first recompile libnotify and probably notify-python as well. I did both before ff-9.0.1 would compile on -current.
I set up a clean -current vm in qemu and it compiled fine. The same goes for Thunderbird 9.0.1, but you have to change the references from beta to release in the SlackBuild in /testing.
 
Old 01-21-2012, 01:41 AM   #98
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Then it looks like somewhere along the way libnotify got screwed up by something I did. Last night I went ahead and compiled Firefox-10b5 and Thunderbird-10b4. Happily running both.
 
Old 01-27-2012, 01:55 AM   #99
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
FYI: if someone, like me , updates curl (the current slackbuild works fine with latest sources and certificates), you will probably hit a message of a missing include "curl/types.h" when rebuilding some other software over it: the reason is that the header in question has been deprecated.

reading the commit, if we're not dealing with very ancient sources (last seen, april 2004), should be safe to cut the requirement out of them (until the upstream maintainers handle the matter).
here, avoiding patches, I opted for sed on libofa and conky slackbuilds, like (for the latter)
Code:
sed -i "s|^#include <curl/types\.h>||" src/{eve.c,ccurl_thread.c}
hope this saves some hassle

Last edited by ponce; 01-27-2012 at 02:42 AM.
 
Old 01-31-2012, 11:26 AM   #100
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Updated apache to 2.2.22 (using the current slackbuild), fixes CVE-2012-0053.

Updated also seamonkey to 2.7, firefox to 10.0 and thunderbird to 10.0.

All of these seem to run fine, no probs so far.

Last edited by ponce; 01-31-2012 at 01:31 PM.
 
Old 01-31-2012, 04:33 PM   #101
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
A couple of guys on IRC have also been working on this:

http://slackwiki.com/Category:Security:SSA
 
3 members found this post helpful.
Old 02-01-2012, 02:49 AM   #102
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
I missed that, nice! Thanks, David
 
Old 02-01-2012, 08:59 PM   #103
major.tom
Member
 
Registered: Jun 2003
Location: Canada
Distribution: Slackware (current); Gentoo (newbie)
Posts: 142

Rep: Reputation: 15
Our prayers have been answered. It seems PV has had a "bit" of bother...

ftp://ftp.osuosl.org/pub/slackware/s.../ChangeLog.txt

Quote:
Wed Feb 1 23:20:04 UTC 2012
$(fortune) just obtained logging in to stamp the Changelog, finally:
"You single-handedly fought your way into this hopeless mess."
Well, we'll work on rectifying that situation. :-) Sorry about the
lack of updates... everything here blew up all at once, it seemed, but
equipment, upstream targets, and reality all seem to be settling down
enough to get these updates out and have them be an actual improvement
over what's already up. Hope to have more soon. Cheers!
 
Old 02-01-2012, 09:19 PM   #104
D1ver
Member
 
Registered: Jan 2010
Distribution: Slackware 13.37
Posts: 598
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
Praise Bob
 
Old 02-02-2012, 07:26 AM   #105
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Yes, you can all stop having panic attacks and lay off the tranquilizers now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How do I get the updates and security updates wenall Debian 3 07-10-2011 04:17 PM
what does @updates mean in yum list? rtaft Linux - Software 3 05-04-2010 02:00 PM
Whats the security updates now for the sources.list for etch/Debian? steelheat Linux - Newbie 7 12-15-2007 06:45 PM
urpmi list.Updates zaphod_es Linux - Software 18 10-20-2003 02:48 PM
urpmi list.updates missing zaphod_es Mandriva 7 09-20-2003 04:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration