netcf-0.2.8-2.fc22$>PSj*߂ok!A(l>9!?!pd  B04X\kz     v x \ K (8#9$#: #GHIXY\]^bdefltuvw x!y! !lCnetcf0.2.82.fc22Cross-platform network configuration libraryNetcf is a library used to modify the network configuration of a system. Network configurations are expressed in a platform-independent XML format, which netcf translates into changes to the system's 'native' network configuration files.Vqbuildvm-24.phx2.fedoraproject.orgiGFedora ProjectFedora ProjectLGPLv2+Fedora ProjectSystem Environment/Librarieshttps://fedorahosted.org/netcf/linuxx86_64_ 7큤VqS!cf84ad6c1147f10f3feb8c8391cb9849af656993cf9aba3278939db5437e8271c5d4fde3143392c0d285bafbad93beea1d9e300357575a3fd75e7afebdf413edrootrootrootrootnetcf-0.2.8-2.fc22.src.rpmbundled(gnulib)netcfnetcf(x86-64)@@@@@@@@@@@@@@@@@@@@@@@    @libaugeas.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdl.so.2()(64bit)libexslt.so.0()(64bit)libgcrypt.so.20()(64bit)libgpg-error.so.0()(64bit)libm.so.6()(64bit)libnetcf.so.1()(64bit)libnetcf.so.1(NETCF_1.0.0)(64bit)libnetcf.so.1(NETCF_1.2.0)(64bit)libnetcf.so.1(NETCF_1.4.0)(64bit)libnl-3.so.200()(64bit)libnl-route-3.so.200()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libreadline.so.6()(64bit)libxml2.so.2()(64bit)libxslt.so.1()(64bit)libz.so.1()(64bit)netcf-libsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rtld(GNU_HASH)systemdsystemdsystemd0.2.8-2.fc223.0.4-14.6.0-14.0-15.2-14.12.0.1VCU%@Tq@S0SS@SSsZSd@SXQQP@P9@PO@P8@P$P H@ON.@NMQ0@L@K͗@Ky7@KJ@JJJ@JJjJ[!I@ILaine Stump Laine Stump - 0.2.8-1Zbigniew Jędrzejewski-Szmek - 0.2.6-2Laine Stump - 0.2.6-1Laine Stump - 0.2.5-1Fedora Release Engineering - 0.2.4-3Fedora Release Engineering - 0.2.4-2Laine Stump - 0.2.4-1Cole Robinson - 0.2.3-7Tomáš Mráz - 0.2.3-6Fedora Release Engineering - 0.2.3-5Fedora Release Engineering - 0.2.3-4Richard W.M. Jones - 0.2.3-3Daniel P. Berrange - 0.2.3-2Laine Stump - 0.2.3-1Laine Stump - 0.2.2-1Laine Stump - 0.2.1-1Fedora Release Engineering - 0.1.9-3Fedora Release Engineering - 0.1.9-2Laine Stump - 0.1.9-1Laine Stump - 0.1.8-1Fedora Release Engineering - 0.1.7-2Laine Stump - 0.1.7-1Laine Stump - 0.1.6-1David Lutterkort - 0.1.5-2David Lutterkort - 0.1.5-1David Lutterkort - 0.1.4-1David Lutterkort - 0.1.3-1David Lutterkort - 0.1.2-1David Lutterkort - 0.1.1-1Mark McLoughlin - 0.1.0-3Fedora Release Engineering - 0.1.0-2David Lutterkort - 0.1.0-1David Lutterkort - 0.0.2-1David Lutterkort - 0.0.1-1- Improve performance with large number of interfaces (Bug 1268384, Bug 1271341) - recognize bond devices with no slaves- rebase to netcf-0.2.8 - resolve CVE-2014-8119 - Fix build on systems with newer libnl3 that doesn't - support multiple IPv4 addresses in interface config (redhat driver) - allow static IPv4 config simultaneous with DHCPv4 (redhat driver) - recognize IPADDR0/NETMASK0/PREFIX0 - remove extra quotes from IPV6ADDR_SECONDARIES (redhat+suse drivers) - miscellaneous systemd service fixes - use git to apply patches in rpm specfile - revert the 0.2.6-2 specfile patch mentioned below (now fixed properly)- do not write to the console (#1135744)- allow interleaved elements in interface XML schema - allow element in vlan and bond interfaces- report link state/speed in interface status - change DHCPv6 to DHCPV6C in ifcfg files - max vlan id is 4095, not 4096- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- wait for IFF_UP and IFF_RUNNING after calling ifup - don't require IFF_RUNNING for bridge devices - avoid memory leak in debian when listing interfaces - avoid use of uninitialized data when getting mac address (fixes https://bugzilla.redhat.com/show_bug.cgi?id=1046594 ) - limit interface names to IFNAMSIZ-1 characters in length - support systemd for netcf-transaction- Fix reading bridge stp value (bz #1031053)- Rebuild for new libgcrypt- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild- Rebuild for libnl soname breakage (RHBZ#901569).- Rebuild for libnl3 soname change- Rebase to netcf-0.2.3 - eliminate calls to nl_cache_mngt_provide(), to avoid non-threadsafe code in libnl (and because it isn't needed anyway) (This non-threadsafe code could lead to a segfault) - portability fixes for FreeBSD - fix bug when a config file has two config parameters with identical names - add HACKING document - always bail immediately if get_augeas fails (doing otherwise could lead to a segfault)- Rebase to netcf-0.2.2 - specfile: require libnl3-devel for rpm builds on Fedora 18+ and RHEL7+. Likewise, force libnl1 for F17- and RHEL6.x-, even if libnl3-devel is installed.- Rebase to netcf-0.2.1 - update gnulib to fix broken build on systems with nwer glibc (which no longer provides gets()). - add ncftool manpage - interfaces are only "active" if both UP and RUNNING. - add "bundled(gnulib)" to specfile to indicate that we use a local copy of gnulib sources (used by Fedora/RHEL when determining the scope of security bugs). - Fix ipcalc_netmask, which was trimming off the last digit in character representations of full-length netmasks (all 4 octets having 3 chars each) - other minor bugfixes- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild- Rebase to netcf-0.1.9 - always add element to bridge, even if there is no physdev present - don't log error if interface isn't found in kernel during status report - allow building with C++ - update gnulib- Rebase to netcf-0.1.8 - new transactional change APIs: ncf_change_(begin|commit|rollback) - add stdout/stderr to error text when an external program fails - make error reporting of failed execs more exact/correct - Remove unnecessary "Requires" of libxml2 and augeas from pkgconfig file to pulling in extra packages when building an application that uses netcf.- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild- New version- New version - Remove patch n0001-src-dutil.c-add-missing-includes-for-stat.patch, included upstream- patch1: add missing includes for stat in dutil.c- New version- New version- New version- New Version- Remove patch netcf-0.1.0-fix-initialization-of-libxslt.patch, included upstream- Fix libvirtd segfault caused by libxslt init issue (#523382)- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild- BR on augeas-0.5.2 - Drop explicit requires for augeas-libs- Updates acording to Fedora review- Initial specfile0.2.8-2.fc220.2.8-2.fc22ncftoolncftool.1.gz/usr/bin//usr/share/man/man1/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=genericdrpmxz2x86_64-redhat-linux-gnuELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=792dda7a09779e9007c02828f15c09af41ac483d, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RR RR RRRRR RRRR RRRR RRRRRRR?p7zXZ !#,u+8]"k%UJ4{eOAt 7DIV9 A^p +n!şUvlw[kC}oсq"QҚYFe99:Eޛ07ډ a( [^Llk 3H35~\Cdj<_I;ۺImWMGк^z#4:v],bN/žn9.B' oeA, jlgq(MD"N#tp4Z)M.LoPCL wx$Yb2:☍~T1|0%G&fYcl㹩#F(~:mAŻZ.e0p;2R3z>3ݓIw%Qí=sH9ꙨCAZ P￙mC)?R Ďh*yA|/et~- ~7YTVz_)fESEZGT,!HI52h+Z0Z.rv48֏]Fя ^@>I odSm=4͖ Plݔ7/aUάd-ɟ""V'+(@(gׇ͌ѴeH!{dz15C'D, pɓJRe_SSG+.{q۞ eQ+M1r]hv3\%#sN-3[-je&Ts(H6F<П⁻{GϫLnwqP8 ꭰI6X-JǡpY|#%>e/>1-c Txc&2 0żǶv+I7&N8?l.ޠMu%UU$Hn&}~&s;EXwBdVV UiW>W9[; b"Vdw+Łf Oj h*_m‰V<335b}L #Âo#a r&~D%39;l%,Tn<-v =d4$֛a8z4/c0EU:ؼO`8xhZp '^ٔܭ̍yпuH{vTV)ɕartY:FQڜNdEB;9#`xߜ6M\]S/sڮ*I|}ϸmhi/zO/# s&r,)HhIUDWBeR.>0?@73d2(&ns\z^yR됽{Y) i+ !ߠW4nyxh/{qzG,{&QѬOJY#a5r*/MLE$8]}]-{}g¨3Iș/TM+8eK0OmSx=%=ʖV]y%Ƹa<7+S7<)zVſq}WJN0 ~GflÜY!tIjY x¤t8*Fw,Tb{C^nd 䟸Q~ Ȟ5rPYGRr7EI`_ q9omɉgtq_*"H!I炻rl+6a'-ӝ+sqT}^Dr31,aΠS'9J5q_?h(kZ؀#=;ojUsBhQ*,R ,O8{]gE%Bѓ!Q R'jO2FYY&w=٥Pƾ1'Ԉɉ0gV|u٪s+S|WR4b >g~5͎D+y7sngAq+)KŢ'?W 2J#TpdhT_y2]ٛKpQFP^X#}c >9o~c#zГ ̓c( 4BUzI7} 8T&Ċ>M\~|sx(GLCAw ހY| aNB< j/xn'.*ҘfBmpi RP@?"QW'DKhwК~e[Q &H+GpQ-tx:IzꗧCf̏&>~:_ҏnP2IiOuozTL]{9!6 Y=%l{ݼ{p:]V'^K!Ϭ^+VV_5%&P`ƜSS|iE"S!1uYkv mB%>0;ac+gxmknI j➋]e4@~7Gn~<-YQrSƃbԍ%*$s'@[*VuiVI_v?=*Oe-M7 TLxg i{Cntʼ ߞ9񆠪M :yn[^m6isn6YqĞE*bIjj^53|9#}y{DXЄZ E9L(23p}#6:?Cu9yWj~'n/gv$![J@~ƍeI[=pY]}gQg<z|{a&G5e>Ia6`18NO3Oj} vⅆL<\{# GǕy"&vՀE\»ҌZ6g1̭ @Ƹr }ݏ>vGfr9G}7>?7#!o;܀b{8On s%'uS[JB<}4 ѷkPyrE(h*_Ó:h `il#QcYGJ媠y85(45f} TJ갮\TsE6ZuJ)腷8 =c7u{yg0aa6#?EU(,s.sIM̅V?Hn.¡|(Dv@lT/t^"Mf` sk9gu¾n) #AJ::i7,Q wCҥpZ ?c1v)A|$H$,UWHCpdD3K* KX pot˒ۓ[|.]R0?$,XTYLCzz@$/Ҡkg标X/cJ"zSc}^'6qsԞqHV5n̬`Թr>&|cޝijJ* @-ă>c,ԒB7{=[B<]/Dsmv9jo14Z< :=Xx~ѸF宬ML(lJ`?jO!ûe[d>)wEȈAF^9ZUӛ=;HݻоupD:bdmEyLy3&I>;xT޳ہG4bk?S(Zni3Ke9;8= , AnHR-42y`z,>_ś]{۞঴Lxq{",*s}N5ħ_Z9 OЯ>>U ҙ[]Of+}NGۥ6SoQ8x_b8rD\V ,Pp,Y n'1$ o  8=H{4@pL:Z F9<,:LK_36Qά*GXuֲD{7/xsl'Wd8(sk&p/ܞZ&A2(^Ct%.nQ?΅-L+N#PQtpdgu&}='ruPfuogh6L!g@dܽ8N-VDSmJQ)aƒU-&{bA{{\4\eR l cW%_=* ,dx Ri`nE y5P~.8 @k/4;kbx7#7<G3uJi(fK> xu5A"5uQ싐‘dY-,*UKSSfq>YJܨx{Rdd _^MוSE3G'^HSKcxe'IS\ [UFjf2(! O>jT/ujvÌ Ŝk1a~uF ֞(iH?m]%Wg >6m IFvrq\v׫ft0t-=ZW1@P& au7L_DOn/()C-Z am KIf<|q4?cr"IL&.y|zS\VP[&5jt+Շ甃B뾐i-ݓ.O[c4*GmM!6@T9"U0@"ě$[O!7T'3w_*ɓ$N;,7ds7BcxZ9X j0rDX(4%%Z? }𹇒B54w485,eT7ld߭]@y"G&˃L pR5^h {NSMlHD kU2ܾ k ĭPsx{Z,T<!|J7 s1J"M Ы-WNdYy-_ tq 85IE:JC=z/޳p\yPL 3V(^Ak`⨘'X6Qn&( =(ҺkfN_RQwd_~)L;H43Q0 y6Hp![.P`" Sc K2P"HK`O!kIT 9v |6A`&0Cp~b±9??jiw*2ԓ1v3(Ȍ gfI7h'/{yhNEHUՋv ܢ-"*uJCG 1oCϩ?VkgacX^[ʱ;8S3] t#=D H>dM{W랍$ c 8ϮSu;sUϐż*yCOʢB'r,Bq쀫 iJmZ7*"͇>RA 4:kM̻Kٵp|ĺ4hjqhcX ?Һ}ґ̨;p`~G}Ld.$8Fs-^ZZGqD(<^+D+{X -5|Lv2QrYw+(em: 0bASh I|eMDE=vNoDt2,m(@eq.kM9 F0(Z.^<TA:x欒 vRRi61%U88?w2izש77Iaũv}Q7N<7q4>ݲnbԫNm|/9,eѕI(7h?/::Z+w]| $v:`k]@;u>[o >_27S^X0NPІ Kfº%5ȶsׅM Зm6j6`?\cӱw_fBkݘ!}7w"#Љܱs%9M#01S|{9+MRyk90P(J?9$;h2E S_<'"6CdJ?P.|_@hEvNJY,7o0٘5]>'Fb9i6c!Ya C^:c& E[`qb*Ґ P ?1Ћ*p'ryq+Jզ DF ~Bգ9˔cy =6Է_:*<۠ܮ]x&{,͋^9_P-.{vef n>JA-Ƀ_'9*-*UrF᜙Ueh) s][.edSs^^?Zj֚8OssTWXE d9H$B/!5;Z|9LzP(Oi>jVGmP}"ux/"M8kRY2+Z;D=Axe]J`]R<ͧ߇/E )Ӆ̊S7O2iRz;İEf 撞b C7IWqzku}Np~1f/F蘂:Ţ팗3Q30Fpҹ{uRU6!>ˇ$bݳiY-/a:_ fV`SJ Xq,y3x[D%,ƻ!Ƶb` ~N5댈wy!ߠn``h!d'$s''kjtk4f >|fhFy9?~n] Ev5m3aP-MF);LmdI mf) & bY80Df@a?OnF؂)g)iʠ~Pv1e opRܐ`I|<[doOmbo/k?A2?_6Ypcr|"%#7mP#^/W9tj{:;bR/:2Dƪ/8lBHZ0Jꕢhm|tDHW$3v/"%̿' Zx]*&>>ݸ +'[ƧR9[ `.AQ!NdB&!Xy+ޗχ>jMux9##&X+U- k-iI¾B-,P2㚤d9h~N[}5 f2%{ r* P%?uvK,zݥFvW ;ׇ2Q͋tJ|y\o*D{` p/y8we˟ sLi|8e¹h:;pǕ}-[D/iQ@f0_*Hܫ=̑"1G{(~+Yr~yFW)#pE_{h0r'̳jUC^KPzLHedڰp ~`ݨ(P=<1^Qz8;BV-FQeaKd^y$Q)μLm/sc\?1ؗ*fAeE MC'Ťzۧb3NLeW7l\{j:AʬF2Jypy/ >nN Xϗiګъ]3M<ݙ_WvJ*Q 7U\xpeEIفu] @ԒZfUM.);yR,*WNpx^y{2'%XO+5͚7fB .X# zFK'OudWKe5$q\Z@)W,ZcleuE|eΫ~G7 q+Q?0}TծJ7aQ&!G'O2H8` SY:0 id ir{u+Ұ>G֑[Hx= 0Iy,~gMn}6?M=Q6ӸRLϷTꂪ0=ׯƺz8 TlGh>8Z(m.MbT^?EcZG_]h+{m9Ab\>R>%A2Q6c{.EE 1g[1z#%%%EqHG!2GkхOLnyTL>EJ\z\\rwj&0>&t QGWUL\ CGp-2<-.n0U҉*X͏HX.Lf%ۚ瞬hZUI3R?\L ֒nݎss5-|'{魴1 očj.@[_9eڍقrE+}7Dyg+yt4D_p _k3nۉDR{胫bHMIwi A9A KK{k98~`5S]n"֏#Djc#Qpz\`?z3‘snTD # gGO:ێɌ6a VjA;YA1`` fjA3d$0FfXJp`U÷kPNfwZ e?=)%yxS ƾru*RQqbxŋK u9@eh HNB@>P "p+Oh S[wdv/*[Ū3ރ3%&e]՟|7d/WRQFwEv!5(d&iꉫg`yƮfm7سuʭn)h ؁cJhk_r70ݯ%F$_Ιf&$IQ s55(qvGN"&yh+W S4eSl_/4}@)6VU YZ