Here is an update to Botan 1.10.2.

Tested on amd64.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/security/botan/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    26 Nov 2011 10:55:17 -0000      1.2
+++ Makefile    19 Jun 2012 04:17:53 -0000
@@ -4,13 +4,13 @@ ONLY_FOR_ARCHS=       ${GCC4_ARCHS}
 
 COMMENT=       portable, easy to use, and efficient C++ crypto library
 
-DISTNAME=      Botan-1.10.1
+DISTNAME=      Botan-1.10.2
 PKGNAME=       ${DISTNAME:L}
 CATEGORIES=    security
 MASTER_SITES=  ${HOMEPAGE}files/
 EXTRACT_SUFX=  .tbz
 
-SHARED_LIBS=   botan-1.10      0.0
+SHARED_LIBS=   botan-1.10      0.1
 
 HOMEPAGE=      http://botan.randombit.net/
 
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/security/botan/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    26 Nov 2011 09:07:52 -0000      1.1.1.1
+++ distinfo    19 Jun 2012 04:05:29 -0000
@@ -1,5 +1,5 @@
-MD5 (Botan-1.10.1.tbz) = euk+IFSRqOdRFb/KmD/3+Q==
-RMD160 (Botan-1.10.1.tbz) = f4figlC60hN9IG8iljRZ8O0OMxY=
-SHA1 (Botan-1.10.1.tbz) = 5uhr+CV9zctkE1mEHMFk53H8+5w=
-SHA256 (Botan-1.10.1.tbz) = IFo8AROR0Byj5PEnov+/mTpPWXiP+kWm3wbvT/OCqJ4=
-SIZE (Botan-1.10.1.tbz) = 2195784
+MD5 (Botan-1.10.2.tbz) = lyK85ZqB8vdnQsTzB8Xm3A==
+RMD160 (Botan-1.10.2.tbz) = 6hhCxi2xaY9xlGT1y5JsgcFdbck=
+SHA1 (Botan-1.10.2.tbz) = KV/g2CZ9ISBO8Z8ZmOx+62FE9oI=
+SHA256 (Botan-1.10.2.tbz) = VMxiYy3WT9xUEPctX1nKjDKQYXUEAc5U39iNtJ+++iw=
+SIZE (Botan-1.10.2.tbz) = 2215156
Index: patches/patch-src_build-data_botan-config_in
===================================================================
RCS file: 
/home/cvs/ports/security/botan/patches/patch-src_build-data_botan-config_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_build-data_botan-config_in
--- patches/patch-src_build-data_botan-config_in        26 Nov 2011 10:55:17 
-0000      1.2
+++ patches/patch-src_build-data_botan-config_in        19 Jun 2012 04:13:41 
-0000
@@ -1,15 +1,8 @@
 $OpenBSD: patch-src_build-data_botan-config_in,v 1.2 2011/11/26 10:55:17 
ajacoutot Exp $
---- src/build-data/botan-config.in.orig        Sun Oct  9 20:19:40 2011
-+++ src/build-data/botan-config.in     Sun Oct  9 20:20:28 2011
-@@ -46,13 +46,13 @@ while test $# -gt 0; do
-         exit 0
-         ;;
-     --cflags)
--        if [ $prefix != "/usr" -a $prefix != "/usr/local" ]
-+        if [ $prefix != "/usr" ]
-         then
-            echo -I$prefix/$includedir
-         fi
+--- src/build-data/botan-config.in.orig        Tue Jun 19 00:13:05 2012
++++ src/build-data/botan-config.in     Tue Jun 19 00:13:29 2012
+@@ -49,7 +49,7 @@ while test $# -gt 0; do
+         echo -I$prefix/$includedir
          ;;
      --libs)
 -        if [ $prefix != "/usr" -a $prefix != "/usr/local" ]
Index: patches/patch-src_build-data_cc_gcc_txt
===================================================================
RCS file: patches/patch-src_build-data_cc_gcc_txt
diff -N patches/patch-src_build-data_cc_gcc_txt
--- patches/patch-src_build-data_cc_gcc_txt     26 Nov 2011 10:55:17 -0000      
1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,34 +0,0 @@
-$OpenBSD: patch-src_build-data_cc_gcc_txt,v 1.2 2011/11/26 10:55:17 ajacoutot 
Exp $
---- src/build-data/cc/gcc.txt.orig     Mon Jul 11 13:32:23 2011
-+++ src/build-data/cc/gcc.txt  Wed Nov 23 00:15:03 2011
-@@ -33,12 +33,20 @@ default -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)
- # AIX doesn't seem to have soname support (weird...)
- aix     -> "$(CXX) -shared -fPIC"
- 
-+# OpenBSD doesn't use soname
-+openbsd -> "$(CXX) -shared -fPIC"
-+
- darwin  -> "$(CXX) -dynamiclib -fPIC -install_name $(LIBDIR)/$(SONAME)"
- hpux    -> "$(CXX) -shared -fPIC -Wl,+h,$(SONAME)"
- solaris -> "$(CXX) -shared -fPIC -Wl,-h,$(SONAME)"
- </so_link_flags>
- 
- <mach_opt>
-+# Avoid using -march=i[345]86, instead tune for generic
-+i386        -> "-mtune=generic -momit-leaf-frame-pointer"
-+i486        -> "-mtune=generic -momit-leaf-frame-pointer"
-+i586        -> "-mtune=generic -momit-leaf-frame-pointer"
-+
- ppc601      -> "-mpowerpc -mcpu=601"
- cellppu     -> "-mcpu=cell"
- e500v2      -> "-mcpu=8548"
-@@ -49,9 +57,6 @@ alpha-ev7   -> "-mcpu=ev67"
- 
- # The patch from Debian bug 594159 has this, don't know why though...
- sh4         -> "-m4 -mieee"
--
--# This is mostly for Debian's benefit
--i486        -> "-mtune=generic -momit-leaf-frame-pointer"
- 
- # Until GCC gets -march support for these models
- nehalem     -> "-march=core2 -msse4.1 -msse4.2 -momit-leaf-frame-pointer"
Index: pkg/PFRAG.shared
===================================================================
RCS file: pkg/PFRAG.shared
diff -N pkg/PFRAG.shared
--- pkg/PFRAG.shared    26 Nov 2011 10:55:17 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-@comment $OpenBSD: PFRAG.shared,v 1.2 2011/11/26 10:55:17 ajacoutot Exp $
-@lib lib/libbotan-1.10.so.${LIBbotan-1.10_VERSION}
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/security/botan/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   26 Nov 2011 10:55:17 -0000      1.2
+++ pkg/PLIST   19 Jun 2012 04:49:41 -0000
@@ -1,5 +1,4 @@
 @comment $OpenBSD: PLIST,v 1.2 2011/11/26 10:55:17 ajacoutot Exp $
-%%SHARED%%
 %%amd64%%
 bin/botan-config-1.10
 include/botan-1.10/
@@ -33,6 +32,7 @@ include/botan-1.10/botan/buf_comp.h
 include/botan-1.10/botan/buf_filt.h
 include/botan-1.10/botan/build.h
 include/botan-1.10/botan/bzip2.h
+include/botan-1.10/botan/camellia.h
 include/botan-1.10/botan/cascade.h
 include/botan-1.10/botan/cast128.h
 include/botan-1.10/botan/cast256.h
@@ -188,6 +188,7 @@ include/botan-1.10/botan/sha2_64.h
 include/botan-1.10/botan/skein_512.h
 include/botan-1.10/botan/skipjack.h
 include/botan-1.10/botan/square.h
+include/botan-1.10/botan/srp6.h
 include/botan-1.10/botan/ssl3_mac.h
 include/botan-1.10/botan/stream_cipher.h
 include/botan-1.10/botan/sym_algo.h
@@ -228,6 +229,7 @@ include/botan-1.10/botan/xtea_simd.h
 include/botan-1.10/botan/xts.h
 include/botan-1.10/botan/zlib.h
 lib/libbotan-1.10.a
+@lib lib/libbotan-1.10.so.${LIBbotan-1.10_VERSION}
 lib/pkgconfig/
 lib/pkgconfig/botan-1.10.pc
 share/doc/botan/
@@ -252,6 +254,8 @@ share/doc/botan/manual/passhash.txt
 share/doc/botan/manual/pbkdf.txt
 share/doc/botan/manual/pgpkey.txt
 share/doc/botan/manual/pubkey.txt
+share/doc/botan/manual/python.txt
+share/doc/botan/manual/reading.txt
 share/doc/botan/manual/rng.txt
 share/doc/botan/manual/secmem.txt
 share/doc/botan/manual/ssl.txt

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to