acars2-examples-2.1.3-bp155.2.15 >  A dk?=I%z 2hfEKRb xk,,7{yPS'~ǻ?2wK YtH ,=-bƒ>TES୴$He1peDZwƩq xI>YCq"TDj.G7X"yxJ Ezu˵v[+#'!٫=%dǁbؾ޼S;$'" $3k#9G=ho~63! dz25@&nwkcC!sI(mboWߟFo 贍 ao}#RQ*̀覛~3m `&]z.n-UKX <"2]Sɲ˵7_Cө{=FCRcM: C{3ɇ"C/!mOL"7^Qv5B ݇Yo½cT 6b7850432dc8b6e8d5208daec1f0a1fa59a473f7ec7e79b34a8458a2d418536662fbb66df66016dd429295f3f1515b0acd6c1a16E|dk?=I%z _aH6c|[+N~"Y[\cpڥWXN{4 [ S|˲GE-%5J{U%ߗ&sk--(7\L~wdG}vF4[ C-ہ?z*?^V%" l-7ZH[z _KY JlgCoɾVo9|0]R:bs5qA4S5!D ]]!7ǁU/jwdŢxDž~h..Z& (#҂2.mѕm dj~ЭݚXO_Yw7Vu=Zæ-WlKTv  ^ӯ |LI+Ʃq:$ mx/BxVRƜ2lN-$q]GB ASð§5аI)RhJ;CϡC>pA!?!d # E%.2 Lh      , /(088 9\ :b FGH IXY$\H]T^bc>defluvw \x hy t z    !Cacars2-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?/obs-power8-04SUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgProductivity/Hamradio/Otherhttps://github.com/szpajder/libacarslinuxppc64leHdk?,dk?,dk?,7b8b3d509251047067814a0750ed8d7c380d3a0519db4b49d94ebcaec7e7cb232fa7ff24955a0ea33bf5c870040c30311763457adbaf68563324b04c88334b7017cbc6d6b9d5594524637d1ee7871ae22c2f6db3dcaad1055757a31b252dbc49rootrootrootrootrootrootlibacars2-2.1.3-bp155.2.15.src.rpmacars2-examplesacars2-examples(ppc-64)@@@@    libacars-2.so.2()(64bit)libacars-2.so.2(ACARS_2.0)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.0obs-power8-04 16847501272.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-libacars2cpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=85023cafe857206ab08c1d2497d666e71e8b9c23, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=1d31bee514eb252d832784ce028c6367022ed3fa, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f7012462bd7e142853a4be2a417c9a42184c17a9, for GNU/Linux 3.10.0, strippedRRRRRRRRRRRRD4<:MvHX5[JCkFa1]y=F ~|-+4ϳ6XpBlGYd \7M}8`ɵٍ46Y<x@T -Dى <8Rqeѯkțv_}vZșW=t뤉<4ʫQto4Q셀1ǖuzOl|CH$Жnn]%*>u/<[SbnRB{Q2өM ۭal-\!>Tu¡pd`@1o1\)mz"` c>zdp& nW@Y:1/6HLYlɧhgQtݛ 7{gB<7uԾ i)M$ "jm;hD~ '1O&Hx;Tu Jȣcqk,ǣCx`rPAt8; azxm4TE0` مЇT 7ne4d|d1HS:OH_b:;G&S`/nE* U)#s"2]dAѓfDouL}Ӿi}s??$%n]d2LF%~#'Lr*[N21:jmX\d9ۄ ]L%.m F%s<i.%N ξȌs082aπq[Fzs7yAsӊ: . ($þZI{6#/Z/c1u[~u79vR6i@dD>#xp;µ=Go9&#>hz+lϢe?vQt@ZllTjyyfl(IWƠymVk;Í>2g _c+ _෷uǢ:.ڲip:`=j˛E:?FLWJW8%S@OWX ߗG]ILO8J@@`) e,!w7e5wLk sXHC OQ|=8#5@j" XE54 Jr%&TEJa*.oڍ搦-7Xiٛlf5(NCpHazuwx_E nAS^@!]uD 4h05úwB4VTaݤ![C,2W:G> ?/QU)AJ ;]Re<_G Mh $H/y8V|y_Rs/=r9Wo .#3,gͦX1pb;:mq*'ރ2EM6%Dʷ,x{ǦuCy$G=yGƂm һ`{yq* dByM<-** EFX33@C(ͫ<<""VWmgaJ%(JI?Zܠ|tgkCqozw⭯%[Obԟo@bc(p9}pC^5)K:jъRn@ޜ>G^k 1ң'QLɗŁOO0ٵ$ڭChy:y !U~W#.ºr9?Vi&}Jܣ9ް:`h)u!4S wUy)#W^M0C<eMHPEZFZO+4!K޼tADUc^g} Y9qжj#PioGfEU[ǯ aC &Ps7*Ğ ,, Sw~ a~\ F닼Jd7mvk,F1oS5 ,X͈ſI}_~AӯOQfR/oR@E[:={ Ύg4 EJY:y3[7Xe7F#^錆'x[t=]]N " S@AL 5 =葷f@MnFF9Ԫ$b*C٫x~p^z1nG QWnk^-(H}1W՞\"<%UT`PLz[f ]rTsA7fy? .9Bgf7"0\R"˫mN !ȗZH9@8p[ǩSw-8`^~Hw:,I/G5CPFq #a1}1%G]чJS5KePeJtو]hm=˜;0hdQ[SY(g{:WuO([GGW; (4]$X ^LBEet[]u10#5存Dd.|̌-odӳ|Tѝ;"=Ib=-bDS&呿ќo8 ''*ql3HMǢA ؑ|# EJbv6ctVKHwo8qC2j܍FjJ 2 D`ȶ/Cܹ g *Dء/QĩWd %ry7|%#ru?2n ;92:5~v?~1ҙMc/PPpk@Εּ=ͱ[ ~=ˉĶtqJ^vaPRt8<P?݈p+^Pj$~4ڑ^i2HG{̝1cHӴ#_5`Ε_Ge/cy[ [X@|}5D@Z/ Ve#K5|~#yM |n(vdP /-НMg5Qm؍2zVa6O{Owu:۰*1Ǯ^L'h&e}֐ܩty^̮"^C[dN?P[ ~ q}Ɗʔ 7VtdC4Z)caOx*hJ (*wÛW:1߄Z@Lie *q:!YXr]om䎭Z[{C*!)QUc߈om0^_S9Rstt_(o|px,:g4"޵kdR,3H[vxUm[YD_E3vRY0OU>̅NH3> Gv!-T`{NQd@9Bt9w32  $c42_bQo=-L P>WvEλ4kskR দuYK>$RLqt%Cj*k*fdI6qUڌvC{Sxm$w,&G68Ygb*"fȏLw-nOgc6)pFk3OvnNA(DZ+ѩBqC7/ (>l3g מz,_E@orqLJ{Y2 :WB {;A:ʧt@d_v.I ?i\ہ9]Kg'Xٓ{I@bٓ},xE"YcIb6_wQ8Th\>#m%`Lٶ& ×izu#3w8ׂ1TQ0&I32B"0c`{ZǫGXUK ݡHYv|s$`Gcq'HoY >y/m뤹XmL(O]~%0" pVP.R.j+Wvxpa9㉆.2ߕY8:cƠQcQtq-]h@##{cB\&43i㺵3VCY?}GAgn[b_KUmhP\Hs4JDo-qT5=FW-6dڠ' c Of4nj<\\q[.TnW@sz ܂dhʥgwwpkH*;Qg6ڋ^q#t8q +jLn:-*ܭfC]xg6Lsb~݊v91N]Sз<tE pߨ Sl KwȒ#+CR0xJU9Li 13hL]Yk.YT7wiq@/P_aGaE`X^[*5Y.WE2vL[MŽW>@]^hjIqQʿ]ǓaT sx0|MhBU.Xo|e+OZkL1bSR#2I.I\%݅KKO=j*7 'E9ǍXH;0\OwOUj}&-ÇٴNr$ID)15/,N[LcOu}~}@g*.{] `$>!ٝzN.UcnDD?f"Ã~ hpﺠ}mzalٮYbq3" .yp+[X%sZ];,uU8nH5"ŐhgW♲A02iC*2.#3)g~..F@M{qa3 D{i>] OvD& t*6p1w͙&*Ջo.iHNyxO|sqI*rTh,#9_Rj n!I1d~[T7_'臘1Z7l]b ] 26F9=\1ynlx4A+VL]9JfbHa]@ 3 YZ