Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Jul 2003 08:05:11 +0200
From:      Kirill Ponomarew <ponomarew@oberon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54118: Update security/botan: 1.2.4 -> 1.2.6
Message-ID:  <E19YgAZ-000JnF-C0@voodoo.oberon.net>
Resent-Message-ID: <200307050610.h656AH0K047634@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54118
>Category:       ports
>Synopsis:       Update security/botan: 1.2.4 -> 1.2.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 04 23:10:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update security/botan: 1.2.4 -> 1.2.6

* new module
* some low-level cleanups
* various deprecated interfaces were removed 

>How-To-Repeat:
>Fix:
diff -urN botan.orig/Makefile botan/Makefile
--- botan.orig/Makefile	Sun Jun  1 04:44:50 2003
+++ botan/Makefile	Sat Jul  5 07:57:40 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	botan
-PORTVERSION=	1.2.4
+PORTVERSION=	1.2.6
 PORTREVISION=	0
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
diff -urN botan.orig/distinfo botan/distinfo
--- botan.orig/distinfo	Sat May 31 23:07:00 2003
+++ botan/distinfo	Sat Jul  5 07:39:55 2003
@@ -1 +1 @@
-MD5 (Botan-1.2.4.tgz) = c94d51e49b6730d047d9023627459638
+MD5 (Botan-1.2.6.tgz) = 5b371e72378a3ede5e693da65f33ce59
diff -urN botan.orig/pkg-plist botan/pkg-plist
--- botan.orig/pkg-plist	Sun Jun  1 04:44:50 2003
+++ botan/pkg-plist	Sat Jul  5 07:58:24 2003
@@ -36,7 +36,6 @@
 include/botan/defalloc.h
 include/botan/der_enc.h
 include/botan/des.h
-include/botan/desx.h
 include/botan/dh.h
 include/botan/dl_algo.h
 include/botan/dl_param.h
@@ -80,8 +79,8 @@
 include/botan/mod_exp.h
 include/botan/mode_pad.h
 include/botan/modebase.h
-include/botan/mp_asm.h
 include/botan/mp_core.h
+include/botan/mp_impl.h
 include/botan/mp_mul.h
 include/botan/mp_types.h
 include/botan/mutex.h
@@ -103,7 +102,6 @@
 include/botan/pkcs10.h
 include/botan/pkcs5.h
 include/botan/pkcs8.h
-include/botan/primes.h
 include/botan/pubkey.h
 include/botan/randpool.h
 include/botan/rc2.h
@@ -145,31 +143,30 @@
 include/botan/x509_key.h
 include/botan/x509_obj.h
 include/botan/x509cert.h
-include/botan/x509opt.h
 include/botan/x509self.h
 include/botan/x509stor.h
 include/botan/x917_rng.h
 include/botan/x919_mac.h
 include/botan/xtea.h
-lib/libbotan-1.2.4.so
+lib/libbotan-1.2.6.so
 lib/libbotan-1.2.so
 lib/libbotan-1.so
 lib/libbotan.a
 lib/libbotan.so
-share/doc/Botan-%%PORTVERSION%%/api.ps
-share/doc/Botan-%%PORTVERSION%%/api.tex
-share/doc/Botan-%%PORTVERSION%%/authors.txt
-share/doc/Botan-%%PORTVERSION%%/bugs.txt
-share/doc/Botan-%%PORTVERSION%%/deprecated.txt
-share/doc/Botan-%%PORTVERSION%%/indent.el
-share/doc/Botan-%%PORTVERSION%%/license.txt
-share/doc/Botan-%%PORTVERSION%%/log.txt
-share/doc/Botan-%%PORTVERSION%%/pgpkeys.asc
-share/doc/Botan-%%PORTVERSION%%/readme.txt
-share/doc/Botan-%%PORTVERSION%%/rngs.txt
-share/doc/Botan-%%PORTVERSION%%/thanks.txt
-share/doc/Botan-%%PORTVERSION%%/todo.txt
-share/doc/Botan-%%PORTVERSION%%/tutorial.ps
-share/doc/Botan-%%PORTVERSION%%/tutorial.tex
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/api.ps
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/api.tex
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/authors.txt
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/bugs.txt
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/deprecated.txt
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/indent.el
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/license.txt
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/log.txt
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/pgpkeys.asc
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/readme.txt
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/rngs.txt
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/thanks.txt
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/todo.txt
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/tutorial.ps
+%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/tutorial.tex
 @dirrm include/botan
-@dirrm share/doc/Botan-%%PORTVERSION%%
+@dirrm %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19YgAZ-000JnF-C0>