pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/xmlsec1



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jan 30 13:25:19 UTC 2018

Modified Files:
        pkgsrc/security/xmlsec1: Makefile PLIST distinfo
        pkgsrc/security/xmlsec1/patches: patch-ab

Log Message:
security/xmlsec1 updated 1.2.19 to 1.2.25

on 12 Sep 2017 xmlsec-1_2_25 XMLSec release 1.2.25
on 20 Apr 2017 xmlsec-1_2_24 XMLSec release 1.2.24

2016-10-15 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * 1.2.23 release

2016-10-14 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Fixed gcrypto RSA/DSA keys params ordering

2016-10-12 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Better X509Data templates

2016-10-07 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Fixed memory leak caused by xmlGetProp (patch from Dafan Zhai)
        * Fixed KW transforms (overlapping buffer error) for OpenSSL 1.1.0
        * Fixed pkg-config detection

2016-09-27 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Added initial support OpenSSL 1.1.0 (patch from Andrzej Siewior)

2016-09-19 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Fixed signing with RSA SHA2 via mscrypto (patch from PepaRokos)

2016-07-08 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Fixed mscrypto undeclared XMLSEC_DEFAULT_CRYPTO (patch from vmiklos)

2016-05-31 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Fixed mismatched conditional for XMLSEC_NO_ECDSA (patch from Eric Sproul)

2016-05-20 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Fixed openssl cert depth verification param usage (patch from R-Tur)

2016-04-22 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Fixed stdin/stdout in xmlsec1 app

2016-04-20 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Restored SOAP support for Lasso
        * 1.2.22 release

2016-04-12 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * 1.2.21 release

2016-02-17 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Added OOXML Relationships Transform Algorithm (patch from Miklos Vajna)

2016-02-06 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Deprecated XMLSEC_CRYPTO define in favor of xmlSecGetDefaultCrypto() function

2016-02-05 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Revamped manpages/documentation build to completely pass 'make distcheck' tests

2016-01-28 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Added OpenSSL 1.1.0 API support (major refactoring for block ciphers and DSA/ECDSA signatures)

2016-01-28 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Migrated to GitHub (https://github.com/lsh123/xmlsec)

2015-03-10 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Removed support for legacy OpenSSL 0.9.6 (last release: March, 2004) and 0.9.7 (last release: February, 2007)

2014-10-2014 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Added experimental GOST2012 support (patch from Nikolay Shaplov)

2014-06-04 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Fixed several compaints from Clang and Coverity (based on patches from Simo Sorce)

2014-02-25 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * Removed XKMS support -- it was never completed and not worth keeping

2013-05-23 Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * 1.2.20 release

2014-05-23  Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * fix build on MacOSX (bug #680307)
        * update certs for examples (bug #674572)
        * update test certs to be valid till 2114
        * don't create files on xmlsec-mscrypto when loading the key (bug #633924)
        * clarify min OpenSSL requirements

2014-05-23  Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * better detect private keys on ext RSA engines (bug #728213)
        * fixed CRL check

2014-02-17  Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * fixes for RH 6x

2013-07-19  Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * fixed switch - added missed break keywords (bug #704574)

2013-06-03  Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * fix memory leak in converting cert subject

2013-05-09  Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * disable network access during internal xml transform parser

2013-04-12  Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * fix typo (fixed bug 695605)

2013-03-28  Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * disable ECDSA if needed (Daniel)

2013-03-24  Aleksey Sanin  <aleksey%aleksey.com@localhost>
        * docs rebuild


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/xmlsec1/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/xmlsec1/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/xmlsec1/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/xmlsec1/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/xmlsec1/Makefile
diff -u pkgsrc/security/xmlsec1/Makefile:1.32 pkgsrc/security/xmlsec1/Makefile:1.33
--- pkgsrc/security/xmlsec1/Makefile:1.32       Wed Sep  6 09:03:04 2017
+++ pkgsrc/security/xmlsec1/Makefile    Tue Jan 30 13:25:19 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2017/09/06 09:03:04 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2018/01/30 13:25:19 mef Exp $
 #
 
-DISTNAME=              xmlsec1-1.2.19
-PKGREVISION=           1
+DISTNAME=              xmlsec1-1.2.25
 CATEGORIES=            security
 MASTER_SITES=          https://www.aleksey.com/xmlsec/download/
 

Index: pkgsrc/security/xmlsec1/PLIST
diff -u pkgsrc/security/xmlsec1/PLIST:1.6 pkgsrc/security/xmlsec1/PLIST:1.7
--- pkgsrc/security/xmlsec1/PLIST:1.6   Fri Apr  1 12:27:45 2011
+++ pkgsrc/security/xmlsec1/PLIST       Tue Jan 30 13:25:19 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2011/04/01 12:27:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/01/30 13:25:19 mef Exp $
 bin/xmlsec1
 bin/xmlsec1-config
 include/xmlsec1/xmlsec/app.h
@@ -28,15 +28,12 @@ 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/private/xslt.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
@@ -62,9 +59,11 @@ share/doc/xmlsec1/api/images/transform.p
 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-insensitive.png
 share/doc/xmlsec1/api/left.png
+share/doc/xmlsec1/api/right-insensitive.png
 share/doc/xmlsec1/api/right.png
+share/doc/xmlsec1/api/up-insensitive.png
 share/doc/xmlsec1/api/up.png
 share/doc/xmlsec1/api/xmlsec-app.html
 share/doc/xmlsec1/api/xmlsec-base64.html
@@ -86,13 +85,11 @@ share/doc/xmlsec1/api/xmlsec-examples.ht
 share/doc/xmlsec1/api/xmlsec-gcrypt-app.html
 share/doc/xmlsec1/api/xmlsec-gcrypt-crypto.html
 share/doc/xmlsec1/api/xmlsec-gcrypt-ref.html
-share/doc/xmlsec1/api/xmlsec-gcrypt.sgml
 share/doc/xmlsec1/api/xmlsec-gnutls-app.html
 share/doc/xmlsec1/api/xmlsec-gnutls-crypto.html
 share/doc/xmlsec1/api/xmlsec-gnutls-ref.html
-share/doc/xmlsec1/api/xmlsec-gnutls.sgml
+share/doc/xmlsec1/api/xmlsec-gnutls-x509.html
 share/doc/xmlsec1/api/xmlsec-index.html
-share/doc/xmlsec1/api/xmlsec-index.sgml
 share/doc/xmlsec1/api/xmlsec-io.html
 share/doc/xmlsec1/api/xmlsec-keyinfo.html
 share/doc/xmlsec1/api/xmlsec-keys.html
@@ -106,7 +103,6 @@ share/doc/xmlsec1/api/xmlsec-mscrypto-cr
 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
@@ -153,14 +149,12 @@ share/doc/xmlsec1/api/xmlsec-nss-keyssto
 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
 share/doc/xmlsec1/api/xmlsec-parser.html
 share/doc/xmlsec1/api/xmlsec-ref.html
 share/doc/xmlsec1/api/xmlsec-reference.html
@@ -177,13 +171,13 @@ share/doc/xmlsec1/api/xmlsec-xmldsig.htm
 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
 share/doc/xmlsec1/download.html
 share/doc/xmlsec1/faq.html
+share/doc/xmlsec1/favicon.ico
 share/doc/xmlsec1/images/bart.gif
 share/doc/xmlsec1/images/libxml2-logo.png
 share/doc/xmlsec1/images/libxslt-logo.png

Index: pkgsrc/security/xmlsec1/distinfo
diff -u pkgsrc/security/xmlsec1/distinfo:1.17 pkgsrc/security/xmlsec1/distinfo:1.18
--- pkgsrc/security/xmlsec1/distinfo:1.17       Tue Feb  7 01:19:15 2017
+++ pkgsrc/security/xmlsec1/distinfo    Tue Jan 30 13:25:19 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2017/02/07 01:19:15 joerg Exp $
+$NetBSD: distinfo,v 1.18 2018/01/30 13:25:19 mef Exp $
 
-SHA1 (xmlsec1-1.2.19.tar.gz) = 9f24f84bf6f4a61fc55637f016b56c0f44c048ba
-RMD160 (xmlsec1-1.2.19.tar.gz) = 55a16d4ffec20d375cc72ed13c228fcecedd5c29
-SHA512 (xmlsec1-1.2.19.tar.gz) = 9d391658902e163261a61474fc0415ee0f25732dc4a98d2012459294674f7984212607febc10cdf5f5b6255932c4ad51a23d0a7b868990439812f5e276fd1a89
-Size (xmlsec1-1.2.19.tar.gz) = 1766298 bytes
-SHA1 (patch-ab) = 4c2673375fc5e97c5da47b498507f7e939532a83
+SHA1 (xmlsec1-1.2.25.tar.gz) = 0ef1117b8d11da475fd8d842a1341c675e627ab9
+RMD160 (xmlsec1-1.2.25.tar.gz) = f81aed97a5cc7de1a71ea32de02b73c32f7bdbf5
+SHA512 (xmlsec1-1.2.25.tar.gz) = ac61547a1cbf9016d7f75be3dc5249d6bc8a526bc51715e53ede13f056c1c72c57433a6be200c886000a25826c3e473954ded3ae988f25d37ac4ef4d777c66a6
+Size (xmlsec1-1.2.25.tar.gz) = 1839160 bytes
+SHA1 (patch-ab) = 917f2ffa1968994e6cc23e797c2d03e3ccbe3a81
 SHA1 (patch-ac) = eac6b9be709e316ea635109a0c366546a83cb1f6

Index: pkgsrc/security/xmlsec1/patches/patch-ab
diff -u pkgsrc/security/xmlsec1/patches/patch-ab:1.7 pkgsrc/security/xmlsec1/patches/patch-ab:1.8
--- pkgsrc/security/xmlsec1/patches/patch-ab:1.7        Tue Feb  7 01:19:15 2017
+++ pkgsrc/security/xmlsec1/patches/patch-ab    Tue Jan 30 13:25:19 2018
@@ -1,12 +1,12 @@
-$NetBSD: patch-ab,v 1.7 2017/02/07 01:19:15 joerg Exp $
+$NetBSD: patch-ab,v 1.8 2018/01/30 13:25:19 mef Exp $
 
 * portability fix
 * DragonFly also not require extra libs for OpenSSL.
 
---- configure.orig     2013-03-24 21:36:30.000000000 +0000
-+++ configure
-@@ -10688,7 +10688,7 @@ darwin* | rhapsody*)
-   soname_spec='${libname}${release}${major}$shared_ext'
+--- configure.orig     2017-09-12 22:21:59.000000000 +0900
++++ configure  2018-01-30 22:12:07.735855706 +0900
+@@ -11373,7 +11373,7 @@ darwin* | rhapsody*)
+   soname_spec='$libname$release$major$shared_ext'
    shlibpath_overrides_runpath=yes
    shlibpath_var=DYLD_LIBRARY_PATH
 -  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
@@ -14,7 +14,7 @@ $NetBSD: patch-ab,v 1.7 2017/02/07 01:19
  
    sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
    sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-@@ -11923,7 +11923,7 @@ CC="$lt_save_CC"
+@@ -12661,7 +12661,7 @@ CC=$lt_save_CC
  
  
  
@@ -23,16 +23,16 @@ $NetBSD: patch-ab,v 1.7 2017/02/07 01:19
      # Extract the first word of "rm", so it can be a program name with args.
  set dummy rm; ac_word=$2
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-@@ -12597,7 +12597,7 @@ else
- fi
- 
+@@ -13648,7 +13648,7 @@ case "${host}" in
+         ;;
+ esac
  
 -if test "z$shrext" == "z" ; then
 +if test "z$shrext" = "z" ; then
      shrext=$shrext_cmds
  fi
  
-@@ -13349,15 +13349,13 @@ elif test "z$with_openssl" != "z" ; then
+@@ -14384,15 +14384,13 @@ elif test "z$with_openssl" != "z" ; then
        *-*-osf5*) openssl_exlibs=;;
        *-*-openbsd*) openssl_exlibs=;;
        *-*-netbsd*) openssl_exlibs=;;
@@ -51,7 +51,7 @@ $NetBSD: patch-ab,v 1.7 2017/02/07 01:19
      OPENSSL_FOUND="yes"
  elif test "z$PKGCONFIG_FOUND" = "zyes" ; then
      if test "z$OPENSSL_VERSION" = "z" ; then
-@@ -13828,7 +13826,7 @@ else
+@@ -14754,7 +14752,7 @@ else
      XMLSEC_CRYPTO_DISABLED_LIST="$XMLSEC_CRYPTO_DISABLED_LIST openssl"
  fi
  



Home | Main Index | Thread Index | Old Index