first asterisk remote DoS fix for 2008, affecting all previous 1.4
versions.  http://downloads.digium.com/pub/security/AST-2008-001.pdf

    7   * channels/chan_sip.c: Allocate a SIP refer structure when
    8     performing a transfer using BYE with Also so that the transfer
    9     information is properly stored. (AST-2008-028) (closes issue
   10     #11637) Reported by: greyvoip

also includes a few other fixes (locking, call queues, etc),
I've tested on sparc64. ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/telephony/asterisk/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile    21 Dec 2007 10:22:19 -0000      1.30
+++ Makefile    2 Jan 2008 23:04:58 -0000
@@ -3,7 +3,7 @@
 SHARED_ONLY=           Yes
 COMMENT-main=          open source multi-protocol PBX and telephony toolkit
 
-V=                     1.4.16.2
+V=                     1.4.17
 DISTNAME=              asterisk-$V
 FULLPKGNAME-main=      ${DISTNAME}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/telephony/asterisk/distinfo,v
retrieving revision 1.24
diff -u -p -r1.24 distinfo
--- distinfo    21 Dec 2007 10:22:19 -0000      1.24
+++ distinfo    2 Jan 2008 23:04:58 -0000
@@ -1,5 +1,5 @@
-MD5 (asterisk-1.4.16.2.tar.gz) = EBChHazjeujotVhk23PQ7w==
-RMD160 (asterisk-1.4.16.2.tar.gz) = aX7pequ3VkjAI9vqIvKFl7IG8gE=
-SHA1 (asterisk-1.4.16.2.tar.gz) = N7YJni7FDcuBWPvRXRWtkwcfHW8=
-SHA256 (asterisk-1.4.16.2.tar.gz) = 
+JkqrebOxeaqJjBHT56xFWKD0YohJWJllXIW4fn07rg=
-SIZE (asterisk-1.4.16.2.tar.gz) = 11458626
+MD5 (asterisk-1.4.17.tar.gz) = /yX1bXdYWMTeYZ8vWaVQmQ==
+RMD160 (asterisk-1.4.17.tar.gz) = UMBE7gr1OhEBimHvwAi5t0ZTkZ4=
+SHA1 (asterisk-1.4.17.tar.gz) = vJCeNKXTx5AJuQ2sRb6MPAUeVzw=
+SHA256 (asterisk-1.4.17.tar.gz) = hTMeY8kDcMMFEh8TQ1jnbLsGhGoSwEp4JdWGnzMe4A0=
+SIZE (asterisk-1.4.17.tar.gz) = 11463021

Reply via email to