pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/26057: Update gaim to 0.79 (yahoo broke authentication, 0.79 fixes)
>Number: 26057
>Category: pkg
>Synopsis: Update gaim to 0.79 (yahoo broke authentication, 0.79 fixes)
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Jun 25 16:03:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Eric Schnoebelen
>Release: NetBSD 2.0_BETA
>Organization:
Eric Schnoebelen eric%cirr.com@localhost
http://www.cirr.com
He has a train of thought. You have a tricycle...
>Environment:
System: NetBSD argonaut.cirr.com 2.0_BETA NetBSD 2.0_BETA (ARGONAUT) #0: Sat
May 22 00:56:59 CDT 2004
eric%argonaut.cirr.com@localhost:/usr/src/sys/arch/i386/compile/ARGONAUT i386
Architecture: i386
Machine: i386
>Description:
On or about 24 June, 2004, Yahoo changed the authentication
methods they use, breaking the gaim client. The gaim project
responded by releasing version 0.79, which allows it' users to
login again.
>How-To-Repeat:
Attempt to log in to Yahoo Messenger using gaim 0.78*
>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/chat/gaim/Makefile,v
retrieving revision 1.63
diff -b -u -w -r1.63 Makefile
--- Makefile 6 Jun 2004 21:43:28 -0000 1.63
+++ Makefile 25 Jun 2004 16:00:36 -0000
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.63 2004/06/06 21:43:28 salo Exp $
#
-DISTNAME= gaim-0.78
-PKGREVISION= 2
+DISTNAME= gaim-0.79
+PKGREVISION=
CATEGORIES= chat x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/}
EXTRACT_SUFX= .tar.bz2
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/chat/gaim/PLIST,v
retrieving revision 1.28
diff -b -u -w -r1.28 PLIST
--- PLIST 6 Jun 2004 21:43:28 -0000 1.28
+++ PLIST 25 Jun 2004 16:00:37 -0000
@@ -1,8 +1,75 @@
@comment $NetBSD: PLIST,v 1.28 2004/06/06 21:43:28 salo Exp $
bin/gaim
bin/gaim-remote
-include/gaim-remote/remote-socket.h
-include/gaim-remote/remote.h
+include/gaim/remote-socket.h
+include/gaim/remote.h
+include/gaim/account.h
+include/gaim/accountopt.h
+include/gaim/away.h
+include/gaim/blist.h
+include/gaim/buddyicon.h
+include/gaim/cmds.h
+include/gaim/connection.h
+include/gaim/conversation.h
+include/gaim/core.h
+include/gaim/debug.h
+include/gaim/eventloop.h
+include/gaim/ft.h
+include/gaim/imgstore.h
+include/gaim/log.h
+include/gaim/md5.h
+include/gaim/multi.h
+include/gaim/network.h
+include/gaim/notify.h
+include/gaim/plugin.h
+include/gaim/pluginpref.h
+include/gaim/pounce.h
+include/gaim/privacy.h
+include/gaim/proxy.h
+include/gaim/prefs.h
+include/gaim/prpl.h
+include/gaim/request.h
+include/gaim/roomlist.h
+include/gaim/server.h
+include/gaim/sha.h
+include/gaim/signals.h
+include/gaim/status.h
+include/gaim/stringref.h
+include/gaim/sound.h
+include/gaim/sslconn.h
+include/gaim/util.h
+include/gaim/value.h
+include/gaim/xmlnode.h
+include/gaim/dnd-hints.h
+include/gaim/gaim.h
+include/gaim/gaim-disclosure.h
+include/gaim/gtkaccount.h
+include/gaim/gtkcellrendererprogress.h
+include/gaim/gtkblist.h
+include/gaim/gtkconn.h
+include/gaim/gtkconv.h
+include/gaim/gtkdebug.h
+include/gaim/gtkeventloop.h
+include/gaim/gtkft.h
+include/gaim/gtkimhtml.h
+include/gaim/gtkimhtmltoolbar.h
+include/gaim/gtkinternal.h
+include/gaim/gtklog.h
+include/gaim/gtknotify.h
+include/gaim/gtkplugin.h
+include/gaim/gtkpluginpref.h
+include/gaim/gtkprefs.h
+include/gaim/gtkprivacy.h
+include/gaim/gtkpounce.h
+include/gaim/gtkrequest.h
+include/gaim/gtkroomlist.h
+include/gaim/gtksound.h
+include/gaim/gtksourceiter.h
+include/gaim/gtkutils.h
+include/gaim/internal.h
+include/gaim/stock.h
+include/gaim/ui.h
+include/gaim/config.h
lib/gaim/autorecon.la
lib/gaim/autorecon.so
lib/gaim/docklet.la
@@ -15,6 +82,8 @@
lib/gaim/history.so
lib/gaim/iconaway.la
lib/gaim/iconaway.so
+lib/gaim/extplacement.la
+lib/gaim/extplacement.so
lib/gaim/idle.la
lib/gaim/idle.so
lib/gaim/libgg.la
@@ -367,4 +436,4 @@
@comment in xdg-dirs: @dirrm share/pixmaps
@comment in xdg-dirs: @dirrm share/applications
@dirrm lib/gaim
-@dirrm include/gaim-remote
+@dirrm include/gaim
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/chat/gaim/distinfo,v
retrieving revision 1.44
diff -b -u -w -r1.44 distinfo
--- distinfo 6 Jun 2004 21:43:28 -0000 1.44
+++ distinfo 25 Jun 2004 16:00:37 -0000
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.44 2004/06/06 21:43:28 salo Exp $
-SHA1 (gaim-0.78.tar.bz2) = 017b596f2a8618fe7e6c5800f2c2589dce18ba19
-Size (gaim-0.78.tar.bz2) = 4219726 bytes
+SHA1 (gaim-0.79.tar.bz2) = 03e34aea71ab7e6d1090f5bf845a11a4a2677f96
+Size (gaim-0.79.tar.bz2) = 4377687 bytes
SHA1 (patch-aa) = 24f1b21042df5c7706dcf3def37e10943acdd39e
SHA1 (patch-ab) = b0637e032ceeefe3b3cc9db42a3105ea9bc68a62
cvs server: Diffing patches
>Release-Note:
>Audit-Trail:
>Unformatted:
pkgsrc from CVS as of 2004/06/24
Home |
Main Index |
Thread Index |
Old Index