diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-14 05:15:00 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-14 05:15:00 +0000 |
commit | 194bed26e826d420e06e2f15170b2bd611060be2 (patch) | |
tree | 246e45a9522404176fd047f8d98d349c896bcecc /security/borzoi | |
parent | Upgrade to version 4.00, which includes: (diff) |
upgrade to 0.9.1
Notes
Notes:
svn path=/head/; revision=53030
Diffstat (limited to 'security/borzoi')
-rw-r--r-- | security/borzoi/Makefile | 2 | ||||
-rw-r--r-- | security/borzoi/distinfo | 2 | ||||
-rw-r--r-- | security/borzoi/files/patch-configure | 11 | ||||
-rw-r--r-- | security/borzoi/files/patch-src::Makefile.in | 21 | ||||
-rw-r--r-- | security/borzoi/pkg-plist | 4 |
5 files changed, 11 insertions, 29 deletions
diff --git a/security/borzoi/Makefile b/security/borzoi/Makefile index c59ad65fe11b..e641cce6f44f 100644 --- a/security/borzoi/Makefile +++ b/security/borzoi/Makefile @@ -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} diff --git a/security/borzoi/distinfo b/security/borzoi/distinfo index c552c9efe723..c30443bfab69 100644 --- a/security/borzoi/distinfo +++ b/security/borzoi/distinfo @@ -1 +1 @@ -MD5 (borZoi-0.8.3.tar.gz) = a1275a99b401fc441ac3ccd8ade35f39 +MD5 (borZoi-0.9.1.tar.gz) = 4f86009061349c669217ca324eaed20e diff --git a/security/borzoi/files/patch-configure b/security/borzoi/files/patch-configure deleted file mode 100644 index f7dc269ac78a..000000000000 --- a/security/borzoi/files/patch-configure +++ /dev/null @@ -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 diff --git a/security/borzoi/files/patch-src::Makefile.in b/security/borzoi/files/patch-src::Makefile.in index 22e1f68d8869..773985deba2e 100644 --- a/security/borzoi/files/patch-src::Makefile.in +++ b/security/borzoi/files/patch-src::Makefile.in @@ -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) diff --git a/security/borzoi/pkg-plist b/security/borzoi/pkg-plist index 2f953f383563..372b63bdc834 100644 --- a/security/borzoi/pkg-plist +++ b/security/borzoi/pkg-plist @@ -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 |