SHA256
1
0
forked from pool/libacars2

18 Commits

Author SHA256 Message Date
921bc130fe Accepting request 1106256 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1106256
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libacars2?expand=0&rev=9
2023-08-28 15:16:33 +00:00
b251ea620e Accepting request 1106147 from home:mnhauke:sdr-devel
- Update to version 2.2.0
  * Support for decoding OHMA messages. These are diagnostic data
    exchanged with Boeing 737MAX aircraft.
    Decoding requires libacars to be built with ZLIB support.
    The data is encoded in JSON which libacars might optionally
    pretty-print, when serializing the message as text.
    Pretty-printing feature requires Jansson library.

OBS-URL: https://build.opensuse.org/request/show/1106147
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/libacars2?expand=0&rev=17
2023-08-28 08:31:17 +00:00
4db2ca063e Accepting request 1089974 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1089974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libacars2?expand=0&rev=8
2023-05-31 19:54:53 +00:00
a541691b5d Accepting request 1089656 from home:AndreasStieger:branches:hardware:sdr
libacars2 2.1.4

OBS-URL: https://build.opensuse.org/request/show/1089656
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/libacars2?expand=0&rev=15
2023-05-31 09:14:48 +00:00
7b36c7a679 Accepting request 877440 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/877440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libacars2?expand=0&rev=7
2021-03-07 14:19:44 +00:00
68fef44149 Accepting request 877375 from home:mnhauke:sdr-devel
- Update to version 2.1.3
  * Fixed incorrect calculation of reporting interval in ADS-C
    Periodic Contract Requests.

OBS-URL: https://build.opensuse.org/request/show/877375
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/libacars2?expand=0&rev=13
2021-03-06 20:51:58 +00:00
14e3b92586 Accepting request 853506 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/853506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libacars2?expand=0&rev=6
2020-12-07 14:00:51 +00:00
141a1512eb Accepting request 853164 from home:mnhauke:sdr-devel
- Update to version 2.1.2
  * Fixed a build failure when compiling without libxml2 support.

OBS-URL: https://build.opensuse.org/request/show/853164
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/libacars2?expand=0&rev=11
2020-12-07 06:47:42 +00:00
67805e2811 Accepting request 850237 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/850237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libacars2?expand=0&rev=5
2020-11-24 21:10:20 +00:00
ba2ace92fe Accepting request 849944 from home:mnhauke:sdr-devel
- Update to version 2.1.1
  * Media Advisory: fixed a bug where a message with 10 or more
    available link indicators could overflow the static buffer
    and produce garbled result.
  * Media Advisory: fixed a bug where a message with an
    exceptionally long text field could cause buffer overrun and
    crash the program.
  * Media Advisory: replaced message parsing routine with a
    simpler and more robust one.

OBS-URL: https://build.opensuse.org/request/show/849944
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/libacars2?expand=0&rev=9
2020-11-23 15:18:14 +00:00
a89d99eef8 Accepting request 846834 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/846834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libacars2?expand=0&rev=4
2020-11-07 20:02:53 +00:00
82ef69d29d Accepting request 846815 from home:mnhauke:sdr-devel
- Update to version 2.1.0
  * ADS-C: fixed incorrect computation of vertical speed threshold
    in contract request messages.
  * JSON: fixed a bug where an ASN.1 string containing a
    \0 character caused truncation of JSON output. NULLs in strings
    are now replaced with \u0000 sequence.
  * JSON: ASN.1 SEQUENCEs are now printed as JSON objects rather
    than arrays of objects. It produces a simpler and more readable
    JSON structure. The change applies to all ASN.1 types formatted
    with la_asn1_format_SEQUENCE_cpdlc_as_json function. Refer to
    asn1-format-cpdlc-json.c file for a full list.
  * JSON: added json_append_octet_string_as_string function which
    prints the contents of the given byte buffer as a JSON string
    rather than as a list of numeric values.
  * JSON: added a bunch of new functions for formatting basic
    ASN.1 types. Now we have them all in libacars. Before that
    they were scattered between libacars and dumpvdl2.
  * JSON: deprecate la_json_append_long function. A more portable
    version named la_json_append_int64 shall be used instead.
  * Small bugfixes, code cleanups.

OBS-URL: https://build.opensuse.org/request/show/846815
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/libacars2?expand=0&rev=7
2020-11-07 14:51:36 +00:00
4badf50393 Accepting request 830331 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/830331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libacars2?expand=0&rev=3
2020-08-29 18:43:46 +00:00
08cfcc6667 Accepting request 829052 from home:mnhauke:sdr-devel
- Update to version 2.0.1
  * Fixed a bug causing FANS1/A ErrorInformation message elements
    to be decoded incorrectly.

OBS-URL: https://build.opensuse.org/request/show/829052
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/libacars2?expand=0&rev=5
2020-08-28 18:34:16 +00:00
48423a0464 Accepting request 791984 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/791984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libacars2?expand=0&rev=2
2020-04-08 17:55:53 +00:00
cb7f644c1f Accepting request 791981 from home:dimstar:Factory
- Rename acars-examples to acars2-examples, conflicting with
  acars-examples: this package was duplicate generated between
  libacars and libacars2, with a random one being published in the
  repositories.

OBS-URL: https://build.opensuse.org/request/show/791981
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/libacars2?expand=0&rev=3
2020-04-07 12:45:38 +00:00
dbd968b63a Accepting request 789139 from hardware:sdr
I want to maintain libacars2 in Factory

OBS-URL: https://build.opensuse.org/request/show/789139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libacars2?expand=0&rev=1
2020-03-27 21:03:23 +00:00
63bb2a3e3a Accepting request 765631 from home:mnhauke:sdr-devel
Initial package for libacards2

OBS-URL: https://build.opensuse.org/request/show/765631
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/libacars2?expand=0&rev=1
2020-01-21 14:47:07 +00:00