libodbc2-32bit-2.3.9-150400.16.3.3<>,;dn p9|{M~Ir">xI0%07-"UW;;W\p,e63_/Ё~bҏiSg\ߪ:hEbJr@#V;'3D sSMMAZZ.Wl%~f%3^o| /l(!%"ֈفdTx/ p=ԁ[ 43fBZD48m^~$ (/1wf;XC'FڢNgOP 23NPJ>>?d % D  0IOVh    v 0H(.889:>yGHIXY\]^zbcBdefluvwxy\`fClibodbc2-32bit2.3.9150400.16.3.3Open Database Connectivity APIODBC is an API that abstracts the access to different database management systems.dn goat35 SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttp://www.unixodbc.org/linuxx86_64/sbin/ldconfigWdn dn dn dn dn dn 55e80ee859cc315452e89195df19b99004b0480087f59f7c0d49cd58c5578cc0df216f354feb5e1235f454759f6b43482455d62e4fbed405bdcfe72d8affc8a86f8b34c764ec4f00901781171f85fd99e492fbf8c3d521210f585afe908b8747libodbc.so.2.0.0libodbccr.so.2.0.0libodbcinst.so.2.0.0rootrootrootrootrootrootrootrootrootrootrootrootunixODBC-2.3.9-150400.16.3.3.src.rpmlibodbc.so.2libodbc2-32bitlibodbc2-32bit(x86-32)libodbccr.so.2libodbcinst.so.2@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libltdl.so.7libpthread.so.0libpthread.so.0(GLIBC_2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3da@`_i@_a@_Wr@_N7[^ZZ@Z@Z_@YMW3W3VU@U@T|X@Tw@mvetter@suse.commvetter@suse.comchristophe@krop.frjengelh@inai.dejengelh@inai.demvetter@suse.commvetter@suse.commvetter@suse.commvetter@suse.commvetter@suse.commvetter@suse.commvetter@suse.comadam.majer@suse.demvetter@suse.commvetter@suse.commarkus.beth@web.detchvatal@suse.comzeke@zekesdominion.comtchvatal@suse.comjengelh@inai.de- bsc#1213242: Add missing requires for glibc-locale-base- SLE-20556 Expand documentation: Add: * unixODBC-doc-website.patch * unixODBC-doc-drivers.patch- Fix incorrect permission for documentation files. Using %attr affects the documentation subdirectory permission. Instead, the executable bit for doc files will be removed in the %prep section.- Update requires and baselibs for new libodbc2.- Employ shared library packaging guideline: new subpacakge libodbc2. mariadb's ha_connect.so wants this library, but a unixODBC's Recommends line would awkwardly pull in psqlODBC by default.- Update to 2.3.9: * Remove "#define UNIXODBC_SOURCE" from unixodbc_conf.h- Update to 2.3.8: * Add configure support for editline * SQLDriversW was ignoring user config * SQLDataSources Fix termination character * Fix for pooling seg fault * Make calling SQLSetStmtAttrW call the W function in the driver is its there * Try and fix race condition clearing system odbc.ini file * Remove trailing space from isql/iusql SQL * When setting connection attributes set before connect also check if the W entry poins can be used * Try calling the W error functions first if available in the driver * Add iconvperdriver configure option to allow calling unicode_setup in SQLAllocHandle * iconv handles was being lost when reusing pooled connection * Catch null copy in iniPropertyInsert * Fix a few leaks - Remove unixODBC-2.3.7-warning-cleanup.patch: upstreamed- Update to 2.3.7: * Fix for pkg-config file update on no linux platforms * Add W entry for GUI work * Various fixes for SQLBrowseConnect/W, SQLGetConnectAttr/W,and SQLSetConnectAttr/W * Fix buffer overflows in SQLConnect/W and refine behaviour of SQLGet/WritePrivateProfileString * SQLBrowseConnect/W allow disconnecting a started browse session after error * Add --with-stats-ftok-name configure option to allow the selection of a file name used to generate the IPC id when collecting stats. Default is the system odbc.ini file * Improve diag record handling with the behavior of Windows DM and export SQLCancelHandle * bug fix when SQLGetPrivateProfileString() is called to get a list of sections or a list of keys * Connection pooling: Fix liveness check for Unicode drivers - Add unixODBC-2.3.7-warning-cleanup.patch: 2.3.7 a 64bit protability error See https://github.com/lurcher/unixODBC/issues/18- Add BuildRequires: pkgconfig since we install .pc files - Add unixODBC-rpmlintrc: devel files are in the right place- bsc#1062860: Recommend psqlODBC to stay feature complete- bsc#1082060: Update to 2.3.6: * Fix order of arguments in SQLWriteFileDSN.c, fix unwanted free() in iusql.c * Add pkg-config files - bsc#1082290 (CVE-2018-7409): Buffer overflow in unicode_to_ansi_copy() was fixed in 2.3.5 - bsc#1082484 (CVE-2018-7485): Swapped arguments in SQLWriteFileDSN() in odbcinst/SQLWriteFileDSN.c - Remove unixODBC-2.3.1-bison.patch: upstreamed - Remove unixODBC-iaddr.patch: upstreamed - Adapt unixODBC-2.3.1-declarations.patch to unixODBC-2.3.6-declarations.patch - Update unixODBC-gccwarnings.patch- bsc#1062860: Don't install postgres example driver psqlODBC package should be used instead of the example driver provided by unixODBC (libodbcpsql.*). It is unmaintained.- Enabled --enable-fastvalidate option in configure (bnc#1044970)- Requested by fate#319390- Add comment in spec file so people know why the .so files are not in the devel package- dropped obsolete unixODBC-2.3.1-uninitialized.patch and unixODBC-nonvoid.patch- Version bump to 2.3.4: * Fix typo in the loading of the cursor lib- update to version 2.3.3 * Various buffer overflow and unchecked memory references * More ODBC 3.80 additions (streaming parameters) * Allow setting custom non standard attributes via DMStmtAttr * Add -L option to isql to increase max column data display * More manual pages for the tools * many other fixes, see http://www.unixodbc.org- Move all .so files from devel as many ext apps dlopen those so you need these on regular package. - Clean up with spec-cleaner - Remove readme.suse as it is obsolete like hell - Wipe all la files as we don't provide static libs anyway - Do not append no-strict-aliasing to cflags, pointless - --enable-driverc enabled too- Account for changes in libtool 2.4.3: remove ACLOCAL_AMFLAGS and explicit libtoolize call. - Replace $RPM_BUILD_ROOT by macro (fits with the other macros used)/bin/sh2.3.9-150400.16.3.32.3.9-150400.16.3.3libodbc.so.2libodbc.so.2.0.0libodbccr.so.2libodbccr.so.2.0.0libodbcinst.so.2libodbcinst.so.2.0.0/usr/lib/-fomit-frame-pointer -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:Maintenance:29802/SUSE_SLE-15-SP4_Update/511d313a0fda724bed0c4a7fe032c674-unixODBC.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=d54815cc862841ffbdca213eabeb614b9c4f8506, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=5726c4837c866d04f00be7f887c416f1f82a67bd, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=4d23c306d431d618864e16c82a41f50bbb31ef3a, stripped   PR RRRRRRRR RPRRRRRR RPR RRRRRRRR Rutf-8f6d7fd517577ac034eaea549565a459425a2971c96c051baf4fe385069226eae? 7zXZ !t/* ]"k%{Yu#`݋5@! I׻K K . DjNsza%dN5 N@UK}Fұ1k KY=6 \d0LvBj족09Q/ۻȍ+&h ޽rUMY5,|C4N-E^_Ơt|wO&6&?A$S”y1C gvժqzPA 9rٯyQEӆtL,>y>ACFGA>88`0A~+s2{ܘףFp˻Ӝ:4{~۩ k (o<Ǜ\?e?w*2 +Q zaC@ɍԌ +gJ +Чp[0a3gՍww%w*V~ I+"b} %z+bѻA"!kgS',!$}trES4EcRKd\}ҳh:tu %LBO9A/K:.GI HD.۩I xnȑrfP &(=H錛lcxA޼"AڳRV=?H*A9io O-;Ӗ_{*/Giή<vA(R!_[UD%QSn+Lb[]胺",eWV\0S!q&5  EC'5H #K2d9X8o,)\`!z7?p#QlI#=_ya샳drV0:m1%u^X YC`wVyUf$ @y2!fP*I`oOG4WDؕ4*+U B, b̊n6u8H Y24g#"K4`(43~BkxvՀ֝nn_/Ӭ#\r1:L7tSvNQ7+D~)#Rt&AOLgna/ٵ8O,߿k"!>xP?-u_" jaQ7_]V;#R^LW@"Y('f&s/aӅ۬iJmds6~{A5Fn MEހL^$AD&=,^~枯Xr5/6@;¹~h@٣^Uc?Q~!o)9(pNR ^aLTsoC'w1Z'(ko:uIX0EkO%| 6'؎.uzC-0\ٙQ%ÕƜά˅% a/bH#kzӦ] z $Rv 1bND!}s+)7D^[Xsv‰m,VX%oVO8 +2x5mwV Ga 8lMCpg2t.W8ew8iy$x0% I4 CG?\iU7\w[ō-ՎDb(փ!#ςqB Xl*kz|rr\= 9 +2idvGv*>Sh|*t*3p2CN)^ښ$a~M1Bz/zÙD"x+GVRp@:&q7L)ˊ-p11&B \W90 i6+YZ#_Yfr*`=C𝷰izt;ı齈%njHƒg1{2~X_7aٗ6\1Ί9u>3ZqF혈]q" ~ Ŭ^ w &z) #+b^1QUXeU>})j=QZe} Pv:I:=.8 ^eIgSŮAUۙQ~Lꓽ3G͢pY㼮0e,'ݿ؊z&vX U22\WvkLSVqpC! TW+ϑ*Hթ)7rfй07׃A$LQ==YdzbWztgT,=wH_wT~m][EEqvĈDSόcR Ax"- oP{U.]Ƞ& {3ϧ}_ɤMQ'?T$fYa1 k\/MӮ17qʌⳄ0##! Tw&,f'2W)z{hI,e) IDgPcRVRQ^:5rqLz.d8X/Z9U+7)œ= BW\܏w%i8̓.-ncNB$2rwR$G||@l$0ڠzŦB]S9s@ {Ce!6zܡҝqo}جƈ]˩gq[Ueb~~4:x3*Ŋ琷(TNm:2tzNzosǏώIUp|e+ G89zwTm-LƬ6AWD%5t4hd辦Vs wBKC?(PrPIO&s/u`XgjԙX6?T.MKǚGZ~nQ%liq38- I6&.+ *~. Rl.K/ w I=yb\fhfZVm@'qە^ORMR5*뼉GDs"M2`lX8:Rܖm76W;&V{{0@+ШG@x(1_UBؤUЍ(nPr1X2$oZk3_guaC5eug~&DM/]-qVF7T'OΕJݨSpT*?ԇYNr.@x+<壑kSBY(-,{-o!]g1)v r&'bhW3$ª FөZR^gHV0x)47o>08BVk]nΌ31_nErtZOJ`7b|:ZW8 E |@lqp%Nnd+5do}]ղ4mM,霻p|+tx4"^?ó,C0G&~czX""#7XG8f@e#qa}ʢ7 8v P6`;ܿ+x'c $F `DiFNl^ٜv.GPFY@ )#=u˄@*VR BGG Kd4Ǡؤ _B` Y~zu/U_kU⩀׎TxSN%?1Aɴu{Yvo*G} Yo N[\3FdS9cBH6,Azwf+"sY'yhRINLf64zUW^~ԓ| $c#;Kv{24pVVQ3F/i?uoîTŒF@PPOZgG ZCIŤ!ƘxݳU/D,ɉCKG,3Kk 2zϷ6$w[>>c3 |JlOH\BAZ/Z?^VuhD <i ,E@ZX 8sIԏ#vk1ko6pV">x WL=^ I[14n]0<';|Qv9}Z5rbk>8AV[uE/241 H97 ;׷t^/2v֊g*yDPkҺ̹uSZ 3ZH=&dxl;@~6j5zo2zzq}@_3? `,4Xȫ5Ǧ-eT:+SEZUc`e_$FmVG:>rizZYJg%^w+;}"? qJ^=oy i^iӀ9+U@C=)!=+B'TY0ZPe a. =@+S:)H`0l[AKiIHj.As+n}#*[X PDIN:K2ĎV]9mŽЖ2"=M4&@ ~y9m{d(F&b5˽xUAZ?^]}TҺrIMlN]$h+u2g0\X͠wnU|\qX1\+D3hJ& +2;4A?L LV@ g@p;ft7 @53ԩJ.`/tn7GHszarOK "tpGVkEy+E E8a8x׿dP2701G~=KO[5t22zi9A{״N =;ׯ< Gi" f͖7+p^i{G M@郲i eլV 'I'lo2}ߑ,jbc/C}ӷ=[nF=so)2>f8%c,{-PU, 1[-#{:wK~e&yLy.'0l^w8 [eH,\nPEDl!]RYtwՈjgvͿxs)rT>cp  & 飨ulM Zeg-W2yޞ B8;`v"y-M.(}P2G  qC:J2T] YZ