upgrade to 0.9.1

This commit is contained in:
Ying-Chieh Liao 2002-01-14 05:15:00 +00:00
parent 0a75d87246
commit 194bed26e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53030
5 changed files with 11 additions and 29 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= borzoi
PORTVERSION= 0.8.3
PORTVERSION= 0.9.1
CATEGORIES= security
MASTER_SITES= http://www1.kcn.ne.jp/~anthony/software/
DISTNAME= borZoi-${PORTVERSION}

View File

@ -1 +1 @@
MD5 (borZoi-0.8.3.tar.gz) = a1275a99b401fc441ac3ccd8ade35f39
MD5 (borZoi-0.9.1.tar.gz) = 4f86009061349c669217ca324eaed20e

View File

@ -1,11 +0,0 @@
--- configure.orig Thu Aug 23 15:26:31 2001
+++ configure Thu Aug 23 15:26:49 2001
@@ -461,7 +461,7 @@
# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
-ac_unique_file=src/borZoi.h
+ac_unique_file=src/borzoi.h
# Find the source files, if location was not specified.
if test -z "$srcdir"; then

View File

@ -1,20 +1,11 @@
--- src/Makefile.in.orig Sun Jun 24 08:15:31 2001
+++ src/Makefile.in Thu Aug 23 15:52:25 2001
@@ -73,7 +73,7 @@
RANLIB = @RANLIB@
VERSION = @VERSION@
-INCLUDES = -I$(top_srcdir)/src
+INCLUDES = -I%%LOCALBASE%%/include -I$(top_srcdir)/src
--- src/Makefile.in.orig Mon Jan 14 13:10:06 2002
+++ src/Makefile.in Mon Jan 14 13:10:36 2002
@@ -81,7 +81,7 @@
lib_LTLIBRARIES = libborzoi.la
@@ -92,7 +92,7 @@
-libborzoiincludedir = $(includedir) $(oldincludedir) $(INCLUDES)
+libborzoiincludedir = $(includedir)
borzoi_SOURCES = test.cpp fips186_2.h
libborzoi_la_SOURCES = aes.cpp asn.cpp borzoi.h borzoi_math.h borzoi_util.h curve.cpp ec_key_pair.cpp ecdsa.cpp ecies.cpp eckas_dh1.cpp ec_primitives.cpp hash.cpp nist_curves.h rijndael-alg-fst.c rijndael-alg-fst.h rng.c rng.h utilities.cpp @BORZOI_SOURCES@
-borzoi_LDADD = @BORZOI_LIBS@ -lntl
+borzoi_LDADD = @BORZOI_LIBS@ -lntl -L%%LOCALBASE%%/lib
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(lib_LTLIBRARIES)

View File

@ -1,7 +1,9 @@
bin/borzoi
include/borzoi.h
include/borzoi_math.h
include/borzoi_util.h
include/fips186_2.h
include/mpi.h
include/nist_curves.h
include/rijndael-alg-fst.h
include/rng.h
lib/libborzoi.a