From xistence@mailer.osnn.net  Wed Sep  7 10:08:53 2011
Return-Path: <xistence@mailer.osnn.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 32181106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Sep 2011 10:08:53 +0000 (UTC)
	(envelope-from xistence@mailer.osnn.net)
Received: from mailer.osnn.net (mailer.osnn.net [174.133.94.5])
	by mx1.freebsd.org (Postfix) with SMTP id 035108FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Sep 2011 10:08:52 +0000 (UTC)
Received: (qmail 99520 invoked by uid 1001); 2 Sep 2011 21:38:25 -0000
Message-Id: <20110902213825.99519.qmail@mailer.osnn.net>
Date: 2 Sep 2011 21:38:25 -0000
From: Bert JW Regeer <xistence@0x58.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lapo@lapo.it
Subject: [PATCH] security/botan: update to 1.10.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: lapo@lapo.it

>Number:         160539
>Category:       ports
>Synopsis:       [PATCH] security/botan: update to 1.10.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 07 10:10:07 UTC 2011
>Closed-Date:    Mon Mar 19 09:49:40 UTC 2012
>Last-Modified:  Mon Mar 19 09:49:40 UTC 2012
>Originator:     Bert JW Regeer
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD iguana.osnn.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010
>Description:
- Update to 1.10.1

Port maintainer (lapo@lapo.it) is cc'd.

I am not sure if this is the right way to go about updating this port. There are a lot of differences
between 1.8.x and 1.10.x which is causing older code I've written to not compile on 1.10.x and code
written for 1.10.x won't compile on 1.8.x. Should my updated port be renamed to botan110 or something
along those lines much like the apache ports?

Feel free to contact me at xistence@0x58.com (Bert JW Regeer).

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

--- botan-1.10.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/botan/Makefile /usr/home/xistence/botan/Makefile
--- /usr/ports/security/botan/Makefile	2010-11-03 20:03:29.000000000 -0500
+++ /usr/home/xistence/botan/Makefile	2011-09-02 15:16:10.000000000 -0500
@@ -7,9 +7,9 @@
 #
 
 PORTNAME=	botan
-PORTVERSION=	1.8.11
+PORTVERSION=	1.10.1
 CATEGORIES=	security
-MASTER_SITES=	http://files.randombit.net/botan/v1.8/
+MASTER_SITES=	http://files.randombit.net/botan/v1.10/
 DISTNAME=	Botan-${PORTVERSION}
 EXTRACT_SUFX=	.tbz
 
@@ -19,7 +19,7 @@
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/doc/license.txt
 
-OPTIONS=	SSL "Enable OpenSSL engine" on \
+OPTIONS=	SSL "Enable OpenSSL engine (experimental)" off \
 		GMP "Enable GMP engine" on \
 		ECC "Enable ECC support" on
 
@@ -32,9 +32,12 @@
 USE_GMAKE=	yes
 MAKE_ARGS=	CXX="${CXX}" LIB_OPT="${CXXFLAGS}"
 USE_LDCONFIG=	yes
-PLIST_FILES=	bin/botan-config lib/libbotan.a lib/libbotan.so lib/libbotan.so.0 libdata/pkgconfig/botan-1.8.pc
+PLIST_FILES=	bin/botan-config-${MAJORVERSION} lib/libbotan-${MAJORVERSION}.a lib/libbotan-${MAJORVERSION}.so.0.${MINORVERSION} lib/libbotan-${MAJORVERSION}.so.0 lib/libbotan-${MAJORVERSION}.so libdata/pkgconfig/botan-${MAJORVERSION}.pc
 
+DOCSDIR=	${PREFIX}/share/doc/botan-${PORTVERSION}
 PORTDOCS=	*
+MAJORVERSION=	1.10
+MINORVERSION=	1
 
 .include <bsd.port.options.mk>
 
@@ -65,7 +68,8 @@
 .endif
 
 post-install:
-	@(cd ${PREFIX}; ${FIND} -s include/botan -not -type d) >> ${TMPPLIST}
-	@${ECHO_CMD} @dirrm include/botan >> ${TMPPLIST}
+	@(cd ${PREFIX}; ${FIND} -s include/botan-${MAJORVERSION}/ -not -type d) >> ${TMPPLIST}
+	@${ECHO_CMD} @dirrm include/botan-${MAJORVERSION}/botan >> ${TMPPLIST}
+	@${ECHO_CMD} @dirrm include/botan-${MAJORVERSION} >> ${TMPPLIST}
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/security/botan/distinfo /usr/home/xistence/botan/distinfo
--- /usr/ports/security/botan/distinfo	2010-11-03 20:03:29.000000000 -0500
+++ /usr/home/xistence/botan/distinfo	2011-09-02 12:44:27.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (Botan-1.8.11.tbz) = c3b60a2c3dfcbe7b21626e8459e5134d3cbabe45b6d94f454860b99798739ba4
-SIZE (Botan-1.8.11.tbz) = 2808114
+SHA256 (Botan-1.10.1.tbz) = 205a3c011391d01ca3e4f127a2ffbf993a4f59788ffa45a6df06ef4ff382a89e
+SIZE (Botan-1.10.1.tbz) = 2195784
diff -ruN --exclude=CVS /usr/ports/security/botan/files/patch-src_build_data_makefile_unix_shr.in /usr/home/xistence/botan/files/patch-src_build_data_makefile_unix_shr.in
--- /usr/ports/security/botan/files/patch-src_build_data_makefile_unix_shr.in	2009-10-27 08:37:59.000000000 -0500
+++ /usr/home/xistence/botan/files/patch-src_build_data_makefile_unix_shr.in	2011-09-02 14:38:28.000000000 -0500
@@ -1,24 +1,11 @@
---- src/build-data/makefile/unix_shr.in.orig	2009-09-10 02:29:34.000000000 +0200
-+++ src/build-data/makefile/unix_shr.in	2009-10-27 14:30:46.000000000 +0100
-@@ -25,8 +25,8 @@
- BINDIR        = $(DESTDIR)/bin
+--- src/build-data/makefile/unix_shr.in.orig	2011-09-02 19:36:47.671575619 +0000
++++ src/build-data/makefile/unix_shr.in	2011-09-02 19:37:32.341486166 +0000
+@@ -20,7 +20,7 @@
  LIBDIR        = $(DESTDIR)/%{libdir}
- HEADERDIR     = $(DESTDIR)/%{includedir}/botan
--DOCDIR        = $(DESTDIR)/%{docdir}/Botan-$(VERSION)
+ HEADERDIR     = $(DESTDIR)/%{includedir}/botan-$(SERIES)/botan
+ DOCDIR        = $(DESTDIR)/%{docdir}/botan-$(VERSION)
 -PKGCONF_DIR   = $(LIBDIR)/pkgconfig
-+DOCDIR        = $(DESTDIR)/%{docdir}/botan
 +PKGCONF_DIR   = $(DESTDIR)/libdata/pkgconfig
  
  CONFIG_SCRIPT = %{botan_config}
  PKGCONFIG     = %{botan_pkgconfig}
-@@ -67,8 +67,8 @@
- LIBNAME       = %{lib_prefix}libbotan
- STATIC_LIB    = $(LIBNAME).a
- 
--SHARED_LIB    = $(LIBNAME)-$(SO_VERSION).%{so_suffix}
--SONAME        = $(LIBNAME)-$(SO_VERSION).%{so_suffix}
-+SHARED_LIB    = $(LIBNAME).%{so_suffix}.0
-+SONAME        = $(LIBNAME).%{so_suffix}.0
- 
- SYMLINK       = libbotan.%{so_suffix}
- 
--- botan-1.10.1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Sep 7 10:10:19 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: lapo@lapo.it
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/160539: [PATCH] security/botan: update to 1.10.1
Date: Wed, 7 Sep 2011 10:10:17 UT

 Maintainer of security/botan,
 
 Please note that PR ports/160539 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160539
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Lapo Luchini <lapo@lapo.it>
To: bug-followup@FreeBSD.org, xistence@0x58.com, tremere@cainites.net, 
 jaap@NLnetLabs.nl
Cc:  
Subject: Re: ports/160539: [PATCH] security/botan: update to 1.10.1
Date: Tue, 20 Sep 2011 11:30:35 +0200

 This patch renames the installed library (to include version) and thus
 could be compatible with botan 1.8.11 if committed with a different port
 name; but I wonder if 1.8 is really useful to keep around.
 Dependencies are three: monotone, which I do maintain, and there is a
 patch currently in test regarding that; what about the other two
 dependencies? I added the two maintainers in Cc.

From: Ralf van der Enden <tremere@cainites.net>
To: Lapo Luchini <lapo@lapo.it>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/160539: [PATCH] security/botan: update to 1.10.1
Date: Wed, 21 Sep 2011 21:36:45 +0200

 Hi Lapo,
 
 I've contacted the author of powerdns and it has support for botan 1.9. 
 Botan 1.10 should be API compatible with 1.9, so an upgrade shouldn't be 
 a problem. Could I download the patch to upgrade botan to 1.10.1 from 
 somewhere so I can test ?
 
 Thanks in advance.
 
 Best regards,
 
 Ralf van der Enden
 
 On 20-9-2011 11:30, Lapo Luchini wrote:
 > This patch renames the installed library (to include version) and thus
 > could be compatible with botan 1.8.11 if committed with a different port
 > name; but I wonder if 1.8 is really useful to keep around.
 > Dependencies are three: monotone, which I do maintain, and there is a
 > patch currently in test regarding that; what about the other two
 > dependencies? I added the two maintainers in Cc.

From: Jaap Akkerhuis <jaap@NLnetLabs.nl>
To: Lapo Luchini <lapo@lapo.it>
Cc: bug-followup@FreeBSD.org, xistence@0x58.com, tremere@cainites.net
Subject: Re: ports/160539: [PATCH] security/botan: update to 1.10.1
Date: Thu, 22 Sep 2011 11:14:34 +0200

 All,
 
 I assume I got included as maintainer of the softhsm port which
 uses botan.
 
     This patch renames the installed library (to include version) and thus
     could be compatible with botan 1.8.11 if committed with a different port
     name; but I wonder if 1.8 is really useful to keep around.
     Dependencies are three: monotone, which I do maintain, and there is a
     patch currently in test regarding that; what about the other two
     dependencies? I added the two maintainers in Cc.
 
 I have checked with the original developers and as far as they know,
 there is no special dependency on version 1.8.11, any (modern)
 version will do. Therefore, there is no reason to keep version
 1.8.11 around, at least, for me.
 
 Thanks for asking!
 
 	jaap

From: Ralf van der Enden <tremere@cainites.net>
To: Lapo Luchini <lapo@lapo.it>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/160539: [PATCH] security/botan: update to 1.10.1
Date: Fri, 23 Sep 2011 14:27:57 +0200

 Good afternoon Lapo,
 
 I've grabbed your patch for botan 1.10.1 from GNATS and after a little 
 patching I got powerdns to work without too much of a hassle.
 PowerDNS already had support for earlier 1.9 versions, so the API only 
 changed slightly.
 
 How could I synchronize my patch with yours ? I want to avoid having my 
 changes commited before yours have.
 
 Cheers,
 
 Ralf van der Enden
 
 On 20-9-2011 11:30, Lapo Luchini wrote:
 > This patch renames the installed library (to include version) and thus
 > could be compatible with botan 1.8.11 if committed with a different port
 > name; but I wonder if 1.8 is really useful to keep around.
 > Dependencies are three: monotone, which I do maintain, and there is a
 > patch currently in test regarding that; what about the other two
 > dependencies? I added the two maintainers in Cc.

From: Lapo Luchini <lapo@lapo.it>
To: Ralf van der Enden <tremere@cainites.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/160539: [PATCH] security/botan: update to 1.10.1
Date: Fri, 23 Sep 2011 14:51:02 +0200

 We should probably coordinate to have them all in the same PR (this
 one?) and committed at the same time.
 (I still have to patch monotone, got little time on hands lately...)
 
 PS: I've seen the library name changes to include version number; this
 is a change upstream, I don't know if we want to keep that or revert it
 with a patch to Makefile, as we have to re-compile dependencies anyways.

From: Bert JW Regeer <xistence@0x58.com>
To: Lapo Luchini <lapo@lapo.it>
Cc: bug-followup@FreeBSD.org,
 tremere@cainites.net,
 jaap@NLnetLabs.nl
Subject: Re: ports/160539: [PATCH] security/botan: update to 1.10.1
Date: Thu, 6 Oct 2011 20:53:06 -0600

 --Apple-Mail-1-346370585
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/plain;
 	charset=us-ascii
 
 
 On Sep 20, 2011, at 03:30 , Lapo Luchini wrote:
 
 > This patch renames the installed library (to include version) and thus
 > could be compatible with botan 1.8.11 if committed with a different =
 port
 > name; but I wonder if 1.8 is really useful to keep around.
 > Dependencies are three: monotone, which I do maintain, and there is a
 > patch currently in test regarding that; what about the other two
 > dependencies? I added the two maintainers in Cc.
 
 Has there been any movement on this?
 
 The reason why I included the number in the installed library is to =
 provide an easier upgrade path in the future. I have proprietary code =
 that will not compile under 1.10.1 but does compile under 1.8.x.
 
 This also allows one to select which version of Botan using pkg-config =
 (pkg-config botan-1.10 --cflags --libs) and it will select the right =
 one.
 
 If need be I can resubmit it as a new port, not sure if you (Lapo =
 Luchini) want to be the maintainer for that version or not, but I am =
 hoping that it gets included soon.
 
 Thanks,
 Bert JW Regeer
 
 
 --Apple-Mail-1-346370585
 Content-Disposition: attachment;
 	filename=smime.p7s
 Content-Type: application/pkcs7-signature;
 	name=smime.p7s
 Content-Transfer-Encoding: base64
 
 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIF1TCCBdEw
 ggO5oAMCAQICAwoZljANBgkqhkiG9w0BAQUFADB5MRAwDgYDVQQKEwdSb290IENBMR4wHAYDVQQL
 ExVodHRwOi8vd3d3LmNhY2VydC5vcmcxIjAgBgNVBAMTGUNBIENlcnQgU2lnbmluZyBBdXRob3Jp
 dHkxITAfBgkqhkiG9w0BCQEWEnN1cHBvcnRAY2FjZXJ0Lm9yZzAeFw0xMTA0MTgwMjUxNTdaFw0x
 MzA0MTcwMjUxNTdaMIGhMRcwFQYDVQQDEw5CZXJ0IEpXIFJlZ2VlcjEhMB8GCSqGSIb3DQEJARYS
 eGlzdGVuY2VAZ21haWwuY29tMSAwHgYJKoZIhvcNAQkBFhF4aXN0ZW5jZUAweDU4LmNvbTEfMB0G
 CSqGSIb3DQEJARYQYmVycmVnZWVAdWF0LmVkdTEgMB4GCSqGSIb3DQEJARYRYmVydGp3QHJlZ2Vl
 ci5vcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDC0OPdjouO5meMajIF++rJR8Ww
 UxyUJJrI6zDVghfQo+mXJjNVbgGEcu1l8LPBqgcaibZ9m23ntY36/6HfZ1CjKzenc4IwXuaRIX5Q
 QitqGCf00tWBN7CNl5tNPTA0TrHF/ZIh/7kBRIScGwT0ihfeDnUw3Dkqwi5/fOBx1PHsZKHT0huJ
 UKQ0O5mLgOj7aBNuKoIiu7yqz6Jb+foNt7wn6ZSYtvT4VtajNB0QqUwHiS73AzCIwGj6JcMUGLEK
 9gYmzG0Z9ehRYmXOIDBFJWrmetJDrN6lXGWpBk2RZZo5zPTEZclzhmnYi7SFVA4U3qS+XCjtRUci
 V5SnY9mNWVblAgMBAAGjggE3MIIBMzAMBgNVHRMBAf8EAjAAMFYGCWCGSAGG+EIBDQRJFkdUbyBn
 ZXQgeW91ciBvd24gY2VydGlmaWNhdGUgZm9yIEZSRUUgaGVhZCBvdmVyIHRvIGh0dHA6Ly93d3cu
 Q0FjZXJ0Lm9yZzBABgNVHSUEOTA3BggrBgEFBQcDBAYIKwYBBQUHAwIGCisGAQQBgjcKAwQGCisG
 AQQBgjcKAwMGCWCGSAGG+EIEATAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAGGFmh0dHA6Ly9v
 Y3NwLmNhY2VydC5vcmcwVQYDVR0RBE4wTIESeGlzdGVuY2VAZ21haWwuY29tgRF4aXN0ZW5jZUAw
 eDU4LmNvbYEQYmVycmVnZWVAdWF0LmVkdYERYmVydGp3QHJlZ2Vlci5vcmcwDQYJKoZIhvcNAQEF
 BQADggIBAEUBloKYsqg5y82liDSJbceJiCVZ+iZGxwoU04Nri5ZpNri28VVrBKOJCB0YaUWij6Ya
 qf31YnxZ1QD1GNzgdK9AYj+CObBIEnsPFGlFb1KnWzZtQJH4skuOVPn8rB56v6a/JMe8AeY7Q7eM
 OfQyT/74Lukm3Y7MMmU4PKJdnq8RNsvy/l5XqHYYqYYjuxUvtfMWwncvjzx+BDvC48HTbj/aDxgm
 D7bc4+Ml+XF9YTNCamKWyfIMaUGN6Hjl46wYg0Aojb2x0yNaFm5NQS90Dw/OUF53W/O7ebob+nLp
 2Jm+Z9seZMdXVdT9OBJY4vgJ7vD8B+EZOQUHzmbYbD4AjDbXeoKTFOQfPXKcI6qjrBb9FMgqR+lU
 i7TiEDNImtIopMB+E3+wMRAgqmbbLkPDl8SYL+rUGtfWTKVi5SHLY7etVXthky5epuyAt2I+LZ7d
 P8IZokX91/mH77o12HjMCorfueuwzH0A11FRLNkTH01oL7SE1DM5VHz1kZvM7s/cKD+RSSz7lSW6
 PRCkRjegU6sTcIX7EnRsI9LuKpbx37HKd+Xsq3aMcEyplxzdvFIeVLTViDuihZ6TKM+WPOYKKS0K
 HqQ/o7ogxzvIgeyugvwNktvhnuDdNtn/+VX1GUIDAVFIAhX9IsmMhlsBtegAVcJBdKsPHOS+jjFN
 eqUQI6xYMYIDMzCCAy8CAQEwgYAweTEQMA4GA1UEChMHUm9vdCBDQTEeMBwGA1UECxMVaHR0cDov
 L3d3dy5jYWNlcnQub3JnMSIwIAYDVQQDExlDQSBDZXJ0IFNpZ25pbmcgQXV0aG9yaXR5MSEwHwYJ
 KoZIhvcNAQkBFhJzdXBwb3J0QGNhY2VydC5vcmcCAwoZljAJBgUrDgMCGgUAoIIBhzAYBgkqhkiG
 9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xMTEwMDcwMjUzMDdaMCMGCSqGSIb3
 DQEJBDEWBBRIWrm9r4YLDymhUBNDUY4E3rqIejCBkQYJKwYBBAGCNxAEMYGDMIGAMHkxEDAOBgNV
 BAoTB1Jvb3QgQ0ExHjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZQ0Eg
 Q2VydCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYSc3VwcG9ydEBjYWNlcnQub3Jn
 AgMKGZYwgZMGCyqGSIb3DQEJEAILMYGDoIGAMHkxEDAOBgNVBAoTB1Jvb3QgQ0ExHjAcBgNVBAsT
 FWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZQ0EgQ2VydCBTaWduaW5nIEF1dGhvcml0
 eTEhMB8GCSqGSIb3DQEJARYSc3VwcG9ydEBjYWNlcnQub3JnAgMKGZYwDQYJKoZIhvcNAQEBBQAE
 ggEAP+ny66P1COtTWSwnoexFxlzpIlSREoEkui+Al1dxTTC4fblZ6Cw4Wmvrw3ptRz5fbm+UDPz3
 S4By8G2RPCJN0+lt+/rnGhLzPilHiSeCKpyUqIOn9gJ1HOeM5bSDjFnFrsiQDeFg04WdlWbEt1Jz
 eYhE0n4e/wUDavFwwtk4Lm+8sMQPmTfM++sQjeXpi+YllV9h1UMd3J7jMldJLyBrhBKCpNoO1S9c
 Ki50o1Xm3tjKjDrOS66QFsyg8GOIE61GFW87qAV4MJZSuU9rfdwwacQMbsGMYouDHH9hauyZ7dzS
 AEYv66hcexPH0LNu9CD++WDRRahlSHvNmRrIFJ7+lwAAAAAAAA==
 
 --Apple-Mail-1-346370585--

From: Lapo Luchini <lapo@lapo.it>
To: Bert JW Regeer <xistence@0x58.com>
Cc: bug-followup@FreeBSD.org, tremere@cainites.net, jaap@NLnetLabs.nl
Subject: Re: ports/160539: [PATCH] security/botan: update to 1.10.1
Date: Fri, 07 Oct 2011 07:03:12 +0200

 Bert JW Regeer wrote:
 > The reason why I included the number in the installed library is to provide an easier upgrade path in the future. I have proprietary code that will not compile under 1.10.1 but does compile under 1.8.x.
 
 All three ports that depend on botan seems to work with 1.10 too so the
 easiest way would be to just upgrade it to 1.10 and drop 1.8, but yes,
 people can have code that won't upgrade as easily so it's probably safer
 to start with committing a separate security/botan-1.10 port and then
 upgrade dependencies in time (and then drop 1.8 someday).
 
 > If need be I can resubmit it as a new port, not sure if you (Lapo Luchini) want to be the maintainer for that version or not, but I am hoping that it gets included soon.
 
 Maintaining it it's fine by me, I just had a few busy days lately. :)
 
 -- 
 Lapo Luchini - http://lapo.it/

From: Michael Scheidell <scheidell@freebsd.org>
To: <bug-followup@FreeBSD.org>, <xistence@0x58.com>
Cc:  
Subject: Re: ports/160539: [PATCH] security/botan: update to 1.10.1
Date: Tue, 6 Dec 2011 22:09:42 -0500

 --------------070204030603000008060207
 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
 Content-Transfer-Encoding: 7bit
 
 
 Just a fyi, as you look at doing this upgrade. make sure your patch is 
 against current code.
 
 I committed this patch a couple of days ago, and noticed the above thread.
 
 <http://www.freebsd.org/cgi/query-pr.cgi?pr=161167>
 pr 161167
 
 
 
 -- 
 Michael Scheidell, CTO
 o: 561-999-5000
 d: 561-948-2259
  >*| *SECNAP Network Security Corporation
 
     * Best Mobile Solutions Product of 2011
     * Best Intrusion Prevention Product
     * Hot Company Finalist 2011
     * Best Email Security Product
     * Certified SNORT Integrator
 
 
 --------------070204030603000008060207
 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">
     <br>
     Just a fyi, as you look at doing this upgrade. make sure your patch
     is against current code.<br>
     <br>
     I committed this patch a couple of days ago, and noticed the above
     thread.<br>
     <br>
     <a class="moz-txt-link-rfc2396E" href="http://www.freebsd.org/cgi/query-pr.cgi?pr=161167">&lt;http://www.freebsd.org/cgi/query-pr.cgi?pr=161167&gt;</a><br>
     pr 161167<br>
     <br>
     <br>
     <br>
     <div class="moz-signature">-- <br>
       Michael Scheidell, CTO<br>
       o: 561-999-5000<br>
       d: 561-948-2259<br>
       <font color="#999999">&gt;</font><font color="#cc0000"> <b>| </b></font>SECNAP
       Network Security Corporation
       <style type="text/css">
 <!--
 .unnamed1 {
 	margin: 1em;
 	padding: 1px;
 } -->
 </style>
       <ul class="unnamed1">
         <li>Best Mobile Solutions Product of 2011</li>
         <li>Best Intrusion Prevention Product</li>
         <li>Hot Company Finalist 2011</li>
         <li>Best Email Security Product</li>
         <li>Certified SNORT Integrator</li>
       </ul>
     </div>
   </body>
 </html>
 
 --------------070204030603000008060207--
State-Changed-From-To: feedback->open 
State-Changed-By: scheidell 
State-Changed-When: Mon Feb 20 12:36:09 UTC 2012 
State-Changed-Why:  
Feedback Timout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160539 
State-Changed-From-To: open->closed 
State-Changed-By: scheidell 
State-Changed-When: Mon Mar 19 09:49:38 UTC 2012 
State-Changed-Why:  
Obsolete 

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