English   German

Go Back   TeamSpeak Community Forums > General > Developer Releases

Reply
 
Thread Tools Display Modes
  #1  
Old 01-08-2007, 22:08
R. Ludwig R. Ludwig is offline
-= TeamSpeak Team =-
 
Join Date: Jun 2002
Location: Germany
Posts: 1,089
R. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant future
[TS2] Windows/Linux Server Binary 2.0.23.19 *HOTFIX*

ftp://ftp.freenet.de/pub/4players/te.../server/202319

- fixed an exploit where it was possible to read files from your harddisk

Last edited by ScP; 03-08-2007 at 07:43.
Reply With Quote
  #2  
Old 01-08-2007, 22:20
Hdmas Hdmas is offline
-= TeamSpeak Addict =-
 
Join Date: Oct 2006
Location: Finland
Posts: 102
Hdmas will become famous soon enoughHdmas will become famous soon enough
Server updated.
Lots of hotfixes recently

Pretty fast patches to exploits
Reply With Quote
  #3  
Old 01-08-2007, 22:21
Katana*GFR*'s Avatar
Katana*GFR* Katana*GFR* is offline
-= TeamSpeak Fanatic =-
 
Join Date: Jan 2003
Location: The Netherlands
Posts: 1,478
Katana*GFR* is a name known to allKatana*GFR* is a name known to allKatana*GFR* is a name known to allKatana*GFR* is a name known to allKatana*GFR* is a name known to allKatana*GFR* is a name known to all
Send a message via ICQ to Katana*GFR* Send a message via AIM to Katana*GFR* Send a message via MSN to Katana*GFR* Send a message via Skype™ to Katana*GFR*
pfff give me some time to get used to .17 .... sigh... I'll have to go tell the users again that they have to miss there TS for 5 minutes...
Reply With Quote
  #4  
Old 02-08-2007, 01:43
Claw's Avatar
Claw Claw is offline
-= TeamSpeak Addict =-
 
Join Date: Jul 2006
Location: Austria
Posts: 154
Claw has a spectacular aura aboutClaw has a spectacular aura aboutClaw has a spectacular aura about
Send a message via ICQ to Claw
Question

Quote:
Originally Posted by Katana*GFR* View Post
pfff give me some time to get used to .17 .... sigh... I'll have to go tell the users again that they have to miss there TS for 5 minutes...
5 minutes?

You've get a very slow server.

A server-version-update takes 15 secondes ;-)
Reply With Quote
  #5  
Old 02-08-2007, 12:27
maxi1990's Avatar
maxi1990 maxi1990 is offline
-= TeamSpeak Fanatic =-
 
Join Date: Jul 2006
Location: Germany/Bavaria
Posts: 1,220
maxi1990 will become famous soon enoughmaxi1990 will become famous soon enough
Or a bit longer if you have some more instances running
Reply With Quote
  #6  
Old 02-08-2007, 12:43
Hdmas Hdmas is offline
-= TeamSpeak Addict =-
 
Join Date: Oct 2006
Location: Finland
Posts: 102
Hdmas will become famous soon enoughHdmas will become famous soon enough
Quote:
Originally Posted by maxi1990 View Post
Or a bit longer if you have some more instances running
Well, "tough guys" would make perl script to handle updating.
Reply With Quote
  #7  
Old 02-08-2007, 13:50
maxi1990's Avatar
maxi1990 maxi1990 is offline
-= TeamSpeak Fanatic =-
 
Join Date: Jul 2006
Location: Germany/Bavaria
Posts: 1,220
maxi1990 will become famous soon enoughmaxi1990 will become famous soon enough
Quote:
Originally Posted by Hdmas View Post
Well, "tough guys" would make perl script to handle updating.
I realised it with a simple bash script. renaming the executable to the old version and downloading the new version.
After that i start all instances with one command.
Reply With Quote
  #8  
Old 02-08-2007, 18:47
Germeshausen.de's Avatar
Germeshausen.de Germeshausen.de is offline
-= TeamSpeak Fanatic =-
 
Join Date: Nov 2002
Location: Germany / Kempen
Posts: 1,869
Germeshausen.de has a reputation beyond reputeGermeshausen.de has a reputation beyond reputeGermeshausen.de has a reputation beyond reputeGermeshausen.de has a reputation beyond reputeGermeshausen.de has a reputation beyond reputeGermeshausen.de has a reputation beyond reputeGermeshausen.de has a reputation beyond reputeGermeshausen.de has a reputation beyond reputeGermeshausen.de has a reputation beyond reputeGermeshausen.de has a reputation beyond reputeGermeshausen.de has a reputation beyond repute
only a single line:
Code:
./tss2d stop; rm server_linux; wget http://......202319/server_linux; chmod +x server_linux; ./tss2d start
You can also put it in a bash file and call the update by "./update.pl 202319"

Need more inspiration?
Reply With Quote
  #9  
Old 02-08-2007, 21:10
Claw's Avatar
Claw Claw is offline
-= TeamSpeak Addict =-
 
Join Date: Jul 2006
Location: Austria
Posts: 154
Claw has a spectacular aura aboutClaw has a spectacular aura aboutClaw has a spectacular aura about
Send a message via ICQ to Claw
Quote:
Originally Posted by Germeshausen.de View Post
only a single line:
Code:
./tss2d stop; rm server_linux; wget http://......202319/server_linux; chmod +x server_linux; ./tss2d start
You can also put it in a bash file and call the update by "./update.pl 202319"

Need more inspiration?
update.sh
Code:
#!/bin/bash
./teamspeak2-server_startscript stop
wget ftp://ftp.freenet.de/pub/4players/teamspeak.org/developer/server/$1/server_linux
mv server_linux.1 server_linux
chmod +x server_linux
./teamspeak2-server_startscript start
Reply With Quote
  #10  
Old 02-08-2007, 21:19
Katana*GFR*'s Avatar
Katana*GFR* Katana*GFR* is offline
-= TeamSpeak Fanatic =-
 
Join Date: Jan 2003
Location: The Netherlands
Posts: 1,478
Katana*GFR* is a name known to allKatana*GFR* is a name known to allKatana*GFR* is a name known to allKatana*GFR* is a name known to allKatana*GFR* is a name known to allKatana*GFR* is a name known to all
Send a message via ICQ to Katana*GFR* Send a message via AIM to Katana*GFR* Send a message via MSN to Katana*GFR* Send a message via Skype™ to Katana*GFR*
Quote:
Originally Posted by Claw View Post
5 minutes?

You've get a very slow server.

A server-version-update takes 15 secondes ;-)
Nah, i just say that.. last time i was ready in no time also.. Just a figure of speaking... But i was tired tho last time i did it...
Reply With Quote
  #11  
Old 02-08-2007, 23:21
ScP's Avatar
ScP ScP is offline
-= TeamSpeak Support =-
 
Join Date: Oct 2003
Location: Germany
Posts: 1,637
ScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond repute
Ralf has prepared new distribution packages for the Windows and Linux versions of yesterdays developer release, which is no longer tagged as BETA.

If you're already running a TeamSpeak server with version 2.0.23.19, an update is not necessary. Otherwise, you should update your installation as quickly as possible since the new release contains more than 20 security fixes and stability improvements.

Upgrading from any version of the TeamSpeak 2 server on Linux to 2.0.23.19, simply involves overwriting your currently installed files with the files from the new package. Windows users can use the new installer to get their servers up to date.

The new release can be found on the Downloads page.
Reply With Quote
  #12  
Old 03-08-2007, 01:29
louig1 louig1 is offline
-= TeamSpeak Lover =-
 
Join Date: Jun 2004
Location: USA
Posts: 71
louig1 is on a distinguished road
has any of the mysql files chaged if so could the files that are needed by md5 hash could they be attached to this thread?
Reply With Quote
  #13  
Old 03-08-2007, 02:28
maggy maggy is offline
-= TeamSpeak Addict =-
 
Join Date: Jun 2003
Location: na
Posts: 145
maggy has a spectacular aura aboutmaggy has a spectacular aura aboutmaggy has a spectacular aura about
i don't belive there would be any sql changes as the same update is applied either with the updated binary or with the whole package... which indicated that only the binary has changed.
Reply With Quote
  #14  
Old 03-08-2007, 05:52
sgtbenc sgtbenc is offline
-= TeamSpeak Fanatic =-
 
Join Date: Feb 2005
Location: .
Posts: 1,011
sgtbenc is a splendid one to beholdsgtbenc is a splendid one to beholdsgtbenc is a splendid one to beholdsgtbenc is a splendid one to beholdsgtbenc is a splendid one to beholdsgtbenc is a splendid one to beholdsgtbenc is a splendid one to behold
Working nicely for my low usage server.
Reply With Quote
  #15  
Old 03-08-2007, 07:51
ScP's Avatar
ScP ScP is offline
-= TeamSpeak Support =-
 
Join Date: Oct 2003
Location: Germany
Posts: 1,637
ScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond repute
The SQL files have slightly changed since the last official release 2.0.20.1, but besides a small fix in the delete_server.sql file there were only cosmetic updates.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Forum Jump


All times are GMT +1. The time now is 12:14.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Add to Bookmarks   |   Printview   |   Contact Us   |   Legal Notices