This commit is contained in:
parent
519ac1e3cb
commit
0566d4c104
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1cd40d1219aab41cfbd8964aee74a4d3aa1f2eef2f3ac5a892f2316ede4646d9
|
|
||||||
size 567783
|
|
3
libksba-1.0.6.tar.bz2
Normal file
3
libksba-1.0.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b9df156573832f527b7e0a77796a88ba1140e5f224831a15648e04a5ffbd6b8d
|
||||||
|
size 569181
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 24 18:07:00 CEST 2009 - puzel@suse.cz
|
||||||
|
|
||||||
|
- update to libksba-1.0.6
|
||||||
|
* Support SHA-{384,512} based signature generation.
|
||||||
|
* The RSA algorithmIdentifier ASN.1 sequence is now emitted with an
|
||||||
|
explicit NULL parameter. Despite the interop testing we did in the
|
||||||
|
past, some software still requires this and thus we better follow
|
||||||
|
the best current practise.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 7 14:32:06 CEST 2009 - crrodriguez@suse.de
|
Tue Apr 7 14:32:06 CEST 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
82
libksba.spec
82
libksba.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libksba (Version 1.0.5)
|
# spec file for package libksba (Version 1.0.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -25,8 +25,8 @@ License: GPL v3 or later
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A X.509 Library
|
Summary: A X.509 Library
|
||||||
Version: 1.0.5
|
Version: 1.0.6
|
||||||
Release: 2
|
Release: 1
|
||||||
# change also name and nfb
|
# change also name and nfb
|
||||||
%define nld_build 0
|
%define nld_build 0
|
||||||
Source: libksba-%{version}.tar.bz2
|
Source: libksba-%{version}.tar.bz2
|
||||||
@ -45,7 +45,7 @@ Authors:
|
|||||||
Werner Koch <wk@gnupg.org>
|
Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later; X11/MIT
|
License: GPL v2 or later ; MIT License (or similar)
|
||||||
Summary: A X.509 Library
|
Summary: A X.509 Library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
%if %nld_build
|
%if %nld_build
|
||||||
@ -113,77 +113,3 @@ rm -rf %{buildroot}
|
|||||||
/usr/share/aclocal/*
|
/usr/share/aclocal/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 07 2009 crrodriguez@suse.de
|
|
||||||
- remove static libraries and "la" files
|
|
||||||
- fix buildrequires and -devel package dependencies
|
|
||||||
* Mon Jan 12 2009 puzel@suse.cz
|
|
||||||
- update to 1.0.5 (bugfix release)
|
|
||||||
- minor bugfixes
|
|
||||||
* Thu Sep 25 2008 puzel@suse.cz
|
|
||||||
- update to 1.0.4
|
|
||||||
* autoconf fixes
|
|
||||||
- correctly install/uninstall info files
|
|
||||||
- use %%makeinstall and %%configure macros
|
|
||||||
* Thu Jun 26 2008 puzel@suse.cz
|
|
||||||
- update to 1.0.3
|
|
||||||
* bugfix release (autoconf fixes)
|
|
||||||
* removed libksba-texi.patch
|
|
||||||
* Thu Jan 10 2008 bk@suse.de
|
|
||||||
- Add missing initialsation, fixes gpgsm crash in GPG's make check
|
|
||||||
* Mon Jul 30 2007 ltinkl@suse.cz
|
|
||||||
- update to 1.0.2
|
|
||||||
* Support for SHA-2.
|
|
||||||
* Fixed a couple of memory leaks.
|
|
||||||
* Experimental support for ECDSA.
|
|
||||||
* Minor portability fixes.
|
|
||||||
* Switched to GPLv3.
|
|
||||||
* Tue Sep 12 2006 pnemec@suse.cz
|
|
||||||
- updated to 1.0.0 by diff from author
|
|
||||||
- change in api
|
|
||||||
* Mon Sep 11 2006 pnemec@suse.cz
|
|
||||||
- updated to 0.9.16
|
|
||||||
Fixed a character set conversion bug in BMPStrings
|
|
||||||
Added new api functions, see readme.
|
|
||||||
* Fri Jun 23 2006 pnemec@suse.cz
|
|
||||||
- updated to 0.9.15 from CVS!
|
|
||||||
fixed security bug #177462
|
|
||||||
* Thu May 25 2006 pnemec@suse.cz
|
|
||||||
- updated to version 0.9.14
|
|
||||||
* Fixed broken OCSP requests.
|
|
||||||
* Ignore invalid bytes appended to a certificate.
|
|
||||||
* New functions to associate user data with a certificate object.
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Mon Sep 26 2005 mls@suse.de
|
|
||||||
- make devel package require base package
|
|
||||||
* Fri Aug 05 2005 postadal@suse.cz
|
|
||||||
- updated to version 0.9.12
|
|
||||||
* Mon Jul 11 2005 postadal@suse.cz
|
|
||||||
- updated to version 0.9.11
|
|
||||||
- removed obsoleted patch autoconf-fix.diff
|
|
||||||
* Wed Jan 12 2005 postadal@suse.cz
|
|
||||||
- update to version 0.9.10
|
|
||||||
* Thu Sep 30 2004 postadal@suse.cz
|
|
||||||
- restored autoconf-fix.diff patch removed by last update [#36193, #46036]
|
|
||||||
(fixed autoconf issue - quoted definition of AM_PATH_KSBA)
|
|
||||||
* Wed Jul 28 2004 adrian@suse.de
|
|
||||||
- update to version 0.9.8
|
|
||||||
* Wed Jul 14 2004 adrian@suse.de
|
|
||||||
- create -devel sub package
|
|
||||||
- prepare for nld
|
|
||||||
* Mon Jul 12 2004 adrian@suse.de
|
|
||||||
- update to version 0.9.7
|
|
||||||
* Wed Mar 17 2004 postadal@suse.cz
|
|
||||||
- fixed autoconf issue (quoted definition of AM_PATH_KSBA) [#36193]
|
|
||||||
* Tue Feb 10 2004 postadal@suse.cz
|
|
||||||
- fixed code that broke strict aliasing
|
|
||||||
- bziped tarball
|
|
||||||
* Sun Jan 11 2004 adrian@suse.de
|
|
||||||
- add %%run_ldconfig
|
|
||||||
* Mon Jun 02 2003 mc@suse.de
|
|
||||||
- switch to version 0.4.7
|
|
||||||
This fixes a problem mainly relevant to certificate request
|
|
||||||
creation (if you must use the ugly way of putting the email
|
|
||||||
address into the subject DN)
|
|
||||||
* Thu Feb 20 2003 mc@suse.de
|
|
||||||
- initial version
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user