From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 26 06:50:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0886816A4B3 for ; Fri, 26 Sep 2003 06:50:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFFB744011 for ; Fri, 26 Sep 2003 06:50:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8QDoJFY013685 for ; Fri, 26 Sep 2003 06:50:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8QDoJ07013684; Fri, 26 Sep 2003 06:50:19 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 26 Sep 2003 06:50:19 -0700 (PDT) Resent-Message-Id: <200309261350.h8QDoJ07013684@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Herbert J. Skuhra" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB70616A4B3 for ; Fri, 26 Sep 2003 06:48:00 -0700 (PDT) Received: from TK212017121218.teleweb.at (TK212017121218.teleweb.at [212.17.121.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 569014400E for ; Fri, 26 Sep 2003 06:48:00 -0700 (PDT) (envelope-from herbert@TK212017121218.teleweb.at) Message-Id: <20030926134808.01D351FEC@freebsd2.rocks> Date: Fri, 26 Sep 2003 15:48:08 +0200 (CEST) From: "Herbert J. Skuhra" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57247: security/gnutls is unusable for loudmouth/gossip, gaim and ??? X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Herbert J. Skuhra" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 13:50:21 -0000 >Number: 57247 >Category: ports >Synopsis: security/gnutls is unusable for loudmouth/gossip, gaim and ??? >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 26 06:50:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Herbert J. Skuhra >Release: FreeBSD 5.1-RELEASE-p2 i386 >Organization: BSD User Group Austria >Environment: System: FreeBSD freebsd2.rocks 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #2: Fri Sep 12 15:51:06 CEST 2003 herbert@freebsd2.rocks:/usr/obj/usr/src/sys/PC1 i386 >Description: net/(loudmouth|gossip) and net/gaim only provides functional SSL support when security/gnutls is build with "--with-included-libtasn1" >How-To-Repeat: cd /usr/ports/net/gossip make -DWITH_GNUTLS install clean rehash gossip & try to connect to a jabber server over SSL on port 5223 connection fails and error message displayed GNUTLS ERROR: ASN1 parser: Element was not found. Only unencrypted connection works. Same goes for net/gaim (see my other pr): gnutls: Handshaking gnutls: Handshake failed Or do you think there is a better fix for gnutls? >Fix: ------ patch ------ diff -ruN gnutls.bak/Makefile gnutls/Makefile --- gnutls.bak/Makefile Fri Sep 26 15:32:44 2003 +++ gnutls/Makefile Fri Sep 26 15:33:24 2003 @@ -18,7 +18,6 @@ COMMENT= GNU Transport Layer Security library LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ - tasn1.2:${PORTSDIR}/security/libtasn1 \ opencdk.6:${PORTSDIR}/security/opencdk USE_LIBTOOL= yes @@ -27,6 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --with-included-libtasn1 DOCS= AUTHORS NEWS README THANKS doc/tex/*.ps EXAMPLES= doc/examples/*.c ------ end of patch ------ >Release-Note: >Audit-Trail: >Unformatted: