Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package monero for openSUSE:Factory checked in at 2022-11-14 14:29:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/monero (Old) and /work/SRC/openSUSE:Factory/.monero.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "monero" Mon Nov 14 14:29:10 2022 rev:10 rq:1035610 version:0.18.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/monero/monero.changes 2022-05-13 23:03:16.615128919 +0200 +++ /work/SRC/openSUSE:Factory/.monero.new.1597/monero.changes 2022-11-14 14:29:23.779084293 +0100 @@ -1,0 +2,650 @@ +Mon Nov 14 10:29:00 UTC 2022 - Martin Pluskal <mplus...@suse.com> + +- Update to version 0.18.1.2: + * build: prepare v0.18.1.2 + * Move update_checkpoints() to a later stage + * wallet2: fail to establish daemon cxn == "Disconnected" cxn status + * add an option to force-update multisig key exchange under some circumstances + * repo: remove ldns leftovers + * depends: remove unused Qt package + * Second thread pool for IO + * wallet2: check wallet compatibility with daemon's hard fork version + * wallet2: ensure imported outputs subaddresses are created + * wallet2: better test on whether to allow output import + * allow exporting outputs in chunks + * Fix segfault restoring encrypted multisig seed + * Fix missing semi-colon in error message + * wallet2: fixes for export/import output flow + * rpc: skip bootstrap nodes that are lower than last checkpoint + * wallet2: do not assume imported outputs must be non empty + * wallet2: prevent importing outputs in a hot wallet + * wallet2: fix missing subaddress indices in "light" exported outputs + * build: prepare v0.18.1.1 + * Require user ack multisig is experimental to restore + * Windows: fix unicode file path support + * multisig: fix #8537 seed restore (suggestions by @UkoeHB) + * Bump Gitian build instructions to v0.18.1.0 [Release Branch] + * ledger support for hf 15 (BP+, view tags) + * feat(trezor): add HF15 support, BP+ + * build: prepare v0.18.1.0 + * continue pool pruning even if a tx can't be found + * device: set ledger min app version + * randomx: update submodule + * Fixed get_block_template_backlog performance + * Fix use of rtxn without a mdb_txn_safe wrapper + * Publish submitted txs via zmq + * Template hash func to fix compiler error on < gcc-6 + * build: prepare v0.18.0.0 + * derive multisig tx secret keys from an entropy source plus the tx inputs' key images + * address PR comments + * connection: fix implementation + * connection: add segfault and deadlocks demo + * wallet2: prevent crash when reading tx w/fewer outputs than expected + * hardforks: set mainnet and stagenet v15/16 fork height + * utils: add fish shell completions + * multisig: fix critical vulnerabilities in signing + * README: depends has only been tested on ubuntu 18.04 and 20.04 + * (fix): Confusingly named CI-Job + * wallet2: don't use DNS to obtain segregation heights + * Chunk /gettransactions to avoid hitting restricted RPC limit + * wallet2: force using output distribution for ringct outs + * wallet2: remove obsolete rpc version check + * Depends: Unbound disable getentropy()/reallocarray() (glibc < 2.26) + * cryptonote_basic: catch crypto api errors + * simplewallet: print usage when given no args + * Revert "Merge pull request #7937" + * Gitian: refresh the stale Monero dir via --setup switch + * ITS#9385 fix using MDB_NOSUBDIR with nonexistent file + * Remove check is_directory check on lmdb path + * Revert "db_lmdb: test for mmap support at init time" + * Silence spurious fallthru warning + * Fix rawpart flag collision + * More RAWPART support + * Preliminary raw partition support + * Remove erraneous commas + * Improve consistency between on_money_received and on_money_received_unconfirmed + * clang warning fix for #8338 + * README.md: Add v15/v16 network upgrade + * wallet_api: add scanTransactions function + * Windows build: fix narrowing error for WaitForSingleObject + * Don't exclusively drop tor/i2p outgoing cxns in idle loop + * unit_tests: add more sha256sum test cases + * common: update sha256sum to use OpenSSL 3.0 API + * disable multisig by default + * GCC: Fix -Wstringop-overflow= warnings + * src, epee: fix a couple compiler warnings + * wallet2: fix spurious reorg detection with untrusted nodes + * wallet2: speedup large tx construction: reserve vector memory + * wallet2: speedup large tx construction: batch ringdb lookups + * wallet2: speedup large tx construction: no pointless clsag generation + * wallet2: speedup large tx construction: batch ringdb updates + * wallet2: speedup large tx construction: cache public key validity + * Ignore gitian build files + * fix backoff delay logic when re-relaying txs + * Don't send peerlist larger than max allowed + * depends: Package cleanup + * Update randomx: fix Mac linking error + * Set hf v15 testnet fork heights + * Update CI for aarch64 mac build + * Make Mac SDK into a regular depends package + * Silence some protobuf link warnings + * utils: delete outdated windows build script + * readme: arch/fedora deps + small fixes + * Fix arm64 darwin package defs + * Boost 1.64 doesn't recognize arm64 darwin + * more... update to clang 9.0.0 + * Split native_clang out of native_cctools + * Update native_cctools for newer SDK support + * Give better error messages when missing SSL files + * Update to MacOSX SDK 11.1, add Mac M1 + * Changes to PORTABLE_STORAGE.md + * wallet2: fix a couple unused variable warnings + * Remove src/serialization/list.h + * More tests for view tags + * multisig: add post-kex verification round to check that all participants have completed the multisig address + * Update copyright to 2022 for Hardfork files + * Doxygen: Hide anonymous namespaces from documentation by default + * Change "Github" to "GitHub" + * refactor(bp+): save one inversion, use sc_muladd + * Docs: Add documentation for EPEE Portable Storage + * EPEE: Remove gzip_encoding.h + * EPEE: Remove hmac-md5 + * Preserve commitment format inside transactions + * add a sanity check to RPC input data size + * readme: small fixes + * depends: update unbound to 1.15.0 + * Bump ring size to 16 for v15 & remove set default in wallet cli + * "Change C-cast to static_cast in net_peerlist.h" + * Change C-style-casts to static_cast in time_helper.h + * Remove the only 4 non-UTF8 characters in codebase + * Factor out move_it_backward from misc_language.h + * Move copyable_atomic into connection_context + * Refactor out to_nonconst_iterator.h + * Refactor out pragma_comp_defs + * Merge functionality of misc_os_dependent into time_helper.h + * Add Include statements + * Trimming Fat + * Boring Old Deletes + * Optimized keccak implementation + * Add view tags to outputs to reduce wallet scanning time + * Tiny: add .vscode/ to .gitignore + * wallet2: use BP+ for cold signing + * CMake: Add missing BUILD_SHARED_LIBS option + * Fee changes from ArticMine + * epee: allow copying a rolling_median_t object + * Remove /include + * Remove serialization/enableable + * Makefile: fix spelling of CMAKE_BUILD_TYPE value + * simplewallet: fix integrated_address output string + * tests: integrated_address: remove missing payment id assertion + * CMake: Add missing headers via monero_find_all_headers macro + * randomx: update submodule + * Make RPC server functions that read db thread safe + * bulletproofs+: some minor cleanup from vtnerd's review + * store outPk/8 in the tx for speed + * ringct: port some of vtnerd's review changes from BP+ to BP + * ringct: a few minor optimizations from review + * plug bulletproofs plus into consensus + * Updates from security audit + * Precompute initial transcript hash + * Bulletproofs+ + * Added support for Ledger Nano S Plus + * Remove dead code from parserse_base_utils and fix unit tests + * Eliminate dependence on boost::interprocess #8223 + * wallet2: decrease the amount of data exchanged for output export + * Fix typo: SERIALIZE_TYPE_DUOBLE + * wallet_rpc_server: support regex for get_accounts tag + * replace erciccione's seednode with one on haveno's infrastructure + * wallet_rpc_server: fix make_integrated_address with no payment id + * Remove footgun doc comment in miner TX validation + * Make the wallet name optional when locked. + * Compil. time: cryptonote_core minus portable_storage header + * Copyright: Update to 2022 + * wallet2: update stagenet rollback blocks + * simplewallet: add option for exporting tx keys + * multisig key exchange update and refactor + * Fixes: Don't require --rpc-login with --rpc-access-control-origins #8168 + * crypto: fix constant randomx exceptions in large page allocator + * Undefined behaviour fixes + * systemd: remove outdated torsocks example + * rpc: add explicit restricted flag to /get_info + * Balance includes unconfirmed transfers to self + * Fix typos in docs + * fix ge_p3_is_point_at_infinity(), which is evaluating field elements that haven't been reduced by the field order + * support authentication in monero-wallet-rpc set_daemon + * Update Copyright year in README.md + * Update net_node.inl + * Use CMD in Dockerfile + * wallet inits cache if file and blob missing + * cmake: enable build on riscv{64, 32} + * Fixed warnings for Clang (used as CMAKE_CXX compiler) + * functional_tests: update uri test with external pid + * Fix docker instructions to account for non-root user + * Add copy commands for compiled binaries + * Add archive details to post-build section + * Add git clone and cd commands for initial prep + * Add note on adding SSH keys for Github + * Update DOCKRUN.md + * Bump versions in DOCKRUN.md and add log commands + * `make_uri` disallows standalone payment ids + * Fix Android OpenSSL build + * Add python method + * Add calcpow RPC + * Update RandomX + * cmake: find readline on macOS ARM + * cryptonote_core: fix unused lambda warning + * device_ledger: fix incorrect macro + * depends: bump hidapi to 0.11.0 ++++ 453 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/monero/monero.changes ++++ and /work/SRC/openSUSE:Factory/.monero.new.1597/monero.changes Old: ---- monero-0.17.3.2.obscpio New: ---- monero-0.18.1.2.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ monero.spec ++++++ --- /var/tmp/diff_new_pack.MsLn5A/_old 2022-11-14 14:29:25.035090108 +0100 +++ /var/tmp/diff_new_pack.MsLn5A/_new 2022-11-14 14:29:25.039090126 +0100 @@ -36,7 +36,7 @@ %define description_text_3 Security: Using the power of a distributed peer-to-peer consensus network, every transaction on the network is cryptographically secured. Individual wallets have a 24 word mnemonic seed that is only displayed once, and can be written down to backup the wallet. Wallet files are encrypted with a passphrase to ensure they are useless if stolen. %define description_text_4 Untraceability: By taking advantage of ring signatures, a special property of a certain type of cryptography, Monero is able to ensure that transactions are not only untraceable, but have an optional measure of ambiguity that ensures that transactions cannot easily be tied back to an individual user or computer. Name: monero -Version: 0.17.3.2 +Version: 0.18.1.2 Release: 0 Summary: P2P digital currency License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.MsLn5A/_old 2022-11-14 14:29:25.103090423 +0100 +++ /var/tmp/diff_new_pack.MsLn5A/_new 2022-11-14 14:29:25.107090441 +0100 @@ -1,11 +1,11 @@ <services> <service name="obs_scm" mode="disabled"> - <param name="versionformat">0.17.3.2</param> + <param name="versionformat">0.18.1.2</param> <param name="url">https://github.com/monero-project/monero.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="exclude">.*</param> - <param name="revision">refs/tags/v0.17.3.2</param> + <param name="revision">refs/tags/v0.18.1.2</param> </service> <service name="tar" mode="buildtime"> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.MsLn5A/_old 2022-11-14 14:29:25.127090534 +0100 +++ /var/tmp/diff_new_pack.MsLn5A/_new 2022-11-14 14:29:25.131090552 +0100 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/monero-project/monero.git</param> - <param name="changesrevision">424e4de16b98506170db7b0d7d87a79ccf541744</param> + <param name="changesrevision">853171bbf0099b86e8c219ce13abff79166f9389</param> </service> </servicedata> (No newline at EOF) ++++++ monero-0.17.3.2.obscpio -> monero-0.18.1.2.obscpio ++++++ /work/SRC/openSUSE:Factory/monero/monero-0.17.3.2.obscpio /work/SRC/openSUSE:Factory/.monero.new.1597/monero-0.18.1.2.obscpio differ: char 48, line 1 ++++++ monero.obsinfo ++++++ --- /var/tmp/diff_new_pack.MsLn5A/_old 2022-11-14 14:29:25.171090737 +0100 +++ /var/tmp/diff_new_pack.MsLn5A/_new 2022-11-14 14:29:25.175090756 +0100 @@ -1,5 +1,5 @@ name: monero -version: 0.17.3.2 -mtime: 1650900151 -commit: 424e4de16b98506170db7b0d7d87a79ccf541744 +version: 0.18.1.2 +mtime: 1664317912 +commit: 66184f30859796f3c7c22f9497e41b15b5a4a7c9