ports/net/DarwinStreamingServer/files/patch-WebAdmin::src::streamingadminserver.pl
Norikatsu Shigemura 553818ac43 Update to 5.0.3.2.
o Disable over-optimaization for problem of ports/75291. [1]
o Clean-up some patches (to post-patch phase)

PR:		ports/75291 [1]
Pointed out by:	Lars Eggert <lars.eggert@netlab.nec.de> [1]
Informed by:	Yoshihiro Yanagida <yosh@yanagi.to>
Inquiried by:	many people
Sponsored by:	Ensure Technology Ltd.
2005-03-12 21:18:07 +00:00

20 lines
635 B
Raku

--- WebAdmin/src/streamingadminserver.pl.orig Thu Aug 28 08:21:55 2003
+++ WebAdmin/src/streamingadminserver.pl Sat Jan 22 09:55:56 2005
@@ -40,7 +40,7 @@
}
else
{
- eval "use Net::SSleay";
+ eval "use Net::SSLeay";
}
$ssl_available = 0;
if (!$@) {
@@ -248,7 +248,7 @@
"gbrowse", "0",
"ssl", "0",
"crtfile", "/etc/streaming/streamingadminserver.pem",
- "keyfile", "/etc/streaming/streamingadminserver.pem",
+ "keyfile", "/etc/streaming/streamingadminserver.key",
#"keypasswordfile", "",
"qtssQTPasswd", "/usr/local/bin/qtpasswd",
"qtssPlaylistBroadcaster", "/usr/local/bin/PlaylistBroadcaster",