ports/135544: [patch]net-im/qwit suffers from twitpocalypse

Martin Käske martin.kaeske at freenet.de
Sat Jun 13 13:50:02 UTC 2009


>Number:         135544
>Category:       ports
>Synopsis:       [patch]net-im/qwit suffers from twitpocalypse
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 13 13:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Martin Käske
>Release:        FreeBSD 7.2-STABLE
>Organization:
>Environment:
>Description:
qwit uses a signed integer to store the unique identifier of each tweet. On 2009-06-12 this number exceeded the largest possible value of a signed integer.
>How-To-Repeat:

>Fix:
Update to a newer version of qwit as suggested by the project homepage http://code.google.com/p/qwit/

Patch attached with submission follows:

--- Makefile.orig	2009-03-14 14:58:38.000000000 +0100
+++ Makefile	2009-06-13 15:22:55.539544085 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	qwit
-PORTVERSION=	0.8
+PORTVERSION=	r149
 CATEGORIES=	net-im
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTNAME=	qwit-${PORTVERSION}-src
--- distinfo.orig	2009-06-13 15:24:34.394995826 +0200
+++ distinfo	2009-06-13 15:26:06.317904184 +0200
@@ -1,3 +1,3 @@
-MD5 (qwit-0.8-src.tar.bz2) = 464414a666404c88d5dddd91127b2ee8
-SHA256 (qwit-0.8-src.tar.bz2) = ea67546039afdd6811dbce40010cc8c01dcc62e9fd7e512dbef071c2c17f9bde
-SIZE (qwit-0.8-src.tar.bz2) = 42450
+MD5 (qwit-r149-src.tar.bz2) = bea8ccc683fbe4d7b27741a608829a44
+SHA256 (qwit-r149-src.tar.bz2) = f2d1e68e0d207b078572e04c26f871a3aa08f1449890c7818a36a4310c4c5e19
+SIZE (qwit-r149-src.tar.bz2) = 52345


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list