LinuxQuestions.org
Review your favorite Linux distribution.
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 12-20-2007, 03:07 PM   #16
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53

I probably could find > 20 slackware package managers, so an argument which is the best is probably irrelevant cause they most do the same functions.

Last edited by Alien_Hominid; 12-20-2007 at 03:09 PM.
 
Old 12-25-2007, 11:02 PM   #17
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
Quote:
Originally Posted by simcox1 View Post
Surely this is the easiest method? Instead of using slackpkg etc, just create a directory called patches, and subscribe to the slackware security mailing list. Whenever there's an update, go to a mirror and download it. Easy.
That's pretty much what I do. I keep my favorite Slackware mirror bookmarked just for this purpose.
 
Old 12-26-2007, 12:04 AM   #18
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,179

Rep: Reputation: 1376Reputation: 1376Reputation: 1376Reputation: 1376Reputation: 1376Reputation: 1376Reputation: 1376Reputation: 1376Reputation: 1376Reputation: 1376
Subscribing to the security advisories from slackware.com is also an option, and thats how I keep up to date with the latest security patches.

http://www.slackware.com/lists/

Last edited by Jeebizz; 12-26-2007 at 12:09 AM.
 
Old 12-27-2007, 06:47 AM   #19
ottavio
Member
 
Registered: Nov 2007
Posts: 312

Rep: Reputation: 46
Is there a way to receive the security list and/or the changelog via RSS

Quote:
Originally Posted by simcox1 View Post
create a directory called patches, and subscribe to the slackware security mailing list. Whenever there's an update, go to a mirror and download it. Easy.
Is there a way to receive the security list and/or the changelog via RSS?

Any third parties doing that?
 
Old 12-27-2007, 06:58 AM   #20
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,119

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Quote:
Originally Posted by Alien_Hominid View Post
I probably could find > 20 slackware package managers, so an argument which is the best is probably irrelevant cause they most do the same functions.
Probably my biggest beef with Slack - and the resultant flame-wars that seemed to periodically erupt.
 
Old 12-28-2007, 08:35 AM   #21
dracolich
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274

Rep: Reputation: 63
Quote:
Originally Posted by shadowsnipes View Post
That's pretty much what I do. I keep my favorite Slackware mirror bookmarked just for this purpose.
Same here. newsletter, download, then upgradepkg. I've been doing that since I started using Slackware 6 years ago.
 
Old 12-28-2007, 08:54 AM   #22
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by ottavio View Post
Is there a way to receive the security list and/or the changelog via RSS?

Any third parties doing that?
http://dev.slackware.it/rss/
 
Old 12-28-2007, 05:07 PM   #23
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
Quote:
Originally Posted by Nylex View Post
I wonder why they are still showing the changelog for 11.0 and not 12.0? 11.0 is obviously not the current stable version.
 
Old 12-28-2007, 07:15 PM   #24
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by shadowsnipes View Post
I wonder why they are still showing the changelog for 11.0 and not 12.0? 11.0 is obviously not the current stable version.
It might say it's the changelog for 11.0, but it is actually up to date (c.f. http://slackware.com/changelog/stable.php?cpu=i386).
 
Old 12-29-2007, 08:37 AM   #25
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
I don't know where you looked, but the link behind "Slackware ChangeLog (latest stable version - 11.0)" points to the feed for the Slackware 11.0 ChangeLog (up to the latest patch for Slackware 11.0). Just compare it to http://slackware.osuosl.org/slackwar.../ChangeLog.txt and also note that all the recent packages in the RSS feed have "_slack11.0" as part of their build number.

http://dev.slackware.it/rss/ is just lagging behind enormously.

Eric
 
Old 12-30-2007, 11:56 AM   #26
urka58
Member
 
Registered: Nov 2003
Distribution: slackware 15
Posts: 546

Rep: Reputation: 43
I'm confortable with this script (for security patches)

#!/bin/sh

clear

wget -q ftp://ftp.eutelia.it/pub/Slackware_M...s/PACKAGES.TXT

for i in `cat PACKAGES.TXT | grep .tgz | awk '{print $3}' | sed -e 's/\.tgz//g'`; do
if ls -1 /var/log/packages | grep -q $i; then
echo "Pacchetto $i installato" # trans. "package $i is installed"
else
echo -e "\033[41;5;1;37mPacchetto $i non installato\033[0m" # Package $i is not installed
echo "Scaricare si|no ?" # Download it ? y|n
read risposta
if [ $risposta == si ]; then
wget -q ftp://ftp.eutelia.it/pub/Slackware_Mirror/slackware-12.0/patches/packages/$i.tgz \
# Package $i downloaded & ready for install
&& echo -e "\033[42;5;1;37mPacchetto $i scaricato e pronto per l'installazione\033[0m"
fi
fi
done

rm PACKAGES.TXT

I run it periodically and when there's anything available I just upgrade

Ciao
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Slackware security updates !!! JKoder Linux - Security 1 06-09-2006 07:31 AM
Slackware security updates - for how long? Nobber Slackware 12 04-03-2006 11:54 AM
Wine, Security patched kernel. xconspirisist Linux - Software 8 02-17-2004 05:13 PM
best practices: keeping system patched phildog Fedora 3 01-28-2004 05:10 PM
Slackware Security Update: unzip vulnerability patched phoeniXflame Slackware 5 08-26-2003 12:52 PM

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

All times are GMT -5. The time now is 04:59 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