Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a517f995d | ||
|
|
dc830d27f6 | ||
|
|
d228702c91 | ||
|
|
7e434a73d1 |
4 changed files with 22 additions and 44 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: xmlsec1
|
|
||||||
# $Id: Makefile,v 1.1 2004/09/09 14:52:03 cvsdist Exp $
|
|
||||||
NAME := xmlsec1
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
|
||||||
|
|
||||||
define find-makefile-common
|
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
|
||||||
|
|
||||||
ifeq ($(MAKEFILE_COMMON),)
|
|
||||||
# attempt a checkout
|
|
||||||
define checkout-makefile-common
|
|
||||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(MAKEFILE_COMMON)
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
5652d44eec1375a399a6c61f5f6091f1 xmlsec1-1.2.11.tar.gz
|
195d042623bcc2e1668ab8370de6dc2a xmlsec1-1.2.12.tar.gz
|
||||||
|
|
|
||||||
43
xmlsec1.spec
43
xmlsec1.spec
|
|
@ -1,7 +1,7 @@
|
||||||
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
||||||
Name: xmlsec1
|
Name: xmlsec1
|
||||||
Version: 1.2.11
|
Version: 1.2.12
|
||||||
Release: 1
|
Release: 1%{?dist}%{?extra_release}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: ftp://ftp.aleksey.com/pub/xmlsec/releases/xmlsec1-%{version}.tar.gz
|
Source: ftp://ftp.aleksey.com/pub/xmlsec/releases/xmlsec1-%{version}.tar.gz
|
||||||
|
|
@ -22,7 +22,7 @@ standards "XML Digital Signature" and "XML Encryption".
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries, includes, etc. to develop applications with XML Digital Signatures and XML Encryption support.
|
Summary: Libraries, includes, etc. to develop applications with XML Digital Signatures and XML Encryption support.
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: xmlsec1 = %{version}
|
Requires: xmlsec1 = %{version}-%{release}
|
||||||
Requires: libxml2-devel >= 2.6.0
|
Requires: libxml2-devel >= 2.6.0
|
||||||
Requires: libxslt-devel >= 1.1.0
|
Requires: libxslt-devel >= 1.1.0
|
||||||
Requires: openssl-devel >= 0.9.6
|
Requires: openssl-devel >= 0.9.6
|
||||||
|
|
@ -36,7 +36,7 @@ Signatures and XML Encryption support.
|
||||||
%package openssl
|
%package openssl
|
||||||
Summary: OpenSSL crypto plugin for XML Security Library
|
Summary: OpenSSL crypto plugin for XML Security Library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: xmlsec1 = %{version}
|
Requires: xmlsec1 = %{version}-%{release}
|
||||||
Requires: libxml2 >= 2.6.0
|
Requires: libxml2 >= 2.6.0
|
||||||
Requires: libxslt >= 1.1.0
|
Requires: libxslt >= 1.1.0
|
||||||
Requires: openssl >= 0.9.6
|
Requires: openssl >= 0.9.6
|
||||||
|
|
@ -55,9 +55,9 @@ for the xmlsec library
|
||||||
%package openssl-devel
|
%package openssl-devel
|
||||||
Summary: OpenSSL crypto plugin for XML Security Library
|
Summary: OpenSSL crypto plugin for XML Security Library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: xmlsec1 = %{version}
|
Requires: xmlsec1 = %{version}-%{release}
|
||||||
Requires: xmlsec1-devel = %{version}
|
Requires: xmlsec1-devel = %{version}-%{release}
|
||||||
Requires: xmlsec1-openssl = %{version}
|
Requires: xmlsec1-openssl = %{version}-%{release}
|
||||||
Requires: libxml2-devel >= 2.6.0
|
Requires: libxml2-devel >= 2.6.0
|
||||||
Requires: libxslt-devel >= 1.1.0
|
Requires: libxslt-devel >= 1.1.0
|
||||||
Requires: openssl >= 0.9.6
|
Requires: openssl >= 0.9.6
|
||||||
|
|
@ -69,7 +69,7 @@ Libraries, includes, etc. for developing XML Security applications with OpenSSL
|
||||||
%package gnutls
|
%package gnutls
|
||||||
Summary: GNUTls crypto plugin for XML Security Library
|
Summary: GNUTls crypto plugin for XML Security Library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: xmlsec1 = %{version}
|
Requires: xmlsec1 = %{version}-%{release}
|
||||||
Requires: libxml2 >= 2.6.0
|
Requires: libxml2 >= 2.6.0
|
||||||
Requires: libxslt >= 1.1.0
|
Requires: libxslt >= 1.1.0
|
||||||
Requires: libgcrypt >= 1.2.0
|
Requires: libgcrypt >= 1.2.0
|
||||||
|
|
@ -90,9 +90,9 @@ for the xmlsec library
|
||||||
%package gnutls-devel
|
%package gnutls-devel
|
||||||
Summary: GNUTls crypto plugin for XML Security Library
|
Summary: GNUTls crypto plugin for XML Security Library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: xmlsec1 = %{version}
|
Requires: xmlsec1 = %{version}-%{release}
|
||||||
Requires: xmlsec1-devel = %{version}
|
Requires: xmlsec1-devel = %{version}-%{release}
|
||||||
Requires: xmlsec1-openssl = %{version}
|
Requires: xmlsec1-openssl = %{version}-%{release}
|
||||||
Requires: libxml2-devel >= 2.6.0
|
Requires: libxml2-devel >= 2.6.0
|
||||||
Requires: libxslt-devel >= 1.1.0
|
Requires: libxslt-devel >= 1.1.0
|
||||||
Requires: libgcrypt >= 1.2.0
|
Requires: libgcrypt >= 1.2.0
|
||||||
|
|
@ -106,7 +106,7 @@ Libraries, includes, etc. for developing XML Security applications with GNUTls
|
||||||
%package nss
|
%package nss
|
||||||
Summary: NSS crypto plugin for XML Security Library
|
Summary: NSS crypto plugin for XML Security Library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: xmlsec1 = %{version}
|
Requires: xmlsec1 = %{version}-%{release}
|
||||||
Requires: libxml2 >= 2.4.24
|
Requires: libxml2 >= 2.4.24
|
||||||
Requires: libxslt >= 1.0.20
|
Requires: libxslt >= 1.0.20
|
||||||
Requires: nss >= 3.2
|
Requires: nss >= 3.2
|
||||||
|
|
@ -121,9 +121,9 @@ for the xmlsec library
|
||||||
%package nss-devel
|
%package nss-devel
|
||||||
Summary: NSS crypto plugin for XML Security Library
|
Summary: NSS crypto plugin for XML Security Library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: xmlsec1 = %{version}
|
Requires: xmlsec1 = %{version}-%{release}
|
||||||
Requires: xmlsec1-devel = %{version}
|
Requires: xmlsec1-devel = %{version}-%{release}
|
||||||
Requires: xmlsec1-nss = %{version}
|
Requires: xmlsec1-nss = %{version}-%{release}
|
||||||
Requires: libxml2-devel >= 2.4.24
|
Requires: libxml2-devel >= 2.4.24
|
||||||
Requires: libxslt-devel >= 1.0.20
|
Requires: libxslt-devel >= 1.0.20
|
||||||
Requires: nss-devel >= 3.2
|
Requires: nss-devel >= 3.2
|
||||||
|
|
@ -137,11 +137,6 @@ Libraries, includes, etc. for developing XML Security applications with NSS
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
#
|
|
||||||
# Note: it seems that this may break on older version of Red Hat,
|
|
||||||
# and that replacing the following line with just "make" can
|
|
||||||
# fix the problem
|
|
||||||
#
|
|
||||||
make
|
make
|
||||||
|
|
||||||
# positively ugly but only sane way to get around #192756
|
# positively ugly but only sane way to get around #192756
|
||||||
|
|
@ -151,11 +146,10 @@ sed 's+/lib64+/$archlib+g' < xmlsec1-config | sed 's+/lib+/$archlib+g' | sed 's+
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/include/xmlsec1
|
mkdir -p $RPM_BUILD_ROOT/usr/include/xmlsec1
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/lib
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/man/man1
|
mkdir -p $RPM_BUILD_ROOT/usr/man/man1
|
||||||
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
#make prefix=$RPM_BUILD_ROOT%{prefix} mandir=$RPM_BUILD_ROOT%{_mandir} install
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
|
@ -238,6 +232,11 @@ rm -fr %{buildroot}
|
||||||
%{prefix}/lib*/pkgconfig/xmlsec1-nss.pc
|
%{prefix}/lib*/pkgconfig/xmlsec1-nss.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 11 2009 Daniel Veillard <veillard@redhat.com> - 1.2.12-1
|
||||||
|
- update to new upstream release 1.2.12
|
||||||
|
- includes fix for CVE-2009-0217
|
||||||
|
- cleanup spec file
|
||||||
|
|
||||||
* Fri Jul 11 2008 Daniel Veillard <veillard@redhat.com> - 1.2.11-1
|
* Fri Jul 11 2008 Daniel Veillard <veillard@redhat.com> - 1.2.11-1
|
||||||
- update to new upstream release 1.2.11
|
- update to new upstream release 1.2.11
|
||||||
- rebuild for gnutls update
|
- rebuild for gnutls update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue