19 Commits

Author SHA1 Message Date
ajacoutot
43b42e7886 Remove "daemon" class from @newuser 2022-04-19 12:43:21 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
ajacoutot
94e8867037 Update to gnugk-5.3. 2019-08-03 11:26:18 +00:00
ajacoutot
2d608ca557 Update to gnugk-5.0. 2018-09-01 11:06:06 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
ajacoutot
b3e037d96e SECURITY update to gnugk-4.7.20171007. 2017-10-07 15:04:36 +00:00
ajacoutot
83120d5a3c Update to gnugk-4.5. 2017-08-28 08:31:29 +00:00
ajacoutot
7995708f3c Bring rc_bg back. 2017-05-27 19:57:05 +00:00
ajacoutot
13730769c8 Cope with recent rc.subr(8) change (removal of rc_bg etc.) 2017-05-27 13:53:06 +00:00
ajacoutot
145db17fcd Major update to gnugk-2.3.5. 2011-10-26 17:00:06 +00:00
ajacoutot
1beeb02eb3 Add rc script, from Vadim Zhukov with some tweaks. 2011-05-11 09:01:26 +00:00
ajacoutot
11d1f9380d Major update to gnugk-2.3.1. 2010-03-23 21:14:45 +00:00
ajacoutot
38f3ac6915 - update to gnugk-2.2.8
Some of the changes:
* auto-reconnect feature for all database drivers
* support for using stored procedures when using MySQL
* the extended 'sql' routing policy now supports setting multiple
failover routes
- use SUBST_CMD
- remove GNUGK_ID variable... not useful
2009-01-17 11:42:03 +00:00
ajacoutot
070f7fe3b0 - bugfix update to gnugk-2.2.7-3
* 2 missing NULL pointer checks
* fixes a cause code translation when no Q.931 code is set
* fixes possible memory leak in virtual queues on unregistered calls
* checks for the new config file on a reload
2008-06-17 14:45:40 +00:00
ajacoutot
0ee735e36c - update to gnugk-2.2.7
* extends virtual queues to work on unregistered calls,
* adds per prefix capacity limits and Q.931 cause code translation per
gateway
* adds H.460.9 realtime, QoS monitoring, H.460.interop support and H.350
authentication
2008-04-03 07:18:08 +00:00
ajacoutot
c845f6aa90 - make it compile with new pwlib
- merge a patch from upstream SVN so that the _gnugk user does not need
read access to current directory when starting gnugk
- remove useless parts from patches now that pwlib and openh323 version
got sanitised
- rename default configuration file from gnugk.ini to getekeeper.ini
(as per documentation suggests it)
- replace etc with ${SYSCONFDIR} in MESSAGE and remove fixed warning
2008-03-15 17:40:06 +00:00
ajacoutot
45bb34e8a9 - add a small warning in MESSAGE and tweak the starting command ;
if gnugk is ran as an unpriviledged user, the current directory has to
be accessible by it
2007-08-30 15:14:16 +00:00
ajacoutot
300701eb8a - remove /var/run/gnugk from @sample (the content of /var/run is wiped
out on boot so there's really no point in keeping this)
- instruct users to create /var/run/gnugk before starting gnugk instead

pointed by todd@ in a mail to ports@
2007-06-20 14:40:34 +00:00
ajacoutot
63850835a5 Import gnugk-2.2.6
The GNU Gatekeeper is an open-source project that implements an H.323
gatekeeper. A gatekeeper provides call control services to the H.323
endpoints. It is an integral part of most useful internet telephony
installations that are based on the H.323 standard.
According to the recommendations from H.323, GnuGK provides most of the
following functions based on the OpenH323 protocol stack:
 * Address Translation
 * Admissions Control
 * Bandwidth Control
 * Zone Management
 * Call Control Signaling
 * Call Authorization
 * Bandwidth Management
 * Call Management

ok kili@
2007-04-27 21:10:42 +00:00