mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Upgrade from to version 0.9a3.m09
This commit is contained in:
parent
3c000e6a29
commit
6fb976323b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37104
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= openh323proxy
|
||||
PORTVERSION= 0.9a3.m08
|
||||
PORTVERSION= 0.9a3.m09
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.sourceforge.net/openh323proxy/
|
||||
DISTNAME= ${PORTNAME}_0.9a3_m08
|
||||
DISTNAME= ${PORTNAME}_0.9a3_m09
|
||||
|
||||
MAINTAINER= roger@FreeBSD.org
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openh323proxy_0.9a3_m08.tar.gz) = 6a94049a8cf965e41e15a382cf1b93a2
|
||||
MD5 (openh323proxy_0.9a3_m09.tar.gz) = 802670120ba21cce49b0870bfc9a9764
|
||||
|
@ -1,19 +0,0 @@
|
||||
*** Makefile.orig Wed Nov 22 14:00:59 2000
|
||||
--- Makefile Wed Nov 22 14:00:02 2000
|
||||
***************
|
||||
*** 70,76 ****
|
||||
#
|
||||
|
||||
|
||||
! PROG = opengate
|
||||
SOURCES = opengate.cxx EndpointTabl.cxx RasThread.cxx RasServer.cxx MulticastThread.cxx \
|
||||
AddrUtils.cxx Log.cxx CallTabl.cxx CallThread.cxx Environ.cxx DNSUtils.cxx \
|
||||
Proxy.cxx ProxyTabl.cxx ProxyThread.cxx ProxyCriteria.cxx
|
||||
--- 70,76 ----
|
||||
#
|
||||
|
||||
|
||||
! PROG = opengate_proxy
|
||||
SOURCES = opengate.cxx EndpointTabl.cxx RasThread.cxx RasServer.cxx MulticastThread.cxx \
|
||||
AddrUtils.cxx Log.cxx CallTabl.cxx CallThread.cxx Environ.cxx DNSUtils.cxx \
|
||||
Proxy.cxx ProxyTabl.cxx ProxyThread.cxx ProxyCriteria.cxx
|
@ -1,38 +0,0 @@
|
||||
*** opengate.cxx.orig Thu Oct 26 13:05:21 2000
|
||||
--- opengate.cxx Wed Nov 22 13:59:34 2000
|
||||
*************** static PSemaphore TerminatedSema(0,1);
|
||||
*** 101,107 ****
|
||||
PCREATE_PROCESS(opengate)
|
||||
|
||||
opengate::opengate()
|
||||
! : PServiceProcess("Egoboo", "opengate",
|
||||
GKVER_MAJOR, GKVER_MINOR, GKVER_STATUS, GKVER_BUILD
|
||||
)
|
||||
{
|
||||
--- 101,107 ----
|
||||
PCREATE_PROCESS(opengate)
|
||||
|
||||
opengate::opengate()
|
||||
! : PServiceProcess("Marco Polci and Egoboo", "openh323proxy",
|
||||
GKVER_MAJOR, GKVER_MINOR, GKVER_STATUS, GKVER_BUILD
|
||||
)
|
||||
{
|
||||
*************** void opengate::Main()
|
||||
*** 165,172 ****
|
||||
PString AkaLocalAddr = Cfg.GetString( "Local Address", "*" );
|
||||
MyEnviron.LocalAddr = AkaLocalAddr;
|
||||
|
||||
! // Set the gatekeeper id, the default is "Opengate: " + hostname
|
||||
! PString AkaMyId = Cfg.GetString( "Gatekeeper Id", (PString) "Opengate: " + PIPSocket::GetHostName() );
|
||||
MyEnviron.MyId = AkaMyId;
|
||||
// if ( MyEnviron.LocalAddr == INADDR_ANY )
|
||||
// PIPSocket::GetHostAddress( MyEnviron.LocalAddr );
|
||||
--- 165,172 ----
|
||||
PString AkaLocalAddr = Cfg.GetString( "Local Address", "*" );
|
||||
MyEnviron.LocalAddr = AkaLocalAddr;
|
||||
|
||||
! // Set the gatekeeper id, the default is "OpengateProxy: " + hostname
|
||||
! PString AkaMyId = Cfg.GetString( "Gatekeeper Id", (PString) "OpengateProxy: " + PIPSocket::GetHostName() );
|
||||
MyEnviron.MyId = AkaMyId;
|
||||
// if ( MyEnviron.LocalAddr == INADDR_ANY )
|
||||
// PIPSocket::GetHostAddress( MyEnviron.LocalAddr );
|
@ -1,30 +0,0 @@
|
||||
*** Log.cxx.orig Mon Oct 16 14:39:43 2000
|
||||
--- Log.cxx Wed Nov 22 13:59:51 2000
|
||||
*************** OpengateLog::OpengateLog() : Cfg("Log")
|
||||
*** 66,72 ****
|
||||
PTime now;
|
||||
PString DateStamp = now.AsString("hh:mm:ss dd/MM/yyyy");
|
||||
PString StartupMsg = "Starting logging: ";
|
||||
! LogFilename = Cfg.GetString("File", "OpengateLog.txt");
|
||||
|
||||
// Check to see if logging has been requested
|
||||
// If none then do not open log file
|
||||
--- 66,72 ----
|
||||
PTime now;
|
||||
PString DateStamp = now.AsString("hh:mm:ss dd/MM/yyyy");
|
||||
PString StartupMsg = "Starting logging: ";
|
||||
! LogFilename = Cfg.GetString("File", "opengate_proxy.log");
|
||||
|
||||
// Check to see if logging has been requested
|
||||
// If none then do not open log file
|
||||
*************** void OpengateLog::LogH245Msg(const H245_
|
||||
*** 268,271 ****
|
||||
}
|
||||
WriteTrailer();
|
||||
}
|
||||
! }
|
||||
--- 268,271 ----
|
||||
}
|
||||
WriteTrailer();
|
||||
}
|
||||
! }
|
Loading…
Reference in New Issue
Block a user