aboutsummaryrefslogtreecommitdiff
path: root/security/openssl-beta
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-30 17:48:20 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-30 17:48:20 +0000
commitbaa90b8ff04bbe83fd22c21bf5d1907b9c813e5e (patch)
tree59261930d3131b42e83c01b811dcdc1a3d2ac969 /security/openssl-beta
parent1e7c4b7de5bbbe7b02880deac27098d500615bef (diff)
downloadports-baa90b8ff04bbe83fd22c21bf5d1907b9c813e5e.tar.gz
ports-baa90b8ff04bbe83fd22c21bf5d1907b9c813e5e.zip
Notes
Diffstat (limited to 'security/openssl-beta')
-rw-r--r--security/openssl-beta/Makefile7
-rw-r--r--security/openssl-beta/distinfo2
-rw-r--r--security/openssl-beta/files/patch-doc-crypto-EVP_BytesToKey.pod11
-rw-r--r--security/openssl-beta/files/patch-doc-crypto-EVP_DigestInit.pod11
-rw-r--r--security/openssl-beta/files/patch-doc-crypto-des_modes.pod11
-rw-r--r--security/openssl-beta/files/patch-doc-crypto-ui.pod11
6 files changed, 47 insertions, 6 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index c28eb61d4f67..f1139f0a8af1 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/Makefile
@@ -9,8 +9,7 @@ PORTNAME= openssl
.ifdef OPENSSL_SNAPSHOT
PORTREVISION!= date -v-1d +%Y%m%d
.else
-PORTVERSION= 0.9.7b
-PORTREVISION= 1
+PORTVERSION= 0.9.7c
.endif
CATEGORIES= security devel
.ifdef OPENSSL_SNAPSHOT
@@ -828,9 +827,7 @@ MLINKS= dgst.1 md4.1 \
ui_compat.3 des_read_password.3 \
ui_compat.3 des_read_pw.3 \
ui_compat.3 des_read_pw_string.3 \
- des_modes.7 DES.7 \
- des_modes.7 Modes.7 \
- des_modes.7 of.7
+ des_modes.7 Modes_of_DES.7
.include <bsd.port.pre.mk>
diff --git a/security/openssl-beta/distinfo b/security/openssl-beta/distinfo
index 7412ecf78474..4f159ed52ae9 100644
--- a/security/openssl-beta/distinfo
+++ b/security/openssl-beta/distinfo
@@ -1 +1 @@
-MD5 (openssl-0.9.7b.tar.gz) = fae4bec090fa78e20f09d76d55b6ccff
+MD5 (openssl-0.9.7c.tar.gz) = c54fb36218adaaaba01ef733cd88c8ec
diff --git a/security/openssl-beta/files/patch-doc-crypto-EVP_BytesToKey.pod b/security/openssl-beta/files/patch-doc-crypto-EVP_BytesToKey.pod
new file mode 100644
index 000000000000..f534dc2b6478
--- /dev/null
+++ b/security/openssl-beta/files/patch-doc-crypto-EVP_BytesToKey.pod
@@ -0,0 +1,11 @@
+--- doc/crypto/EVP_BytesToKey.pod.orig Mon Dec 3 04:07:37 2001
++++ doc/crypto/EVP_BytesToKey.pod Tue Sep 30 18:55:24 2003
+@@ -2,7 +2,7 @@
+
+ =head1 NAME
+
+- EVP_BytesToKey - password based encryption routine
++EVP_BytesToKey - password based encryption routine
+
+ =head1 SYNOPSIS
+
diff --git a/security/openssl-beta/files/patch-doc-crypto-EVP_DigestInit.pod b/security/openssl-beta/files/patch-doc-crypto-EVP_DigestInit.pod
new file mode 100644
index 000000000000..1a7f256c8410
--- /dev/null
+++ b/security/openssl-beta/files/patch-doc-crypto-EVP_DigestInit.pod
@@ -0,0 +1,11 @@
+--- doc/crypto/EVP_DigestInit.pod.orig Thu Jul 18 20:55:04 2002
++++ doc/crypto/EVP_DigestInit.pod Tue Sep 30 18:57:18 2003
+@@ -4,7 +4,7 @@
+
+ EVP_MD_CTX_init, EVP_MD_CTX_create, EVP_DigestInit_ex, EVP_DigestUpdate,
+ EVP_DigestFinal_ex, EVP_MD_CTX_cleanup, EVP_MD_CTX_destroy, EVP_MAX_MD_SIZE,
+-EVP_MD_CTX_copy_ex EVP_MD_CTX_copy, EVP_MD_type, EVP_MD_pkey_type, EVP_MD_size,
++EVP_MD_CTX_copy_ex, EVP_MD_CTX_copy, EVP_MD_type, EVP_MD_pkey_type, EVP_MD_size,
+ EVP_MD_block_size, EVP_MD_CTX_md, EVP_MD_CTX_size, EVP_MD_CTX_block_size, EVP_MD_CTX_type,
+ EVP_md_null, EVP_md2, EVP_md5, EVP_sha, EVP_sha1, EVP_dss, EVP_dss1, EVP_mdc2,
+ EVP_ripemd160, EVP_get_digestbyname, EVP_get_digestbynid, EVP_get_digestbyobj -
diff --git a/security/openssl-beta/files/patch-doc-crypto-des_modes.pod b/security/openssl-beta/files/patch-doc-crypto-des_modes.pod
new file mode 100644
index 000000000000..3584dda10a12
--- /dev/null
+++ b/security/openssl-beta/files/patch-doc-crypto-des_modes.pod
@@ -0,0 +1,11 @@
+--- doc/crypto/des_modes.pod.orig Tue Mar 5 16:30:13 2002
++++ doc/crypto/des_modes.pod Tue Sep 30 18:58:27 2003
+@@ -2,7 +2,7 @@
+
+ =head1 NAME
+
+-Modes of DES - the variants of DES and other crypto algorithms of OpenSSL
++Modes_of_DES - the variants of DES and other crypto algorithms of OpenSSL
+
+ =head1 DESCRIPTION
+
diff --git a/security/openssl-beta/files/patch-doc-crypto-ui.pod b/security/openssl-beta/files/patch-doc-crypto-ui.pod
new file mode 100644
index 000000000000..fad6e3693ecf
--- /dev/null
+++ b/security/openssl-beta/files/patch-doc-crypto-ui.pod
@@ -0,0 +1,11 @@
+--- doc/crypto/ui.pod.orig Thu Oct 25 18:55:17 2001
++++ doc/crypto/ui.pod Tue Sep 30 18:59:45 2003
+@@ -5,7 +5,7 @@
+ UI_new, UI_new_method, UI_free, UI_add_input_string, UI_dup_input_string,
+ UI_add_verify_string, UI_dup_verify_string, UI_add_input_boolean,
+ UI_dup_input_boolean, UI_add_info_string, UI_dup_info_string,
+-UI_add_error_string, UI_dup_error_string, UI_construct_prompt
++UI_add_error_string, UI_dup_error_string, UI_construct_prompt,
+ UI_add_user_data, UI_get0_user_data, UI_get0_result, UI_process,
+ UI_ctrl, UI_set_default_method, UI_get_default_method, UI_get_method,
+ UI_set_method, UI_OpenSSL, ERR_load_UI_strings - New User Interface