Bug 76172 - www/dillo: update to 0.8.4
Summary: www/dillo: update to 0.8.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-12 18:40 UTC by Thomas-Martin Seck
Modified: 2005-01-13 22:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas-Martin Seck 2005-01-12 18:40:32 UTC
Update to 0.8.4 and remove the no longer needed patch for the CAN-2005-12
vulnerability.

Note to committer:
please 'cvs rm' files/patch-src-capi.c

How-To-Repeat: Apply this patch:

Index: distinfo
===================================================================
--- distinfo	(.../www/dillo)	(revision 325)
+++ distinfo	(.../local/dillo)	(revision 325)
@@ -1,2 +1,2 @@
-MD5 (dillo-0.8.3.tar.bz2) = be772ec9361bcc01515ae0da61de9bda
-SIZE (dillo-0.8.3.tar.bz2) = 418714
+MD5 (dillo-0.8.4.tar.bz2) = ebf17d6cca1fccc8bc80acdf05e736a3
+SIZE (dillo-0.8.4.tar.bz2) = 423106
Index: files/patch-src-capi.c
===================================================================
--- files/patch-src-capi.c	(.../www/dillo)	(revision 325)
+++ files/patch-src-capi.c	(.../local/dillo)	(revision 325)
@@ -1,14 +0,0 @@
---- src/capi.c.orig	Fri Jan  7 19:35:29 2005
-+++ src/capi.c	Fri Jan  7 19:37:29 2005
-@@ -492,9 +492,9 @@
-                a_Chain_bcb(OpStop, Info, conn->url, NULL);
- 
-             } else if (strcmp(Data2, "send_status_message") == 0) {
--               a_Interface_msg(conn->bw, Data1);
-+               a_Interface_msg(conn->bw, "%s", Data1);
-             } else if (strcmp(Data2, "chat") == 0) {
--               a_Interface_msg(conn->bw, Data1);
-+               a_Interface_msg(conn->bw, "%s", Data1);
-                a_Bookmarks_chat_add(NULL, NULL, Data1);
-             } else if (strcmp(Data2, "dialog") == 0) {
-                a_Dpiapi_dialog(conn->bw, conn->server, Data1);
Index: Makefile
===================================================================
--- Makefile	(.../www/dillo)	(revision 325)
+++ Makefile	(.../local/dillo)	(revision 325)
@@ -9,8 +9,7 @@
 #
 
 PORTNAME=	dillo
-PORTVERSION=	0.8.3
-PORTREVISION=	1
+PORTVERSION=	0.8.4
 CATEGORIES=	www
 MASTER_SITES=	http://www.dillo.org/download/
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-13 22:39:46 UTC
State Changed
From-To: open->closed

Committed, thanks!