nasm-2.10.09-10.1<>,Z׉Y/=„fXj~ڰ{]Sr$"T7UDsy 2v*um㈵UR t4QGW <ghq 40|F]\`8SQs:b#rQC+-ŀ;qW d 52ݥvEFhOʒ ]yo^:?yQ= 5c4K}/~KPTq|}W:߇ j}* BB Nc"N>:6?6d  9 +4A Zv $ P   0d  % (B8L 9t : - F+$G+8H+I+X,Y,\,$],|^-Qb-pc-d.e.f.l.u.v. w4x5y5X(z5Cnasm2.10.0910.1Netwide Assembler (An x86 Assembler)NASM is a prototype general-purpose x86 assembler. It can currently output several binary formats, including ELF, a.out, Win32, and OS/2. Read the licence agreement in /usr/share/doc/packages/nasm/Licence.Ybuild71openSUSE Leap 42.3openSUSEBSD-2-Clausehttp://bugs.opensuse.orgDevelopment/Languages/Otherhttp://nasm.sourceforge.net/linuxx86_64 xٸkI)xY''''H큤YYYYYYYYYYYYYYYYYYYYYY9dd4747fe105bd8465e4049a04ae8739c4ed9f6bb65503d00316574b193dc056697b8326076f6c75387d6b4501a756bbad9f2dca99b6c7f1d3fcb85e8444ab662c7c8a55a63aec7835c85d54593f58ef69e683ccede9b87ac6faa6a13cf34f3725fa3b93d0f8fb9f5e237d7d5d589b915fb0accaa24198b0da2ba73305f3883e28520e22259416b16f05c3c001d5a459354b911b13b52844605310aa592976927388b793eb7b6f05a10013023f131aab790daa06a86889b7496d8b1bc83acb87790daa06a86889b7496d8b1bc83acb87790daa06a86889b7496d8b1bc83acb87790daa06a86889b7496d8b1bc83acb875447f0e6f267475c20e29b5fcb9982ee31e36a2f2f9e61125b7b639bcee839eec12531da9d8ef88f7b32c76ba86dfef3rdf2binrdf2binrdf2binrdf2binrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnasm-2.10.09-10.1.src.rpmnasmnasm(x86-64)@@@@@@@   libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(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)libc.so.6(GLIBC_2.7)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2Yw2QdQkPK3@M@M PL{@K@K+nImadam.majer@suse.decrrodriguez@opensuse.orgidonmez@suse.comidonmez@suse.comper@computer.orgpgajdos@suse.czcristian.rodriguez@opensuse.orgro@suse.dejengelh@medozas.depth@suse.de- memory_fixes.patch: Fix usage-after-free and buffer overflow bugs (bsc#1047925, bsc#1047936, CVE-2017-11111, CVE-2017-10686) - Enable unit tests in %check target- version 2.10.09 * Add support for the Intel AVX2 instruction set. * Add support for Bit Manipulation Instructions 1 and 2. * Add support for Intel Transactional Synchronization Extensions (TSX). * Add support for x32 ELF * Add the ifunc macro package with integer functions, currently only integer logarithms. * Add support for RDSEED * Support of AMD SVM instructions in 32 bit mode * Add a bunch of AMD TBM instructions. * 2 years of bugfixes- Add Source URL, see https://en.opensuse.org/SourceUrls- Add explicit build dependency on makeinfoupgrade to 2.09.08. Lots of changes & fixes since version 2.07: C.1.1 Version 2.09.08 * Fix __OUTPUT_FORMAT__ assignment when output driver alias is used. For example when -f elf is used __OUTPUT_FORMAT__ must be set to elf, if -f elf32 is used __OUTPUT_FORMAT__ must be assigned accordingly, i.e. to elf32. The rule applies to all output driver aliases. See section 4.11.6. C.1.2 Version 2.09.07 * Fix attempts to close same file several times when -a option is used. * Fixes for VEXTRACTF128, VMASKMOVPS encoding. C.1.3 Version 2.09.06 * Fix missed section attribute initialization in bin output target. C.1.4 Version 2.09.05 * Fix arguments encoding for VPEXTRW instruction. * Remove invalid form of VPEXTRW instruction. * Add VLDDQU as alias for VLDQQU to match specification. C.1.5 Version 2.09.04 * Fix incorrect labels offset for VEX intructions. * Eliminate bogus warning on implicit operand size override. * %if term could not handle 64 bit numbers. * The COFF backend was limiting relocations number to 16 bits even if in real there were a way more relocations. C.1.6 Version 2.09.03 * Print %macro name inside %rep blocks on error. * Fix preprocessor expansion behaviour. It happened sometime too early and sometime simply wrong. Move behaviour back to the origins (down to NASM 2.05.01). * Fix unitialized data dereference on OMF output format. * Issue warning on unterminated %{ construct. * Fix for documentation typo. C.1.7 Version 2.09.02 * Fix reversed tokens when %deftok produces more than one output token. * Fix segmentation fault on disassembling some VEX instructions. * Missing %endif did not always cause error. * Fix typo in documentation. * Compound context local preprocessor single line macro identifiers were not expanded early enough and as result lead to unresolved symbols. C.1.8 Version 2.09.01 * Fix NULL dereference on missed %deftok second parameter. * Fix NULL dereference on invalid %substr parameters. C.1.9 Version 2.09 * Fixed assignment the magnitude of %rep counter. It is limited to 62 bits now. * Fixed NULL dereference if argument of %strlen resolves to whitespace. For example if nonexistent macro parameter is used. * %ifenv, %elifenv, %ifnenv, and %elifnenv directives introduced. See section 4.4.9. * Fixed NULL dereference if environment variable is missed. * Updates of new AVX v7 Intel instructions. * PUSH imm32 is now officially documented. * Fix for encoding the LFS, LGS and LSS in 64-bit mode. * Fixes for compatibility with OpenWatcom compiler and DOS 8.3 file format limitation. * Macros parameters range expansion introduced. See section 4.3.4. * Backward compatibility on expanging of local sigle macros restored. * 8 bit relocations for elf and bin output formats are introduced. * Short intersegment jumps are permitted now. * An alignment more than 64 bytes are allowed for win32, win64 output formats. * SECTALIGN directive introduced. See section 4.11.13. * nojmp option introduced in smartalign package. See section 5.2. * Short aliases win, elf and macho for output formats are introduced. Each stands for win32, elf32 and macho32 accordingly. * Faster handling of missing directives implemented. * Various small improvements in documentation. * No hang anymore if unable to open malloc.log file. * The environments without vsnprintf function are able to build nasm again. * AMD LWP instructions updated. * Tighten EA checks. We warn a user if there overflow in EA addressing. * Make -Ox the default optimization level. For the legacy behavior, specify -O0 explicitly. See section 2.1.22. * Environment variables read with %! or tested with %ifenv can now contain non-identifier characters if surrounded by quotes. See section 4.10.2. * Add a new standard macro package %use fp for floating-point convenience macros. See section 5.3. C.1.10 Version 2.08.02 * Fix crash under certain circumstances when using the %+ operator. C.1.11 Version 2.08.01 * Fix the %use statement, which was broken in 2.08. C.1.12 Version 2.08 * A number of enhancements/fixes in macros area. * Support for converting strings to tokens. See section 4.1.9. * Fuzzy operand size logic introduced. * Fix COFF stack overrun on too long export identifiers. * Fix Macho-O alignment bug. * Fix crashes with -fwin32 on file with many exports. * Fix stack overrun for too long [DEBUG id]. * Fix incorrect sbyte usage in IMUL (hit only if optimization flag passed). * Append ending token for .stabs records in the ELF output format. * New NSIS script which uses ModernUI and MultiUser approach. * Visual Studio 2008 NASM integration (rules file). * Warn a user if a constant is too long (and as result will be stripped). * The obsoleted pre-XOP AMD SSE5 instruction set which was never actualized was removed. * Fix stack overrun on too long error file name passed from the command line. * Bind symbols to the .text section by default (ie in case if SECTION directive was omitted) in the ELF output format. * Fix sync points array index wrapping. * A few fixes for FMA4 and XOP instruction templates. * Add AMD Lightweight Profiling (LWP) instructions. * Fix the offset for %arg in 64-bit mode. * An undefined local macro (%$) no longer matches a global macro with the same name. * Fix NULL dereference on too long local labels.- don't include pdf in documentation, remove ghostscript from build requires to break dependency cycle (jpeg-turbo needs nasm for build)- use __TIMESTAMP__ instead of __DATE__ to make build-compare happy.- update to 2.07 * NASM is now under the 2-clause BSD license. See legal. * Fix the section type for the .strtab section in the elf64 output format. * Fix the handling of COMMON directives in the obj output format. * New ith and srec output formats; these are variants of the bin output format which output Intel hex and Motorola S-records, respectively. See ithfmt and srecfmt. * rdf2ihx replaced with an enhanced rdf2bin, which can output binary, COM, Intel hex or Motorola S-records. * The Windows installer now puts the NASM directory first in the PATH of the "NASM Shell". * Revert the early expansion behavior of %+ to pre-2.06 behavior: %+ is only expanded late. * Yet another Mach-O alignment fix. * Don't delete the list file on errors. Also, include error and warning information in the list file. * Support for 64-bit Mach-O output, see machofmt. * Fix assert failure on certain operations that involve strings with high-bit bytes.- Enable parallel building- Update to 2.06rc2. Changes since 2.04.rc1: 2.06: * Support for indirect macro expansion ('%[...]'). * %pop' can now take an argument. * The argument to %use' is no longer macro-expanded. Use '%[...]' if macro expansion is desired. * Support for thread-local storage in ELF32 and ELF64. * Fix crash on '%ifmacro' without an argument. * Correct the arguments to the 'POPCNT' instruction. 2.05.01: * Fix the -w'/-W' option parsing, which was broken in NASM 2.05. 2.05: * Fix redundant REX.W prefix on MP reg64'. * Make the behaviour of -O0' match NASM 0.98 legacy behavior. * -w-user' can be used to suppress the output of %warning' directives. * Fix bug where LIGN' would issue a full alignment datum instead of zero bytes. * Fix offsets in list files. * Fix '%include' inside multi-line macros or loops. * Fix error where NASM would generate a spurious warning on valid optimizations of immediate values. * Fix arguments to a number of the 'CVT' SSE instructions. * Fix RIP-relative offsets when the instruction carries an immediate. * Massive overhaul of the ELF64 backend for spec compliance. * Fix the Geode 'PFRCPV' and 'PFRSQRTV' instruction. * Fix the SSE 4.2 'CRC32' instruction.build71 1501863166 2.10.09-10.12.10.09-10.1ldrdfnasmndisasmrdf2binrdf2comrdf2ihxrdf2ithrdf2srecrdfdumprdflibrdxldrdf.1.gznasm.1.gzndisasm.1.gzrdf2bin.1.gzrdf2com.1.gzrdf2ihx.1.gzrdf2ith.1.gzrdf2srec.1.gzrdfdump.1.gzrdflib.1.gzrdx.1.gz/usr/bin//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Maintenance:7073/openSUSE_Leap_42.3_Update/08aac087ae02ac937f947d3e4a70eb35-nasm.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linux ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=c2277adeccf70816678e09a520a8ca98e0e07e6d, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=823a8c7413c37b997e5728271b3c506c6ead1580, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=2bf81828608ba431f38e6ef7cc5d7a9223dffa10, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=c36c3beffe8c7807e4c167526ac7f4b385f0c380, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=b64411156a3d9b588060db984f0300dfb182d371, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=f25ec105d4276e75707b60958e49e9fa768ab4b0, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=45732118faaf3176d31b4201ce1035a143f7f319, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix) "RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRj>ײbu9nH?`]"k%L(QK N{GTvQC^OO% wvH/P# {W:?N؀Lw5"LzI|-;$DO1mW0gVatGX| *2oMm"W퀛vw z>q#:>22:Zz?HBie;~t>iV[@?Ps|7%T9GF,]KOB *hrx+i89tq#K+?K0"(ÏW "2F_eGƊjH_Ycz ,G阐7-:bŸ>k> v,Ê 5Lhc2^#G^|~+`ಂk.kWbAPxҫL/FV}]* đ_P߭Av!$lV0h-y=7V IKS|^,Th.-= Pk5tPC{'ѺPVs1=.̐Fܬu( >-?!}ՙhz^{N Xl4nGW`o!H4"ԃaȟ FO զ}9aԅ~/3ozl3DB1:i3$ ѯMFƔ*2!o_kx?-Qp,LV_$\Y3ĝبCOiܼNkރ#wc5 z8; 4bӶQyܺ"Z_` kG{C5 $<^M;K;.`s4(hG2MWq#2yi4$7TT'*gBѮwUEma^"Er(kdb/ş$nN!ѐ$Vbs聄.1lǕ qX?X:+p8jEglwYv=SvІB`Y6oz~('0׀F ':'[Q'jܓ1"rg&J!1&֯%!3靛U| |n'Sm)-PK(v"z\4ԨҪm-ʄA1RX`_,5 1 ؟yS)2DEfiFeȋ}9=?ŝs%\$9̠s]-FLmgꑂhs:'O˸ ZͿTyMFFHOox;RŴ M'eF#3~W8h3v.X4@IS~n%;RZIg8u1x geC%q1 ?wWsb\,dkyٯSg!Se8utvORWI !<9v!^1xȗ'EuFG]ni]@j}7EAK ( :BxV4^kg]v}AbS_1+_ECXGjqB*P?rCZ`-Eq+m J!d5NXl%h4g!!v n-( xA/OkgkE@t$eZtQ^ƔiBֱ'r*Y:]cg(Pep{OU3D2M+&Ξ< Aw7OP&tcTTѯ#ՉB ps7KpcHśw*]K#勵Ki窞N{" am3oxLo! IݺfrCɂ>H/ԿvxN9B<{ 6Rkg9.ye<5Ƭ{qh/cT F }Kv`sh+3H}rD5(Ķl[nw<(y,T-2\=u?ʸ5tHgAΑ]To اTC?$ 0}uDeFDvj]'>J;fK TRk&/63O0D1vbTl#MEjMȊ@y=9|40.zy1 {%«&g7ˆYև˺ٲЁȶN߬9s- ɂ`0G"0, ـ"816j* @q 8=~jy*",sbcebO6Qnۖ T׀)t/j#d`>{7E,ǹ Cv/7Y)-"{s&xLʨՐ~Φa=q+ ic)Yǽ9CnL뜷{]X[P/.:2l$j"LH:B6@B= p[6W fz4h~rb+9%NCxn\'(dn%neńD7 h4ٟi_p5Xrdrkq4̈́l⇾P%槄}DG<H^J1]>ݯ#f4+a>Oh8Xm%9 *YfQgTXZȭYCeW8qBt`XdZ3c3>qG䆩s،j0!\BEw,8NUqU b{Y˜?g ]QHnz/3s$W=w"y {µ~vWZͺf[י &KD.cz3K-tS9pY r9bYh}?z~%YB0j_!0XmP罋A IQ2iQ~HnZʐ"5!"(0tA+3ƑLnՕ}<ksUy֨^-FP^z2M=9wHOL!حrv~w֕vRW#^(:B;MKߠ`BDhr1 0;BESMx| ݍ %ec[/!xG[aevz:w;mF璾6.1x)pxk(eIMrµGH [`SL.C>^Eqyew[P"@-RkP~GgK! Gt"e7%<]h",*.1deCc눇 qOvm.A, 7xLڶ5m|yQ/0R2/7>Z}0ǭ;'l:@'/Yy0Nu)v#K=ol<^(jzłKN2o\yP-..{lekXUO\¶<f`'q BP0zd7obcP[MEYflN@zqU0J 0 Cf [}nJ1{TrcoBPGN<&݅(g( CbE yaI#W:x`}G7ya% *@5gԈ,]6qӭYb[ 9Lbف#Q$K2ngTOBgg}}"MجCfHQ0;)j> &GoWN0A*eۈuX>H.H'_@kUYӐt^4KIsjWbuk݅I5o탫]y}n Jx% yʈZOa5&vp wsNj̤BFM=2x~%$6:|%PeFGG죉sûh-M,{թ59v#ͼf>:\;AuZfh7 E@ Qm:CUY yaQy%Py/r1`ƚxUoFB0S1u[dw_ I㗮ou%ȤFI:'v%gB4zsM* x띕# U%|[zK|l]1{:-5Ò}?w.)Kl86<EٸhQf|mo\fdX3H ],)!ؓX7S2r X-{ &h=]3Cا8g/waMXV/Ii5/4@ŞU䲃_~)84lpz)--;N*̩M!9S_f";x6z@(p;>⒋'H(Ȗ$> 33Oo*Ġ+>WPi9ؒMF_hᇽFsܡ!O[g,7ז7~B <=B 䟼%&Etzgt?~z'}7HchH~#HNGJdJ=20uqz)r!dXUʗlTT*~+۱Okۊ2asٶo "@#X'侎}"PN2'aG4CU׊/]S\ Zmv3KPdZP$j^L_" X GcM?5BU=QteBόnQh~hpeGb&G8 M{is@r; JG"4A2?IWoę&dC8rp>̭qbeEsDq '@dQp?o  TXuO0y7A%1 cNY 4*Zwzň}#_(a,\>:VnKwp`jz1S(*zAvW[+jVÿ ~/q)0maWO9S7S/ݓq cV*]Zw~Əv~R:eY%*NXdv<&9w O|u$4b)B긇W0w9uQ̞?qgIF0B &RU(⸻ZX28V(܌ɚ{ W&MF%>4[Rq),7g45aJز>,%RЏlvE}x)34&u&IIqJ|#[8_#⍩oo9? [6ĠFF}#&Wu 1À"O.cs܇eƌ<'I5%SN/u>F*A (E{ c ;48#*R~Ų^w)!py͞G,\ 4`R_#PlwfB\jGou-Wu ҿBs`Q՜:pV0M,wlE t_[X+I?JhXU<}, pT.6Dd5Nم#E $ͪf%TFBX$f/7&e +.n DלzU + kgZh!*"UkEVeyyYSG KCSBP꾉kˋǧL6< TADY: