Hello ports@,

This is update port telephony/stuntman to v1.2.9

Tested on -current amd64.

 Comments? Ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/telephony/stuntman/Makefile,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 Makefile
--- Makefile    21 Feb 2016 16:17:26 -0000      1.10
+++ Makefile    27 May 2016 18:59:54 -0000
@@ -3,7 +3,7 @@
 COMMENT =      STUN server implementing RFCs 5389, 5769, and 5780
 NOT_FOR_ARCHS = arm hppa # atomic ops
 
-VERSION =      1.2.7
+VERSION =      1.2.9
 DISTNAME =     stunserver-${VERSION}
 PKGNAME =      stuntman-${VERSION}
 CATEGORIES =   telephony net
Index: distinfo
===================================================================
RCS file: /cvs/ports/telephony/stuntman/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo    24 Oct 2014 14:08:40 -0000      1.3
+++ distinfo    27 May 2016 18:59:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (stunserver-1.2.7.tgz) = UUFb+DM58FnGplu+zpt1jj8ZjLhgY6DxtPEtglyHZA4=
-SIZE (stunserver-1.2.7.tgz) = 113853
+SHA256 (stunserver-1.2.9.tgz) = 9jRShpvMxtwa5Vqczp40+6O5a7ew9w6jOyEaD7Tv9Jo=
+SIZE (stunserver-1.2.9.tgz) = 116797
Index: patches/patch-stuncore_stunbuilder_cpp
===================================================================
RCS file: /cvs/ports/telephony/stuntman/patches/patch-stuncore_stunbuilder_cpp,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-stuncore_stunbuilder_cpp
--- patches/patch-stuncore_stunbuilder_cpp      24 Dec 2013 13:57:18 -0000      
1.1
+++ patches/patch-stuncore_stunbuilder_cpp      27 May 2016 18:59:54 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-stuncore_stunbuilder_cpp,v 1.1 2013/12/24 13:57:18 sthen Exp $
---- stuncore/stunbuilder.cpp.orig      Sun Jun 23 20:45:16 2013
-+++ stuncore/stunbuilder.cpp   Sun Dec 22 14:27:53 2013
-@@ -88,6 +88,7 @@ HRESULT CStunMessageBuilder::AddRandomTransactionId(St
+--- stuncore/stunbuilder.cpp.orig      Sun Jan 17 03:58:21 2016
++++ stuncore/stunbuilder.cpp   Fri May 27 17:53:20 2016
+@@ -95,6 +95,7 @@ HRESULT CStunMessageBuilder::AddRandomTransactionId(St
      StunTransactionId transid;
      uint32_t stun_cookie_nbo = htonl(STUN_COOKIE);
  
@@ -9,7 +9,7 @@ $OpenBSD: patch-stuncore_stunbuilder_cpp
      uint32_t entropy=0;
  
  
-@@ -122,10 +123,11 @@ HRESULT CStunMessageBuilder::AddRandomTransactionId(St
+@@ -129,10 +130,11 @@ HRESULT CStunMessageBuilder::AddRandomTransactionId(St
          entropy ^= AtomicIncrement(&g_sequence_number);
      }
  
@@ -22,7 +22,7 @@ $OpenBSD: patch-stuncore_stunbuilder_cpp
  
  
      // the first four bytes of the transaction id is always the magic cookie
-@@ -133,7 +135,11 @@ HRESULT CStunMessageBuilder::AddRandomTransactionId(St
+@@ -140,7 +142,11 @@ HRESULT CStunMessageBuilder::AddRandomTransactionId(St
      memcpy(transid.id, &stun_cookie_nbo, sizeof(stun_cookie_nbo));
      for (int x = 4; x < (STUN_TRANSACTION_ID_LENGTH-4); x++)
      {
Index: patches/patch-testcode_testreader_cpp
===================================================================
RCS file: /cvs/ports/telephony/stuntman/patches/patch-testcode_testreader_cpp,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-testcode_testreader_cpp
--- patches/patch-testcode_testreader_cpp       24 Dec 2013 13:57:18 -0000      
1.1
+++ patches/patch-testcode_testreader_cpp       27 May 2016 18:59:54 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-testcode_testreader_cpp,v 1.1 2013/12/24 13:57:18 sthen Exp $
---- testcode/testreader.cpp.orig       Sun Jun 23 20:45:16 2013
-+++ testcode/testreader.cpp    Sat Dec 21 15:58:18 2013
-@@ -130,7 +130,9 @@ HRESULT CTestReader::Test2()
+--- testcode/testreader.cpp.orig       Sun Jan 17 03:58:21 2016
++++ testcode/testreader.cpp    Fri May 27 17:53:20 2016
+@@ -128,7 +128,9 @@ HRESULT CTestReader::Test2()
          Chk(TestFixedReadSizes(chunksize));
      }
  
@@ -11,7 +11,7 @@ $OpenBSD: patch-testcode_testreader_cpp,
      for (size_t i = 0; i < 200; i++)
      {
          Chk(TestFixedReadSizes(0));
-@@ -158,7 +160,11 @@ HRESULT CTestReader::TestFixedReadSizes(size_t chunksi
+@@ -156,7 +158,11 @@ HRESULT CTestReader::TestFixedReadSizes(size_t chunksi
          
          if (fRandomChunkSizing)
          {

Reply via email to