Alexander Bluhm <alexander.bl...@gmx.net> writes:

> On Fri, Mar 10, 2017 at 09:38:20PM +0100, Rafael Sadowski wrote:
>> please find below a simple diff to update botan to the last stable
>> version.
>
> I have already commited this, but I was too fast.  Several new
> functions show up in the library, so I think the library version
> has to be bumped.

When comparing the output of

  nm -g libbotan-1.10.so | awk '{ print $3 }' | sort -u

I do not find additional symbols.

--- a   Mon Mar 13 07:02:10 2017
+++ b   Mon Mar 13 07:02:21 2017
@@ -3269,7 +3269,7 @@
 _ZTIN5Botan5EMSA4E
 _ZTIN5Botan5PBKDFE
 _ZTIN5Botan5TigerE
-_ZTIN5Botan64_GLOBAL__N_._src_alloc_alloc_mmap_mmap_mem.cpp_00000000_05C3E6FB20MemoryMapping_FailedE
+_ZTIN5Botan64_GLOBAL__N_._src_alloc_alloc_mmap_mmap_mem.cpp_00000000_C578C44620MemoryMapping_FailedE
 _ZTIN5Botan6BigInt12DivideByZeroE
 _ZTIN5Botan6CTR_BEE
 _ZTIN5Botan6Comb4PE
@@ -3556,7 +3556,7 @@
 _ZTSN5Botan5EMSA4E
 _ZTSN5Botan5PBKDFE
 _ZTSN5Botan5TigerE
-_ZTSN5Botan64_GLOBAL__N_._src_alloc_alloc_mmap_mmap_mem.cpp_00000000_05C3E6FB20MemoryMapping_FailedE
+_ZTSN5Botan64_GLOBAL__N_._src_alloc_alloc_mmap_mmap_mem.cpp_00000000_C578C44620MemoryMapping_FailedE
 _ZTSN5Botan6BigInt12DivideByZeroE
 _ZTSN5Botan6CTR_BEE
 _ZTSN5Botan6Comb4PE

(The mismatch for 'Botan::(anonymous namespace)::MemoryMapping_Failed'
above appears to be normal and unrelated to the update.)

> ok?

I do not think it is needed.

> bluhm
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/security/botan/Makefile,v
> retrieving revision 1.18
> diff -u -p -r1.18 Makefile
> --- Makefile  13 Mar 2017 01:31:20 -0000      1.18
> +++ Makefile  13 Mar 2017 01:46:23 -0000
> @@ -6,11 +6,12 @@ COMMENT=    portable, easy to use, and effi
>  
>  DISTNAME=    Botan-1.10.15
>  PKGNAME=     ${DISTNAME:L}
> +REVISION =   0
>  CATEGORIES=  security
>  MASTER_SITES=        ${HOMEPAGE}releases/
>  EXTRACT_SUFX=        .tgz
>  
> -SHARED_LIBS= botan-1.10      1.0
> +SHARED_LIBS= botan-1.10      1.1
>  
>  HOMEPAGE=    http://botan.randombit.net/
>  
>

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to