From nobody@FreeBSD.org  Sun Apr  3 00:21:18 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 38FC0106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  3 Apr 2011 00:21:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 26E808FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  3 Apr 2011 00:21:18 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p330LHQQ088456
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 3 Apr 2011 00:21:17 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p330LHjp088455;
	Sun, 3 Apr 2011 00:21:17 GMT
	(envelope-from nobody)
Message-Id: <201104030021.p330LHjp088455@red.freebsd.org>
Date: Sun, 3 Apr 2011 00:21:17 GMT
From: Dax Labrador <semprix@gmx.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update Dradis Framework from 2.6.0 to 2.6.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         156140
>Category:       ports
>Synopsis:       security/dradis: Update Dradis Framework from 2.6.0 to 2.6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 03 00:30:10 UTC 2011
>Closed-Date:    Sat May 14 15:57:36 UTC 2011
>Last-Modified:  Sat May 14 16:00:22 UTC 2011
>Originator:     Dax Labrador
>Release:        FreeBSD 8.2-RELEASE
>Organization:
>Environment:
FreeBSD beastie 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Update Dradis from 2.6.0 to 2.6.1

Update Rails to 3.0.5 and RedCloth to 4.2.7
Update the SSL certificate for 2011
Deal with Burp Scanner's opinionated handling of null bytes
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-04-03 15:48:01.000000000 +0800
+++ Makefile	2011-04-03 16:13:35.000000000 +0800
@@ -6,23 +6,23 @@
 #
 
 PORTNAME=	dradis
-DISTVERSION=	2.6.0
+DISTVERSION=	2.6.1
 CATEGORIES=	security
 MASTER_SITES=	SF
-MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/v${DISTVERSION:R}
+MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION}
 DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
-MAINTAINER=	semprix@bsdmail.org
+MAINTAINER=	semprix@gmx.com
 COMMENT=	Opensource framework to enable effective information gathering
 
 RUN_DEPENDS=	ruby18-gems>=1.3.6:${PORTSDIR}/devel/ruby-gems \
 		ruby18-iconv>=1.8.7.302,1:${PORTSDIR}/converters/ruby-iconv \
 		ruby18-wirble>=0.1.3:${PORTSDIR}/devel/ruby-wirble \
 		rubygem-rake>=0.8.7:${PORTSDIR}/devel/rubygem-rake \
-		rubygem-rails>=3.0.3:${PORTSDIR}/www/rubygem-rails \
+		rubygem-rails>=3.0.5:${PORTSDIR}/www/rubygem-rails \
 		rubygem-activesupport>=3.0.2:${PORTSDIR}/devel/rubygem-activesupport \
 		rubygem-bundler>=1.0.7:${PORTSDIR}/sysutils/rubygem-bundler \
-		rubygem-redcloth>=4.2.0:${PORTSDIR}/www/rubygem-redcloth \
+		rubygem-redcloth>=4.2.7:${PORTSDIR}/www/rubygem-redcloth \
 		rubygem-sqlite3>=1.3.2:${PORTSDIR}/databases/rubygem-sqlite3
 
 LICENSE=	GPLv2


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: linimon 
Class-Changed-When: Sun Apr 3 11:03:10 UTC 2011 
Class-Changed-Why:  
fix Synopsis and Class. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156140 
State-Changed-From-To: open->feedback 
State-Changed-By: arved 
State-Changed-When: Sat Apr 9 14:44:00 UTC 2011 
State-Changed-Why:  
Your patch looks incomplete, there is at least a patch to distinfo missing 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156140 

From: "Labrador, Dax" <semprix@gmx.com>
To: bug-followup@FreeBSD.org, semprix@gmx.com
Cc:  
Subject: Re: ports/156140: security/dradis: Update Dradis Framework from 2.6.0
 to 2.6.1
Date: Thu, 21 Apr 2011 08:33:13 +0800

 This is a multi-part message in MIME format.
 --------------060909050905030307060806
 Content-Type: multipart/alternative;
  boundary="------------000902000802000003000206"
 
 
 --------------000902000802000003000206
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 I had to redo both patch for Makefile and distinfo. See attached.
 
 --------------000902000802000003000206
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
   <head>
 
     <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   </head>
   <body bgcolor="#ffffff" text="#000000">
     <font face="Tahoma">I had to redo both patch for Makefile and
       distinfo. See attached.<br>
     </font>
   </body>
 </html>
 
 --------------000902000802000003000206--
 
 --------------060909050905030307060806
 Content-Type: text/plain;
  name="distinfo-patch.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="distinfo-patch.txt"
 
 --- distinfo	2011-04-17 07:49:43.000000000 +0800
 +++ distinfo.orig	2011-04-17 07:38:33.000000000 +0800
 @@ -1,2 +1,2 @@
 -SHA256 (dradis-v2.6.1.tar.gz) = 7fccc81bc95794d16f6296cdf4ef111948d3fad1abba802c10e589487db63ea2
 -SIZE (dradis-v2.6.1.tar.gz) = 1793587
 +SHA256 (dradis-v2.6.0.tar.gz) = c285b6f32f91ff3dea3d3bb95198b8cc94b13983b91cdd5ec8e9bdd4add40fd2
 +SIZE (dradis-v2.6.0.tar.gz) = 1796483
 
 --------------060909050905030307060806
 Content-Type: text/plain;
  name="Makefile-patch.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="Makefile-patch.txt"
 
 --- Makefile	2011-04-17 07:48:53.000000000 +0800
 +++ Makefile.orig	2011-04-17 07:38:26.000000000 +0800
 @@ -6,24 +6,23 @@
  #
  
  PORTNAME=	dradis
 -DISTVERSION=	2.6.1
 +DISTVERSION=	2.6.0
  CATEGORIES=	security
  MASTER_SITES=	SF
 -MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/v${PORTVERSION}
 -
 +MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/v${DISTVERSION:R}
  DISTNAME=	${PORTNAME}-v${PORTVERSION}
  
 -MAINTAINER=	semprix@gmx.com
 +MAINTAINER=	semprix@bsdmail.org
  COMMENT=	Opensource framework to enable effective information gathering
  
  RUN_DEPENDS=	ruby18-gems>=1.3.6:${PORTSDIR}/devel/ruby-gems \
  		ruby18-iconv>=1.8.7.302,1:${PORTSDIR}/converters/ruby-iconv \
  		ruby18-wirble>=0.1.3:${PORTSDIR}/devel/ruby-wirble \
  		rubygem-rake>=0.8.7:${PORTSDIR}/devel/rubygem-rake \
 -		rubygem-rails>=3.0.5:${PORTSDIR}/www/rubygem-rails \
 +		rubygem-rails>=3.0.3:${PORTSDIR}/www/rubygem-rails \
  		rubygem-activesupport>=3.0.2:${PORTSDIR}/devel/rubygem-activesupport \
  		rubygem-bundler>=1.0.7:${PORTSDIR}/sysutils/rubygem-bundler \
 -		rubygem-redcloth>=4.2.7:${PORTSDIR}/www/rubygem-redcloth \
 +		rubygem-redcloth>=4.2.0:${PORTSDIR}/www/rubygem-redcloth \
  		rubygem-sqlite3>=1.3.2:${PORTSDIR}/databases/rubygem-sqlite3
  
  LICENSE=	GPLv2
 
 --------------060909050905030307060806--

From: "Labrador, Dax" <semprix@gmx.com>
To: bug-followup@FreeBSD.org, semprix@gmx.com
Cc:  
Subject: Re: ports/156140: security/dradis: Update Dradis Framework from 2.6.0
 to 2.6.1
Date: Mon, 25 Apr 2011 11:38:47 +0800

 This is a multi-part message in MIME format.
 --------------000906010901090406020805
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Any updates on this one?
 
 --------------000906010901090406020805
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
   <head>
 
     <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   </head>
   <body bgcolor="#ffffff" text="#000000">
     <font face="Tahoma">Any updates on this one?<br>
     </font>
   </body>
 </html>
 
 --------------000906010901090406020805--
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Sat May 14 15:56:51 UTC 2011 
State-Changed-Why:  
Committed thanks. 

Please check what you are submitting, the second patch was reversed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156140 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156140: commit references a PR
Date: Sat, 14 May 2011 15:56:55 +0000 (UTC)

 arved       2011-05-14 15:56:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/dradis      Makefile distinfo 
   Log:
   Update to 2.6.1
   
   PR:             156140
   Submitted by:   maintainer
   
   Revision  Changes    Path
   1.3       +5 -5      ports/security/dradis/Makefile
   1.3       +2 -2      ports/security/dradis/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
