summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2001-01-11 17:15:45 +0000
committerRoger Hardiman <roger@FreeBSD.org>2001-01-11 17:15:45 +0000
commit6fb976323b5191f0af1afd0b46fd5d4d1f3ba556 (patch)
tree7d00a72efb5e480ce032b122aacddc4baf737d89 /net
parentUpdate to 1.8.11 (diff)
Upgrade from to version 0.9a3.m09
Notes
Notes: svn path=/head/; revision=37104
Diffstat (limited to 'net')
-rw-r--r--net/openh323proxy/Makefile4
-rw-r--r--net/openh323proxy/distinfo2
-rw-r--r--net/openh323proxy/files/patch-aa19
-rw-r--r--net/openh323proxy/files/patch-ab38
-rw-r--r--net/openh323proxy/files/patch-ac30
5 files changed, 3 insertions, 90 deletions
diff --git a/net/openh323proxy/Makefile b/net/openh323proxy/Makefile
index 3f7551a9c80a..fa64b8921edb 100644
--- a/net/openh323proxy/Makefile
+++ b/net/openh323proxy/Makefile
@@ -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
diff --git a/net/openh323proxy/distinfo b/net/openh323proxy/distinfo
index caa0206c7602..c082442b1669 100644
--- a/net/openh323proxy/distinfo
+++ b/net/openh323proxy/distinfo
@@ -1 +1 @@
-MD5 (openh323proxy_0.9a3_m08.tar.gz) = 6a94049a8cf965e41e15a382cf1b93a2
+MD5 (openh323proxy_0.9a3_m09.tar.gz) = 802670120ba21cce49b0870bfc9a9764
diff --git a/net/openh323proxy/files/patch-aa b/net/openh323proxy/files/patch-aa
deleted file mode 100644
index 755a523ccc86..000000000000
--- a/net/openh323proxy/files/patch-aa
+++ /dev/null
@@ -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
diff --git a/net/openh323proxy/files/patch-ab b/net/openh323proxy/files/patch-ab
deleted file mode 100644
index 55376d2e5ae7..000000000000
--- a/net/openh323proxy/files/patch-ab
+++ /dev/null
@@ -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 );
diff --git a/net/openh323proxy/files/patch-ac b/net/openh323proxy/files/patch-ac
deleted file mode 100644
index 4c29fe697628..000000000000
--- a/net/openh323proxy/files/patch-ac
+++ /dev/null
@@ -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();
- }
-! }