libmarkdown-devel-2.2.4-1.41 >  A ^p9|Za>PIu„-tb K })nI'?E'ʪ3] b~"`BzK< C E|"' cV6%V%{iӃ"ue0U;g԰뻈vJۄGJq~~$n@L{07279398373296eddc10ea4316673a6aa6758c884199adee57e74d77ad42da22e4cbb16af36da45f3419e7efc97fac699ef74003DX^p9|9-zV@_S=p8 ⪼FT!%iaܨ 0!;KVSHEfDxؐ'?`9-lN,}qي'0i)WNRxW6B_ 28>p>$h?$Xd  G>K a 6 \   _(l(+84 9\ :  FgG|HIX(Y4\P]^ b!c!d"e"$f"'l")u"<v"w#Xx#y#z#$$ $$TClibmarkdown-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.^sheep92&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/linuxx86_64e~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(x86-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.)sheep92 1591404825 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-discountcpioxz5x86_64-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"C)6]Autf-80a9f1fffe60fed946aaa5390e57615acc9e5743efe6ce484c3252f65f8614b7e? 7zXZ !t/27] crv:*z`l\o-uIm"Gٞ8j $Pvߋ[bE0Qzǡjb v &#lgh,R_[81skǮfo7J\ͭ41QZ ) SUxgwLr \)w~+ZeOU+ˇq#Cnj r^u ƬPx7K W{ETxQΙ Yit=ASܴ`o9V[cPNR480`ϛj/+1@WS& FG"c?I 0y4{4SUy4[Gj:ggPꧧIu3'W?.tuLqM]#HxWhsO:' KӶrlUT~QtOFU\ct%e9";,Š6*roXGcaw܋ {u(i$`h8NG!S4AjPϓrh[! ZDb'*N"{(jϊI)wWH`ݵ_ԦŠ hM`wH^P̺:_v@sbK}YU 3>Xa'O )_|j =G*`=P㛎lN*R{^tE'dXE7qp"9{odu'rnOV0r^^`uhFq~|X?]L؜V >7[+qaR9G[PCݯc;mKCP #+_h=suX_-kҸ-qУyodMb6ѩdS1L'ds+R\?>?< }N*iPJwNĶZ=D"kO!pd;Q ,e:m88*TDֿ mCq2<4Op=eI`' RWWH"9wBDC4pP͙kk/O' ;Li'9(U|^퐫_ p݈ ĢD>'#hCS(D &{Swods|50 ̹"?R5# 7^}X%:V Fj00&kG͂DjWN )ŚHԡ]q:(0jlKďL3\'tӼ h*9Jh Oysӕ"i[ډB( (y*ɮLRiO]v7N]n> OOKv7-#鷨aw2$=\vK1EQHuJt6p eK3ƞCgָSgz}azkǦ.n0ʩ;txGV٫aֳ@6_Q{I@(J۩}Vw x(F)U?Z˥Z}|ȶ(NF8&B2MBCru{1-_qmks7誝>a۩ei=kȬm3kqŲ?mNr8yk (zLH T,ؤtѷF'B;J,=zk'xڴXc]˸vytqS=}J9^ƻ lA{ՉOPaBbMZ#Kp~@/› zN#n,jAvJn/:,%0c%&O-ma}0tɑL#\>pUDoGRykچ G=(]q YSZw=yrlN]@ x K$0I+C.p` w ! vé^BzM >yGY*&* &3/ˍPi3-ʜ+~}g3䴚&tN*dqtHEIc{'Ji{*d]?WbĆ=m/~BL؜v!)ʶ",lhwzEE}U o"qOu=ny 5wK39a:ŝ!k5ׄ" bh">kdt G$;^$ ٲ=o5B PʜYքfg jcb # u׽$A֭]#UGp/nG@,o9EVC4 ,#S<`s)f WKh5#z"FDQ ę}ߩc2T X89EkλF jϷhRN s9ZcQ_DI@B9?M{HڑBҞT'~/]:nf}oO |5{,!ő"9`:V4%9q "(}72*~HB⭀4ʡ7p"k&/%K KAvo+ڱRѮW4HY,kO?מl)}djW|6`H̰{;{t7 ?A'SxMu6YswYԻ$l܆_qQNuNʒ\RI"6}֯Ib'ş| "P Kٵ+qʰQuJ~!=`ŵ*KM]<( זm#vOg.bRT^0_gKw&̈́kĊvAEb n>pĤ}s gXzS'JKY\S,r烥٩:_I # sB t6mɜTq5PGn;s>a$햹ᒝ/ի\gw"yӓWC۹*M3 Q\;yj` i*[ 8OhalqǺԯ/UlhDз{Jm9_=௩a!kգ(& b0/y1%>ox8kܰgmq[.4䱸@}a!Wl6zz!FoOMMeRAs\qo:} /8 md^̝ Ya"KV sXE ktrcfp>lp.BM Š.7jaOOP1"A-̅kRE"0):1ַ r};TϚIpo8eb:3N@GAn C`/n8p@H{8g[x Tߝ\#jcRR22+@Oæ*\3""["q/޹-) } ^' _T] YiH~yjZH"_r247Դܐ^~x-a;g6)GzٍG5ZF=X%(ŚQFXFE.`ۨh%b8{f -~;nn:1*$GAM~Հ*T;L*Tx/n?pKqHJAJǔSC{Ƿ٥`mѥ`d]3ޅ pAS" 9ǩ6ž&o3[,ȗhDCW`&r,ʸJZ͕Ӱ"SpA"vDQO& ʖ0 ]r/N"bㄡ 7 UTjIz (Z?үȂz:i"]_^ e҇cVb b;^tmHXDx%KڍeTيC%㢏7RSũ;īFAp >)aѯ(kl)w%a(2锆?VXWΫhXU0ɞU[owT H*Ke];\2 A S IRip}l롸S{5KneHsbeI ©{qDžDפ(>W+``./hɦoTg|=fVh^1TgN_xORɑ4p!q`E%|~Z4Hg &B4ci VڛtmXp4S|=jCt&ԇI[ʈSExq4hM/Q$Sd\5&ݞ/9zGR8  {\-NN6a[fvN]sYz:,P?ͼSP35Ƞb`O*8?_fSyYW /mxq9+C=Ÿ٠0 v' coJcS{-U:PW92BiRL0TkhHk;W)Nn#jDi.!4d,CizĆx.qdtQhX 8[;uzLVR".;S&% ,amG׍Gu("jcKx[gzy:0s9QÒKQ+Duz%?ƞwf#eJSBy9Zʷ%:pgn6 2rhхWYJMrtUX?hJHZʘTߪ5a6