Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id F15B563B89E for ; Thu, 17 Jul 2008 10:11:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id ABFF863B4D6; Thu, 17 Jul 2008 10:11:20 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 7778263B4C9 for ; Thu, 17 Jul 2008 10:11:19 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5A792175D0; Thu, 17 Jul 2008 10:11:19 +0000 (UTC) From: Adam Hoka Subject: CVS commit: pkgsrc/net/liblive To: pkgsrc-changes@NetBSD.org Reply-To: ahoka@netbsd.org Message-Id: <20080717101119.5A792175D0@cvs.netbsd.org> Date: Thu, 17 Jul 2008 10:11:19 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: ahoka Date: Thu Jul 17 10:11:19 UTC 2008 Modified Files: pkgsrc/net/liblive: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Updating to the 20080706 version. Fixing installation prefix and buildlink3 (now vlc's autoconf can find it). Minor cleanup. Upstream changelog: 2008.07.06: - Corrected one of Erik Hovland's memory leak fixes made to the previous revision. 2008.07.05: - Fixed some memory leaks - and several other mostly cosmetic fixes. (Thanks to Erik Hovland for noticing these.) 2008.06.26: - Fixed a bug in "openRTSP" that was sometimes causing an incorrect "Range:" header to be sent in "PLAY" requests. 2008.06.25: - Fixed a bug in the headers sent for the RTSP "GET_PARAMETER" and "SET_PARAMETER" commands. (Thanks to "beilyzhang (at) hotmail" for this report.) 2008.06.05: - Renamed the "ourSourceAddressForMulticast()" function to the less confusing and more explanatory "ourIPAddress()". - The "RTSPClient" change that was made in 2008.04.09 to accommodate multicast streams apparently broke (some?) unicast streams. This has now been fixed. - Updated "RTSPClient" to handle weird servers that include a "Content-Length:" header in the response to the RTSP "SETUP" command. (If we see such a header, we skip over the data referred to in the header.) (Thanks to Kristian Soerensen for this suggestion.) - Changed the parsing of lines in "RTSPClient" so that it now accepts \r or \n alone at the end of each line. (\r\n is preferred, but the standard also allows \r or \n) (Thanks to David Schueler for this suggestion.) 2008.05.12: - Made a change to "RTCPInterface" to ensure that "turnOffBackgroundReadHandling()" is called on a socket as many times as "turnOnBackgroundReadHandling()". Apparently some versions of Windows get upset if this doesn't happen. (Thanks to Ken Seo for the suggested fix.) - Fixed a bug in "H263plusVideoStreamParser". (Thanks to Andrey Latin.) - Added more sanity checking to "JPEGVideoRTPSink". To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/liblive/DESCR cvs rdiff -r1.15 -r1.16 pkgsrc/net/liblive/Makefile cvs rdiff -r1.4 -r1.5 pkgsrc/net/liblive/PLIST cvs rdiff -r1.6 -r1.7 pkgsrc/net/liblive/buildlink3.mk \ pkgsrc/net/liblive/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.