acars2-examples-2.1.3-bp155.2.15 >  A dk@ I%z EUkHV=P1:@ P9ӿ\jx6I8ZHg}·; nס*HFƚ{e]x_ DUr27\=5Rg2aEFbעp?4Nѥ\VD-Ͳ_tͼAY j3,#CJlUjss\ѬX>L(E}'.J HIHrZ(úKI z+|,2l˽.2` ו]=_Ʈ&Tpfbh\ɣ@ 04a4d7d429ebf0b110201b2be1e3f105f0a6e4886f9265d4af6a3a6cdb997d37f94084672169a600f5cccb97af64faa23d843ccbD܉dk@ I%z )|>D'ܣs`<$*`m:ζH=܁|ҋp 55 fr!ߪ}&_|V60(sgCGGt^1PboxRDjߝq4rckMi[5_NUO>YafI#LQbv$:ߠ aKN:h+W+&`g}p_)×  I' OBB 1#R#=NPEKq[ӟqm} ۥ(zڄ[0|I-\1?5d;/k^SNMd[OGOu]eKT;Ilhx&KcϜJj) LāqUC#)nmC-;} 2=g#K(!/}A?0IRk;"n@_5vUkUȣki h .H{Op/5 >pA!?!td # E&* D`    {  4 n (8 9 : F_GtHIXY\]^b cde"f%l'u<vHw x y z!!$!(!.!pCacars2-examples2.1.3bp155.2.15Example applications for libacarsExample applications for for libacars: * decode_arinc.c - decodes ARINC-622 messages supplied at the command line or from a file. * adsc_get_position - illustrates how to extract position-related fields from decoded ADS-C message. * cpdlc_get_position - illustrates how to extract position-related fields from CPDLC position reports. * media_advisory - decodes Media Advisory messages (ACARS label SA reports)dk@sheep88SUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgProductivity/Hamradio/Otherhttps://github.com/szpajder/libacarslinuxx86_64(88dk?dk?dk?06d5f42b509b51a945da04769416b300b1e7708047b8c7cbaafb0aadffdc3e5bc80d5d6075e45563c08e3448b3054d6c879181df1833154dbef4d3853ecaeabb26bfc11ba300fe9f9441d990977b898dae028465f37d87a3407c99c33f75618crootrootrootrootrootrootlibacars2-2.1.3-bp155.2.15.src.rpmacars2-examplesacars2-examples(x86-64)@@@@@@@@    libacars-2.so.2()(64bit)libacars-2.so.2(ACARS_2.0)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1acars-examples4.14.3`Cn_$_R_@_C^k@^$D\v{\C@Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Dominique Leuenberger Martin Hauke Martin Hauke mardnh@gmx.de- Update to version 2.1.3 * Fixed incorrect calculation of reporting interval in ADS-C Periodic Contract Requests.- Update to version 2.1.2 * Fixed a build failure when compiling without libxml2 support.- 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.- 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.- Update to version 2.0.1 * Fixed a bug causing FANS1/A ErrorInformation message elements to be decoded incorrectly.- 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.- Update to version 2.0.0 New major release 2. * API and ABI are not backwards compatible with version 1 * New feature: generic engine for reassembly of fragmented messages. Supports automatic tracking of fragments' sequence numbers (with possible wraparounds), handles reassembly timeouts and fragment deduplication. Messages can be keyed with arbitrary data (eg. custom header fields). * New feature: automatic reassembly of ACARS messages. * New feature: automatic reassembly of MIAM file transfers. * New feature: pretty-printing of XML text in ACARS and MIAM CORE payloads. * New feature: simple hash table implementation. * Incompatible change: new library configuration API. la_config structure with static fields has been removed. Configuration variables are now stored in a hash table, read with la_config_get_* and set with la_config_set_* functions. Refer to doc/API_REFERENCE.md for details. Refer to libacars/config_defaults.h for the most current list of configuration options and their default values. * Incompatible change: ACARS parser now strips sublabel and MFI (Message Function Identifier) fields from the message text, if present. Their values are stored in la_acars_msg structure in sublabel and mfi fields. In text and JSON output they are printed as separate fields. * Incompatible change: MIAM parser and ARINC-622 ATS message parser now expect sublabel and MFI fields to be stripped by the caller, otherwise the parser will ignore the message. This operation can be performed with minimal fuss using la_acars_extract_sublabel_and_mfi function. * Incompatible change: la_miam_parse function prototype has changed. All parameters except txt (message text) have been removed. * Incompatible change: no field of la_acars_msg structure has been removed. * Incompatible change: Media Advisory message timestamp and version are now stored as numbers, not characters. Type of hour, minute, second and version fields in la_media_adv_msg structure has been changed from char[] to uint8_t. Relevant JSON keys have changed types as well. * Incompatible change: state and current_link fields in la_media_adv_msg structure changed from char[2] to char, hence their values are no longer NULL-terminated. * examples: media_advisory app has been removed. Use decode_acars_apps instead. * Bugfixes, code cleanups.- Update to version 1.2.0 * Added support for decoding Media Independent Aircraft Messaging (MIAM - ACARS label MA) version 1 and 2. All types of MIAM frames are decoded, provided that they fit in a single ACARS message. In case of multi-fragment MIAM messages only the first fragment is decoded (partially) due to lack of message reassembly support in libacars. This will be addressed in a future release. MIAM uses DEFLATE compression, hence libacars now optionally depends on zlib. If zlib is not available at the build stage, MIAM decompression code will be disabled and many messages will be left undecoded. * `decode_acars_apps` is a new example application. It decodes all ACARS applications supported by libacars. This makes `decode_arinc` application obsolete * Minor bugfixes in the build system. - Remove patch: * libacars-libsuffix.patch- Initial package, version 1.1.0sheep88 16847503362.1.3-bp155.2.152.1.3-bp155.2.15adsc_get_positioncpdlc_get_positiondecode_acars_apps/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/82c933be7a1363df150aa1558b3624f4-libacars2cpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=17a51756216167e4c579d23523257cb03a8eab12, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=84220e07e5459a2d05fa5d68a174b209ab8bea24, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=88e502184f311c9643a3e5640e3598b2701ffef7, for GNU/Linux 3.2.0, strippedRRRRRRRRRRRRRRRRRRRR~0BOIutf-836bf563d8b7faca2eaefc2a4ea3f3333ad0b9c5df14ee4ea8e9227f2dc264c96?7zXZ !t/] crv9wC͋p㯡&RZcpB-\?U ׍g1E˝cWX,Y惥VJ\ 23cr"Tc_Y!gME"U϶x2[&R"mwע,4(&(ëj3CUkjB7%j Wh"E`h{R#ςN!SWac;}HZZ%\Y()R [ .=\ÿv{U>އt~ 7;`Iz?2\_ &hqSQw7ћaTwH~5ٛ3$ `Qn_.nb.-#!MHՅVk96.ZAxx!=?9}<טC4'yefx0(@v\trxZd⍺܅PCy"ޥِÊ~6j 9'җP+dJ`ب>rA i zS\w`D53W}M+AkfDB49ФQkX!-ݦBY|bE:=o :⣳'i9Prw}RbȆ`q54`(jOuT KfӴwA#n ĭ/u; G?Gw?T# 9}Pkll"9J#!uT285gO\I$#w%YZg嗫H+l28ՠSD`d\%> n26$iӎwnCzz[w]:dhYs' \jhww? Y9eDn:T߆7J"vQc66Š ^V5^ 0Ѷ8/2qdv[f_'zRK`k$-YX=> ?F&kJra2#AMrF [N@-=śq! "^q2= *PD^9vyMxaC<ꖪŔxSX ba:!w"`{ĭSM,]i!RjkXs`dƙ1Is/fw"Ǐ^D}^tܖv OQ$ M04ЂT|ӻtYкG,AdGkmu'o6s(G%1q8~5Hf~څwӡ3,x`J׏%!zP+][ܮ%zLhnRcnk:ꂦh4?]Rl)DNCbW'k`Hz mJ:\ u22ouhwEj1Z22Z ^Sr~÷szY(_ž?TAYi_pdǂDa'rQWP$)41R &byaVI37%n~`N[! T~ȭ5[`=ڨ4ӆFTrB4cٴzۘnemu;Z@Gf:X&mX¼ZKs2rk1Z <( 9g2 ,eR7;T*^[:jY>YuAI|T5FrbPڰ񪶫jG">ڎO~ߦ77 Rܥm ]S48ʗO;Fܲ"s(y+m潉;#I(贤!6A wEc_%HYxY)勤poB+Om=rD`DYVo b34 =xa G@9ߺ0,< tJS6ҴG;v nsBK@`-5j}w8H!BnԋJv)vSK@c@'HD8S𼧝*n !'5!ڗErc^Ju8sSP|_GU 7@A˦X{ ]ëg:WIg&`^bBԚnpxpjhP ucԱ;,o˜k/"HT'댂O3'=-[Hj1'IP;4!*Ѧ L7===ӢчDd8~@D K3JN$צ/ 6'mG*U>8i?‹]erǗ⊭Ncq(Ea7B\MJueRW@ݳE06s1=C,yJKrvnO"\e@L:XC `磹zYz#Ll<>s]Vk7 cDyiѲ *X%q5l[, jR+d4t;Sr!EZ8!jf.{nf_q^T~71(ï Nоv)PI f_R3r#׾d',9΅kv7NyYQZ!Llѫ+sݓi@KEB~4!pV̝+{nkd{nHa/@4GWwneocm#ӹ mU=Ct9Qg ƫ-34 9`It箇W+gр F(X_43=5R)٥?wl??y5[!oƬpwIf3G 3 anW.p5}kڦoն!'hDMFu4Um*X""B3rB$HyVG{[bv+CQaVVW KLdG͡hl@"1m /WH}umocZ#X9  @myŞ8)-f ))Oma]":e``5/V?p!̣YM5g6.q-Bҥj1Y)U?  "zN]FE'Ifp-byxR34d12w#j=U5%c>5"#a55z5܂6w2TOt$|]+x$ kGt 3o8M #lW !O&%UFɌE Y)_࿽x4Fۭ W\1oZNAk7)`٬ƽvBtTg瀻%Ku+6x>$c+#̄Z<|~X'E4鿣H:pmrQpX')N҂[[݀g!f7뀮h {_ 0Tw\/I)BlmԵP:|2~9s+Q߁|G奟gI>1ȋ~F=cFg+91&Efsӳ#[1X!$kv%!#U,iEv?ڼ>u|PXV+N"4Rq"b5W>"ThOޠuwNutc?_ͫtD;u)7D|5DkgF⹇X:r˶MK)pg!=ܩҸP$ ow/ޭXnZSXD3]}7V6My|aitֲ;Lw9K"R(]1Os cdbmOVx j2}m~&(~QлoWN~vۭ~!Xg_;"at iCح׵piJmogYH<kͫ8KYnT{|vrƏ< gEbOfN%]::-F< ԍzQ>ߔgOv\CR\p _׾}cI3Ƹ$QY pyPA}eR;⦆Yέ R ŵ"57l ut^ o&q!Y (qyjx$bNC\-RhyhFpmG2;DN,Mf?Nnem{ BDD#%YUNlQ~dh F)<Y5'UGxdüBd e3 o.`X u rq?3<fOIԅ0Nv?>ԓqCoF <-)$ń2PvROE+阁:n4Jm4YCJ 63z't4ll۹:Ghea74 Qh#w .ɺUe!@S))e$˗J=%~mQdf$ Ao5\tޡ{L28 tt>ɖ`KMseA9hrƬd G>Rxv.5yd^Zpr`[dZX߾)p@ ht5zkN@ad=iT%> ΂łBC+M6LQ8 ]Zcײl}+Y2MⰜx Ow؈[р%gNǿpvxbh'Ȱ xݾ еCE=\+1Ǽor:yE;U o#U۬GrL'/Q:(N?1{h.Bn ;N'㭗e`tOהcxXSh9jTPc?[/&(4e*< KՇY uW4JŌw&6S_])IPC#vPGv4D`WegT$#MB@bOa+ʟp./cQɻf$$R0Xe(,E@D(93e (h XDOi/MEȱF M*D. _$]YۇdKm?,= w.klSjMptb9\&/IS[Thnes/zO`4(]S>=PRPOlJ=L{{  rF xT$H2w} $;{;x)ۉSh>R}Py-7αږ ]{WVUZ&ibXhu\?ΊR>~&(u>7_1yz'.ɼ媲|Wmma3:Ioн=:J2QO -тts|5h ڜTާ_dR&ǘ&Dw-4sZ:jl?8GZ=~3 vpglqR E'"32B(2(;%(m:em+,OhcȘiLF(>uUt"I1_+ O[cV37ݔgz6;{Nk#? ڎWٲds珮^E7h|KcnKDU'3(Y.DqfQF:VU!\*r??^zIJb4`?j+F2f[>^+ Z7NYCUbYh SH-ad54DsršnhŮrD ^ CYɤzv݁;[W%M~y>^jE]B }yD~W@b$BTi "]0v گ9qMl@с9R p}"Bl7qFdF"o :^w e_gknҬ3q9.6,CK -v ` Hڋ[˙  3BZg+=7Q5_p*3wʱ]kOrOpL\{j}-AbR߀ͩUmtЧKN gmtNݜql)ҙI$[.\QȁY-XI:{4zH}H}h ogH OP{1^[E£<5ktn/iKe矠c7OY!>]9 YZ