libbitcoinconsensus-devel-0.19.0.1-bp153.1.23 >  A `O!M@eeeIRkdyOofC?S^Ý9nT EVoP\kvxΔ$0r[ hZ^V^Z!gwuMG{^jZ؜ 2X`_ąW]TO&|r,.&_dK|y/TSC^j6b[LܰvX3~\=X pun;9h! I^@EyczA1y)y{^7 l5a5e4e77404c3941b7bb624afc0c2dd256e9877c8496635d8428316147e4fb37bb6c833e1850cbf5734111e5cd51f22a7612562cH`O!M@eee5,]Z&@<$;xĹy\jm_:wxTpߊ}'Џ{gőj3u%t[7°H?)ΈHoLd*r,ĔAHZ1!Y3+[f"(o p=t- IJx<nW +Af_"dE\:1̒t[J=*ReRC$Ul|})}#@ IESIҼp>6?6d% 0 `tx $ 2 @ \ c ,E(w8(9 (: (F2G2H2I2X3Y3 \3@]3\^3b4c5Id5e5f5l5u5v5w6Hx6dy6z66666Clibbitcoinconsensus-devel0.19.0.1bp153.1.23Developmont files for bitcoin consensus libraryThe purpose of this library is to make the verification functionality that is critical to Bitcoin’s consensus available to other applications, e.g. to language bindings such as python-bitcoinlib or alternative node implementations. This package contains development files.`OJs390p23#SUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/C and C++https://bitcoin.orglinuxs390xvA큤A큤`O`O`O`OJ]h`OJ]hb96be38342dd488fc32531bf0b9c54fbebf22795b00703472c29f605eedab6c5592606b57fb66bdfbc5ee7052b714488cf45b26057edde99de118b0c17c956083cd2af6e25097354b8fa503924ffecb1f66685e9c14ceb3fdae729dbc2e640c29a0f75d688e9cf5c69d3efdaa2a83af496700d252b212ec6a72f7784b47fed0clibbitcoinconsensus.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootbitcoin-0.19.0.1-bp153.1.23.src.rpmlibbitcoinconsensus-devellibbitcoinconsensus-devel(s390-64)pkgconfig(libbitcoinconsensus)@@    /usr/bin/pkg-configlibbitcoinconsensus0pkgconfig(libcrypto)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.19.0.1-bp153.1.233.0.4-14.6.0-14.0-15.2-14.14.1]]'$]'$]%@\d[<@[@[t['Zw@ZKt@ZJ"YdY@YGY.@X@XXQ4@WށW@WgWe7WH6W$@W4VɦVhVEVD@V4@UĝUVUlI@UeUUTTTO@THMichał Rostecki Martin Pluskal Andrei Dziahel matthias.gerstner@suse.comAndrei Dziahel sean@suspend.netMartin Pluskal Martin Pluskal mpluskal@suse.comdevelop7@develop7.infojengelh@inai.dempluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comadam.majer@suse.dempluskal@suse.commpluskal@suse.commpluskal@suse.comnormand@linux.vnet.ibm.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comjimmy@boombatower.comjimmy@boombatower.commpluskal@suse.comnormand@linux.vnet.ibm.comprusnak@opensuse.orgmpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.com- Update to version 0.19.0.1: * New RPCs + `getbalances` returns an object with all balances + `setwalletflag` sets and unsets wallet flags that enable or disable features specific to that existing wallet + `getblockfilter` fets the BIP158 filter for the specified block * New settings + `-blockfilterindex` enables the creation of BIP158 block filters for the entire blockchain * Updated settings + `whitebind` and `whitelist` now accept a list of permissions to provide peers connecting using the indicated interfaces or IP addresses + Users setting custom `dbcache` values can increase their setting slightly without using any more real memory * Updated RPCs + `sendmany` no longer has a `minconf` argument + `getbalance` and `sendtoaddress`, plus the new RPCs `getbalances` and `createwaller`, now accept an `acoid_reuse` parameter that controls whether already used addresses should be included in the operation + RPCs which have an `include_watchonly` argument or `includeWatching` option now default to true for watch-only wallets + `listunspent` now returns a `reused` bool for each output if the wallet flag `avoid_reuse` is enabled + `getblockstats` now uses BlockUndo data instead of the transaction index, making it much faster, no longer dependent on the `-txindex` configuration option, and functional for all non-pruned blocks + `utxoupdatepsbt` now accepts a `descriptors` parameter that will fill out input and output scripts and keys when known + `sendrawtransaction` and `testmempoolaccept` no longer accept a allowhighfees parameter to fail mempool acceptance if the transaction fee exceeds the value of the configuration option `-maxtxfee` + `getmempoolancestors`, `getmempooldescendants`, `getmempoolentry`, and `getrawmempool` no longer return a size field unless the configuration option `-deprecatedrpc=size` is used + `getwalletinfo` now includes a scanning field that is either false (no scanning) or an object with information about the duration and progress of the wallet's scanning historical blocks for transactions affecting its balances + `gettransaction` now accepts a third (boolean) argument `verbose` + `createwallet` accepts a new passphrase parameter + `getchaintxstats` RPC now returns the additional key of `window_final_block_height` + `getmempoolentry` now provides a weight field containing the transaction weight as defined in BIP141 + The `getnetworkinfo` and `getpeerinfo` commands now contain a new field with decoded network service flags + `getdescriptorinfo` now returns an additional `checksum` field containing the checksum for the unmodified descriptor provided by the user + `joinpsbts` now shuffles the order of the inputs and outputs of the resulting joined PSBT + `walletcreatefundedpsbt` now signals BIP125 Replace-by-Fee if the -walletrbf configuration option is set to true * GUI changes + The GUI wallet now provides bech32 addresses by default. The user may change the address type during invoice generation using a GUI toggle, or the default address type may be changed with the -addresstype configuration option. + In 0.18.0, a ./configure flag was introduced to allow disabling BIP70 support in the GUI (support was enabled by default). In 0.19.0, this flag is now disabled by default. * P2P changes + BIP 61 reject messages were deprecated in version 0.18. They are now disabled by default, but can be enabled by setting the -enablebip61 command line option. + To eliminate well-known denial-of-service vectors in Bitcoin Core, especially for nodes with spinning disks, the default value for the -peerbloomfilters configuration option has been changed to false. + By default, Bitcoin Core will now make two additional outbound connections that are exclusively used for block-relay. * CLI changes + The testnet field in bitcoin-cli -getinfo has been renamed to chain and now returns the current network name as defined in BIP70 - Fix installation of desktop file- Fix downloaded source- Update to version 0.18.0 See release-notes.md for complete list of changes- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- Update to version 0.17.1 * `listtransactions` label support See release-notes-0.17.1.md for complete changelog - fix previous entry date- Update to version 0.17.0.1: * Resolves bcc#14416 Fix OSX dmg issue * Resolves bcc#14509 doc:use SegWit in getblocktemplate example- Update to version 0.17.0: * For complete list of changes see: + release-notes-0.17.0.md- Update to version 0.16.3: * For complete list of changes see: + release-notes-0.16.3.md + release-notes-0.16.2.md - Resolves bsc#1108992 CVE-2018-17144- Update to version 0.16.1: * For complete list of changes see release-notes-0.16.1.md- Update to version 0.16.0 * Segwit Wallet * BIP173 (Bech32) Address support ("bc1..." addresses) * HD-wallets by default * Replace-By-Fee by default in GUI * Wallets directory configuration (`-walletdir`) * Build: Minimum GCC bumped to 4.8.x * Support for signalling pruned nodes (BIP159) * Performance: SHA256 assembly enabled by default * GUI changes * RPC changes - Remove bitcoin-boost_1_66.patch- Trim redundant wording from description.- Update to version 0.15.1: * Network fork safety enhancements * Miner block size limiting deprecated * GUI settings backed up on reset * Duplicate wallets disallowed * Debug -minimumchainwork argument added * Low-level RPC changes - Fix building with current boost: * bitcoin-boost_1_66.patch- Update to version 0.15.0.1: * Some clients may have crashed at startup because a custom fee setting was configured that no longer exists in the GUI * Small translation updates * update manpages, forgotten in 0.15.0 - Small specfile cleanup- Update to version 0.15.0 * For a complete list of changes see provided release-notes- Update to version 0.14.2 * For a complete list of changes see provided release-notes- Update to version 0.14.1: * For a complete list of changes see provided release-notes - Update unit file- Update to version 0.14.0: * For a complete list of changes see provided release-notes- use individual libboost-*-devel packages instead of boost-devel- Update to version 0.13.1: * For a complete list of changes see provided release-notes- Speedup build/reduce it's memory consumption by using gold linker- Update to version 0.13.0: * For a complete list of changes see provided release-notes - Drop upstreamed patch: * bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch - Fail build on testsuite failure- put back still need patch for ppc64le bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch (subset of upstream commit id cf5c786)- Update test dependencies - Build with safer ldflags- Remove unnecessary build dependencies- Update to 0.12.1 * For a complete list of changes see provided release-notes - Drop no longer needed patch * bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch - Small spec file polishing- Use pretty name for tarball - Update describtion in .firewall- Update to 0.12.0 * For a complete list of changes see provided release-notes - Small spec file cleanups * remove old obsole/provides * move icon handling scriplets to correct subpackage- Update to 0.11.2 * no upstream changelog provided- Small consistency cleanups.- Refactor spec to allow for easy building of altcoins. * drop bitcoin-fix-desktop-icon-name.patch- Update to 0.11.1- new patch for ppc64le build and remove ExcludeArch ppc ppc64 bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch- Update to 0.11.0- Build as PIC so that building does not fail with recent qt5 - Move autoreconf to %prep - Enable verbose build - Use macro for systemd tmpfiles creation- Update to 0.10.2 - Correct desktop file handling scriplets and their dependencies- Update to 0.10.1 * no upstream changelog available- Update to 0.10.0: * Faster synchronization * new REST interface * RPC Server “Warm-Up” Mode * Improved signing security * Watch-only wallet support * Consensus library * Standard script rules relaxed for P2SH addresses * New tool bitcoin-tx * Mining and relay policy enhancements * BIP 66: strict DER encoding for signatures * for more details see https://bitcoin.org/en/release/v0.10.0 - New package libbitcoinconsensus - Rename package bitcoin-cli to bitcoin-tools - Exclude ppc and ppc64 from being built - bitcoin does not support big endian.- Enable qr support - Run tests after build- Add _constraint due to memory consumption of build - Decrease verbosity of bitcoind- Enable tests - Split to multiple packages (bitcoind, bitcoin-qt, bitcoin-cli and bitcoin-test) - Cleanup spec file - Add unit file and sude .firewall for bitcoind - Update to 0.9.3: + RPC: * Avoid a segfault on getblock if it can?t read a block from disk * Add paranoid return value checks in base58 * Protocol and network code: * Don?t poll showmyip.com, it doesn?t exist anymore * Add a way to limit deserialized string lengths and use it * Add a new checkpoint at block 295,000 * Increase IsStandard() scriptSig length * Avoid querying DNS seeds, if we have open connections * Remove a useless millisleep in socket handler * Stricter memory limits on CNode * Better orphan transaction handling * Add -maxorphantx= and -maxorphanblocks= options for control over the maximum orphan transactions and blocks + Wallet: * Check redeemScript size does not exceed 520 byte limit * Ignore (and warn about) too-long redeemScripts while loading wallet + GUI: * fix ?opens in testnet mode when presented with a BIP-72 link with no fallback? * AvailableCoins: acquire cs_main mutex * Fix unicode character display on MacOSX + Miscellaneous: * key.cpp: fail with a friendlier message on missing ssl EC support * Remove bignum dependency for scripts * Upgrade OpenSSL to 1.0.1i (see https://www.openssl.org/news/secadv_20140806.txt - just to be sure, no critical issues for Bitcoin Core) * Upgrade miniupnpc to 1.9.20140701 * Fix boost detection in build system on some platformss390p23 16158549220.19.0.1-bp153.1.230.19.0.1-bp153.1.230.19.0.1bitcoinconsensus.hlibbitcoinconsensus.solibbitcoinconsensus.pclibbitcoinconsensus-develREADME.mdlibbitcoinconsensus-develCOPYING/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libbitcoinconsensus-devel//usr/share/licenses//usr/share/licenses/libbitcoinconsensus-devel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/16ba46a6810e56a157fd6bc0b141efbe-bitcoincpioxz5s390x-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII text, with very long linesASCII textPRR.gdutf-8dad9513ec63e1d262c99d8f3c148c3588f531fa9b1657d8723a4f919001ca904? 7zXZ !t/( ] crv(vX0ǖf6rqYJTIJ+(ꇪ%0>uKP7(wGwRpK˚WrVDžd©m>S7v8:6*ŨyMYImUti8KV+RαQY2QV>c&93ү[7a3z؁*B<60p|ͳ]p cL@ox6a ';`!5):_ljgԁ'8Rبnشxߊ3t`Xwpc]JQ1&kȬ͈j0n˫ί]s7۱mcBtąOJeʹt.&2ؗVSgw/ȨR,' 2esq !wǬ~5o @!~S4{Pu4;E|~ 9JV Y\CP447xvW3XoL*͐f1!ڛ9eMA_C2,~L):tk~i\5ͶO6JP 4 YE_Umx%801D7}ETe%6~1?bnX^8YH|E數LXtQ#@?QSUbg sƼC8l\Fʰ 5r쯕:|xsçY)Jbm)\m;O5Baw]HT76؆k|߆. q% '.wu ś:p "( LOSZEl܃vwIx,Ww&rL=tOWpزVhCX{O҄GډY5+fL*SJH\egʐK+% ?1\`_A _SCXZw 31qqdzy ,9R۸uv oQDpTg| EWE H T$0iHGZ1v$ ŲY0$u;d{M~Nljn#3:?n+=ΉyU#~VxN<80ʷsm;A-Aw5/9K,<ijh*giw^v-;*5p[=dU2f=:Ž… fq1 c/O;Y0uC,.%`BXpQP˞iTZ`B^)bAP)d*2Z}?Q?‰F;!)py"*~f"ಳ7;'gKTBS͒.gy}\JN;ːi?Xqw밚 Mm?rЅMԭ+E^;.,Au~B[SNU gHjqo*+TýHpp|U)$gH)+`W(%]`r4v ]~9}06e(ߨUuH!Ey),5hy$FG BFh].xy~{y"NJ"U{JP1r@oFhw~6M5yZ;5 I`sR{ֺT>GJ' f󶒙S6ր˶.RX>e̶ޞћ'1׋|b+zѕ^jͳ؜|ث͈}COlu~-1V oyAġԷr:ilBEuWY!/Vs"h.n˪bfA F$FTөvQe˩ބtQYJ9:v:r$_]czRh0d=t~iVAU3ʓ!c2".$Tp>@Jۓ}pĈ^XnQ#cI9Sip}'hA?kJéJ4Pt3;iPt9boP_[Z^oM|4\40JN0l&wb$ߊK > AyO7=VWnjeQ Gwt[Io5TԪ\!ƅE3B!u\I!XP+i7{Ensb /Hkat/?#>uċi׈Mnr K7Hp$AkxLj,{Il(vI@ژݚfk .FjY" 3iI?;C GfU ;#CKB&g Ҡ!^شGUgM?vv}H`hO6[|̷?_0ER4rMحK"2ҚHZcgFXi_X}3W~95^+mKBi@r ]