libmarkdown-devel-2.2.4-1.41 >  A ^Fp9|sJrI8б\0k&@!Eh*n!ǖ TtgpA٠o8BN><)z<7n9S`>!Y0x8 ȓ YkKBŵnu4~ٛkkFlNbgC%XG:ȏ\>qТ ]ha*,BVLa!],亁aVsg0X\^*CXs>+b&Boda0a507b1e9b6e799332fbeaff1296ac0d0d3ca197053a2e28c74716a996297903a834162ed668617d44fdab0a8b1ead9d1d1912fD\^Fp9|p؋au|qǼCJoapG3n[rC>4[ElQkiaD.g[_h_ z"HV`?e `d˸hд&{6}co"l5$%_N.xG`+X㌬yn4F04;W.'fIpvh|GVc[ q~2 lZ՗o!jiE?3 Φy8VH8JD4xk828>p>$l?$\d  G!BO e : `   c,p (/88 9` :  FkGHIX,Y8\T]^ b! c!d"#e"(f"+l"-u"@v"w#\x#y#z#$ $$$XClibmarkdown-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.^nebbiolo&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/linuxppc64lee~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(ppc-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.)nebbiolo 1591406783 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-discountcpioxz5ppc64le-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)PR]h]"(+utf-8dcde143ab9c96b1a5c3ccb62079fd7085e40b8a92e3f77af9ecb6567f508ba5a? 7zXZ !t/27] crv:*{?<өzT>~fPNG{3 5bÖz`- B&JJf^3,Y.jaXD ZкuF#ڠYYNU "S>0T \Ձkka]E^sbeh}=*Qf|RGPIML#۶)gxJy [r+vtczx}#Hftetp_Nؖǚ(pIȌ$޲xd }H@fBBo ?t#dʹ<+~K1ɷl=)wyݽ}KWIAS6=qq m (Xo T >? K2O9,]rj|Ntj웉oJ~-[~oW# +U/ 8 4#18-QdlvYNPbpS rB'Ҫý4 qs"Xcs7VPȄ":l=D5bvINQ%Sщ;o^}@9$㖴cLIƄh+V\$DOh.^tb&#qgH SITj~\ \bQr3D>qx{2HNLv24䍃Q.l;,=DGǾAgRjJSEnڥ -Y31{#[˦Q Sb(jjoBòrEF y#m# Xl0@}t } P9hQ<})h颮_)CUĹq!`Vc4`RJ?9B~ڽ%mpAb2d7ViJ3֠ΪR"hH 9$xzl^ KKd]Y_Y=5+Y!^O=P+W'eM!,lںmJVl<Őyܕ̇E$J~y6yOeR&ӹ l,K+9.XÆiۿ,7w=MZk  kP1Gqi-xu>W0M[yC?U ˏ쇡hي0BԥjN$ށ%j/zƛkA,R7 mIu}+g׎6c$?*hϯߜ𿜤F˜tEh"SB>/t ? tnDJˉL)g7. pܬuryNInR: 2kqG ؍^f@cA K{bA@TO iyudݗŗ^/ji -/fNj)c/f[f`8yX u˽Nc@)Fp$Q߳T2FfZZ]qGM|ؙytlt@:JpBMR1>%xFڰ" 1[#Hv;Q3$#!e2byACVgP3;V˫HRqk3d_4+aqh |mD4)"4&Ț8; A`k;[=Nd9ߍ]#V=ᱦ iq >9Ɗ?Vh`4rtQ!.XFcA6S*omQĪBHP'|m@0y"7䫤#dtMu+ *.\Dـ-B9"o}.0ߟiDH,xЉg*#O2f>3`2yl `KySD(K'G_bix[~9eH: }trS/%3FF $Ŗr)HF mDbekYYNڃ:4s#r^|dH0ϰҧ1)ʽaf| KkJs4xc5`>P)]^nr>Wя+Д>)`N< 0{dt:^s*7)}-`Ύﵿu\G^Pz+nAU#q|nx;ε1澍Jln5W5$d4b:9ذYjP7¦x,3vGev f~_go} |KjԸL]x!Iqekg Ç଄mNd QgTu_ (4'rUvƾSl^%)z=? ~M2>=XX<`1ԥ9%(@XSgV|91=CKk'X AKI~^f'c $brQ[!N5N6u@i̘1:s3 J h{՞lͽFx Ϥ ar}[]fΒ2ULV〺:J6C˟ ?k&`AS tJ pa2DfzU[ClG^NRw3EV!.#P2?\E#98ָXɌ&&\MgKAn[#E{:ƛ 6F.J=Xw@YJSCt,A2wm[_ Xmڮ kz]q[]}0]tҦ]?Y]2_!m%t/=hcy1<N֦gvLI1Ct<\6æE,ذ[&&<%008g,hAt,ųLۓ3UW%z ڵL7Z'=G& <8%<PMMC)5sk`w;- .m;u${.Ab9 ¾ZziYݡ$$ǡoX[ǩwv 2-lc{|}d;;Aj1*is㖱f~CW;O$f$:̳aWt ]],ne(g00}Ӆ8۝b7O~}LFYIf>it&k-{m.!Q{J_nEMFО-Nkd)Xd88N꥞AvS7Ա۲xI/sH'a? 8-MjGTCsdnmY~j,ӊ`/14% Q$2}> kuBۣ^]N&ű4Yϧv5E#q SGf1[\ozSwM2!0ݱmFٙ||m 9p6$e=u3 nc~Ba@ZrBOhӸ8}܀c;rRlY'UPcn]1[}C 5%C\LL:{E IeP d Cak(o5a+f NNPPgb6)q-u> !"U`j&Y?dx%Aӯ>g]nMi ]6{ZMwlnXȱgdF ꢸrlO(]|bƸ*'Y;_-nu8B*])t%VaiñL@ ?H794tPozIB0#)<sg>;?dżu&)0|ǵ3+~h\{YKRb2I$' Bju]KXf|yȻie=95 lpwg3&ȪQb6^ĥ>'RnJoRd6hٝ emͮXУc"nmȓ󙸕8)'(f߳8R,Յ8Iܚ 4Jm?-P NMFC%bF $҈x6j~W".6RŅ!7v|{Uņ =zI'@9u e@s[\:} w{Gtڨ%nb7s?d'8WA;¡6rPQLTN kF &Ns2G[RhŧG1[e Quo=J87ة:$S/f/gi^>٥oUEGR$89Nh0%B1½$Q ײy?Ӡj %8mkyP;`.huC9CZfXp bܪxSmx ww]$mq*Tgu٤ǂt8'_S7٠ʇlR /%{VhZ} mLK J^|hg%! ٣߄ڛU=DJPQ)R+QaKS,Nf>)43lN1 6*(g{>kGBbI':eFػ^X3 0oFyUWE-HDK 0;z3WQWly"HRU/Iq-__.ezZZ\X*{7GhjekXBZWD9En4g*S5G 3"#+y;yJբ$^m,Z!tewcO~enhs{nJ$Zv#REY]Th[Ң/HhV"ɬ1;"ʟ<=V`*s*Ws2z6'BFF[@ᖨ4,XW# Yy"GlSx{^ Y2T9"g+RF^% 0C~WH PHf5}xf!!Q [hl6;l1zK_2 x/8w&)n )7CЀϬU>CMN*'n. =(0a*iƢ16BXQ4H&ѩbCAkAg]~$gd6Gm!Q'Eэ q >`pukb H'd)ݢ~HvT)MyMTs+n΍~{۵|9k5散у(;D`O0 ϾS@@`L ^_bӗƮ[[hvHm(VTGi^|ѷJvMkFWĐ̅ƂF|zPo\[i 9#l*b |J4Gԃ|ȥ4;Ućj!^:Bl[ٰrU %j&8+>̵0ƼFnwBhM]S\㩑D_&htd֗<(.~A//J&4*;K"-@[XmjQ8'Μwb.&K]\G̶Ų#ڱQ*>L.o-;:^\I}D29p% \ 3kڬ0% ;F"Pdf +4;{dK 'yCkgm#/6J1lr?mq`S3[c@톲wOG(lRQ')w}QvU}EA[xܸ̂LP/ BxppxbZLP}S!*|Sö7~nd습HO}Hb'c1Gc~ijGw<7PyA97'mkxK?wSi- xE'-,wC#6;7d%}r YZ