|
@@ -1,14 +1,16 @@
|
|
|
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
|
|
Name: xmlsec1
|
|
|
-Version: 1.2.32
|
|
|
+Version: 1.2.35
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: system
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
License: MIT
|
|
|
URL: https://www.aleksey.com/xmlsec/
|
|
|
Source: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
|
|
-Vendor: Project Vine
|
|
|
-Distribution: Vine Linux
|
|
|
+# https://github.com/lsh123/xmlsec/commit/3445fbfe1aceb88a255b90ee1c06df2d05c188b0
|
|
|
+Patch1: xmlsec-fix-size_max.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: libxml2-devel >= 2.6.0
|
|
@@ -134,7 +136,7 @@ Libraries, includes, etc. for developing XML Security applications with NSS
|
|
|
|
|
|
|
|
|
%prep
|
|
|
-%setup -q
|
|
|
+%autosetup -p1
|
|
|
|
|
|
|
|
|
%build
|
|
@@ -238,6 +240,9 @@ rm -fr %{buildroot}
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Oct 26 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.35-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Sat Oct 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.32-1
|
|
|
- new upstream release.
|
|
|
- built with openssl-3.0.0.
|