New Posts  All Forums:Forum Nav:

backports

post #1 of 4
Thread Starter 
this may be a stupid question but I can't assure my doubts.. are squeeze-backports backports from squeeze to oldstable, or from wheezy/sid to squeeze?

also is there a deb-src repo for backports and will the packages installed from backports be upgraded with the others when aptitude upgrade is run?

basically I'm finding some sites are not working properly in iceweasel/firefox 3.5 and chromium 6, so i'm hoping to grab iceweasel/firefox 9+ from backports and maybe updated versions of libreoffice and virtualbox

no I do not what to switch to wheezy

Thanks
    
CPUMotherboardGraphicsRAM
AMD Phenom II X4 B55 Biostar A880GZ  AMD Radeon HD 4250 iGPU 8GB (2x4GB) Patriot Sector 5 DDR3 
Hard DriveHard DriveHard DriveOptical Drive
Seagate Barracuda 1TB (ST1000DM003) Western Digital Caviar SE 250GB Seagate External 1TB LG DVD Burner 
OSOSOSPower
Debian GNU/Linux 6.0.6 'Squeeze' 64-bit Arch Linux 64-bit FreeBSD 9.0 64-bit LPS Ultra 550 watt 
Case
Thermaltake V4  
  hide details  
Reply
    
CPUMotherboardGraphicsRAM
AMD Phenom II X4 B55 Biostar A880GZ  AMD Radeon HD 4250 iGPU 8GB (2x4GB) Patriot Sector 5 DDR3 
Hard DriveHard DriveHard DriveOptical Drive
Seagate Barracuda 1TB (ST1000DM003) Western Digital Caviar SE 250GB Seagate External 1TB LG DVD Burner 
OSOSOSPower
Debian GNU/Linux 6.0.6 'Squeeze' 64-bit Arch Linux 64-bit FreeBSD 9.0 64-bit LPS Ultra 550 watt 
Case
Thermaltake V4  
  hide details  
Reply
post #2 of 4
Thread Starter 
iceweasel 10 is working on my system now so I'm 90% sure its a backport to squeeze rather then oldstable, but farther info from anyone who knows would be great
    
CPUMotherboardGraphicsRAM
AMD Phenom II X4 B55 Biostar A880GZ  AMD Radeon HD 4250 iGPU 8GB (2x4GB) Patriot Sector 5 DDR3 
Hard DriveHard DriveHard DriveOptical Drive
Seagate Barracuda 1TB (ST1000DM003) Western Digital Caviar SE 250GB Seagate External 1TB LG DVD Burner 
OSOSOSPower
Debian GNU/Linux 6.0.6 'Squeeze' 64-bit Arch Linux 64-bit FreeBSD 9.0 64-bit LPS Ultra 550 watt 
Case
Thermaltake V4  
  hide details  
Reply
    
CPUMotherboardGraphicsRAM
AMD Phenom II X4 B55 Biostar A880GZ  AMD Radeon HD 4250 iGPU 8GB (2x4GB) Patriot Sector 5 DDR3 
Hard DriveHard DriveHard DriveOptical Drive
Seagate Barracuda 1TB (ST1000DM003) Western Digital Caviar SE 250GB Seagate External 1TB LG DVD Burner 
OSOSOSPower
Debian GNU/Linux 6.0.6 'Squeeze' 64-bit Arch Linux 64-bit FreeBSD 9.0 64-bit LPS Ultra 550 watt 
Case
Thermaltake V4  
  hide details  
Reply
post #3 of 4
Quote:
Originally Posted by jrl1357 View Post

iceweasel 10 is working on my system now so I'm 90% sure its a backport to squeeze rather then oldstable, but farther info from anyone who knows would be great

Backports are from future revisions to prior builds. This can mean anything from a security patch brought in for Linux 3.6.x to a Linux 2.64 Kernel, to the whole of FireFox 10 to a system whose current latest build is FF3.5. There is also a practice for "frontporting" or Legacy support, but its generally less feasible or acceptable to do so. Luckily I run ArchLinux so "backports" are as simple as development builds from AUR (svn, git, mercurial etc)
I generally run a legacy environment in a VM instead of using legacy software in a modern environment, but there are exceptions, generally multiple versions of GCC and FFMPEG - I have a couple pieces of software I helped develop that only compile under certain conditions atm, and I can't be asked to rewrite the entire engine just to fix FFMpeg source compatibility (they use the older FFMPEG headers, and the current ones are completely incompatible, it would require a full re-write to support.)
    
CPUMotherboardGraphicsRAM
Core i7 920 D0 4.2ghz HT (1.3625v) Asus R3E 2xGTX 460 (non SLi, no overclock) 6x2gb G.skill @ 6-8-6-24-1T 
Hard DriveOptical DriveOSMonitor
WD-VR 300GBx1, 2xWD 1tb,2x60gb Agility Some crappy combo burner... Arch x64 3xDell U2410f rev A02 
KeyboardPowerCaseMouse
X-Armor U9BL TT Toughpower 1200w (NTB more efficient) Mountain Mods Pinnacle 24 CYO Roccat Kone (R.I.P. A4Tech x7) 
Mouse Pad
Steelpad Experience I-1 
  hide details  
Reply
    
CPUMotherboardGraphicsRAM
Core i7 920 D0 4.2ghz HT (1.3625v) Asus R3E 2xGTX 460 (non SLi, no overclock) 6x2gb G.skill @ 6-8-6-24-1T 
Hard DriveOptical DriveOSMonitor
WD-VR 300GBx1, 2xWD 1tb,2x60gb Agility Some crappy combo burner... Arch x64 3xDell U2410f rev A02 
KeyboardPowerCaseMouse
X-Armor U9BL TT Toughpower 1200w (NTB more efficient) Mountain Mods Pinnacle 24 CYO Roccat Kone (R.I.P. A4Tech x7) 
Mouse Pad
Steelpad Experience I-1 
  hide details  
Reply
post #4 of 4
Thread Starter 
Quote:
Originally Posted by Xaero252 View Post

Quote:
Originally Posted by jrl1357 View Post

iceweasel 10 is working on my system now so I'm 90% sure its a backport to squeeze rather then oldstable, but farther info from anyone who knows would be great

Backports are from future revisions to prior builds. This can mean anything from a security patch brought in for Linux 3.6.x to a Linux 2.64 Kernel, to the whole of FireFox 10 to a system whose current latest build is FF3.5. There is also a practice for "frontporting" or Legacy support, but its generally less feasible or acceptable to do so. Luckily I run ArchLinux so "backports" are as simple as development builds from AUR (svn, git, mercurial etc)
I generally run a legacy environment in a VM instead of using legacy software in a modern environment, but there are exceptions, generally multiple versions of GCC and FFMPEG - I have a couple pieces of software I helped develop that only compile under certain conditions atm, and I can't be asked to rewrite the entire engine just to fix FFMpeg source compatibility (they use the older FFMPEG headers, and the current ones are completely incompatible, it would require a full re-write to support.)

I did install kernal 3.2 but haven’t gotten around to virtualbox yet and the old drivers don't play nice with 3.2 so 2.6.32 ATM

never mind the whole of FF10. i'm using 18 now biggrin.gif
    
CPUMotherboardGraphicsRAM
AMD Phenom II X4 B55 Biostar A880GZ  AMD Radeon HD 4250 iGPU 8GB (2x4GB) Patriot Sector 5 DDR3 
Hard DriveHard DriveHard DriveOptical Drive
Seagate Barracuda 1TB (ST1000DM003) Western Digital Caviar SE 250GB Seagate External 1TB LG DVD Burner 
OSOSOSPower
Debian GNU/Linux 6.0.6 'Squeeze' 64-bit Arch Linux 64-bit FreeBSD 9.0 64-bit LPS Ultra 550 watt 
Case
Thermaltake V4  
  hide details  
Reply
    
CPUMotherboardGraphicsRAM
AMD Phenom II X4 B55 Biostar A880GZ  AMD Radeon HD 4250 iGPU 8GB (2x4GB) Patriot Sector 5 DDR3 
Hard DriveHard DriveHard DriveOptical Drive
Seagate Barracuda 1TB (ST1000DM003) Western Digital Caviar SE 250GB Seagate External 1TB LG DVD Burner 
OSOSOSPower
Debian GNU/Linux 6.0.6 'Squeeze' 64-bit Arch Linux 64-bit FreeBSD 9.0 64-bit LPS Ultra 550 watt 
Case
Thermaltake V4  
  hide details  
Reply
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux, Unix