Compare commits

...

11 Commits
master ... f36

Author SHA1 Message Date
Simo Sorce 66a00cee1b Update to version 4.19.0
Fixes CVE-2021-46848
2022-12-02 12:39:37 -05:00
Fedora Release Engineering 85502f3dd8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 17:22:58 +00:00
Simo Sorce f6460716b5 Upstream stopped distributing PDF docs
And we do not want to pull in all of tex as a build dependency to
rebuild them, so we drop the devel docs.

Signed-off-by: Simo Sorce <simo@redhat.com>
2021-11-09 14:51:10 -05:00
Simo Sorce 9dd42a40b2 Update to 4.18.0 (#2021613) 2021-11-09 14:09:30 -05:00
Simo Sorce f1f542f956 Update to 4.17.0 (#1960364)
Signed-off-by: Simo Sorce <simo@redhat.com>
2021-11-03 18:44:34 -04:00
Fedora Release Engineering fc62900851 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 12:30:10 +00:00
Simo Sorce d16a359f3d Add gtk-doc as BuildRequire
Signed-off-by: Simo Sorce <simo@redhat.com>
2021-04-06 16:29:26 -04:00
Fedora Release Engineering 77eeeaf2a4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 18:07:12 +00:00
Tom Stellard e3acd07397 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-05 02:50:59 +00:00
Fedora Release Engineering 4a4e4f57b2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 05:42:00 +00:00
Tom Stellard 0b5310bbd9 Use make macros
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
2020-07-13 22:36:46 +00:00
8 changed files with 46 additions and 21 deletions

6
.gitignore vendored
View File

@ -43,3 +43,9 @@ libtasn1-2.7.tar.gz
/libtasn1-4.15.0.tar.gz.sig
/libtasn1-4.16.0.tar.gz
/libtasn1-4.16.0.tar.gz.sig
/libtasn1-4.17.0.tar.gz
/libtasn1-4.17.0.tar.gz.sig
/libtasn1-4.18.0.tar.gz
/libtasn1-4.18.0.tar.gz.sig
/libtasn1-4.19.0.tar.gz
/libtasn1-4.19.0.tar.gz.sig

Binary file not shown.

Binary file not shown.

View File

@ -1 +0,0 @@
1.8

View File

@ -1,10 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iO4EAAECADgFAlBgV0YxFIAAAAAAFQATcGthLWFkZHJlc3NAZ251cGcub3Jnc2lt
b25Aam9zZWZzc29uLm9yZwAKCRDtoh6UtWVxb03gBP9Tci1rntihNtZx4wAEvkUL
25vUQlUpnYWZZUpmMwHXa9U73MbUWEEd6N/thIUnlxuWmdfh2tTkaPfxIaXN7S/H
C3rMtqmi5eGr4CNqAwl0gxKBRFjaK2tW25k/6ervoo2jEeEIPGVAKEgW49qmfl9o
19AwICHcqMP5qVZp9dqkuiJxqYp5CducZqz3cTmYXyD6B7Afw3/zfrdlCN4379gA
=TjUp
-----END PGP SIGNATURE-----

View File

@ -1,6 +1,6 @@
Summary: The ASN.1 library used in GNUTLS
Name: libtasn1
Version: 4.16.0
Version: 4.19.0
Release: 1%{?dist}
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
@ -8,7 +8,9 @@ License: GPLv3+ and LGPLv2+
URL: http://www.gnu.org/software/libtasn1/
Source0: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz
Source1: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz.sig
Source2: gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
#Source2: gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
#Source2: gpgkey-99415CE1905D0E55A9F88026860B7FBB32F8119D.gpg
Source2: gpgkey-B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.gpg
Patch1: libtasn1-3.4-rpath.patch
BuildRequires: gnupg2
@ -16,6 +18,8 @@ BuildRequires: gcc
BuildRequires: bison, pkgconfig, help2man
BuildRequires: autoconf, automake, libtool
BuildRequires: valgrind-devel
BuildRequires: make
BuildRequires: gtk-doc
# Wildcard bundling exception https://fedorahosted.org/fpc/ticket/174
Provides: bundled(gnulib) = 20130324
@ -61,11 +65,11 @@ autoreconf -v -f --install
# libtasn1 likes to regenerate docs
touch doc/stamp_docs
make %{?_smp_mflags}
%make_build
%install
make DESTDIR="$RPM_BUILD_ROOT" install
%make_install
rm -f $RPM_BUILD_ROOT{%_libdir/*.la,%_infodir/dir}
@ -74,7 +78,7 @@ rm -f $RPM_BUILD_ROOT{%_libdir/*.la,%_infodir/dir}
make check
%files
%license LICENSE doc/COPYING*
%license COPYING doc/COPYING*
%doc AUTHORS NEWS README.md
%{_libdir}/*.so.6*
@ -83,7 +87,6 @@ make check
%{_mandir}/man1/asn1*
%files devel
%doc doc/TODO doc/*.pdf
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
@ -92,6 +95,35 @@ make check
%changelog
* Fri Dec 2 2022 Simo Sorce <simo@redhat.com> - 4.19.0-1
- Update to version 4.19.0
- Fixes CVE-2021-46848 (#2140069)
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.18.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Nov 9 2021 Simo Sorce <simo@redhat.com> - 4.18.0-1
- Update to 4.18.0 (#2021613)
* Wed Nov 3 2021 Simo Sorce <simo@redhat.com> - 4.17.0-1
- Update to 4.17.0 (#1960364)
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Apr 06 2021 Simo Sorce <simo@redhat.com> - 4.16.0-5
- Add gtk-doc as BuildRequire
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 4.16.0-2
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Sun Feb 02 2020 Nikos Mavrogiannopoulos <nmav@redhat.com> - 4.16.0-1
- Update to 4.14 (#1621973)

View File

@ -1,2 +1,2 @@
SHA512 (libtasn1-4.16.0.tar.gz) = b356249535d5d592f9b59de39d21e26dd0f3f00ea47c9cef292cdd878042ea41ecbb7c8d2f02ac5839f5210092fe92a25acd343260ddf644887b031b167c2e71
SHA512 (libtasn1-4.16.0.tar.gz.sig) = 53254c2ce61e9bb889fe00b43ef2130ab9f122c44832538e3f7b38cb75ada1656213cf5c8c85321078c6b98d325c46eff41ea64d1971d3183f2ec568a18f7ed2
SHA512 (libtasn1-4.19.0.tar.gz) = 287f5eddfb5e21762d9f14d11997e56b953b980b2b03a97ed4cd6d37909bda1ed7d2cdff9da5d270a21d863ab7e54be6b85c05f1075ac5d8f0198997cf335ef4
SHA512 (libtasn1-4.19.0.tar.gz.sig) = e0417625f8df22c6421914bf2d4f19d7f27260c24c04f50e59669681f326debe06ddef9dc5a2e20fda50feb30bbbf3f41597e64961257304ec2c407aa76d107e

View File

@ -1,2 +0,0 @@
http://ftp.gnu.org/pub/gnu/gnutls/
libtasn1-(.*?)\.tar\.