Received: by mail.netbsd.org (Postfix, from userid 605) id 970A084F62; Sun, 24 Feb 2019 10:38:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1DAF484DFF for ; Sun, 24 Feb 2019 10:38:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id e9UR1E_NksK2 for ; Sun, 24 Feb 2019 10:38:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 72E1884C81 for ; Sun, 24 Feb 2019 10:38:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67AA8FB16; Sun, 24 Feb 2019 10:38:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155100469246280" MIME-Version: 1.0 Date: Sun, 24 Feb 2019 10:38:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/icecast To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190224103812.67AA8FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155100469246280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 24 10:38:12 UTC 2019 Modified Files: pkgsrc/audio/icecast: Makefile distinfo Log Message: icecast: update to 2.4.4. Icecast 2.4.4 ----------------------------------------------------------------------------- We are releasing Icecast 2.4.4, an important bugfix-only release. We recommend upgrading for increased stability and compatibility! ## Fixes - Fix: Fixed segfault in htpasswd auth if no filename is set - Fix: Do not report hashed user passworts in user list. - Fix two mistakes in the default config's comments - Add log message for succesful streamlist requests - Fix: update_from_master() for receiving HTTP/1.1 - Fix: Spelling, thanks to Ukikie - Fix: Fixed a segfault when xsltApplyStylesheet() returns error - Fix: Do not segfaul on bad Opus streams - Fix: Corrected response and fixed TLS for 416 Request Range Not Satisfiable responses - Fix: TLS for ICECAST_PROTOCOL_SHOUTCAST source clients and investigating the bug. - Fix: global listener count could be negative under certain circumstances Thanks a lot to Simeon Völkel (0xBD4E031CDB4043C9) for reporting and investigating the bug. - Fix: Send "Content-Length: 0" on 100-continue - Fix: Do not send 100-continue in plain text over TLS sockets - Fix: Added needed code to announce Opus streams as such to yp. - Fix: Avoid invalid locking in signal handlers. - Workaround: avoid libspeex printing warnings on Opus streams. - Fix: Fixed regression introduced by r19250. The fix checks if the source client is actually known before printing it's IP-Address. - Fix: do not allow unescaped strings in XML output. ## Known issues - HTTP PUT implementation currently doesn't support chunked encoding yet. - HTTP PUT with "Expect: 100-Continue" receives first a "100" and soon after a "200", instead of the "200" at the end of transmission. - Caution should be exercised when using `` or ``, as there is a small chance of stream file descriptors being mixed up with script file descriptors, if the FD numbers go above 1024. This will be further addressed in the next Icecast release. - Don't use comments inside `` as it will prevent processing of further `
` tags. - Webinterface shows Login when using just `stream_auth`. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/audio/icecast/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/icecast/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155100469246280 Content-Disposition: inline Content-Length: 1792 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/icecast/Makefile diff -u pkgsrc/audio/icecast/Makefile:1.70 pkgsrc/audio/icecast/Makefile:1.71 --- pkgsrc/audio/icecast/Makefile:1.70 Thu Dec 20 15:42:13 2018 +++ pkgsrc/audio/icecast/Makefile Sun Feb 24 10:38:12 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.70 2018/12/20 15:42:13 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2019/02/24 10:38:12 wiz Exp $ -DISTNAME= icecast-2.4.3 -PKGREVISION= 10 +DISTNAME= icecast-2.4.4 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/icecast/ Index: pkgsrc/audio/icecast/distinfo diff -u pkgsrc/audio/icecast/distinfo:1.23 pkgsrc/audio/icecast/distinfo:1.24 --- pkgsrc/audio/icecast/distinfo:1.23 Thu Dec 20 15:42:14 2018 +++ pkgsrc/audio/icecast/distinfo Sun Feb 24 10:38:12 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.23 2018/12/20 15:42:14 wiz Exp $ +$NetBSD: distinfo,v 1.24 2019/02/24 10:38:12 wiz Exp $ -SHA1 (icecast-2.4.3.tar.gz) = 230e2aa5abf80010c42d41cc7c0b078fb542b080 -RMD160 (icecast-2.4.3.tar.gz) = 57717c26258dd9f2a52f548bff1745e8ea9e608c -SHA512 (icecast-2.4.3.tar.gz) = 70e755ee935e738f2b7310333823992517747897692d101b67d73d5cd40d6385a20c25d089a0430806c116021e6e2055761efee9fec27cd9bccb2b58a2bfd446 -Size (icecast-2.4.3.tar.gz) = 2393358 bytes +SHA1 (icecast-2.4.4.tar.gz) = dc1974235e72dfa5006ab4b8bae0380a2f951a36 +RMD160 (icecast-2.4.4.tar.gz) = a24654985dbd5c192c71f96d308a644744f3ea0b +SHA512 (icecast-2.4.4.tar.gz) = e9ffb478cac2570891787455591d881a59185e067bb36f51706a7070cd9d82d80425ec8cf151f5ebb17d1b75654449fc760f8b82a1bb05f020b47ec09e46b4d0 +Size (icecast-2.4.4.tar.gz) = 2360592 bytes SHA1 (patch-aa) = d3f4891295143adc261b3bf076e924f4540c6030 SHA1 (patch-ab) = 4abb78f2067369600851abca71bb19049d8a41e8 SHA1 (patch-ac) = ce0a5474a88e5b768cd1c37ee0c934895a49093a --_----------=_155100469246280--