From 1e7917fa8965ab3691ee868961ea7cc36b6cab5c Mon Sep 17 00:00:00 2001
From: Leyla Farazha <leyla@lindenlab.com>
Date: Fri, 2 Nov 2007 21:26:41 +0000
Subject: [PATCH] Committing viewer-auth-server into release svn merge
 -r72818:72835 svn+ssh://svn/svn/linden/branches/viewer-auth-server-2

---
 etc/message.xml                       | 8 ++++++++
 indra/llcommon/llversionserver.h      | 2 +-
 scripts/messages/message_template.msg | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/etc/message.xml b/etc/message.xml
index 3d9d0ebab1c..86c377eb41a 100644
--- a/etc/message.xml
+++ b/etc/message.xml
@@ -399,6 +399,14 @@
 					<boolean>true</boolean>
 				</map>
 
+				<!-- UDPDeprecated Messages -->
+				<key>ScriptRunningReply</key>
+				<map>
+					<key>flavor</key>
+					<string>llsd</string>
+					<key>trusted-sender</key>
+					<boolean>false</boolean>
+				</map>
 
 		  </map>
   	  	<key>capBans</key>
diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h
index c3222898e4c..8a2f8835f52 100644
--- a/indra/llcommon/llversionserver.h
+++ b/indra/llcommon/llversionserver.h
@@ -35,7 +35,7 @@
 const S32 LL_VERSION_MAJOR = 1;
 const S32 LL_VERSION_MINOR = 18;
 const S32 LL_VERSION_PATCH = 3;
-const S32 LL_VERSION_BUILD = 71877;
+const S32 LL_VERSION_BUILD = 72163;
 
 const char * const LL_CHANNEL = "Second Life Server";
 
diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg
index 7aabb780307..8d6d551a1b6 100644
--- a/scripts/messages/message_template.msg
+++ b/scripts/messages/message_template.msg
@@ -5271,7 +5271,7 @@ version 2.0
 
 // ScriptRunningReply - response from simulator to message above
 {
-	ScriptRunningReply		Low	244 		NotTrusted Unencoded
+	ScriptRunningReply		Low	244 		NotTrusted Unencoded UDPDeprecated
 	{
 		Script				Single
 		{	ObjectID		LLUUID	}
-- 
GitLab