Warning: opendir(/var/www/html/web1/serendipity/plugins/serendipity_event_dpsyntaxhighlighter/sh/3.0.83.2/scripts/): failed to open dir: No such file or directory in /var/www/html/web1/serendipity/plugins/serendipity_event_dpsyntaxhighlighter/serendipity_event_dpsyntaxhighlighter.php on line 26

Warning: Invalid argument supplied for foreach() in /var/www/html/web1/serendipity/plugins/serendipity_event_dpsyntaxhighlighter/serendipity_event_dpsyntaxhighlighter.php on line 170
Skip to content

Sicherheitsupdates

Heute hab ich auf dem System ein paar Sicherheitsupdates eingespielt.
 
Unter OpenBSD geht man dabei wie folgt vor:
 
 
 
Die Kernel und Systemsourcen müssen nach /usr/src/ runtergeladen und entpackt werden:
 
# ftp ftp://ftp.openbsd.org/pub/OpenBSD/4.3/src.tar.gz
# ftp ftp://ftp.openbsd.org/pub/OpenBSD/4.3/sys.tar.gz
 
 System Sourcen entpacken
 
# mv src.tar.gz /usr/src
# cd /usr/src
# tar -xvzf src.tar.gz

Kernel Sourcen entpacken
 
# mv src.tar.gz /usr/src
# cd /usr/src
# tar -xvzf src.tar.gz

Patches einspielen
 
# mkdir /usr/src/patches
# cd /usr/src/patches
 
# ftp ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.3.tar.gz
 
# tar xvfz 4.3.tar.gz
 
# head patches/4.3/common/001_openssh.patch
 
Apply by doing:
        cd /usr/src
        patch -p0 < 001_openssh.patch
And then rebuild and install file:
        cd usr.bin/ssh
        make obj
        make cleandir
        make depend
        make
        make install
 
Beim den restlichen Patches verfährt man genauso, bzw. muss die jeweilige Ausgabe von "head" beachten.
 
Neuen Kernel übersetzen
 
# cp /bsd /bsd.old
# cd /usr/src/sys/arch/i386/conf/
# config GENERIC
Don’t forget to run "make depend" cd ../compile/GENERIC

# make clean && make depend && make && make install

Trackbacks

No Trackbacks

Comments

Display comments as Linear | Threaded

Das Transplantier on :

Endlich mal ein Update … ich hatte schon ernsthafte Sicherheitsbedenken und wollte mich an eine Firma meines Vertrauens wenden ;-)

Grüße

Das Transplantier 8-)

Add Comment


To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA 1CAPTCHA 2CAPTCHA 3CAPTCHA 4CAPTCHA 5


Textile-formatting allowed
You can use [geshi lang=lang_name [,ln={y|n}]][/geshi] tags to embed source code snippets.
Form options
Imprint | Contact | Privacy Statement

Warning: opendir(/var/www/html/web1/serendipity/plugins/serendipity_event_dpsyntaxhighlighter/sh/3.0.83.2/scripts/): failed to open dir: No such file or directory in /var/www/html/web1/serendipity/plugins/serendipity_event_dpsyntaxhighlighter/serendipity_event_dpsyntaxhighlighter.php on line 26

Warning: Invalid argument supplied for foreach() in /var/www/html/web1/serendipity/plugins/serendipity_event_dpsyntaxhighlighter/serendipity_event_dpsyntaxhighlighter.php on line 170