leptonica-tools-1.72-9.1<>,;bZ͸/=„aN&|3h?G^:{蚌͐1ml&Zgc- a]|2C9!Zn&.zq?pD* 1gr8.td3[˥j ;]f/"lLޝ.P$ש ^D>_K& (b_(462jnXY|Ho20$>a\Ibh88P^Y\X>:1?1d  +PT`dw $ B `  k |Nl   (89T: F!G"H"PI"X"Y"\"]"^$Yb$c%Gd%e%f%l%u%v&4w0tx0y07z1Cleptonica-tools1.729.1Leptonica toolsPrograms for manipulating images.Zcloud134openSUSE Leap 42.3openSUSEBSD-2-Clausehttp://bugs.opensuse.orgProductivity/Graphics/Otherhttp://leptonica.org/linuxx86_64) )8)X)))X) ))A큤ZZZZZZZZZZZZZZO]ef3470f79a0abda90b8b352311e8cd6abf1d44817200248a492e301ed391ce6839e097b563483e15204d5a559584f6a372f3035c6db9e3ca4ff5cf86a5a0a7f7e8e882fae131325bf796727b818d35ee6876f2a68c2f4b33095d86114c56761d5e1a69cbb7bc27fb545cefdfde2bca06d040552aaf52bf6397826b3bb553a4d020520a4d0554be6a027ec386878dbe5c07fe9f9008b432e6e26ee262fb043c19cd93346355d61f86fbb3ce8a57228752d71e09dcde3db240523e8cd48d8a759a38effac5bcb1c657132c4ac47513b66820cdd3af097ca431b82004c691f406a6rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootleptonica-1.72-9.1.src.rpmleptonica-toolsleptonica-tools(x86-64)@@@@@@   libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)liblept.so.4()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2Z@Zz@V@T&RQ?P8@PO^@ONp@N@MMTMTL,@L,@L+@Lq@kbabioch@suse.comkbabioch@suse.comasterios.dramis@gmail.comlazy.kent@opensuse.orglazy.kent@opensuse.orgseife+obs@b1-systems.comlazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent.suse@gmail.comlazy.kent.suse@gmail.comlazy.kent.suse@gmail.comlazy.kent.suse@gmail.com- Fixed a buffer overflow in in src/viewfiles.c with unsanitized input (rootname) (CVE-2018-7247 bsc#1081631) - Fixed multiple stack-based buffer overflows in gplotRead() and ptaReadStream() (CVE-2018-7186 bsc#1081576) - CVE-2018-3836.patch: Added additional bad characters, to prevent command injection by invoking it via $(command) as described in bsc#1079358 (CVE-2018-3836)- Added CVE-2018-3836.patch: Fixes a command injection vulnerability (CVE-2018-3836 bsc#1079358 TALOS-2018-0516)- Update to 1.72: * Better handling of 1 bpp colormap read/write with png so that they are losseless. The colormap is always removed on read and the conversion is to the simplest non-cmapped pix that can fully represent the input -- both with and without alpha. * Fixed overflow bug in pixCorrelationBinary(). * Fixed orientation flags and handling of 16 bit RGB in tiff. * Also new wrappers to TIFFClientOpen(), so we no longer go through the file descriptor for memory operations. * Improvements in the dewarp functions. * New box sequence smoothings. * New antialiased painting through mask; previously it was only implemented for connected components in a mask. * Better error handling and debug output with jpeg2000 read/write. * Implemented base64 encoding. This allows binary data to be represented as a C string that can be compiled. Used this in bmf utility. * Implemented automatic code generation for deserialization from compiled strings (stringcode.*) * Regression tests write to leptonica subdir of in windows; in unix it is optional. This avoids spamming the directory. * Added new colorspace conversions (XYZ, LAB). * New source files: encoding.c, bmfdata.h, stringcode.c, stringcode.h, bootnumgen.c. * Removed source files: convolvelow.c, graymorphlow.c * New programs: genfonts_reg, colorize_reg, texturefill_reg, autogentest1, autogentest2. * alltests_reg now has 66 tests. - Added new build requirement openjpeg2-devel for openSUSE > 13.1.- Update to 1.71. * This version supports tesseract 3.0.4. In particular, 3.0.4 has automatic conversion of a set of scanned images, either in a directory or coming directly from a scanner, into pdf with injected text. This is something we've wanted to do for several years! * Improved jp2k header reading, including resolution. * Removed src files: rotateorthlow.c, pdfio.c, pdfiostub.c. * Renamed jp2kio.c, jp2kiostub.c ==> jp2kheader.c, jp2kheaderstub.c. These header reading functions parse the jp2k files, and don't require a jpeg2000 library. * New jp2kio.c, jp2kiostub.c, that uses openjpeg-2.X to read and write jp2k. We now support I/O from these formats: png, tiff, jpeg, bmp, pnm, webp, gif and jp2k as well as writing to PostScript and pdf. * New pdfio1.c, pdfio1stub.c, pdfio2.c pdfio2stub.c, where we've split functions into high and low level. * Fixed memory bug in bilateral.c. * Improved reading/write of binary data from file. For example, l_binaryReadStream() can now be used to capture data piped in via stdin. * Font directory now arg passed in everywhere (not hardcoded). * Don't write temporary files to /tmp; only to a small number of subdirectories, to avoid spamming the /tmp directory. E.g., for regression tests, the current output is now to /tmp/regout/. * For jpeg reading modify pixReadJpeg() to take as a hint a bit flag that allows extraction of only the luminance channel. * Allow wrapping of pdf objects from png images without transcoding. * Better support for alpha on read/write with png, including 1 bpp with colormap, alpha (supported in png with transparency array).- Update to 1.70. * New bilateral filtering. * New simple character recognition utility. * Improved dewarping functionality, in model building and rendering. More flexible use of ref models. * Better and more consistent handling of alpha layer in RGBA, though use of the spp field. Ability to handle more png files with alpha, including palette with alpha. * New fast converters from jpeg and jpeg2000 to pdf, without transcoding. * Made bmp reader (and pix reading in general) more robust; avoid size overflow errors. * New text labelling operations; depth conversion of a set of images. - Major version changed to 4. - Rename liblept-devel to leptonica-devel. - Drop liblept-1.69-no_return and leptonica-1.69-giflib5 patches (fixed upstream). - BuildRequires: pkgconfig(libwebp) >= 0.2.0 - Correct URL and a source URL.- fix build with giflib-5.x, leptonica-1.69-giflib5.patch- Add liblept3-1.69-no_return.patch: fix no-return-in-nonvoid-function error. The bug reported upstream: http://code.google.com/p/leptonica/issues/detail?id=69.- Update to 1.69. * Major version changed to 3. * New copyright (BSD, 2 clause) on src files. * Fixed bug in PDF generation for large files, using a new double array (dnabasic.c). Added several new modes for PDF generation from sets of images. * Dewarp based on image content now aligns to left and right margins; works at book level; is more robust to bad disparity models; version 2 serialization. * Improved sorting efficiency of numas in cases where binning, which is order N, makes sense. * Fixed fpix serialization (now version 2). * New version (5) of xtractprotos, allows putting prototypes in-line in allheaders.h. Having them separately in leptprotos.h still an option. * New src files: boxfunc4.c coloring.c, dnabasic.c. - Build requires libjpeg-devel.- Add "leptonica-" prefix to tools. - Don't install test programs. - Correct leptonica-tools summary and description.- Add libtool as buildrequire to avoid implicit dependency. - Use make_install macro.- Dropped libgif patch (no need). - Build against libwebp in openSUSE >= 12.1. - Removed useless provides liblept-devel (no need anymore). - Added license file to leptonica-tools package.- Don't build versioned devel and tools packages. - Use full URL for Source. - Corrected License tag.- Fix dependencies. - Run autoreconf before configure.- Devel package renamed to liblept2.- Update to 1.68. - Library major version changed to 2. - Dropped no_return patch (fixed upstream). - Added baselibs.conf as a source. - libgif patch refresh.- Don't build static library.- Update to 1.67. * build shared library. - Dropped optflags.patch. - Patch to compile with gif support. - Patch to fix no-return-in-nonvoid-function errors.- Build with RPM_OPT_FLAGS.- Initial package created - 1.66.cloud134 1519630541 1.72-9.11.72-9.1leptonica-convertfilestopdfleptonica-convertfilestopsleptonica-convertformatleptonica-convertsegfilestopdfleptonica-convertsegfilestopsleptonica-converttopdfleptonica-converttopsleptonica-fileinfoleptonica-printimageleptonica-printsplitimageleptonica-printtiffleptonica-splitimage2pdfleptonica-xtractprotosleptonica-toolsleptonica-license.txt/usr/bin//usr/share/doc/packages//usr/share/doc/packages/leptonica-tools/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:7840/openSUSE_Leap_42.3_Update/1cf07e4e9333b8543cf8ed5490bcf1bd-leptonica.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linux ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=f34ba9fed3e5b5d76905d04b14c08f3fc7b8e4dc, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=a84a0a58b7afa1ea0452a6f35b9bd3e27a37b30f, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=7b10f71d4f52e9522bf060d2eeb0504ff45e4197, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=027174380d2e13ae36837f17799f42f42aa5ec35, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=20733914eca92602adf4724cba3cace2bcf6ecda, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=789d74459839d5082332b86307a6486ce3d23c39, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=80e4a3b14088cb6a8e93835f5cd126482103e604, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=d2c80a1b27077744222b787d0557807cc6fa87ec, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=339dcd56a6c215239a28ec3cb9f2a0adaf1c3067, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=7452f40b2b33060736c81871c4f1c822542fd275, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=8e5a2223c7ae0f4345bb128d68ff965db7bded24, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=d1bac2d4050bcff49f6f6ee40bf1b7a618642690, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=b16bd6643b413c08e4b85d1bfa786ebc2544d898, strippeddirectoryASCII text #(-2RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR~Y{_ 4?`]"k%ntAzc, .X:pLUZ&ӹڴXʤO vW@HxZ|.ݽ?LPDY/J4]_^3 b7zL;~m+;?$%wI<&]Ԁ@Q]z=i| C!}|L.Z; /xۃ&[cnےx`[A !óxw\8pGĜB2IpL(u5YN|ڐ ,n' +JZL[#>uT%LdwڸƷ'Ighd  >0i~NXLp*s!y[OJ1% 1$*2Q,J8WTMnjK׬֪@+á+1lHA`_$6^fax:"T/6VDaU?^hfw40MLv:7\7r\,eyuGqGUMsqx߇L=(WoհU)Aޡ Z( }(F߾(d%̐Y~sΪ5lBYf,r;'cp- S[at~1$c vrE9ު0*~\3ZSoʈV# Ȓ[&h)~bդV(r&#uI.>~"I.<!xʅ!*z&YXqKo"=E^TFѣ>2*B)bӔ=uH