From 07b57d131bcff4f37e088405b29aeb3eb5dea72f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sep 19 2014 13:50:55 +0000 Subject: Update to new upstream release 1.2.20 - This release fixes a number of miscellaneous bugs and updates expired or soon-to-be-expired certificates in the test suite. - Also drops the no-ecdsa patch --- diff --git a/.gitignore b/.gitignore index 056745e..8beea3c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ xmlsec1-1.2.16.tar.gz /xmlsec1-1.2.17.tar.gz /xmlsec1-1.2.18.tar.gz /xmlsec1-1.2.19.tar.gz +/xmlsec1-1.2.20.tar.gz diff --git a/sources b/sources index 205ec5f..9ef3865 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fe664ba5f01ebfaeb0ab5deeb0b2249e xmlsec1-1.2.19.tar.gz +ce12af00283eb90d9281956524250d6e xmlsec1-1.2.20.tar.gz diff --git a/xmlsec1-1.2.19-openssl-no-ecdsa.patch b/xmlsec1-1.2.19-openssl-no-ecdsa.patch deleted file mode 100644 index dc2120d..0000000 --- a/xmlsec1-1.2.19-openssl-no-ecdsa.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- configure.in.old 2013-03-25 20:12:45.641324517 +0800 -+++ configure.in 2013-03-25 20:16:55.455082932 +0800 -@@ -508,6 +508,22 @@ - fi - - if test "z$OPENSSL_FOUND" = "zyes" ; then -+ dnl Check availability of ECDSA -+ OLD_CPPFLAGS=$CPPFLAGS -+ CPPFLAGS="$OPENSSL_CFLAGS" -+ -+ AC_EGREP_CPP(yes,[ -+ #include -+ #ifdef OPENSSL_NO_ECDSA -+ yes -+ #endif -+ ],[ -+ OPENSSL_CFLAGS="$OPENSSL_CFLAGS -DXMLSEC_NO_ECDSA=1" -+ ]) -+ CPPFLAGS=$OLD_CPPFLAGS -+fi -+ -+if test "z$OPENSSL_FOUND" = "zyes" ; then - XMLSEC_NO_OPENSSL="0" - if test "z$OPENSSL_VERSION" = "z0.9.6" ; then - OPENSSL_CFLAGS="$OPENSSL_CFLAGS -DXMLSEC_OPENSSL_096=1 -DXMLSEC_NO_ECDSA=1" diff --git a/xmlsec1.spec b/xmlsec1.spec index 207be6c..d1df768 100644 --- a/xmlsec1.spec +++ b/xmlsec1.spec @@ -1,7 +1,7 @@ Summary: Library providing support for "XML Signature" and "XML Encryption" standards Name: xmlsec1 -Version: 1.2.19 -Release: 6%{?dist}%{?extra_release} +Version: 1.2.20 +Release: 1%{?dist}%{?extra_release} License: MIT Group: System Environment/Libraries Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz @@ -15,7 +15,6 @@ BuildRequires: gnutls-devel >= 1.0.20 BuildRequires: nss-devel >= 3.2 BuildRequires: nspr-devel BuildRequires: libtool-ltdl-devel -Patch1: xmlsec1-1.2.19-openssl-no-ecdsa.patch # extra build deps needed for autoreconf after above patch BuildRequires: autoconf BuildRequires: automake @@ -123,7 +122,6 @@ Libraries, includes, etc. for developing XML Security applications with NSS. %prep %setup -q -%patch1 -p0 %build autoreconf -if @@ -214,6 +212,12 @@ rm -fr ${RPM_BUILD_ROOT} %{_libdir}/pkgconfig/xmlsec1-nss.pc %changelog +* Fri Sep 19 2014 Simo Sorce - 1.2.20-1 +- Update to new upstream release 1.2.20 +- This release fixes a number of miscellaneous bugs and updates expired or + soon-to-be-expired certificates in the test suite. +- Also drops the no-ecdsa patch + * Mon Aug 18 2014 Fedora Release Engineering - 1.2.19-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild