Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2006 06:11:17 +0900 (JST)
From:      TAKATSU Tomonari <tota@rtfm.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106687: [MAINTAINER] www/tdiary-devel: patch to 2.1.4_1 in order to fix eRuby Injection Vulnerability
Message-ID:  <200612132111.kBDLBHH0052006@www2.inetd.co.jp>
Resent-Message-ID: <200612132120.kBDLKCQw069983@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106687
>Category:       ports
>Synopsis:       [MAINTAINER] www/tdiary-devel: patch to 2.1.4_1 in order to fix eRuby Injection Vulnerability
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 13 21:20:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
none (personal)
>Environment:
System: FreeBSD photon.rtfm.jp 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Nov 21 20:55:36 JST 2006
>Description:
- patch to 2.1.4_1 in order to fix eRuby Injection Vulnerability
  fixed eRuby Injection Vulnerability in tDiary
  http://sourceforge.net/forum/forum.php?forum_id=642685

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

begin 644 tdiary-devel-2.1.4_2.patch
diff -urN /usr/ports/www/tdiary-devel.orig/Makefile /usr/ports/www/tdiary-devel/Makefile
--- /usr/ports/www/tdiary-devel.orig/Makefile	Sun Dec  3 01:43:50 2006
+++ /usr/ports/www/tdiary-devel/Makefile	Tue Dec 12 00:07:51 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	tdiary
 PORTVERSION=	2.1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES?=	www ruby
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.tdiary.org/download/
@@ -16,7 +16,7 @@
 DISTNAME=	${PORTNAME}-full-${PORTVERSION}
 
 PATCH_SITES=	http://www.tdiary.org/download/
-PATCHFILES=	tdiary.20061126.patch
+PATCHFILES=	tdiary.20061126.patch tdiary.20061210.patch
 
 MAINTAINER=	tota@rtfm.jp
 COMMENT=	A Web-based diary system (like weblog) written in Ruby
diff -urN /usr/ports/www/tdiary-devel.orig/distinfo /usr/ports/www/tdiary-devel/distinfo
--- /usr/ports/www/tdiary-devel.orig/distinfo	Sat Dec  2 21:05:09 2006
+++ /usr/ports/www/tdiary-devel/distinfo	Wed Dec 13 06:06:29 2006
@@ -4,3 +4,6 @@
 MD5 (tdiary.20061126.patch) = 1148b22805b912dfd8bf566ed068e360
 SHA256 (tdiary.20061126.patch) = 9633e718c35b62857849711f58692257fdfd84b93c34d3ff783c2708d04d8f1c
 SIZE (tdiary.20061126.patch) = 879
+MD5 (tdiary.20061210.patch) = 2f85ff5ca7838c6ff8eab8f6876cefb2
+SHA256 (tdiary.20061210.patch) = 195ae8c4468605936699bcf7647f2a7baa4aed3574a8ba47075103ab2a0a15ec
+SIZE (tdiary.20061210.patch) = 1785
end

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612132111.kBDLBHH0052006>