From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 30 21:50:15 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 69D8A16A4B3 for ; Tue, 30 Sep 2003 21:50:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A376544008 for ; Tue, 30 Sep 2003 21:50:13 -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 h914oDFY011356 for ; Tue, 30 Sep 2003 21:50:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h914oDoo011355; Tue, 30 Sep 2003 21:50:13 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 30 Sep 2003 21:50:13 -0700 (PDT) Resent-Message-Id: <200310010450.h914oDoo011355@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, Seth Kingsley Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE1ED16A4B3 for ; Tue, 30 Sep 2003 21:43:19 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 2881643F3F for ; Tue, 30 Sep 2003 21:43:19 -0700 (PDT) (envelope-from sethk@magnesium.net) Received: (qmail 68506 invoked by uid 1165); 1 Oct 2003 04:43:19 -0000 Message-Id: <20031001044319.68505.qmail@magnesium.net> Date: 30 Sep 2003 21:43:19 -0700 From: Seth Kingsley To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57445: [PATCH] Update net/libyahoo2 to version 0.7.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Seth Kingsley List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 04:50:15 -0000 >Number: 57445 >Category: ports >Synopsis: [PATCH] Update net/libyahoo2 to version 0.7.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 30 21:50:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Seth Kingsley >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: FreeBSD 5.1-CURRENT #15: Wed Sep 24 23:06:59 PDT 2003 sethk@neko.home.meowfishies.com:/usr/src/sys/i386/compile/NEKO >Description: Update the net/libyahoo2 port to version 0.7.2. This release includes important changes to the authentication mechanism allowing clients to connect after Yahoo! changed their protocol on 27 September. >How-To-Repeat: Try to login to Yahoo! Messenger using a client linked against libyahoo2. >Fix: Index: Makefile =================================================================== RCS file: /stor/ncvs/ports/net/libyahoo2/Makefile,v retrieving revision 1.5 diff -u -d -p -r1.5 Makefile --- Makefile 25 Sep 2003 11:32:55 -0000 1.5 +++ Makefile 1 Oct 2003 04:25:06 -0000 @@ -7,7 +7,7 @@ # PORTNAME= libyahoo2 -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: distinfo =================================================================== RCS file: /stor/ncvs/ports/net/libyahoo2/distinfo,v retrieving revision 1.3 diff -u -d -p -r1.3 distinfo --- distinfo 25 Sep 2003 11:32:55 -0000 1.3 +++ distinfo 1 Oct 2003 04:25:25 -0000 @@ -1 +1 @@ -MD5 (libyahoo2-0.7.1.tar.bz2) = abd4397db5bfc9c7db732434aafa4c6c +MD5 (libyahoo2-0.7.2.tar.bz2) = 095fe136bd6a2b737a37e238124aaf91 Index: pkg-plist =================================================================== RCS file: /stor/ncvs/ports/net/libyahoo2/pkg-plist,v retrieving revision 1.3 diff -u -d -p -r1.3 pkg-plist --- pkg-plist 10 Jun 2003 16:24:30 -0000 1.3 +++ pkg-plist 1 Oct 2003 04:34:32 -0000 @@ -6,6 +6,6 @@ include/libyahoo2/yahoo_httplib.h include/libyahoo2/yahoo_list.h lib/libyahoo2.a lib/libyahoo2.so -lib/libyahoo2.so.4 +lib/libyahoo2.so.5 libdata/pkgconfig/libyahoo2.pc @dirrm include/libyahoo2 Index: files/patch-sample_client.c =================================================================== RCS file: /stor/ncvs/ports/net/libyahoo2/files/patch-sample_client.c,v retrieving revision 1.2 diff -u -d -p -r1.2 patch-sample_client.c --- files/patch-sample_client.c 10 Jun 2003 16:24:30 -0000 1.2 +++ files/patch-sample_client.c 1 Oct 2003 04:36:15 -0000 @@ -1,5 +1,5 @@ ---- src/sample_client.c.orig Sat May 17 03:33:06 2003 -+++ src/sample_client.c Wed May 21 08:38:45 2003 +--- src/sample_client.c.orig Sun Sep 28 10:40:03 2003 ++++ src/sample_client.c Tue Sep 30 21:35:55 2003 @@ -52,7 +52,6 @@ #include #include "yahoo_util.h" @@ -8,7 +8,7 @@ #define MAX_PREF_LEN 255 -@@ -186,7 +185,6 @@ +@@ -177,7 +176,6 @@ FILE *popen(const char *command, const char *type); int pclose(FILE *stream); @@ -16,3 +16,21 @@ static char * get_local_addresses() { +@@ -577,7 +575,7 @@ + if(tm) { + char timestr[255]; + +- strncpy(timestr, ctime(&tm), sizeof(timestr)); ++ strncpy(timestr, ctime((time_t *)&tm), sizeof(timestr)); + timestr[strlen(timestr) - 1] = '\0'; + + print_message(("[Offline message at %s from %s]: %s", +@@ -654,7 +652,7 @@ + } + + void ext_yahoo_got_webcam_image(int id, const char *who, +- unsigned char *image, unsigned int image_size, unsigned int real_size, ++ const unsigned char *image, unsigned int image_size, unsigned int real_size, + unsigned int timestamp) + { + static unsigned char *cur_image = NULL; >Release-Note: >Audit-Trail: >Unformatted: