db-utils-doc-4.5.20-98.4>t  DH`pJnJ/=„ORl4P1rE_sI|5]7ߺѰzLcJ'D=0~fKD$^C~^eX1r1~  UO@Bbah.Ƀ8|u<#ɿΛ:\˦Oɀ=Ei"r]k ;4!S^W~` ʎd􆾧3}Czy e{ ~NJ E(\'LĦF^28a358c091fefa2656028059375a899aff01a4f7iRJnJ/=„h@`WIeaJ=@|]  E0 eqHIܤˬ❩ыO N{DI(^vƠ7LEp]p>S$ʐEvx!gy@$ (Eo rbT<-fzUr-hC2fd߰f8`7Eks~_dQUH.%"659>rsxDC֦;I~6dwTNǕjtU- |>63G?37d  g48@DR[u   ( D | * 8pTx(8 9( : F0&G0<H0tI0J0X0Y0\0]1^1b2;c2d3 e3f3l3z3'Cdb-utils-doc4.5.2098.4Documentation for the Command Line tools for Managing Berkeley DB DatabasesThe Berkeley DB Database is a programmatic toolkit that provides database support for applications. This package contains the documentation for the command line tools for managing Berkeley DB databases.Jmbuild24openSUSE 11.2openSUSEBSD 3-clause (or similar)http://bugs.opensuse.orgProductivity/Databases/Toolshttp://www.sleepycat.comlinuxx86_64 Ex% 6uA큤EEEEEEEEEEEEEEd74b2b20d6e49a486f0e3360e6b5ffa789d81cfba566c776b9aed8c00e730af373d3f35cb72b50a24371941a5470fc5eede09cbacc7a6f326c98cfe5461de19c619afab65acc982b7bd4f52b9fcf66dd67ec32b8281e024f8fa2fa7b23d5599ffca6c5da159994b2d07063b0144a9e34ec25dae6fc4e6bf8e8fd5be4b648a74d437cac72210ac3d15c209bfbff5f163b52c4e96d9a88c6d6352ace5b91757a3972bfe8147eb9dbdb1cd1ed6b449db8afc3745ce343dbf5de4355395e603f1071d85c829b4b9d46de04e95067fb55341arootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibdb-4_5-4.5.20-98.4.src.rpmdb-utils-docdb-utils-doc(x86-64)   dbrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)4.5.204.0-13.0.4-14.4.6-14.7.1J#Il@I&Hd@G@FIF; @F'YEE@mls@suse.deolh@suse.dero@suse.deschwab@suse.dero@suse.dekesselborn@suse.dedbornkessel@suse.dedmueller@suse.derguenther@suse.derhafer@suse.de- make patch0 usage consistent- obsolete old -XXbit packages (bnc#437293)- update check-build.sh- Fix configure script.- added baselibs.conf file to build xxbit packages for multilib support- copied spec file from db44 - changed package structure to: db-doc db-utils db-utils-doc libdb-4_5 libdb-4_5 - update to version 4.5: Database or Log File On-Disk Format Changes: None New Features: 1. A new event style notification. 2. Multi-Version Concurrency Control for the Btree/Recno access methods. 3. A new replication framework with a default TCP/IP setup. 4. A new port to the BREW platform (a cell phone OS), not fully supported but ready for testing. 5. Several enhancements to the Java Collections API including the implementation of the size() method. 6. Online replication upgrades for high availability replicated 24/7 systems. Database Environment Changes: 1. Update the DB_ENV->failchk method to garbage collect per-process mutexes stranded after unexpected process failure. [#13964] 2. Fix a bug that could cause memory used to track threads for DB_ENV->failchk to not be reused when a thread no longer exists. [#14425] 3. Add set_event_notify behavior as part of new event notification in Berkeley DB. [#14534] 4. Fix a bug so that we no longer panic on DB_ENV->close() if a previous environment close failed to log. This condition will now return an error. [#14693] Concurrent Data Store Changes: 1. Fix a bug where renaming a subdatabase in a Concurrent Data Store environment could fail. [#14185] General Access Method Changes: 1. Fix a bug that could leave extra unallocated pages at the end of a database file. [#14031] 2. Optimize secondary updates when overwriting primary records. [#14075] 3. Fix a bug to prevent a trap when creating a named in-memory database and there are already temporary files open. [#14133] 4. Fix a bug which caused a trap if the key parameter to DBC->c_get was omitted with DB_CURRENT. [#14143] 5. Fix a bug with secondary cursors when the secondary has off-page duplicates. This bug resulted in incorrect primary data being returned. [#14240] 6. Fix a bug that would not properly upgrade database files from releases 3.2.9 (and earlier) to releases 4.0 (and greater). [#14461] 7. Fix a bug that could cause a DB_READ_UNCOMMITTED get through a secondary index to return DB_SECONDARY_CORRUPT. [#14487] 8. Fix a bug so that non-transactional cursor updates of a transactional database will generate an error. [#14519] 9. Add a message when the system panics due to a page in the wrong state at its time of allocation. [#14527] Btree Access Method Changes: 1. Fix a bug that could cause a diagnostic assertion by setting the deleted bit on a record in an internal node. [#13944] 2. Fix 3 problems in BTREE compaction: [#14238] 1. When deleting a page don't check the next key in the parent if we are going to delete the parent too. 2. Need to check that the tree has not collapsed between dropping a read lock and getting the write lock. If it has collapsed we will fetch the root of the tree. 3. Fix a case where we fail to lock the next page before reading it. 3. Fix a bug that could cause the compaction of a Btree with sorted duplicates to fail when attempting to compact an off page duplicate tree if a key could not fit in an internal node. [#14771] 4. Fix a bug that causes a loop if an empty Btree was compacted. [#14493] Hash Access Method Changes: 1. Fix a bug that could cause corruption in queue extent files if multiple processes tried to open the same extent at the same time. [#14438] Queue Access Method Changes: 1. Fix a bug that caused locks not maintained where queue records were read but not present in the queue at the end of a transaction, therefore violating serializability. [#13719] Recno Access Method Changes: None C++-specific API Changes: 1. C++ applications that check could the error code in exceptions should note that DbMemoryException has been changed to have the error code DB_BUFFER_SMALL rather than ENOMEM, to match the error returned by the C API. DbMemoryException will be thrown when a Dbt is too small to contain data returned by Berkeley DB. When a call to malloc fails, or some other resource is exhausted, a plain DbException will be thrown with error code set to ENOMEM. [#13939] Java-specific API Changes: 1. Database.verify may now be called. This method is now static and takes a DatabaseConfig parameter. [#13971] 2. Add DB_ENV->{fileid_reset, lsn_reset} to the public API. [#14076] Java collections and bind API Changes: 1. The com.sleepycat.collections package is now fully compatible with the Java Collections framework. [#14732] Tcl-specific API Changes: None RPC-specific Client/Server Changes: None Replication Changes: 1. Fix a bug so that internal init will remove client databases at the start of internal init. [#14147] 2. Fix a bug in replication internal init so that using data_dir will be handled correctly. Make internal init resilient to multiple data_dir calls with the same directory. [#14489] 3. Fix a bug in the 4.2 sync-up algorithm that could result in no open files. [#14552] 4. Fix a bug where a PERM bulk buffer could have a zero LSN passed to the application callback. [#14675] 5. Change names of some existing replication API methods as described in "Replication Method Naming" page of the "Upgrading Berkeley DB Applications to Release 4.5" section of Berkeley DB Reference Guide. [#14723] 6. Fix a bug which could cause an election to succeed only after waiting for the timeout to expire, even when all sites responded in a timely manner. The bug was most easily visible in an election between 2 sites. [#14752] XA Resource Manager Changes: None Locking Subsystem Changes: 1. Fix a bug that could cause a writer to hang if readuncommitted is enabled and it tries to reacquire a write lock. [#14919] Logging Subsystem Changes: 1. Fix a bug so that log headers are now included in the check sum. This avoids a possible race in doing hot backups. [#11636]. 2. Fix a bug where recovery fails if there is no disk space for the forced checkpoint that occurs at the end of processing the log. [#13986] 3. Fix a bug which could cause a page to be missing from the end of a database file if the page at the end of the file was freed while it contained data and the system was restarted prior to the log record for that free was flushed to disk. [#14090] 4. Fix a bug that could cause log files to be incorrectly removed by log_archive if it was run immediately after recovery. [#14874] Memory Pool Subsystem Changes: 1. Fix a bug that could cause corruption to the buffer pool cache if a race condition was hit while using DB->Compact. [#14360] 2. Fix a bug where cache pages could be leaked in applications creating temporary files for which the DB_MPOOL_NOFILE flag was set. [#14544] Transaction Subsystem Changes: 1. Fix a bug that could cause extra empty pages to appear in a database file after recovery. [#11118] 2. Fix a bug triggered when running recovery with a feedback function that could cause a NULL pointer dereference. [#13834] 3. Fix a bug where running recovery could create duplicate entries in the data directory list. [#13884] 4. Fix a bug to not trade locks if a write lock is already owned. [#13917] 5. Fix a bug that could cause traps or hangs if the DB_TXN->set_name function is used in a multithreaded application. [#14033] 6. Fix a bug so that a transaction can no longer be committed after it had deadlocked. [#14037] 7. Fix a bug that could cause a trap during recovery if multiple operations that could remove the same extent are recovered. [#14061] 8. Fix a bug that could cause an extent file to be deleted after the last record in the extent was consumed but the consuming transaction was aborted. [#14179] 9. Fix a bug where the parent database would not use DB_READ_UNCOMMITTED in certain cases when calling DBC->c_pget. [#14361] 10. Fix a bug so that it is no longer possible to do a non-transactional cursor update on a database that is opened transactionally. [#14519] 11. Fix a bug that causes a sequence to ignore the DB_AUTO_COMMIT settings. [#14582] 12. Fix a bug, change txn_recover so that multiple processes will recover prepared transactions without requiring that the first process stay active. [#14707] Utility Changes: 1. Fix a bug that caused db_verify to not check the order on leaf pages which were the leftmost children of an internal node. [#13004] 2. Fix a bug that caused db_hotbackup to not backup queue extent files. [#13848] 3. Fix a bug so that db_verify no longer reports that an unused hash page is not fully zeroed. [#14030] 4. Fix a bug where db_stat ignored the -f option to return "fast statistics". [#14283] 5. Fix a bug that prevented the db_stat utility from opening database files with write permission so that meta data statistics would be updated. [#14755] Configuration, Documentation, Portability and Build Changes: 1. The Berkeley DB 4.3 and 4.4 releases disallowed using the --with-uniquename configuration option with the C++, Java, or RPC --enable-XXX options. The 4.5 release returns to the 4.2 release behavior, allowing those combinations of configuration options. [#14067] 2. Fix build issues when CONFIG_TEST is not enabled for Tcl. [#14507] 3. There are updated build instructions for Berkeley DB PHP module on Linux. [#14249] 4. Use libtool's "standard" environment variable names so that you can set "AR" to "ar -X64" for example, and modify both libtool and the Makefile commands. Remove the install-strip target from the Makefile, it is no longer used. [#14726]- moved libdb-4.so to devel package - renamed package to db44 - cleaned up spec file- remove unused db_cxx libraries- Remove unused ed BuildRequires.- updated to db-4.4.20 (plus released Sleepycat patches). Most important changes: * Add support to compact an existing Btree database. * Add support for named in-memory databases. * Add support for database environment recovery serialization. * Add utility for performing hot backups of a database environment. * Add replication configuration API. - removed Assembler mutex code patch which wasn't used anymore anywaysbuild24 1256353274cccccccccccccc/usr4.5.20-98.44.5.20-98.4utilityberkeley_db_svc.htmldb_archive.htmldb_checkpoint.htmldb_deadlock.htmldb_dump.htmldb_hotbackup.htmldb_load.htmldb_printlog.htmldb_recover.htmldb_stat.htmldb_upgrade.htmldb_verify.htmlindex.html/usr/share/doc/packages/libdb-4_5//usr/share/doc/packages/libdb-4_5/utility/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/8b6bc019b689bef358becf7891abea9a-libdb-4_5cpiolzma2x86_64-suse-linux|Ͳfgp^Ȫ?] b2̢Q9?y2Ŋ%GXt]4C8n&IdEBF7-/T'4xC˫PrJO`pRޮN Y ⭨Yg/jmoIL2;&Msx,Ft}q9x{Y-?uiNΡo2T1諙i$5A*sqN@0(Ow-ߠO@η_jzT.ޛז+D k%> 2@F<|ܵ[-#\I]n;YDyUJ&^I ~qݽ$?xNp#s(u~)o;5`'j9m2fI3ҵ݉2 b=hzsvSǖ6+i#eD» Q] d >f$/WgLdP?*jq%R׽-T%m^Y"OP&CZQFHշv{Hig`'1æq Q 'E4qoƐ21] f!+xvhPyL 9H?^=ŪwCMl;EIR5g_4*PP ~JGۯ*^ ]IZ_'<((\jf^9ά)Ҳqw{6AK\¸RRu0M$BJ /pMёX=Wfle⹝K+*95M.Z =1.TtF°1GiYϪ-uG;zp3k 8mֿ> ,R$Z sVW< S%tzY!Cf?*C }v =gaA!XumL/?I8WI~LK_@ls^0yD%Mv'`R@n6}E\alc1 ㏟M\` +l.>'pm6k쟩7v=jQ2\494{ڧNV׽d1>>[G u@At  cQ<@Ce۾ goyUlqgNsteH$ I˲Ǣj{;0kur]#qTzְJkEGF4)LiݟcV>ٯxS@UD"*UܟZϪ IaޗR(VڬfvAFx4]=`ncck|Vpؑu+EprmnP ^%DU igZq>xo!~^WJ 8ЖxmXZi6,#8^`ǥPºGD!W՝8"M$'gJvv'kA!Y揞drτAN{}8H)_,D\87rX{d?B3~ "jjgclBq QA}64 AeyGi7:W(~B37B!)Rs%b(]8l\גXzT89JIۖ7ct3S Y@7 QjxubYDt(bN{λv:3.n& TfF PI3_m5p3`\c Ū]FU.rr#yZ3580P`?!.uԦkrUX>XH0IfާIPG\lJ;5ٿU ?)m;/- \ػOպpڙmp UW荹'eT oU#bԘ!97/^&X0:߬iQQGEPcp-M; '?矄(m8M>t˅<3 j,_f"&&Uw9h\bc]8Ύ(ĥ S lCw~mN^_زtYHh|â< .:g#%k6p-'=PI &i :3}oYH0vw XJbNx>Br4f;ⷜ]PU& J|J']--W}]WZDLJMVyAu%=`Q2@&PA&c)|jO '&''(&Mx2R FY{ Kk]ԫ[ޝ0vΠx5nPMeH`u.16EV%zꕷy2%Ȱ#so}mr18{7֬j4u-!ltw]4,=QL*q'TMKcɼƻu{hgP!Ӫk-d4ڰT?+_y|$q;z_OǼSeWO.|zG&_ 7I)ڹ9bhEhf;ya}W,ijM2Q$_j0xٽ'oIs!Ny`->d1+6 ìYaaDiU1 %JNx5Z}oo`a~haÇ~^/glIեHX~_Ӆ  ճ@LGһoBb>1UFʠ_{Q^ E2A.`dHFQ9 `Xzu~6ckZW-(%vʥ#alԊ9dsWJ!aNYHwK7M(?h (;DI |h9E?9Q I12JV7!ݨ64eB͜Z `_V,Nmh?Ka"MITۼ"D(=X@V (~ ]["{ɰ0jwݗS<%uh<53Xt6LK fsK'=IY[.l X4+(XSNòpV\,טDАſ%Y}.!ʣ>l6|dTOHK,ׁHkH6ε#I\S& @sU89K9e +KI_xHBꅉm6w;G>D/ES3P~#akpC\],If _Ө(nUc6j&:D$Fsˎ 7=Ry.K@SPl\$!=ܽQ_];TDjW6LTeGu A;w|yqiB-m$ny2s|g l&dF{Nʄ2B+c.LI㭁B wqQMR'NH((œ[4-X7YFy͏υ9BK%TGakaoޕ'q+ ^Tܬ޳? Gnn pXuZaJfE۬י` _gxa)OJk9piʞש=͇*2g,bIeQoWF̬8wR-_Rf_~rk7X҆!β|[z?ZQS7ؔfdžn|gZzFZj c;dZ|#}~]p S\=KF)td 4<ٙ'u1˧/ =znpɊ5N$/e˖iY-^S$1-(ſ|Ѿq_ *ZL;X7YwohF 2M4kςȃ<]</dg$P܋=ie24W/: EBB2lsԦQEP5AQLfZ2'xgBX)-FzOrX^YۻI!sf.ݺ&S Ɛ$cBWxS!лҥ2 F;5,d=LϥfdG쭱L*#ȅ#%qp\F;Wed5S 5d["D澴qQ}2$R/\.[ G~J#3E#$Ʊw'lbS_b=Ny@Dz} q;R[O6xEoH̗eVlZ3gDC9*ͽLqS=Bz~}B;w{(Y#,(R~>WnU ZJ<}`͙.S\ՂԲ?@*;ypq[y0$*_վ\1w2<jje;5yh`vavgz+@!>hif0e5!֞h |=v|) q8duexD_Hh:a=4&#l dXu&pDtK$w}w֧?X,)={b]6[Ob[1Q M/_>="C\4TFh}A k` FIZOQVG}}fgdk5ZŚR`ct }^shXYF3b"[^8 W7Y֋nSgZ<5uCnn؉# =a 8Vn.2~=omvNʞ'xa!ԇ]SY/$r<'D ]$pj\B\Cc]B]^OVS~“VV3zAՙN@{tzLBOi\I1T&6B\;ޙ~*{G_DN\-"ק>V Q-6oы &?jCYIa|ʓ,JKyQ~͢2ZO0Թp)gB[L96- xӮ3aɾkuTOj/JY{vD4EʺsŜ(yqZpY*#g X`Ayt~ضK8 X#q0H'&Ad{0*F'b& RqcL(0 CUP53rpa@Urxe!+%eBO;[: :J GQW5VC{hiҒ4^Uq~0+#UPV |Q=CuKdAڙslKB@KC/F?ūB|,& ClpE])̷ 1}WKug]ޱߜhSp8C\<]`Uǘ2}BðxRQW,P# skQ+6cMi7mZ`r5x4XP蠳lIa$ho+ilן3X,71e̟|d"Ǟ(o/{Ҥ\Z!LCX1 o7?y5M {!^*{ [_1ŌyWr_9l% eU 1bxYJzϨH N<>u% ro$潩;~3 dH2mM# gbwp̍T5\cf??\$4)(V2Wß1_X-U(Idw B%&x=gnc۝3^H1l1+Dֻ*ڥSyblq<% SYdy[o 3s>+w1J@H̨bיޓTȟZcnsP*>Ӣbt ZW%D/}tK<(*V#UDѢYݺIL&-9yFyPX@wtgt/ h/;BJ_A vv{QtP҇I9>~$<t(WaV^Ͷ@: =A( $zWb=q>YB3):dJA)r|^vK8Y2!螿|\UPQǧ+n>ھ4]}!T@x6T*Wf9au6SQ/~N (Nsf{0+<ցf1Q7^& u `hDXfC74roNxj Oб ۍ ^ƿ<̎)~A=irUl.gGk{pZ S kiٽIycg/HDy{/C.n~! K1d5GG&䁴%xE3zeٙj&6iF̫YVZE5udC5嶾5L ?v]Dtm%_"*hLJbk,2#>n dىZJ7}q5!O>t桂Elx?= ?Ծ]^#ikV^z_v<7k@,Kx[[dV[+XI6Abtau|(d´xJ()f3T0; 5Y05`(@v}G3`MֿHP K&yff@uۓBTsBQykl ԶLȬ=㖩UX8b;ܸw9ЌºVF%=9WWp#;Yaܾ.r]$'MH/9b!(>tZXCqΐ٤tO-0)Te&MYkhSE%T(y$tE}\;;ؘ_|^,K_! o}p%iENsg7J="{'y?BϿJ=:^W%F%"ÓOEX2KMJrfܢp :wY<`7p9o\|iD1I7c wå- H; v xga+/.\U#"R rh?1nzwc)?#'G,^s!^T,/0+#/ݸ^@ oC{6`-zfZ<_q@S;/ZB7Zs3=KJ\Me(WE% bv 1 z0ORѥXm/0(NXnGb4,Z#XV3"a Ǭ m3XSbbZxci<!v~0&)Tzv[.ХJOrivHK.wi݌4+8/GU"4BI'VSTG7e1i26ԑM&+Q0חQph!p8q/ {(8G(=*? +S{~R>-th)g׏`oejqqq8zP` S& .; jkDj:>:;9̏! z\!n-x џ0ZLl9[k]&=f~GnXZLMٍOvf Go%l) V/ޝ§ݛh1d3H p x身5ziEPn[M 1<8V&u)Ěx ,==ÃKŻy*WL4⭖VMGJ:1uOiJ1px@ӓ b`JByJ "@ujPd˵g~9X#Dhh1ih}3!ҮEtent7jj9g Bv$ -PnF? c1*rm.L(FD{`6XR+lYX2"[$\@/$؂ye67!F"7wr rī>}<ArƵ\l[yAY.TgD{h{ZMxհtX-Y70Ms)/ ڦFI֡_Xq>O[ L+Bsm77VdLF -V=Vi{%p1?YyQB*k֕@6y2fuYj2?Ԝ"T@::P$혪i{3_TpcnybZ]~Yn⨯bþ!bzf'ܜm:(3w4zVJ8 Y,U-݋SϳZm~M|# ؈렖8?GΗa{>a Hk _ y ] d"My'Iy5P+ǭe^` K%z:5Nlm3.MqILFo