Debian apt-get source - Updates?

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
Post Reply
cfuchs
Posts: 30
Joined: 2003-06-18 21:50
 

Debian apt-get source - Updates?

Post by cfuchs »

Hallo,

da ich gerade in der Situation bin, dass ich auf einem Server den DOCROOT von suexec anpassen mußte, habe ich mir kurzerhand die Sourcen des Apache mit apt-get source apache geholt und dann debian/rules editiert.

Das ganze läuft jetzt wunderbar.

Nun meine Frage: Welche Stand der Software befindet sich eigentlich in den Source-Archiven? Sind dort bereits aktuelle Bugfixes eingespielt oder muß ich das manuell am Sourcecode machen?

Danke für eure Antworten,

Christoph
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: Debian apt-get source - Updates?

Post by dodolin »

Welche Stand der Software befindet sich eigentlich in den Source-Archiven? Sind dort bereits aktuelle Bugfixes eingespielt oder muß ich das manuell am Sourcecode machen?

Code: Select all

dominik@trinity:~/src$ apt-get source apache
Reading Package Lists... Done
Building Dependency Tree... Done
Need to get 2911kB of source archives.
Get:1 http://update.pureserver.info stable/main apache 1.3.26-0woody3 (dsc) [668B]
Get:2 http://update.pureserver.info stable/main apache 1.3.26-0woody3 (tar) [2586kB]
Get:3 http://update.pureserver.info stable/main apache 1.3.26-0woody3 (diff) [325kB]
Fetched 2911kB in 0s (8745kB/s)
dpkg-source: extracting apache in apache-1.3.26
dominik@trinity:~/src$ dpkg -l apache
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  apache         1.3.26-0woody3 Versatile, high-performance HTTP server
Ist also die gleiche Version, Security-Updates inklusive.
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: Debian apt-get source - Updates?

Post by captaincrunch »

Ein kurzer Blick ins debian/Changelog hätte dir die Frage auch beantwortet ... ;)
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
cfuchs
Posts: 30
Joined: 2003-06-18 21:50
 

Re: Debian apt-get source - Updates?

Post by cfuchs »

Ja, habe es jetzt erst gemerkt. Sorry. Danke aber trotzdem für die Antwort,

Christoph
Post Reply