From swell.k@gmail.com  Wed Jul 21 10:33:00 2010
Return-Path: <swell.k@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 89E1F1065674
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Jul 2010 10:33:00 +0000 (UTC)
	(envelope-from swell.k@gmail.com)
Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 3FA478FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Jul 2010 10:32:59 +0000 (UTC)
Received: by vws19 with SMTP id 19so8942793vws.13
        for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Jul 2010 03:32:58 -0700 (PDT)
Received: by 10.220.60.204 with SMTP id q12mr4151495vch.181.1279708378286;
        Wed, 21 Jul 2010 03:32:58 -0700 (PDT)
Received: from localhost ([68.71.46.138])
        by mx.google.com with ESMTPS id v11sm18585121vbb.11.2010.07.21.03.32.55
        (version=SSLv3 cipher=RC4-MD5);
        Wed, 21 Jul 2010 03:32:57 -0700 (PDT)
Message-Id: <86sk3dyvl8.fsf@gmail.com>
Date: Wed, 21 Jul 2010 14:31:47 +0400
From: Anonymous <swell.k@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] security/gnupg: LICENSE_FILE is used without _lic suffix

>Number:         148817
>Category:       ports
>Synopsis:       [patch] security/gnupg: LICENSE_FILE is used without _lic suffix
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kuriyama
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 21 10:40:01 UTC 2010
>Closed-Date:    Fri Jul 23 13:43:45 UTC 2010
>Last-Modified:  Fri Jul 23 13:50:04 UTC 2010
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
>Description:
>How-To-Repeat:
either
  $ make LICENSES_ASK=

    -> VIEW_GPLv3  View the license GPLv3
       VIEW_LGPL3  View the license LGPL3
       ACCEPT      Accept the licenses (all)
       REJECT      Reject the licenses (all)

    The license: GPLv3 (GNU General Public License version 3) is standard,
    please read from the web.

or
  $ cat $(make -V _LICENSE_DIR)/GPLv3
  The license: GPLv3 (GNU General Public License version 3) is standard,
  please read from the web.
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: arundel 
Responsible-Changed-When: Wed Jul 21 13:21:51 UTC 2010 
Responsible-Changed-Why:  
Ports PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148817 
Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jul 21 14:08:37 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: Anonymous <swell.k@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148817: [patch] security/gnupg: LICENSE_FILE is used without _lic suffix
Date: Wed, 21 Jul 2010 19:00:13 +0400

 Here is the stripped patch. Sorry, I assumed gnats was smart enough to
 understand base64 mails.
 
 --- a.diff begins here ---
 Index: security/gnupg/Makefile
 ===================================================================
 RCS file: /a/.cvsup/ports/security/gnupg/Makefile,v
 retrieving revision 1.129
 diff -u -p -r1.129 Makefile
 --- security/gnupg/Makefile	20 Jul 2010 14:01:49 -0000	1.129
 +++ security/gnupg/Makefile	21 Jul 2010 05:59:55 -0000
 @@ -25,7 +25,8 @@ LIB_DEPENDS=	assuan.0:${PORTSDIR}/securi
  
  LICENSE=	GPLv3 LGPL3
  LICENSE_COMB=	multi
 -LICENSE_FILE=	${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB
 +LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
 +LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LIB
  USE_BZIP2=	YES
  USE_GMAKE=	YES
  GNU_CONFIGURE=	YES
 --- a.diff ends here ---
State-Changed-From-To: open->closed 
State-Changed-By: kuriyama 
State-Changed-When: Fri Jul 23 13:43:33 UTC 2010 
State-Changed-Why:  
Fixed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148817: commit references a PR
Date: Fri, 23 Jul 2010 13:43:39 +0000 (UTC)

 kuriyama    2010-07-23 13:43:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/gnupg       Makefile 
   Added files:
     security/gnupg/files patch-keybox-blob.c 
   Log:
   - Fix $LICENSE_FILE [1].
   - Fix realloc bug in GPGSM (not affected GPG itself) [2].
   
   PR:             ports/148817 [1]
   Submitted by:   Anonymous <swell.k@gmail.com> [1]
   Security:       http://lists.gnupg.org/pipermail/gnupg-announce/2010q3/000302.html [2]
   
   Revision  Changes    Path
   1.130     +3 -1      ports/security/gnupg/Makefile
   1.1       +10 -0     ports/security/gnupg/files/patch-keybox-blob.c (new)
 _______________________________________________
 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:
