From flynn@christine.energyhq.tk  Tue Jan  7 10:21:27 2003
Return-Path: <flynn@christine.energyhq.tk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3AB3137B405
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Jan 2003 10:21:27 -0800 (PST)
Received: from christine.energyhq.tk (213-97-200-73.uc.nombres.ttd.es [213.97.200.73])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 28BDC43EB2
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Jan 2003 10:21:22 -0800 (PST)
	(envelope-from flynn@christine.energyhq.tk)
Received: from christine.energyhq.tk (localhost.energyhq.tk [127.0.0.1])
	by christine.energyhq.tk (8.12.6/8.12.6) with ESMTP id h07ILAv5035543;
	Tue, 7 Jan 2003 19:21:10 +0100 (CET)
	(envelope-from flynn@christine.energyhq.tk)
Received: (from flynn@localhost)
	by christine.energyhq.tk (8.12.6/8.12.6/Submit) id h07IL8Wb035542;
	Tue, 7 Jan 2003 19:21:08 +0100 (CET)
Message-Id: <200301071821.h07IL8Wb035542@christine.energyhq.tk>
Date: Tue, 7 Jan 2003 19:21:08 +0100 (CET)
From: Miguel Mendez <flynn@energyhq.homeip.net>
Reply-To: Miguel Mendez <flynn@energyhq.homeip.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: markun@onohara.to
Subject: Update security/gpgme to 0.3.14
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46836
>Category:       ports
>Synopsis:       Update security/gpgme to 0.3.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    arved
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 07 10:30:00 PST 2003
>Closed-Date:    Thu Jan 30 09:28:24 PST 2003
>Last-Modified:  Thu Jan 30 09:28:24 PST 2003
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.0-RC i386
>Organization:
>Environment:
System: FreeBSD christine.energyhq.tk 5.0-RC FreeBSD 5.0-RC #0: Tue Dec 31 14:56:19 CET 2002 root@christine.energyhq.tk:/usr/obj/usr/src/sys/CHRISTINE i386


	
>Description:
Bring port up to date.
>How-To-Repeat:
	
>Fix:

	

--- gpgme.diff begins here ---
diff -ruN gpgme.old/Makefile gpgme/Makefile
--- gpgme.old/Makefile	Thu Jan  2 19:51:00 2003
+++ gpgme/Makefile	Tue Jan  7 19:10:14 2003
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	gpgme
-PORTVERSION=	0.3.12
+PORTVERSION=	0.3.14
 CATEGORIES=	security
-MASTER_SITES=	ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
+MASTER_SITES=	ftp://ftp.gnupg.org/gcrypt/gpgme/
 
 MAINTAINER=	markun@onohara.to
 
diff -ruN gpgme.old/distinfo gpgme/distinfo
--- gpgme.old/distinfo	Thu Jan  2 19:51:00 2003
+++ gpgme/distinfo	Tue Jan  7 19:10:45 2003
@@ -1 +1 @@
-MD5 (gpgme-0.3.12.tar.gz) = 86ade7e9c5f15d415cccc0620c0bf9c9
+MD5 (gpgme-0.3.14.tar.gz) = b5351e212aa10336e5d88ebf4babccf7
--- gpgme.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Oliver Lehmann <lehmann@ans-netz.de>
To: Miguel Mendez <flynn@energyhq.homeip.net>
Cc: FreeBSD-gnats-submit@FreeBSD.org, markun@onohara.to
Subject: Re: ports/46836: Update security/gpgme to 0.3.14
Date: Tue, 7 Jan 2003 19:44:13 +0100

 Miguel Mendez wrote:
 
 > Bring port up to date.
 
 That *might* break some ports.. (i don't know if there is a port which
 requires that gpgmeplug or not. Means, that is only a train of thought)
 
 http://lists.gnupg.org/pipermail/gpa-dev/2002-December/001045.html
 
 <cut>
 gpgmeplug is not anymore included but
 diverted to a separate package named cryptplug.
 </cut>
 
 
 
 -- 
 Oliver Lehmann, lehmann@ans-netz.de, http://www.pofo.de/
   http://wishlist.pofo.de/

From: Peter Pentchev <roam@ringlet.net>
To: Miguel Mendez <flynn@energyhq.homeip.net>
Cc: Oliver Lehmann <lehmann@ans-netz.de>, bug-followup@FreeBSD.org
Subject: Re: ports/46836: Update security/gpgme to 0.3.14
Date: Wed, 8 Jan 2003 15:10:00 +0200

 On Tue, Jan 07, 2003 at 08:10:32PM +0100, Miguel Mendez wrote:
 > On Tue, 7 Jan 2003 10:50:03 -0800 (PST)
 > Oliver Lehmann <lehmann@ans-netz.de> wrote:
 > 
 > 
 > >  That *might* break some ports.. (i don't know if there is a port
 > >  which requires that gpgmeplug or not. Means, that is only a train of
 > >  thought)
 > >  
 > >  http://lists.gnupg.org/pipermail/gpa-dev/2002-December/001045.html
 > >  
 > >  <cut>
 > >  gpgmeplug is not anymore included but
 > >  diverted to a separate package named cryptplug.
 > >  </cut>
 > 
 > Good point, a quick look at our ports tree...
 > 
 > flynn@christine# foreach foo ( `find . -name "Makefile"` )
 > foreach? echo $foo >> /tmp/gpgme.dep; grep gpgme $foo>> /tmp/gpgme.dep
 > foreach? end
 > 
 > reveals that (unless I'm mistaken) only the two sylpheeds and
 > mail/anubis depend on gpgme, both of which seem to work with this new
 > version.
 
 A faster and somewhat more precise way to do that would be:
 
   find /usr/ports -type f | xargs fgrep -l gpgme > /tmp/gpgme.dep
 
 The important point here is that searching Makefiles is not enough:
 sometimes port dependencies are specified in other ways, e.g. in config
 scripts relying on user input, as in the www/mod_php* case.
 
 In this particular case, the only files which contain 'gpgme' are
 ports/INDEX(-5), ports/security/gpgme/*, and, as you pointed out,
 the Makefiles of the various sylpheed and anubis ports.
 
 > Granted I'm not an anubis user, but I can certify that sylpheed does
 > work. anubis has built and isntalled ok too.
 
 Nothing to say about that; just comments on the dependency search method :)
 
 G'luck,
 Peter
 
 -- 
 Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
 PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
 If wishes were fishes, the antecedent of this conditional would be true.
Responsible-Changed-From-To: freebsd-ports-bugs->	 arved 
Responsible-Changed-By: arved 
Responsible-Changed-When: Thu Jan 30 04:09:45 PST 2003 
Responsible-Changed-Why:  
I'll handle this 

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

From: Tilman Linneweh <arved@FreeBSD.org>
To: Miguel Mendez <flynn@energyhq.homeip.net>
Cc: Oliver Lehmann <lehmann@ans-netz.de>, bug-followup@FreeBSD.org,
	markun@onohara.to, michaelnottebrock@gmx.net
Subject: Re: ports/46836: Update security/gpgme to 0.3.14
Date: Thu, 30 Jan 2003 13:32:00 +0100

 --=.Bw9Oha)221jy3C
 Content-Type: multipart/mixed;
  boundary="Multipart_Thu__30_Jan_2003_13:32:00_+0100_081d1000"
 
 
 --Multipart_Thu__30_Jan_2003_13:32:00_+0100_081d1000
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Hello TERAMOTO-san,
 
 Michael submitted this diff. Additional to the PR from flynn he likes to
 readd the dependency on pth, since this is required by the upcoming
 Aegypten ports. (see http://lofi.dyndns.org/~lofi/egypt-kmail.txt for detail).
 
 I did short testing with sylpheed and it seems not to harm sylpheed. 
 
 So do you approve this upgrade?
 
 regards
 arved
 
 --Multipart_Thu__30_Jan_2003_13:32:00_+0100_081d1000
 Content-Type: application/octet-stream;
  name="gpgme.diff"
 Content-Disposition: attachment;
  filename="gpgme.diff"
 Content-Transfer-Encoding: base64
 
 SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
 PT09PT09PT09PT09PT09PT09PT09PT09PT0KUkNTIGZpbGU6IC9ob21lL25jdnMvcG9ydHMvc2Vj
 dXJpdHkvZ3BnbWUvTWFrZWZpbGUsdgpyZXRyaWV2aW5nIHJldmlzaW9uIDEuMTAKZGlmZiAtdSAt
 cjEuMTAgTWFrZWZpbGUKLS0tIE1ha2VmaWxlCTIgSmFuIDIwMDMgMTg6NTE6MDAgLTAwMDAJMS4x
 MAorKysgTWFrZWZpbGUJMzAgSmFuIDIwMDMgMTI6Mjk6MDYgLTAwMDAKQEAgLTYsMTcgKzYsMTgg
 QEAKICMKIAogUE9SVE5BTUU9CWdwZ21lCi1QT1JUVkVSU0lPTj0JMC4zLjEyCitQT1JUVkVSU0lP
 Tj0JMC4zLjE0CiBDQVRFR09SSUVTPQlzZWN1cml0eQotTUFTVEVSX1NJVEVTPQlmdHA6Ly9mdHAu
 Z251cGcub3JnL2djcnlwdC9hbHBoYS9ncGdtZS8KK01BU1RFUl9TSVRFUz0JZnRwOi8vZnRwLmdu
 dXBnLm9yZy9nY3J5cHQvZ3BnbWUvCiAKIE1BSU5UQUlORVI9CW1hcmt1bkBvbm9oYXJhLnRvCiAK
 IEJVSUxEX0RFUEVORFM9CWdwZzoke1BPUlRTRElSfS9zZWN1cml0eS9nbnVwZworTElCX0RFUEVO
 RFM9CXB0aC4xNDoke1BPUlRTRElSfS9kZXZlbC9wdGgKIAogVVNFX0xJQlRPT0w9CXllcworQ09O
 RklHVVJFX0FSR1M9CS0td2l0aG91dC1ncGdzbQogQ09ORklHVVJFX0VOVj0JTUFLRUlORk89Im1h
 a2VpbmZvIC0tbm8tc3BsaXQiCi1DT05GSUdVUkVfQVJHUz0JLS13aXRoLXB0aD1ubwogVVNFX0dN
 QUtFPQl5ZXMKIElOU1RBTExTX1NITElCPQl5ZXMKIApJbmRleDogZGlzdGluZm8KPT09PT09PT09
 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
 PQpSQ1MgZmlsZTogL2hvbWUvbmN2cy9wb3J0cy9zZWN1cml0eS9ncGdtZS9kaXN0aW5mbyx2CnJl
 dHJpZXZpbmcgcmV2aXNpb24gMS42CmRpZmYgLXUgLXIxLjYgZGlzdGluZm8KLS0tIGRpc3RpbmZv
 CTIgSmFuIDIwMDMgMTg6NTE6MDAgLTAwMDAJMS42CisrKyBkaXN0aW5mbwkzMCBKYW4gMjAwMyAx
 MjoxMzoxNCAtMDAwMApAQCAtMSArMSBAQAotTUQ1IChncGdtZS0wLjMuMTIudGFyLmd6KSA9IDg2
 YWRlN2U5YzVmMTVkNDE1Y2NjYzA2MjBjMGJmOWM5CitNRDUgKGdwZ21lLTAuMy4xNC50YXIuZ3op
 ID0gYjUzNTFlMjEyYWExMDMzNmU1ZDg4ZWJmNGJhYmNjZjcK
 
 --Multipart_Thu__30_Jan_2003_13:32:00_+0100_081d1000--
 
 --=.Bw9Oha)221jy3C
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+ORtHfCLDn4B6xToRAlljAJ0RK0RIHClFMFk6AqKUHxKfO3WStACfcIZB
 gJccVO8/dtcqoXjzvHwXs4k=
 =SiJV
 -----END PGP SIGNATURE-----
 
 --=.Bw9Oha)221jy3C--

From: Oliver Lehmann <lehmann@ans-netz.de>
To: Tilman Linneweh <arved@FreeBSD.org>
Cc: flynn@energyhq.homeip.net, bug-followup@FreeBSD.org,
	markun@onohara.to, michaelnottebrock@gmx.net
Subject: Re: ports/46836: Update security/gpgme to 0.3.14
Date: Thu, 30 Jan 2003 15:20:06 +0100

 Tilman Linneweh wrote:
 
 > I did short testing with sylpheed and it seems not to harm sylpheed. 
 > 
 > So do you approve this upgrade?
 
 I tested sylpheed too, and got no errors. So.. approved
 
 -- 
 Oliver Lehmann, lehmann@ans-netz.de, http://www.pofo.de/
   http://wishlist.pofo.de/

From: TERAMOTO Masahiro <markun@onohara.to>
To: Tilman Linneweh <arved@FreeBSD.org>
Cc: Oliver Lehmann <lehmann@ans-netz.de>, bug-followup@FreeBSD.org,
	michaelnottebrock@gmx.net
Subject: Re: ports/46836: Update security/gpgme to 0.3.14
Date: Thu, 30 Jan 2003 23:33:08 +0900

 Hi Mr. arved.
 
 On Thu, 30 Jan 2003 13:32:00 +0100
 Tilman Linneweh <arved@FreeBSD.org> wrote:
 
 > Michael submitted this diff. Additional to the PR from flynn he likes to
 > readd the dependency on pth, since this is required by the upcoming
 > Aegypten ports. (see http://lofi.dyndns.org/~lofi/egypt-kmail.txt for detail).
 > I did short testing with sylpheed and it seems not to harm sylpheed. 
 
 I test this patch, and it seems to have no problem.  Please
 commit.
 
 Thank you.
 
 -- 
 TERAMOTO Masahiro
    markun@onohara.to
 
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Thu Jan 30 09:28:07 PST 2003 
State-Changed-Why:  
A slightly different version was committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46836 
>Unformatted:
