libmarkdown-devel-2.2.4-1.41 >  A ^lp9|vb-~l#Kv Ch2JEVACCp>e_Sb{ИXv)-lA$9 f@7lڠ͠hoGp[ҥ!6lcv_'o0Ď \钾&sAV Խs4ZOVK8@V/?bED@>Qz!;u,ewCx8fB "C$Z<0ReG{:681f95cd308aebe956c7d26ec8d72d65221e56bd6e7377f88cd978af85f35fe38514b31de7b99f933e40f322423eeec3daca3a95Dt^lp9|w*@7 b:p\ߙ+>^& xVpLgjA433MƐ"ɆJ}xgod["6>3&$i=\aO3^,S^2*np._yEhBW" 03Ԇ gقQ#ͻdHmąz (!4;w0pϝ;DdJp65 )y({Q3؋ Ǎܡ/޶iBΟWoHbA73HX;28>p>$?$pd  G )JW m B h    k4|(;8D 9l :  FwGHI,X@YL\h]^ b!4c!d"7e"<f"?l"Au"Tv"w#px#y$z$$ $$$*$lClibmarkdown-devel2.2.41.41Markdown text to HTML converter libraryDiscount is an implementation of John Gruber’s Markdown text to HTML language with some extensions from PHP Markdown Extra, Pandoc, and other implementations of Markdown.^ibs-lx2160ardb-1&SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++http://www.pell.portland.or.us/~orc/Code/discount/linuxaarch64e~1,, $$$$$^^^^^^^^^^^^^^^^^^^c57dcea7e37426f45407cce683f57d057ecb40ef6c2cddcea27e4ff5565ceae65bf6e1cf2b0e14733f376e23b5295a390e753e4fe1b41c32385f3f9bb3661f90c39c0539efa8a64d70155ebeed6edaa50a7b0b23ce10952b1bc9461b3f2820f7819bfb40bba745fb3ed1ebfc760140ca4338c673ce3ac9861e40ba999e4fec997d50e12ea77cb2953c4954a90ac6a94f3a5b3cf816a914933edbffe7c265fe33ca9ef3780f85205c3886997e39a81ee9c44862681809fd7f482405ad8dbc39d8fa3d18c95671c79a7cbea3c6c09a780f7d8643931b634cf6c2d1855efa2cf26d823a2c70dc6a0a70a76ff9672bb540fccbcfb85791d26d3ca7e40a559e1b508256fc412b9759c0a69be54f6ed71e54e1bccea5ca8181c1a1de0f48050f5549fblibmarkdown.so.2.2.4mkd_cleanup.3.gzmkd_cleanup.3.gzmkd_cleanup.3.gzmkd_cleanup.3.gzmkd_cleanup.3.gzmkd_cleanup.3.gzmkd_cleanup.3.gzmkd_generateline.3.gzmkd_in.3.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdiscount-2.2.4-1.41.src.rpmlibmarkdown-devellibmarkdown-devel(aarch-64)pkgconfig(libmarkdown)@    /usr/bin/pkg-configlibmarkdown2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.2.43.0.4-14.6.0-14.0-15.2-14.14.1\3?@[$@[0@YZ@XYXkW%U]UB@UB@mpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commailaender@opensuse.orgmardnh@gmx.demardnh@gmx.de- Update changelog with references to security issues fixed- Update to version 2.2.4: * No changelog provided * fixes: + boo#1094809 CVE-2018-11468 heap-based buffer over-read __mkd_trim_line function in mkdio.c + boo#1098252 CVE-2018-12495 heap-based buffer over-read via a crafted file- Update to version 2.2.3a: * No changelog provided - Refresh patches: * discount-disable_ldconfig.patch * discount-fix-compile-warings.diff- Provide virtual package markdown- Update to version 2.2.2: * No changelog provided - Refresh patches: * discount-disable_ldconfig.patch * discount-fix-compile-warings.diff- Update to version 2.2.1: * No changelog provided - Refresh patches: * discount-disable_ldconfig.patch * discount-fix-compile-warings.diff- Update to 2.2.0 * no changelog provided - Build with optflags - Refresh discount-disable_ldconfig.patch- add symlink with update-alternatives to un-conflict Markdown.pl- add build condition "fenced_code" to conditionally run configure with "--with-fenced-code" Building with this condition enables PHP markdown extra-style fenced code sections, where your chunks of code are surrounded by ~~~ lines instead of being indented 4 spaces.- update to 2.1.8a - correct license in spec file. It's actually BSD-3-Clause - added patch for fixing some comiler warnings: discount-fix-compile-warings.diff - ran spec-cleaner and specfile cleanup - change from version 2.1.8a When I put in the patch to ... * Change the mail demangler to a debian-specific ‘always mangle one way’ hack. (enabled with the configure.sh option –debian-glitch) I messed up the format string and made the mangled email address into a fixed bogus string. Sigh. Fixed (thanks to a patch from Alessandro Ghedini), updated (and I really have to expand the runtime configuration flags array to be long enough to fit 64 settings, but that’s a fix for a different day) and released. - change from version 2.1.8 After a year or so of letting the code sit and slowly accumulate fixes, a new version which fixes a wad of bugs and adds a few new features. Some of this code is front other people, and those changes will be marked with their names: * FINALLY address the bug where markdown extra-style footnotes lose numbering when they show up in nested element; I was not carrying the m-e reference# inside the footnotes structure, but was instead carrying it in the parent structure and not updating it. So I changed the footnotes structure to include the reference + the list of footnotes, which made the misnumbering go away on my tests. * Fix makefile distclean to cleanup all the generated files and corrected the names of the installed sample program man pages to end in .1 (Mark Pizzolato mark@infocomm.com) * Change the mail demangler to a debian-specific ‘always mangle one way’ hack. (enabled with the configure.sh option –debian-glitch) * Add –with-unmangled-email compile-time flag to disable mailto: mangling * Allow the magic output filename -, which means send output to stdout instead of to a file. * Fix a bug where autolink + github flavored markdown absorbs the ^C eoln character into a link at the end of a line. * Tweak install.samples so that the user can supply a SAMPLE_PFX on the command line SAMPLE_PFX=discount- make install.samples to install the sample programs with a package-specific prefix. * Emit pages in utf-8 instead of us-ascii (simply a change to the Content-Type meta) (Nathan Phillip Brink binki@gentoo.org) * Patch the horrible list handler to support long numeric list items (George Hartzell hartzell@alerce.com) * Various bugfixes (Masayoshi Sekimura sekimura@gmail.com) * Fix support for CFLAGS=-m32 ./configure.sh by using CFLAGS for all build invokations of CC. (Nathan Phillip Brink binki@gentoo.org) * Github-style language attributes on fenced code blocks (Loren Segal lsegal@amazon.com) * When defining WORD & DWORD, check first for the MS Windows WinDef.h file; if found, include it instead of defining WORD & DWORD ourselves. * support url-encoded anchor links with –with-urlencoded-anchor option (Daisuke Murase typester@cpan.org) - change from version 2.1.6 does nothing except for some bugfixes (and ignores some particularly scary ones that I /must/ fix soon) and adds two small features. * A < at the end of the input is exactly the same as \<(space) * Markdown.pl does not appear to escape \<[nonwhite] sequences. Sigh. * Tweak the previous Markdown does not escape... commit to simply push out the backslash and back up to the start of the <[nonwhite] sequence, so -fnohtml will continue to work. * Treat hard
(via two spaces) as whitespace. * Tweak divquote handling so that two adjacent divquotes won’t die if there is a space between the second > & leading % * Tweak one of the list tests back to the previous behavior (I’ve put in a hack for list indentation, and accidentally committed the changes. Oops!) The features are that I now use styles for table cell alignment instead of align=, and that I’m using the 3-clause BSD license for this release (because there is one widely used closed-source license that claims that you can’t dynamically link with code that uses the 4-clause license. Fine. I’ll 3-clause this release to make the stupid GPL happy.)ibs-lx2160ardb-1 1591405730 2.2.4-1.412.2.4-1.412.2.4mkdio.hlibmarkdown.solibmarkdown.pcmarkdown.3.gzmkd-callbacks.3.gzmkd-functions.3.gzmkd-line.3.gzmkd_cleanup.3.gzmkd_compile.3.gzmkd_css.3.gzmkd_doc_author.3.gzmkd_doc_date.3.gzmkd_doc_title.3.gzmkd_generatecss.3.gzmkd_generatehtml.3.gzmkd_generateline.3.gzmkd_in.3.gzmkd_line.3.gzmkd_string.3.gz/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/man/man3/-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.suse.de/SUSE:SLE-15-SP2:GA/standard/7457a43ff473083a0e4025a521da04cc-discountcpioxz5aarch64-suse-linuxC source, ASCII textpkgconfig fileHTML document, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRqu7Hu4utf-8a2768750bd0645a293a53fd42611f41e500800ab46c2066c664907226c5de74b? 7zXZ !t/27] crv:*zk檶7]Oiu]`Qsx g muN4ל7פʧ :[&컺.Oy>_X?U[$30h 'B9wWAPb5l'3mJMw}a}c^_"z Gpwʜ-PnTdgHwOiXWm սe=Oh+1غ-ZtY7z2yfL bԬ t N;QÒCWfj`yG %]ׅ _}ء;~1պӒV k7qNZUq'&[(\_&fFh>XR H%%p%dicP! Wiz^?s\":Ÿ^9eRǫHL$K GusqL,[o 8C w#ߪ |  Iq <*X8W6/1ގ-D,s.QE's*ަ|ΰ~/d+G}Ngڿ<~Vf#+ I6*χ 8R;B")gAXPz2|{ J/S e!ЁlPXں!.>RgjUm(l}.>9U2`AZ9Z']Ky4]!~wm:Nck^&]󷻠a'W%jkuWEK P~T9ZA nq%I Q~bfqH6.8}i蛛V^62ahBŚ.1 s9kHX0js =R߈ē/ޝsί>Ȍcq VH{Zz-ExARV&<:i|O 25a^nz2aZjMkO6Пr7Hj'*$ ?#~~wjs;)l.u+Z:2:0 [ݞX!tn@2>eWD̬kiVǴVsO4Pbagɘ[ r-qJ|/Cv0P|&bM&1AYC !ZlFu{\R.`vtfG&OA 0]4A`l?P,1jeRfEzK!z4cg^%3o&yӆ`QԊm6_E[F̱5D+O =3a֘<aU+L򗨾L<ȡh%tEI=YYŠ#U(2<~|7¬Bhҍ)Ph!?)HR>a2K(:׍.=hx&6;c_W&Jjygpߢ׵IC+(UZi44 pZ66G-voypDD#Yc|@W/nFkL5KѪRa:"(W >HȦwklп :*iմ #r#fL%WЌ\G84ΜF('ɯV;I4ܪ]촆X':L#0iEԪ;Kyd>ȑ,=8< P7"7]4| }1 *5 0vc1lrS ,$"p`ci7gj!b[0"!i0 #e.X 9֙x=זk\Sh9puQm(֊*c.Pm=j'wEN,z\qq[dCq.o< bMǞ~?959 f8Cb֓ V;ө}dН~KQ`BE8䓪V 1;wmz(SNSǸI t[}&Zo%@k1E]]r5嚒T"HVf^(>iT!њ@M RyHݬ>rW\ѡیԐ$xPڻMqzF F?RHPb|sC~|61C$A}Ah&|*18pn@W Ůhjl3vQu?#^rf):C"1_Re kn_.EKaۻ.UǍB8Jeܤ 0LQD3B G~' _3/4qhq%=GhZ5aDi nzy jlz{P;0\Wslc'hZ‚pxꍍ7\NP<49Rd?DA|gv x&"*">tK /LJpx% U_WFs{%*F/ M9}z܏oeJy^uGHeP|4ڥ}| @}#yeVğkvJ(@*qmiMc{fXK`qjMGF?Kǩ>SiF:(-g&Bo.)YguHS0.P%4Dl%N]9?^V^ 4P\OM'yvڬMDK,.[N)k5u\7H 8u&:9OTkM%p$a$`e`8VteoWǶ@fv_ eF2ҭi~+A9c ~ِ$n 'hq ~8Ep#B6no{eŗ xqְ6P! B=Ei|~!N_yЪ[%a\3ѵ!UU? b\. ;uU'}c$窊:jGޝZ «|&$Qezl)nR ?;%{LUHPIY q?kubp8AR~zMŀm&GEU #nQE1yT!;WǛe~FHi!?#%E|?z-GOc秔ld!} . P~+M"U;pX&xT75bfF nX܌87Mz0\:FT8ץ4?|ES9[n׻ AkO5~RX>wqSs׭Jd(!KhU n j,Li1{/p-C1mRq Y)gg=HXj#!ZKĆ㮣6JW8z?<ɔGpz TZyR98*)IRƺ@ 28./G"]Wi;#,LN@_[Mth5`0z VwW}'Q0蟩&!΀/L趙"ˆm^Pf49Fֽ76}z*Mmיu؋ϥ",}D:eCT:eyM#od9 O"4_ OEM=?LKPNx?kAEx+y<*jA/czfv8rx|@,1ºmq5 ~o$UmΏG[_FlZw /MqbΒUȓĀRa. 3AYaڄx#L`)bn2Uh6ɖ F-[Ln[48nr Lw0R#&Xp\\k⚘Fi^» G'Cu qDr0 IKֳ YI7l.׸#^Ow^;O{?(6&ωШEs?}N'qqn%+P|(tkY'b􇪧74gB#T{%M+ * QHJ(.S=9q 'u<{sxTh,t%_x bc G^/t}|/*+M@vjHLvK^ t? ?: tӔKU,}]t4Ͳm}.ƸI$9\q`c,Ycj J%i1r+96:Ԝ{ UW M^Ass5e| p2ΗUBgԘ)D;Bs~<>m\:woICo;x<:f%F;z65cnK>xb!Wu֧!o\U| c:S`49X7^qϲMQ̡zb8Ri_ٟ*ˁL?XzniX[00ޣ6i ?DO0r\=p|hgj ~/,VA@acgyJpf}ܷ9,*פvǙFWJ7>{1(k]QJ7cRp?}Dai< / G2PL IcyYa(`#ssȩH×L̕ƌn(L|*"oD<]F)Mŏ5y^\hPU\R¿Hd8"2n:UA!s`0@% Tр?fsAʚ hBf߆fC1$gs71-0W bѺ3CAAʓ}nɰ~٣q 'Gֿ(%2g81TfVJ*}b:ܙh mOO, :kp7@3cB5)@lzH p;|7dxo YZ