Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package monero for openSUSE:Factory checked 
in at 2021-12-06 23:59:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monero (Old)
 and      /work/SRC/openSUSE:Factory/.monero.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "monero"

Mon Dec  6 23:59:59 2021 rev:7 rq:935954 version:0.17.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/monero/monero.changes    2021-04-21 
21:00:10.134274062 +0200
+++ /work/SRC/openSUSE:Factory/.monero.new.31177/monero.changes 2021-12-07 
00:01:16.432163002 +0100
@@ -1,0 +2,123 @@
+Mon Dec  6 08:54:18 UTC 2021 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 0.17.3.0:
+  * Fix Android OpenSSL build
+  * cmake: set 3.5 as minimum version
+  * blocks: update checkpoints.dat
+  * Add python method
+  * Add calcpow RPC
+  * Update RandomX
+  * hidapi: bump hidapi to 0.11.0
+  * Update RandomX to v1.1.10
+  * device: fix ledger error strings, add human friendly messages
+  * device: Ledger - update status codes
+  * depends: openssl 1.1.1k -> 1.1.1l
+  * slow_hash: don't blow out Mac stack on ARM64
+  * build: prepare v0.17.3.0
+  * crypto: fix typo in ifdef
+  * rpc: fix DoS vector in get_output_distribution
+  * protocol: fix spurious rejection of downloaded blocks
+  * socks: ignore any exceptions in shutdown/close
+  * wallet_api: enable set_strict_default_file_permissions
+  * epee: add missing header
+  * depends: update zeromq package to 4.3.4
+  * cmake: use CMAKE_CURRENT_LIST_DIR for git version
+  * epee: avoid ADL selecting C++14 std::quoted
+  * wallet2: fix key encryption when changing ask-password from 0/1 to 2
+  * cmake: set cpp14 standard
+  * Add README to release archives
+  * README v12 fork occurred on 2019-11-30 as expected
+  * fix median overflow bug
+  * LMDB: fix deadlock in resized detection
+  * blockchain: fix pedantic assert
+  * ARMv8: detect AES support dynamically
+  * Increase timeout for the mining test 4 times (to 240s)
+  * Wallet2: Update 'approximate_testnet_rolled_back_blocks'
+  * cmake: set required C/C++ standard to 11
+  * Fix parallel make of OpenSSL
+  * add singapore.node.xmr.pm to seed nodes
+  * net_node: add seed node
+  * depends: update unwind, fix build with ubuntu 21.04
+  * Only INFO log for short seed words with ALLOW_SHORT_WORDS active
+  * epee: don't log raw packet data
+  * Mac: Enable on ARM, by not enforcing x86_64
+  * daemon: allow proxy configuration
+  * bootstrap_daemon: proxy configuration support
+  * wallet2: chunk get_outs.bin calls to avoid sanity limits
+  * Decrease the "recent spend window" in gamma re-select to 15 blocks
+  * workflows: add missing dependency, fix mac build
+  * Add simple script for running gitian-build
+  * gitian: cleanup more unused packages
+  * gitian: omit ccache from gitian builds
+  * Quicker resource cleanup on p2p socks timeout
+  * easylogging++: fix missing logs
+  * RPC and ZeroMQ APIs to support p2pool
+  * rpc: Fix get_transactions failing when not found
+  * node_server: fix race condition
+  * node_server: add race condition demo
+  * support cors wildcard
+  * Fix precision of average_output_time
+  * simplewallet: don't truncate integ. address in export_transfers
+  * LMDB: protection against UB, by not calling virtual methods from 
destructor - v0.17
+  * UB: virtual methods in destructor at Trezor
+  * UB: virtual method in destructor of WalletImpl v0.17
+  * miniupnp: set submodule to upstream, disable install
+  * v0.17: Fix Boost-1.77: Add missing algorithm header to i18n.cpp
+  * Wallet2: fix optimize-coinbase for p2pool payouts
+  * python-rpc: add missing python api for new freeze/thaw/frozen RPC
+  * Protect client from divide by 0 caused by integer truncation
+  * Apply gamma distr from chain tip when selecting decoys
+  * epee: link with Boost_SYSTEM_LIBRARY
+  * wallet_api: add make_uri
+  * build: prepare v0.17.2.3
+  * support freeze, thaw, and frozen in wallet rpc
+  * cmake: test is a reserved keyword
+  * cmake: fix ccache detection
+  * Daemon: Update average block size table
+  * Make sure node returns to wallet that real output is unlocked
+  * provide key images of spent outputs in wallet rpc
+  * wallet2: Don't auto lock device on process parsed blocks
+  * ledger: don't lock for software device
+  * ledger: use software device if we have view key
+  * wallet_api: getPassword
+  * p2p: remove blocked addresses/hosts from peerlist
+  * depends, docker: fix bintray links
+  * blocks: fix cmake syntax
+  * Stop adding more outputs than bulletproof allows
+  * unit_tests: fix wipeable_string parse_hexstr test with latest gtest
+  * cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB
+  * epee: include public openssl header in cmake
+  * cmake: treat warnings as error in compiler flag tests
+  * wallet_api: fix typo in exportKeyImages
+  * depends: add getmonero package mirror
+  * cmake: fix non portable code
+  * unit_tests: fix broken tests
+  * cmake: don't forbid undefined symbols on openbsd
+  * Fixed json serialization of rct::RCTTypeNull
+  * fix #7784 - deinit wallet in wallet dtor
+  * wallet: rephrase error message on invalid device address
+  * device: set correct ledger min version
+  * cmake: export all symbols
+  * cmake: fix undefined symbols and multiple definitions
+  * cmake: forbid undefined symbols
+  * device_trezor_base: fix typo
+  * Fix boost 1.76.0 compatibility
+  * randomx: bump submodule to v1.1.9
+  * workflows: fix windows build
+  * add -framework AppKit for Apple
+  * wallet2: Fix rescan_bc keep_ki option
+  * wallet_api: import / export output function
+  * expose set_offline to wallet api
+  * wallet_api: add isDeterministic()
+  * wallet_api: add seed_offset param to seed()
+  * wallet_api: store fee for incoming txs in history
+  * wallet api: allow wallet to fetch all key images via api
+  * Allow tx note edits via TransactionHistory object in wallet/api
+  * wallet_api: TransactionHistory - fill unconfirmed out payments dests
+  * Extend TransactionInfo with coinbase and description attributes in 
wallet/api
+  * Allow AddressBook description edits via wallet/api interface
+  * ITS#9496 fix mdb_env_open bug from #8704
+  * gitian: remove osslsigncode
+  * unit_tests: fix boost 1.58 compatibility
+
+-------------------------------------------------------------------

Old:
----
  monero-0.17.2.0.obscpio

New:
----
  monero-0.17.3.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ monero.spec ++++++
--- /var/tmp/diff_new_pack.lOmheW/_old  2021-12-07 00:01:17.936157683 +0100
+++ /var/tmp/diff_new_pack.lOmheW/_new  2021-12-07 00:01:17.940157669 +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.2.0
+Version:        0.17.3.0
 Release:        0
 Summary:        P2P digital currency
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.lOmheW/_old  2021-12-07 00:01:18.032157344 +0100
+++ /var/tmp/diff_new_pack.lOmheW/_new  2021-12-07 00:01:18.032157344 +0100
@@ -1,11 +1,11 @@
 <services>
   <service name="obs_scm" mode="disabled">
-    <param name="versionformat">0.17.2.0</param>
+    <param name="versionformat">0.17.3.0</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.2.0</param>
+    <param name="revision">refs/tags/v0.17.3.0</param>
   </service>
   <service name="tar" mode="buildtime">
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.lOmheW/_old  2021-12-07 00:01:18.060157244 +0100
+++ /var/tmp/diff_new_pack.lOmheW/_new  2021-12-07 00:01:18.064157231 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/monero-project/monero.git</param>
-    <param 
name="changesrevision">f6e63ef260e795aacd408c28008398785b84103a</param>
+    <param 
name="changesrevision">ab18fea3500841fc312630d49ed6840b3aedb34d</param>
   </service>
 </servicedata>
\ No newline at end of file

++++++ monero-0.17.2.0.obscpio -> monero-0.17.3.0.obscpio ++++++
/work/SRC/openSUSE:Factory/monero/monero-0.17.2.0.obscpio 
/work/SRC/openSUSE:Factory/.monero.new.31177/monero-0.17.3.0.obscpio differ: 
char 28, line 1

++++++ monero.obsinfo ++++++
--- /var/tmp/diff_new_pack.lOmheW/_old  2021-12-07 00:01:18.120157032 +0100
+++ /var/tmp/diff_new_pack.lOmheW/_new  2021-12-07 00:01:18.120157032 +0100
@@ -1,5 +1,5 @@
 name: monero
-version: 0.17.2.0
-mtime: 1617729941
-commit: f6e63ef260e795aacd408c28008398785b84103a
+version: 0.17.3.0
+mtime: 1638310053
+commit: ab18fea3500841fc312630d49ed6840b3aedb34d
 

Reply via email to