From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 4 23:10:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 989D737B401 for ; Fri, 4 Jul 2003 23:10:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A484944020 for ; Fri, 4 Jul 2003 23:10:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h656AHUp047635 for ; Fri, 4 Jul 2003 23:10:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h656AH0K047634; Fri, 4 Jul 2003 23:10:17 -0700 (PDT) Resent-Date: Fri, 4 Jul 2003 23:10:17 -0700 (PDT) Resent-Message-Id: <200307050610.h656AH0K047634@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 791D237B401 for ; Fri, 4 Jul 2003 23:06:48 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE61A4400F for ; Fri, 4 Jul 2003 23:06:46 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.20) id 19YgC5-0000Mw-Jm for FreeBSD-gnats-submit@freebsd.org; Sat, 05 Jul 2003 08:06:45 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.20) id 19YgAZ-000JnF-C0 for FreeBSD-gnats-submit@freebsd.org; Sat, 05 Jul 2003 08:05:11 +0200 Message-Id: Date: Sat, 05 Jul 2003 08:05:11 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/54118: Update security/botan: 1.2.4 -> 1.2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2003 06:10:18 -0000 >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: