pcapinfo-0.21-bp156.1.3 >  A es,I%z S"PB:Z6Xm_\\]E)L{g]'1_WTLIIlVo rhjQE#_z;2 דD/.]ՕKAi:Z7B G.JMF&!8|_,5eH:vax$d.N 3liͩB <7ُ:MI+|!* ##  OYVr:LXa4] q+gpyr&!*ԒizwЈzYpLt@&9u Zwq!W&Ɔ'ځ*+ɽ__))#Q@4Hȶ)OòGl~fIRmhbm!yT'n bݭDdR HqU".urD]gR1AC x+VIi.ef0 (!»\T"?%0d46b48f7e75d6eea105c54270ee793aa221af499ea02f685cafab74f78d4370e12a4889f4220bdeca87c3e8f57cc59a46cd9007(Des,I%z {QlQn[A:~~yehѺn`3W%y=ABZ}=Q$̒B~ S 5P#H CFdQl܄i2='}"ͳʥhzIsq`h]K[Vp_&v砚"_(TO)ލ?7(rܑzO!9:u&A3""A袽2.Smb8d @:z Xe ʇA'F}Jv<(>p><?,d   P 5Agmt|     ",T\x(188 9\ : FlGHIXY\]^bcdeflu0v8wxyz(Cpcapinfo0.21bp156.1.3Prints detailed information about the network devicespcapinfo prints detailed information about the network devices and Pcap library available on the current host.es%s390zl2aSUSE Linux Enterprise 15 SP6openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttps://bugs.opensuse.orgUnspecifiedhttps://metacpan.org/release/Net-Pcaplinuxs390xm$es"es"91fcc9c13ecfb7a20055ec53d7a60f527908ea0526ef62a310d1e6f78a07e435f3d79ff452f6da8ec7147d99e5cbd7e743db1d73bf66af571a3ea631c1b4eedbrootrootrootrootperl-Net-Pcap-0.21-bp156.1.3.src.rpmpcapinfopcapinfo(s390-64)@    /usr/bin/perlperl-Net-Pcaprpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.213.0.4-14.6.0-14.0-15.2-14.14.3cc|c[[vQ@O8@N2MDirk Stoecker Pedro Monreal Dirk Stoecker Pedro Monreal Gonzalez Pedro Monreal Gonzalez coolo@suse.comcoolo@suse.compascal.bleser@opensuse.orgpascal.bleser@opensuse.org- updated to 0.21 see /usr/share/doc/packages/perl-Net-Pcap/Changes 0.21 - 2023-01-19 - Max Maischein (CORION) [Configure] - Avoid implicit ints during feature probing This is required for compatibility with future compilers as (for example) Fedora is moving to stricter C compiler versions. This is merely a cleanup of the C code probing for Pcap functionality, no need to upgrade. [Code] - use "our" for global variable declaration - Don't inherit from Exporter anymore This might break modules that rely on Net::Pcap isa Exporter, but that was never documented. 0.20 - 2021-12-17 - Max Maischein (CORION) [Bugfixes] - CPAN RT #118727 Spelling fixes Reported by Gregor Herrmann- Add missing dependencies for pcapdump [bsc#1201615] - Remove patch not applied and not mentioned in the changelog. * perl-Net-Pcap-avoid-pcap_rmtauth-redefinition.patch- updated to 0.20 see /usr/share/doc/packages/perl-Net-Pcap/Changes 0.19 - 2021-11-27 - Max Maischein (CORION) [Bugfixes] - CPAN RT #127685 Restore compilation with libpcap 1.9+ This incorporates the RedHat patch from https://www.cpan.org/authors/id/S/SR/SREZIC/patches/Net-Pcap-0.18-RT127685-RH1485429.patch and guards it with the newly introduced version #define - GH #9, CPAN RT #117831 , CPAN RT #125352 Too strict test for error message from libpcap Fix contributed by KENTNL- Cleaned with spec-cleaner- updated to 0.18 [Bugfixes] - CPAN RT #77807: Net::Pcap is no longer limited to one callback function, thanks to a patch by James Rouzier. - CPAN RT #55163: Typo in eg/pcapdump (Iain Arnell and Jose Pedro Oliveira). - CPAN RT #83842: Typo in Net:Pcap (Xavier Guimard). [API] - Added pcap_offline_filter() (Martijn Lievaart). [Code] - use warnings (David Farrell). [Documentation] - Moved HISTORY from README to main documentation. - Rewrote AUTHORS to acknowledge all contributors. - Updated copyright years. [Tests] - Added timeouts to prevent tests from hanging (Patrice Auffret). - t/17-lib_version.t: adjust regexp to match Apple builds (David Farrell). - t/50-poe-component-pcap.t: small improvments. - Added t/50-net-pcap-easy.t to test with Net::Pcap::Easy. - Added t/50-anyevent-pcap.t to test with AnyEvent::Pcap. - Make t/50-* pass with old versions of Test::More [Distribution] - Converted the Changes file to CPAN::Changes::Spec format. - Makefile.PL: append CCFLAGS to $Config{ccflags} instead of overriding it. - Makefile.PL: now dies when libpcap isn't found. - Makefile.PL: declare minimum Perl version (David Farrell). - Removed patch perl-Net-Pcap-fix_libpcap_detection.patch - Added patch to avoid a redefinition of the pcap_rmtauth struct already defined in libpcap >= 1.9.0 * perl-Net-Pcap-avoid-pcap_rmtauth-redefinition.patch- updated to 0.17 - [BUGFIX] CPAN-RT#43308: Net::Pcap no longer enables immediate (unsafe) signals delivery. - [BUGFIX] Fix allocated size in pcap_open(), pcap_createsrcstr() and pcap_parsesrcstr(). - [API] Now make the C-like API available by default. Added the pcap_perl_settings() function and UNSAFE_SIGNALS pseudo-bloc. - [CODE] Replaced all occurrences of safemalloc() with Newx(). - [CODE] Silenced some warnings. - [DOC] Added a long note about Net::Pcap and signals delivery. - [DOC] Improved README. - [DOC] Mention Net::Pcap::Easy. - [TESTS] Fixed t/17-lib_version.t to handle two digits versions. - [TESTS] CPAN-RT#44448: Fixed t/17-lib_version.t to handle versions from the CVS, thanks to Craig Davison. - [TESTS] Refactored t/01-api.t and added checks for the new API.- patch license to follow spdx.org standard- add patch to fix libpcap detection on >= 12.1 (32bit), see bnc#711611- initial version (0.16)s390zl2a 17020731250.21-bp156.1.30.21-bp156.1.3pcapinfopcapinfo.1.gz/usr/bin//usr/share/man/man1/-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-SP6/standard/b7a86b946b5fea0dd973af67e11d3889-perl-Net-Pcapcpioxz5s390x-suse-linuxPerl script text executabletroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)ROپk^-= utf-8b0d68c07aa309c8f3fca2e4ce0614bac3a1417d00736d33554e1152b7b2cd5b0? 7zXZ !t/' ] crvSVf.'E{:4&O6W ;%aM(jY&Y vw&WEf9<gsߪO`< V!rMc"~(rM&g$`[*`[QIfVႸZe1d*iEt?C 4Y@<: >%7~dp$VœTjI G51t?^P01T"">Vԗ!]JW)gZkEzl5vDn(_VOZݷj6+|0ը)Dao{LermgH\Ka9+E{ t9j9\Kq*E•wirK ݩBRSڍIFc~^4E|ߚtb~إad%e?# Rs#IKɍ~2/F!orʟHɏROp2g``\fŮX48fn;v.>K ([RL\!2ca4?v2Ω$bJÒl>&E)8.+!xDnD lx`_~C\N8n/cuT.!BAkc$7l Qnv؃g  iWO ?PqJEV<yǞJȏE ̩W6nd/b Eۢt2èlF).|\q{, QH;UBDV~dگb^&*_G-$WaOb@ HwfTIB=[,+z4y2ޚH&yz5:d5ή_ F=- 'Vd%v~gϕ+u.ZvWе#(Oi#`~Bp=~\ߴA*)F IWgqJϧ{ q—(xdiKz0- 7;z+eTGt X6kYrͧ*l"qV+P13a9DtQUE%Px>+$hT`?Q͎7 RcTfr{ ƑR̈́~mv>ebqtw~c ia̤>Z t8JbV^ .5q|?W\HW7T“7ԋP&F2L=;yhw<7C62GupЫ8t#rp1J6)$ s%.Ln`MԘyq`?xygPa14T19#!1#uD_Č sÈQIh׀1"]2tP[z2*"}[]`'A=}']9Rݢ$s㒆8[G $jbQ4w?)['Tj`-g(ƌ^RP;|2Vo(tI5>HZQpo.3gejFZ{4}vr56';3!@b XO,LBASa\H m@24:s9$cPx7RcDIT9p䞀L&Ky,R%e圴:ƥ/#Dpr1x_8ŮnM:DEW_f=6c;A6 >lj 7b<8'TH#5< %Eg;M1_h_e`1Ъ&+y9}@8f F4Rrqw\czoPg[GB~!RGڐ2@>.N Zྣ{zG_kPv8zxZDYVAssDT\f yS} )B%V@tAVi#YqLJ ྈ}rzH姄E/ႺdTd"jk'b%ռ%fx`DT'ܿ"ݞŊPw}R88{N: wHuN+H(q%$u\#\B3.[$xO:1NN<0!fdL^٭̜,;bBec{všu_ *z~zטP 5XI 0r1X*QrtAT6ClhW-) Zqˑc C#,z *G;sF6,-q[X7X*u`x̌CyREZ<(2Ej%:FoۣbŰ1Ӿa;dU&3pn7pfD/6q]Ӧq!fIPlQ |Hy+ۍl2,hYc8۞lS,ms^K!kg{!Ƃ5y>59;\(c3HNNQM3`KJss 3/xw7у E>{5qB(J+΍W)+3 B$}M_daw|AłXhau xzxwu=rfAy Q*A ,gYv)",TPާy._vNrixb6KhB8˧SSאB;U$(wVFK*7g}~4^v,Xo'/JA}ܗ.ܢPVL) i}LIc® ׮tFxbj$'è_ϥw# .q0oi]h_ Z3[6}Q?gm?~Vk7 2bXQG">Af\S(綻$,,7c>Se~wLI5&m >28җ yp 6ڗXX/~1עnebGI`-Nx3#qZ@2 x`3A nUPtn (Șܛ]hG"