acars2-examples-2.1.3-bp155.2.15 >  A dkG5+8E&R@o,M9d995OêPy_'cq1ӝnћJBN u3FjsjWy5EDq Wp/ zj6QicWo {"7mOepө,a8;ARi%}D2汋 F8Nj!$>d0/RԲ0Ӏ5.,zpgnW>*z ~z 8+ȔCײ$@PW' =lAs쟱C8 Zc14Tg)4<3Uky:ʠn%7Nlף,j2 UXldjyYtFs8ۭcN>'f+X$.IV*VDhǡC:"&(Q`}+Z7I %m JkDYՐP8Xì"嬚a\\r'sc=|i-;>pA ? d # E!*. Hd      0  <@O(P8X 9| : FGH(I4X8Y@\d]p^bcZdefluvw 0x <y Hz     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)dkHs390zp21SUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgProductivity/Hamradio/Otherhttps://github.com/szpajder/libacarslinuxs390x'77dkHdkHdkHd6b406d96b73f88a19bf314104aa6e9863116061d6016759125d3dfea4a5d4d839ee0c176893c121bf5667a852f826d404ae6bba7ea511f133f37d0dd6ee806e7533aec2f7c9a95502b27348a4d73f981df64fa5b590ab35d60f65f0299a33a6rootrootrootrootrootrootlibacars2-2.1.3-bp155.2.15.src.rpmacars2-examplesacars2-examples(s390-64)@@@@@    libacars-2.so.2()(64bit)libacars-2.so.2(ACARS_2.0)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(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.0s390zp21 16847523912.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-libacars2cpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=161e3565c07cc3a3c1da50ad3b91ce0c89bb3b7f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=367406ac0db63f0646d3938b5b2b979179153ec5, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=68c4d25a7580cec63504d3eb5a2380a3d5b6c6e7, for GNU/Linux 3.2.0, stripped RRRRRRRRRRRRRRRA=ሰ -T~@utf-85a3b10f7b225948e739c2c9385a85d7eb7cb587872b1c49f04a1c22209df2585?7zXZ !t/F] crv9wFGa䰎>v#%ZQ02_>tx\W)&骅+n W-`..&]( =`GhVΥs>@@zfwY  ë'OsOls̫)u!@R1p1fqw5hE058%冥 裤ne pwu%# |c:*wjN9Gz-+Rud݌O 7)uHC2\$.TR9 (VڣvYؑa{KTd VBR8 7r,PliDgܼ$ؖ}e:e]]#~ȝѷm7a ~TUYXx/hjԟ=\ry}ĕtYO40cT|t%2ޜ^2R @~MAA@$2񴽏bS<#Q!E}TVXkT{M5):{75sd3QjdpPCѹ"cRDg.DjXK@ uޏ$bFܯ=eovx2[aBN.Bki>(}q=sp]%nVCEFXn# Y{9zKvʞ*b7WDN^"J|u`BdHF},77Yec ᜍHQ K ;jLL{wRoj<44'dx'^t{vP:Í(U͕(;0m՗prprEͮl5u)#򘈨y#y^b[CP* NyŽ@O%YQj{؀G=Ӛ`I/C;L4BLI=)w%~+2![xTR ǟFsQe<=t}۬pzPF~k庳ZC/-w oD!YG(ÞR0W'?Ѻ2d;u[ @f#=¼U_uE=/.WBFºj-z3ߴ!Ç_X`@v7_Pk F3;Ļ>Fia'^[C˱;`;۸dcg8$<, 8\ &h/?<%?n:C[mւdТoKnL pJYW(ؙq>P/̘I" '.miJ>%X~ H?G<փw迮uq΅v+94'ZrJu@zs JmM/2XgP'MOBFQN 2g &6^I g_; DUq}O-Ȓu`mn[Щ!No/ݮl&Gfӕ͆Ƀ^zQ X/| ੊mD=xQ̥ը̔#N²O+]8 խ gk()ͷ_ [Krbz$=UG ePhg?͹qW;tOXdU @uA\ !='uHI]z5o>PUovf EHqY,FcyJ/JK$ W:cec tƈLR"\W0LpW- mͣ uq9WFI@+@"+'m!@#a >m:W4 m($߆@p{JMzcM [?S"R&2bWL`[δ7D &UTƉkWcxӣȓ5a&XX387vWܢ&lPH%t [clKexDk JwČ$<ɂ`6 }3j؀nfUzߌt镋)%>##]<B0gm6&D;QU%A#nyNÌGDd<8|v4 k/D #?^G7p>yHIam=82Sιum|׻dرkrtx7̃(MP%Dc%Q0A][-D%I,z3 h$ Qa2X&!1M/iWO-g4WW\\V t_^KU]_ϝ9`<|?up{NcO7R2 t)ߝC&Ũg10HX`&=R-}-r'ւ~+CK.\ߥ[첁Q.c\p-֩n5va7 :itEf0i6e_qc"t!ob7`:<1`PU t(Ou1`o-*=QkґX]oGoιvқXWI'~" wGs-`W-\I4N92S&Kn$HhDoJfӉS:%e#&fj$?nI *F\`/D"<os )OcNؕ2 ̘F^[iش@i|[ccqJHS#ݗ7Aq2IZu͘2V璟d`m}Rt6\ox1 Ko[z^R 8w bWίKxT&叉}0UH֛6" 5I+Tmfx]uM(Ytfg(ѵ2/4=gy?J-V=z$Izv(1FUS&k|`9^±afѱx1ͺ>e=ON0 B#nEs{'ש2&!)yڟ̷370;P 1ͱjhE_%"nJT/@L (̧K o79F>(]egiZ"jn4Qj3^0`)q/pbw׋VcIq=c[E32RmOŁhJk ɺ8]?E~Ro'C\}⥷5b]^,y9'`pmS$>M.Օ`gQlSofpuyF7 k ?U14Ԏ=| @z{ŗ!1|{{/BOB?(l1QROLme3 {}}92JꭋarkoGVPY)R`OO>KZҦ_7k}{Ph (%.E3 jˁ8:JFuK׀o32Y矠cGhAR V`鄘 tlT^5Rd:,SU c=ڳlHMP[,Kw`*ޘi!'KPf5~H=hoXv-*n> {Bho8g_ki5 AOAhp88倶#x %odT=,Mr4kakJϞO h2e}:[Z 2dvcI;VvoO )wWc[6 6 _.P%.V OZ1rcGgv`i"J m_!rA{@NbZi$&iχC`jt$յGrMl\`x-`)5UXwHBr݊F"Z _S)Vk=' |m:!WC!v;t~_k %ݰ*ݣGMAO49+m~c+|EUW̝Q"ĥ*"Xߏϯ&QaxmH!!)P;`d¥y >L+Jma›Gjk>Ѝ^GT_TꝪDGP$ޜI-\b*K۬AXATCNŹ)ˋNb/QCzثĨDLiYLbE#hFP_m2|n-hu۸Xأ/ ZڛA7P=:O)-J+K˽A׾ePPc?'ڽXfD|XL-)N!˹!,҉8AU~RXNw"M9эf)9ZĽ /ʮ<\ 0CQ6t a+d{UE!Z+# %Vۀ'I<ȑb,%FƵϙ][P3c.lMVx4/c,d>ٹMPSGZ-Y uqlLLunP:`;]2^s\O >+ }cG0[f`2[uS}NA6lWxYQȏtXUOZ~*!‚F N"Վ YZ