update to xmlsec 1.2.5

from me and maintainer Jim Geovedi
This commit is contained in:
sturm 2004-05-08 06:44:19 +00:00
parent cf6f420705
commit c2c196f7bf
6 changed files with 104 additions and 63 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2004/02/04 07:39:19 sturm Exp $
# $OpenBSD: Makefile,v 1.8 2004/05/08 06:44:19 sturm Exp $
COMMENT= "XML security library"
COMMENT-docs= "XML security library documentation"
VERSION= 1.0.1
VERSION= 1.2.5
DISTNAME= xmlsec1-${VERSION}
PKGNAME= xmlsec-${VERSION}p1
PKGNAME= xmlsec-${VERSION}
PKGNAME-docs= xmlsec-docs-${VERSION}
CATEGORIES= security
@ -32,12 +32,16 @@ PKG_ARCH= *
.if ${SUBPACKAGE} != "-docs"
MODULES= iconv
LIB_DEPENDS= xslt.1::textproc/libxslt \
gnutls.8::security/gnutls
BUILD_DEPENDS= ::devel/pkgconfig
LIB_DEPENDS= xslt.2::textproc/libxslt \
gnutls.12::security/gnutls
.endif
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --with-gnutls="${LOCALBASE}"
REGRESS_DEPENDS= ::security/xmlsec
REGRESS_FLAGS= ABS_BUILDDIR="${WRKSRC}"
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (xmlsec1-1.0.1.tar.gz) = b331b3e0a3f85552716d5286db2cd73c
RMD160 (xmlsec1-1.0.1.tar.gz) = 0c18c337bce680fe32c3e4bf3bb3b9f67382ec85
SHA1 (xmlsec1-1.0.1.tar.gz) = 04dd377ef35cf9480abf59ba265333edfb47f3a3
MD5 (xmlsec1-1.2.5.tar.gz) = e811685d7b678ff09b901b942477f03d
RMD160 (xmlsec1-1.2.5.tar.gz) = ae36dda2217bfd64ca784a089f0a835b4e3f2368
SHA1 (xmlsec1-1.2.5.tar.gz) = 31f237cb879268ea0658f7a1fdd9071cbffb0c84

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-ltmain_sh,v 1.1 2003/04/29 14:22:48 wilfried Exp $
--- ltmain.sh.orig Sat Apr 26 00:20:03 2003
+++ ltmain.sh Tue Apr 29 15:08:22 2003
@@ -1085,6 +1085,17 @@ compiler."
$OpenBSD: patch-ltmain_sh,v 1.2 2004/05/08 06:44:20 sturm Exp $
--- ltmain.sh.orig 2004-04-25 10:21:13.000000000 +0200
+++ ltmain.sh 2004-04-25 10:23:27.000000000 +0200
@@ -1290,6 +1290,17 @@ EOF
continue
;;
@ -19,67 +19,65 @@ $OpenBSD: patch-ltmain_sh,v 1.1 2003/04/29 14:22:48 wilfried Exp $
-module)
module=yes
continue
@@ -1525,6 +1536,10 @@ compiler."
@@ -1961,6 +1972,9 @@ EOF
fi
continue
;;
+ -pthread)
+ continue
+ ;;
+
%DEPLIBS%)
alldeplibs=yes
continue
@@ -1770,11 +1785,6 @@ compiler."
continue
fi
@@ -2209,10 +2223,6 @@ EOF
link_static=no # Whether the deplib will be linked statically
if test -n "$library_names" &&
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
- if test "$installed" = no; then
- notinst_deplibs="$notinst_deplibs $lib"
- need_relink=yes
- fi
-
if test -n "$old_archive_from_expsyms_cmds"; then
# figure out the soname
set dummy $library_names
@@ -4580,40 +4590,6 @@ relink_command=\"$relink_command\""
# This is a shared library
# Warn about portability, can't link against -module's on some systems (darwin)
@@ -5705,40 +5715,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = ":" && exit 0
test "$show" = : && exit 0
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"
- $echo "----------------------------------------------------------------------"
- $echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- echo " $libdir"
- $echo " $libdir"
- done
- echo
- echo "If you ever happen to want to link against installed libraries"
- echo "in a given directory, LIBDIR, you must either use libtool, and"
- echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
- echo "flag during linking and do at least one of the following:"
- $echo
- $echo "If you ever happen to want to link against installed libraries"
- $echo "in a given directory, LIBDIR, you must either use libtool, and"
- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
- $echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- echo " during execution"
- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- $echo " during execution"
- fi
- if test -n "$runpath_var"; then
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
- echo " during linking"
- $echo " - add LIBDIR to the \`$runpath_var' environment variable"
- $echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- echo " - use the \`$flag' linker flag"
- $echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- $echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- echo
- echo "See any operating system documentation about shared libraries for"
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
- echo "----------------------------------------------------------------------"
- $echo
- $echo "See any operating system documentation about shared libraries for"
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
- $echo "----------------------------------------------------------------------"
exit 0
;;

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PFRAG.shared,v 1.6 2003/05/02 04:32:29 margarida Exp $
lib/libxmlsec1-gnutls.so.1.1
lib/libxmlsec1-openssl.so.1.1
lib/libxmlsec1.so.1.1
@comment $OpenBSD: PFRAG.shared,v 1.7 2004/05/08 06:44:20 sturm Exp $
lib/libxmlsec1-gnutls.so.3.5
lib/libxmlsec1-openssl.so.3.5
lib/libxmlsec1.so.3.5
DYNLIBDIR(%D/lib)

View File

@ -1,9 +1,12 @@
@comment $OpenBSD: PLIST,v 1.5 2003/12/15 18:18:54 naddy Exp $
@comment $OpenBSD: PLIST,v 1.6 2004/05/08 06:44:20 sturm Exp $
bin/xmlsec1
bin/xmlsec1-config
include/xmlsec1/xmlsec/app.h
include/xmlsec1/xmlsec/base64.h
include/xmlsec1/xmlsec/bn.h
include/xmlsec1/xmlsec/buffer.h
include/xmlsec1/xmlsec/crypto.h
include/xmlsec1/xmlsec/dl.h
include/xmlsec1/xmlsec/errors.h
include/xmlsec1/xmlsec/exports.h
include/xmlsec1/xmlsec/gnutls/app.h
@ -24,10 +27,15 @@ include/xmlsec1/xmlsec/openssl/evp.h
include/xmlsec1/xmlsec/openssl/symbols.h
include/xmlsec1/xmlsec/openssl/x509.h
include/xmlsec1/xmlsec/parser.h
include/xmlsec1/xmlsec/private.h
include/xmlsec1/xmlsec/private/xkms.h
include/xmlsec1/xmlsec/soap.h
include/xmlsec1/xmlsec/strings.h
include/xmlsec1/xmlsec/templates.h
include/xmlsec1/xmlsec/transforms.h
include/xmlsec1/xmlsec/version.h
include/xmlsec1/xmlsec/x509.h
include/xmlsec1/xmlsec/xkms.h
include/xmlsec1/xmlsec/xmldsig.h
include/xmlsec1/xmlsec/xmlenc.h
include/xmlsec1/xmlsec/xmlsec.h
@ -38,12 +46,35 @@ lib/libxmlsec1-openssl.a
lib/libxmlsec1-openssl.la
lib/libxmlsec1.a
lib/libxmlsec1.la
lib/pkgconfig/xmlsec1-gnutls.pc
lib/pkgconfig/xmlsec1-openssl.pc
lib/pkgconfig/xmlsec1.pc
lib/xmlsec1Conf.sh
man/man1/xmlsec1-config.1
man/man1/xmlsec1.1
share/doc/xmlsec1/api/home.png
share/doc/xmlsec1/api/left.png
share/doc/xmlsec1/api/right.png
share/doc/xmlsec1/api/up.png
share/doc/xmlsec1/api/xmlsec-app.html
share/doc/xmlsec1/api/xmlsec-bn.html
share/doc/xmlsec1/api/xmlsec-dl.html
share/doc/xmlsec1/api/xmlsec-mscrypto-app.html
share/doc/xmlsec1/api/xmlsec-mscrypto-certkeys.html
share/doc/xmlsec1/api/xmlsec-mscrypto-crypto.html
share/doc/xmlsec1/api/xmlsec-mscrypto-keysstore.html
share/doc/xmlsec1/api/xmlsec-mscrypto-ref.html
share/doc/xmlsec1/api/xmlsec-mscrypto-x509.html
share/doc/xmlsec1/api/xmlsec-mscrypto.sgml
share/doc/xmlsec1/api/xmlsec-nss-bignum.html
share/doc/xmlsec1/api/xmlsec-nss-keysstore.html
share/doc/xmlsec1/api/xmlsec-nss-pkikeys.html
share/doc/xmlsec1/api/xmlsec-nss-x509.html
share/doc/xmlsec1/api/xmlsec-openssl-evp.html
share/doc/xmlsec1/api/xmlsec-x509.html
share/doc/xmlsec1/authors.html
%%SHARED%%
@dirrm lib/pkgconfig
@dirrm include/xmlsec1/xmlsec/private
@dirrm include/xmlsec1/xmlsec/openssl
@dirrm include/xmlsec1/xmlsec/gnutls
@dirrm include/xmlsec1/xmlsec

View File

@ -1,16 +1,5 @@
@comment $OpenBSD: PLIST-docs,v 1.2 2003/04/29 20:19:22 wilfried Exp $
share/doc/xmlsec1/api/chapters/compiling-and-linking.sgml
share/doc/xmlsec1/api/chapters/creating-templates.sgml
share/doc/xmlsec1/api/chapters/examples.sgml
share/doc/xmlsec1/api/chapters/init-and-shutdown.sgml
share/doc/xmlsec1/api/chapters/new-crypto.sgml
share/doc/xmlsec1/api/chapters/sign-and-encrypt.sgml
share/doc/xmlsec1/api/chapters/using-contexts.sgml
share/doc/xmlsec1/api/chapters/using-keys.sgml
share/doc/xmlsec1/api/chapters/using-keysmngr.sgml
share/doc/xmlsec1/api/chapters/using-transforms.sgml
share/doc/xmlsec1/api/chapters/using-x509-certs.sgml
share/doc/xmlsec1/api/chapters/verify-and-decrypt.sgml
@comment $OpenBSD: PLIST-docs,v 1.3 2004/05/08 06:44:20 sturm Exp $
share/doc/xmlsec1/api/home.png
share/doc/xmlsec1/api/images/encryption-structure.png
share/doc/xmlsec1/api/images/key.png
share/doc/xmlsec1/api/images/keysmngr.png
@ -22,11 +11,17 @@ share/doc/xmlsec1/api/images/transforms-chain.png
share/doc/xmlsec1/api/images/verif-dec-model.png
share/doc/xmlsec1/api/index.html
share/doc/xmlsec1/api/index.sgml
share/doc/xmlsec1/api/left.png
share/doc/xmlsec1/api/right.png
share/doc/xmlsec1/api/up.png
share/doc/xmlsec1/api/xmlsec-app.html
share/doc/xmlsec1/api/xmlsec-base64.html
share/doc/xmlsec1/api/xmlsec-bn.html
share/doc/xmlsec1/api/xmlsec-buffer.html
share/doc/xmlsec1/api/xmlsec-custom-keys-manager.html
share/doc/xmlsec1/api/xmlsec-decrypt-with-keys-mngr.html
share/doc/xmlsec1/api/xmlsec-decrypt-with-signle-key.html
share/doc/xmlsec1/api/xmlsec-dl.html
share/doc/xmlsec1/api/xmlsec-encrypt-dynamic-template.html
share/doc/xmlsec1/api/xmlsec-encrypt-template-file.html
share/doc/xmlsec1/api/xmlsec-encrypt-with-session-key.html
@ -49,6 +44,13 @@ share/doc/xmlsec1/api/xmlsec-keysdata.html
share/doc/xmlsec1/api/xmlsec-keysmngr.html
share/doc/xmlsec1/api/xmlsec-list.html
share/doc/xmlsec1/api/xmlsec-membuf.html
share/doc/xmlsec1/api/xmlsec-mscrypto-app.html
share/doc/xmlsec1/api/xmlsec-mscrypto-certkeys.html
share/doc/xmlsec1/api/xmlsec-mscrypto-crypto.html
share/doc/xmlsec1/api/xmlsec-mscrypto-keysstore.html
share/doc/xmlsec1/api/xmlsec-mscrypto-ref.html
share/doc/xmlsec1/api/xmlsec-mscrypto-x509.html
share/doc/xmlsec1/api/xmlsec-mscrypto.sgml
share/doc/xmlsec1/api/xmlsec-nodeset.html
share/doc/xmlsec1/api/xmlsec-notes-compiling-others.html
share/doc/xmlsec1/api/xmlsec-notes-compiling-unix.html
@ -89,12 +91,17 @@ share/doc/xmlsec1/api/xmlsec-notes-verify.html
share/doc/xmlsec1/api/xmlsec-notes-x509.html
share/doc/xmlsec1/api/xmlsec-notes.html
share/doc/xmlsec1/api/xmlsec-nss-app.html
share/doc/xmlsec1/api/xmlsec-nss-bignum.html
share/doc/xmlsec1/api/xmlsec-nss-crypto.html
share/doc/xmlsec1/api/xmlsec-nss-keysstore.html
share/doc/xmlsec1/api/xmlsec-nss-pkikeys.html
share/doc/xmlsec1/api/xmlsec-nss-ref.html
share/doc/xmlsec1/api/xmlsec-nss-x509.html
share/doc/xmlsec1/api/xmlsec-nss.sgml
share/doc/xmlsec1/api/xmlsec-openssl-app.html
share/doc/xmlsec1/api/xmlsec-openssl-bn.html
share/doc/xmlsec1/api/xmlsec-openssl-crypto.html
share/doc/xmlsec1/api/xmlsec-openssl-evp.html
share/doc/xmlsec1/api/xmlsec-openssl-ref.html
share/doc/xmlsec1/api/xmlsec-openssl-x509.html
share/doc/xmlsec1/api/xmlsec-openssl.sgml
@ -109,11 +116,13 @@ share/doc/xmlsec1/api/xmlsec-verify-with-keys-mngr.html
share/doc/xmlsec1/api/xmlsec-verify-with-restrictions.html
share/doc/xmlsec1/api/xmlsec-verify-with-x509.html
share/doc/xmlsec1/api/xmlsec-version.html
share/doc/xmlsec1/api/xmlsec-x509.html
share/doc/xmlsec1/api/xmlsec-xmldsig.html
share/doc/xmlsec1/api/xmlsec-xmlenc.html
share/doc/xmlsec1/api/xmlsec-xmlsec.html
share/doc/xmlsec1/api/xmlsec-xmltree.html
share/doc/xmlsec1/api/xmlsec.sgml
share/doc/xmlsec1/authors.html
share/doc/xmlsec1/bugs.html
share/doc/xmlsec1/c14n.html
share/doc/xmlsec1/documentation.html
@ -134,6 +143,5 @@ share/doc/xmlsec1/xmlenc.html
share/doc/xmlsec1/xmlsec-man.html
@dirrm share/doc/xmlsec1/images
@dirrm share/doc/xmlsec1/api/images
@dirrm share/doc/xmlsec1/api/chapters
@dirrm share/doc/xmlsec1/api
@dirrm share/doc/xmlsec1