Update to gnugk-3.6.

This commit is contained in:
ajacoutot 2014-05-08 04:15:21 +00:00
parent 4ab2913fff
commit 17fce3b662
4 changed files with 13 additions and 31 deletions

View File

@ -1,12 +1,10 @@
# $OpenBSD: Makefile,v 1.43 2014/04/27 09:46:52 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.44 2014/05/08 04:15:21 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= H.323 gatekeeper
# CVS checkout of branch v3_5_STABLE
# Mon Apr 21 20:51:31 CEST 2014
DISTNAME= gnugk-3.5.0.1
DISTNAME= gnugk-3.6
CATEGORIES= net telephony
@ -19,12 +17,11 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += SDL c crypto expat h323 kvm lber ldap ldap_r lua5.1
WANTLIB += m netsnmp netsnmpagent netsnmpmibs pt pthread sasl2
WANTLIB += ssh ssl stdc++
WANTLIB += ssh ssl stdc++ z
MODULES= lang/lua
MASTER_SITES= https://distfiles.bsdfrog.org/
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openh323gk/}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openh323gk/}
BUILD_DEPENDS= databases/mysql \
databases/postgresql

View File

@ -1,2 +1,2 @@
SHA256 (gnugk-3.5.0.1.tar.gz) = 9me8zrtZ2oiMbskBlKntxCYjAyEZssUsaeYYTgkkuLc=
SIZE (gnugk-3.5.0.1.tar.gz) = 1181984
SHA256 (gnugk-3.6.tar.gz) = FcrDulGKtkUtGb8IdGXUS3PeOPuKUops/38/cyijrZA=
SIZE (gnugk-3.6.tar.gz) = 1317538

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-configure,v 1.17 2014/04/25 11:18:46 ajacoutot Exp $
--- configure.orig Thu Jan 2 13:27:20 2014
+++ configure Wed Apr 23 15:30:54 2014
$OpenBSD: patch-configure,v 1.18 2014/05/08 04:15:21 ajacoutot Exp $
--- configure.orig Thu Feb 20 00:32:50 2014
+++ configure Thu May 8 05:58:42 2014
@@ -3733,7 +3733,7 @@ else
fi
@ -28,16 +28,16 @@ $OpenBSD: patch-configure,v 1.17 2014/04/25 11:18:46 ajacoutot Exp $
if test "${H460SUPPORT:-unset}" = "unset" ; then
if test "x${h46023}" != "xno" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: No H.460 support available" >&5
@@ -4590,7 +4590,7 @@ $as_echo_n "checking for ssh_handle_key_exchange()/ssh
@@ -4591,7 +4591,7 @@ $as_echo_n "checking for ssh_handle_key_exchange()/ssh
for try in /usr/lib /usr/local/lib $libssh_lib_dir; do
if test -d $try; then
- LIBS="$old_LIBS -L$try -lssh -lcrypto -lz -lrt"
+ LIBS="$old_LIBS -L$try -lssh -lcrypto -lz"
- LIBS="$old_LIBS -L$try -lssh -lcrypto -lz $GSSAPI_LIBS -lrt"
+ LIBS="$old_LIBS -L$try -lssh -lcrypto -lz $GSSAPI_LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
extern ssh_handle_key_exchange(); extern ssh_blocking_flush();
@@ -4822,7 +4822,7 @@ else
@@ -4823,7 +4823,7 @@ else
fi

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-gkauth_cxx,v 1.1 2014/04/25 11:18:46 ajacoutot Exp $
http://openh323gk.cvs.sourceforge.net/viewvc/openh323gk/openh323gk/gkauth.cxx?r1=1.152&r2=1.153
--- gkauth.cxx.orig Thu Jan 2 12:26:34 2014
+++ gkauth.cxx Mon Apr 21 21:24:14 2014
@@ -44,7 +44,7 @@ using std::find_if;
using std::greater;
-#if defined(P_SSL) && hasCipertextStealing
+#if defined(H323_H235) && hasCipertextStealing
////////////////////////////////////////////////////
#include <h235/h235crypto.h>