Commit Graph

37 Commits

Author SHA256 Message Date
bf983d95dd Accepting request 1151222 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.6.6:
 * Fix a possible wrong error return from the DER builder. [T6992]
 * Release-info: https://dev.gnupg.org/T7009
 * Update upstream libksba.keyring

OBS-URL: https://build.opensuse.org/request/show/1151222
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=60
2024-02-26 14:57:37 +00:00
a0aa125933 Accepting request 1127265 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.6.5:
  * Add Brainpool curve detection using parameters with compressed
    base point. [rKeb23f853f178]
  * New configure option --with-libtool-modification. [T6619]
  * Release-info: https://dev.gnupg.org/T6822

OBS-URL: https://build.opensuse.org/request/show/1127265
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=58
2023-11-17 11:13:49 +00:00
8ea02c9708 Accepting request 1120320 from home:pmonrealgonzalez:branches:Base:System
- Do not pull revision info from GIT when autoconf is run. This
  removes the -unknown suffix after the version number.
  * Run autoreconf for the added patch and add the build
    dependecies on autoconf, automake and libtool.
  * Add libksba-nobetasuffix.patch [bsc#1216334]

OBS-URL: https://build.opensuse.org/request/show/1120320
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=56
2023-10-25 14:33:43 +00:00
51b05d9701 Accepting request 1093887 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.6.4:
  * Correctly detect CMS write errors. [rK9ced7706f2]
  * Release-info: https://dev.gnupg.org/T6543

OBS-URL: https://build.opensuse.org/request/show/1093887
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=54
2023-06-20 07:18:45 +00:00
6f946da0bf Accepting request 1044379 from home:dirkmueller:Factory
- update to 1.6.3 (bsc#1206579, CVE-2022-47629):
  * Fix another integer overflow in the CRL parser.
   Release-info: https://dev.gnupg.org/T6304

OBS-URL: https://build.opensuse.org/request/show/1044379
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=52
2023-01-03 08:38:15 +00:00
494b35d4f1 Accepting request 1012106 from home:pmonrealgonzalez:branches:Base:System
- libksba 1.6.2: [bsc#1204357, CVE-2022-3515]
  * Fix integer overflow in the CRL parser.

OBS-URL: https://build.opensuse.org/request/show/1012106
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=50
2022-10-17 13:24:06 +00:00
66819a70dc Accepting request 1004463 from home:AndreasStieger:branches:Base:System
libksba 1.6.1

OBS-URL: https://build.opensuse.org/request/show/1004463
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=48
2022-09-18 18:32:42 +00:00
253d5ad3e0 Accepting request 899462 from home:pmonrealgonzalez:branches:Base:System
- libksba 1.6.0:
  * Limited support for the Authenticated-Enveloped-Data
    content type.
  * Support password based decryption.
  * Silence warnings from static analyzers.
  * Interface changes relative to the 1.5.0 release:
    - KSBA_CT_AUTHENVELOPED_DATA       NEW.

OBS-URL: https://build.opensuse.org/request/show/899462
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=46
2021-06-14 07:45:09 +00:00
d5f756ca1e Accepting request 883674 from home:AndreasStieger:branches:Base:System
libksba 1.5.1

OBS-URL: https://build.opensuse.org/request/show/883674
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=44
2021-04-12 09:02:58 +00:00
fd67431b22 Accepting request 849730 from home:AndreasStieger:branches:Base:System
libksba 1.5.0

OBS-URL: https://build.opensuse.org/request/show/849730
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=42
2020-11-26 09:59:18 +00:00
0e809cc387 Accepting request 807540 from home:pmonrealgonzalez:branches:Base:System
- libksba 1.4.0:
 * Supports ECDSA and EdDSA certificate creation and parsing.
 * Supports ECDH enveloped data.
 * Supports ECDSA and EdDSA signed data.
 * Supports rsaPSS signature verification.
 * Supports standard file descriptors in ksba_reader_read.
 * Allows for optional elements in keyinfo objects.
 * Fixes error detection in the CMS parser.
 * Fixes memory leak in ksba_cms_identify.
 * New constants KSBA_VERSION and KSBA_VERSION_NUMBER.
 * New API to make creation of DER objects easy.
 * Interface changes relative to the 1.3.5 release:
   KSBA_VERSION                     NEW.
   KSBA_VERSION_NUMBER              NEW.
   KSBA_CT_SPC_IND_DATA_CTX         NEW.
   KSBA_CLASS_*                     NEW.
   KSBA_TYPE_*                      NEW.
   ksba_der_t                       NEW.
   ksba_der_release                 NEW.
   ksba_der_builder_new             NEW.
   ksba_der_builder_reset           NEW.
   ksba_der_add_ptr                 NEW.
   ksba_der_add_val                 NEW.
   ksba_der_add_int                 NEW.
   ksba_der_add_oid                 NEW.
   ksba_der_add_bts                 NEW.
   ksba_der_add_der                 NEW.
   ksba_der_add_tag                 NEW.
   ksba_der_add_end                 NEW.
   ksba_der_builder_get             NEW.

OBS-URL: https://build.opensuse.org/request/show/807540
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=40
2020-05-21 11:02:54 +00:00
Tomáš Chvátal
9b76633821 Accepting request 580098 from home:favogt:licensetag
Use %license (boo#1082318). Please forward to SLE, if possible

OBS-URL: https://build.opensuse.org/request/show/580098
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=38
2018-02-26 09:33:56 +00:00
1e21271f8a Accepting request 421172 from security:privacy
libksba 1.3.5

OBS-URL: https://build.opensuse.org/request/show/421172
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=36
2016-08-22 20:03:29 +00:00
6b9ed635f6 Accepting request 394985 from security:privacy
libksba 1.3.4:
 * Fixed two OOB read access bugs which could be used to force a DoS.
   boo#979261 CVE-2016-4574, CVE-2016-4579
 * Fixed a crash due to faulty curve OID lookup code.
 * Synced the list of supported curves with those of Libgcrypt.
 * New configure option --enable-build-timestamp; a build timestamp is
   not anymore used by default.

OBS-URL: https://build.opensuse.org/request/show/394985
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=34
2016-05-12 07:44:55 +00:00
960cf280ae Accepting request 295347 from security:privacy
libksba 1.3.3

OBS-URL: https://build.opensuse.org/request/show/295347
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=32
2015-04-10 21:16:08 +00:00
7dcaef9555 Accepting request 291616 from security:privacy
- remove libtool requirement

OBS-URL: https://build.opensuse.org/request/show/291616
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=30
2015-03-20 15:42:42 +00:00
ddab28a548 fix CVE
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=28
2014-11-26 08:21:12 +00:00
5350792bf0 add CVE
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=27
2014-11-26 08:16:43 +00:00
19a847bda5 Accepting request 263044 from home:AndreasStieger:branches:Base:System
libksba 1.3.2 [boo#907074]

OBS-URL: https://build.opensuse.org/request/show/263044
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=26
2014-11-25 21:45:44 +00:00
d055acb738 Accepting request 250572 from home:AndreasStieger:branches:Base:System
libksba 1.3.1

OBS-URL: https://build.opensuse.org/request/show/250572
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=24
2014-09-22 13:00:11 +00:00
185329bfa2 - Use URL for source
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=22
2012-11-27 14:56:35 +00:00
0e26efc328 feedback from declined r136325: explain removal of patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=20
2012-10-01 19:04:45 +00:00
63cd8b4b44 Accepting request 136287 from home:AndreasStieger:branches:Base:System
- update to libksba 1.3.0
  - change license from GPLv2 to LGPLv3/GPLv2
  - minor bug fixes
- implement shared library packaging policy

Please review the license change.

OBS-URL: https://build.opensuse.org/request/show/136287
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=19
2012-09-28 08:59:40 +00:00
Andreas Jaeger
4e0121f96c Accepting request 92535 from home:coolo:removelibtool
- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/92535
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=17
2011-11-21 09:33:48 +00:00
Petr Uzel
8a947b1c4a update to 1.2.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=15
2011-07-29 16:02:18 +00:00
Petr Uzel
2364c5ef0d update to 1.1.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=13
2010-12-03 12:01:36 +00:00
Stephan Kulow
3e1c2dade0 Accepting request 51766 from home:jengelh:smp
OBS-URL: https://build.opensuse.org/request/show/51766
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=11
2010-11-01 08:28:39 +00:00
OBS User autobuild
081e04fe78 Accepting request 45711 from Base:System
Copy from Base:System/libksba based on submit request 45711 from user puzel

OBS-URL: https://build.opensuse.org/request/show/45711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksba?expand=0&rev=14
2010-08-24 15:38:00 +00:00
OBS User unknown
c45040e7f7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksba?expand=0&rev=9 2009-07-10 14:43:56 +00:00
OBS User unknown
0566d4c104 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksba?expand=0&rev=8 2009-06-29 14:17:34 +00:00
OBS User unknown
519ac1e3cb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksba?expand=0&rev=7 2009-04-18 12:01:25 +00:00
OBS User unknown
096d67bda5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksba?expand=0&rev=6 2009-01-14 00:47:57 +00:00
OBS User unknown
ce483af1c2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksba?expand=0&rev=5 2008-09-26 12:58:25 +00:00
OBS User unknown
8a1fb57993 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksba?expand=0&rev=4 2008-06-26 14:56:36 +00:00
OBS User unknown
8a0e227810 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksba?expand=0&rev=3 2008-01-12 01:54:42 +00:00
OBS User unknown
67542a5eb9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksba?expand=0&rev=2 2007-08-02 20:35:06 +00:00
OBS User unknown
90cf5f0fe2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksba?expand=0&rev=1 2007-01-15 23:22:18 +00:00