Commit Graph

20 Commits

Author SHA256 Message Date
Stephan Kulow
13764fd5f8 Accepting request 236130 from Base:System
- updated to libtasn1 3.6
  * Noteworthy changes in release 3.6 (released 2014-05-25) [stable]
  - Corrected an off-by-one error in ASN.1 DER tag decoding. (CVE-2014-3468/bnc#880735)
  - Several improvements and new safety checks on DER decoding;
    issues found using Codenomicon TLS test suite. (CVE-2014-3469/bnc#880738,
    CVE-2014-3467/bnc#880737)
  - Marked asn1_der_decoding_element() as deprecated. Use
    asn1_der_decoding() instead.
  * Noteworthy changes in release 3.5 (released 2014-05-01) [stable]
  - Correctly handle decoding of recursive CHOICE options.
  - Allow deleting elements of SET OF. Patch by Jean-Louis Thekekara.
  - Several small bug fixes found by coverity.
  - Code improvements contributed by Kurt Roeckx.
  * Noteworthy changes in release 3.4 (released 2013-11-25) [stable]
  - Added asn1_delete_structure2() which allows zeroizing the contents
    of all values in the structure prior to deinitialization.
  - The parser accepts negative numbers in an INTEGER range (but
    still does no enforce them).

OBS-URL: https://build.opensuse.org/request/show/236130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=29
2014-06-06 12:36:15 +00:00
Stephan Kulow
6259140618 Accepting request 180871 from Base:System
- remove gpg source checking again to avoid this cycle:
  libtasn1 -> libssh2_org -> openssh -> krb5 -> python-Jinja2 -> vim -> libtasn1 (forwarded request 180869 from coolo)

OBS-URL: https://build.opensuse.org/request/show/180871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=27
2013-06-25 15:14:37 +00:00
Stephan Kulow
9b19a0285a Accepting request 180214 from Base:System
- updated to libtasn1 3.3
  * Noteworthy changes in release 3.3 (released 2013-03-23) [stable]
  - More precise overflow checks using gnulib's intprops module.
  - Updates to compile in Android systems.
  * Noteworthy changes in release 3.2 (released 2012-11-30) [stable]
  - Corrected buffer overflow in the error reporting of the parser (reported
    by Andreas Metzler).
  * Noteworthy changes in release 3.1 (released 2012-11-24) [stable]
  - Completed rename of types:
    ASN1_ARRAY_TYPE -> asn1_static_node (was asn1_static_node_t)
  - Added new types: VisibleString, NumericString, IA5String, TeletexString,
    PrintableString, UniversalString, BMPString, UTF8String. When re-defined
    a warning is being print instead of failing.
  - Parser outputs more detailed syntax error messages.
  - Added asn1_decode_simple_der() and asn1_encode_simple_der().
  - Added asn1_read_value_type() to return value and type.
  - Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME
- added gpg source checking (forwarded request 180213 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/180214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=26
2013-06-25 07:44:04 +00:00
Stephan Kulow
b78e659ebe Accepting request 141696 from Base:System
update to libtasn1 3.0, SONAME libtasn1.so.6 (forwarded request 141684 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/141696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=24
2012-11-20 09:39:49 +00:00
Stephan Kulow
e20179150f Accepting request 136403 from Base:System
- updated to version 2.14
  This release adds asn1_read_node_value() to obtain a node's value. This
  is to deprecate the export of the node_asn internal structure for the
  upcoming 3.x release. The ASN1_DATA_NODE type and the ASN1_ETYPE_*
  constants were added to support the new function.
- removed upstreamed libtasn1-stdio.h patch
- make check (forwarded request 136368 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/136403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=23
2012-10-03 06:03:45 +00:00
Stephan Kulow
e4307b5a57 Accepting request 128703 from Base:System
Fix build with missing gets declaration (glibc 2.16) (forwarded request 128607 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/128703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=22
2012-07-23 08:14:22 +00:00
Stephan Kulow
ccf4aa2774 Accepting request 126639 from Base:System
license update: LGPL-2.1+ and GPL-3.0
Tools are GPL-3.0 (forwarded request 126633 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/126639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=21
2012-07-02 09:01:52 +00:00
Stephan Kulow
827a12d215 Accepting request 113727 from Base:System
update to 2.12 (forwarded request 113648 from tabraham1)

OBS-URL: https://build.opensuse.org/request/show/113727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=19
2012-04-17 19:59:23 +00:00
Stephan Kulow
cf5d447210 Accepting request 99372 from Base:System
update to version 2.11 (forwarded request 99368 from tabraham1)

OBS-URL: https://build.opensuse.org/request/show/99372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=18
2012-01-11 14:37:22 +00:00
Stephan Kulow
6a4300e06d replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=17
2011-12-06 17:25:54 +00:00
OBS User autobuild
125d1538a4 Autobuild autoformatter for 51855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=14
2010-11-02 10:05:58 +00:00
Ruediger Oertel
e0b0caac29 Accepting request 51855 from Base:System
Accepted submit request 51855 from user coolo

OBS-URL: https://build.opensuse.org/request/show/51855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=13
2010-11-02 10:05:50 +00:00
OBS User autobuild
e9f47c5090 Accepting request 38726 from GNOME:Factory
Copy from GNOME:Factory/libtasn1 based on submit request 38726 from user coolo

OBS-URL: https://build.opensuse.org/request/show/38726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=10
2010-04-24 15:22:05 +00:00
OBS User autobuild
539bbdb579 Accepting request 27862 from GNOME:Factory
Copy from GNOME:Factory/libtasn1 based on submit request 27862 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/27862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=8
2009-12-29 23:27:20 +00:00
OBS User unknown
26b4a722d3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=6 2009-05-27 23:16:16 +00:00
OBS User unknown
64fb8064f7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=5 2009-02-12 20:54:50 +00:00
OBS User unknown
b6ba611299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=4 2009-02-06 17:06:35 +00:00
OBS User unknown
723a3bd9de OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=3 2008-09-13 03:13:33 +00:00
OBS User unknown
39708f36f0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=2 2008-01-17 22:42:34 +00:00
OBS User unknown
4205395744 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=1 2008-01-08 03:40:39 +00:00