openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
February 2023
- 1 participants
- 2021 discussions
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dask for openSUSE:Factory checked in at 2023-02-28 12:49:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask (Old)
and /work/SRC/openSUSE:Factory/.python-dask.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dask"
Tue Feb 28 12:49:36 2023 rev:61 rq:1068132 version:2023.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes 2023-02-06 15:54:55.001431288 +0100
+++ /work/SRC/openSUSE:Factory/.python-dask.new.31432/python-dask.changes 2023-02-28 12:49:44.612873135 +0100
@@ -1,0 +2,31 @@
+Sun Feb 26 00:08:43 UTC 2023 - Ben Greiner <code(a)bnavigator.de>
+
+- Prepare test multiflavors for python311, but skip python311
+ * Numba is not ready for python 3.11 yet gh#numba/numba#8304
+
+-------------------------------------------------------------------
+Fri Feb 17 09:06:25 UTC 2023 - Ben Greiner <code(a)bnavigator.de>
+
+- Update to 2023.2.0
+ ## Enhancements
+ * Update numeric_only default in quantile for pandas 2.0
+ (GH#9854) Irina Truong
+ * Make repartition a no-op when divisions match (GH#9924) James
+ Bourbeau
+ * Update datetime_is_numeric behavior in describe for pandas 2.0
+ (GH#9868) Irina Truong
+ * Update value_counts to return correct name in pandas 2.0
+ (GH#9919) Irina Truong
+ * Support new axis=None behavior in pandas 2.0 for certain
+ reductions (GH#9867) James Bourbeau
+ * Filter out all-nan RuntimeWarning at the chunk level for nanmin
+ and nanmax (GH#9916) Julia Signell
+ * Fix numeric meta_nonempty index creation for pandas 2.0
+ (GH#9908) James Bourbeau
+ * Fix DataFrame.info() tests for pandas 2.0 (GH#9909) James
+ Bourbeau
+ ## Bug Fixes
+ * Fix GroupBy.value_counts handling for multiple groupby columns
+ (GH#9905) Charles Blackmon-Luca
+
+-------------------------------------------------------------------
Old:
----
dask-2023.1.1.tar.gz
New:
----
dask-2023.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dask.spec ++++++
--- /var/tmp/diff_new_pack.if49X9/_old 2023-02-28 12:49:45.368877286 +0100
+++ /var/tmp/diff_new_pack.if49X9/_new 2023-02-28 12:49:45.380877351 +0100
@@ -22,27 +22,39 @@
%define psuffix -test-py38
%define skip_python39 1
%define skip_python310 1
+%define skip_python311 1
%bcond_without test
%endif
%if "%{flavor}" == "test-py39"
%define psuffix -test-py39
%define skip_python38 1
%define skip_python310 1
+%define skip_python311 1
%bcond_without test
%endif
%if "%{flavor}" == "test-py310"
%define psuffix -test-py310
%define skip_python38 1
%define skip_python39 1
+%define skip_python311 1
+%bcond_without test
+%endif
+%if "%{flavor}" == "test-py311"
+%define psuffix -test-py311
+%define skip_python38 1
+%define skip_python39 1
+%define skip_python310 1
%bcond_without test
%endif
%if "%{flavor}" == ""
%bcond_with test
%endif
+# Numba is not ready for python 3.11 yet gh#numba/numba#8304
+%define skip_python311 1
Name: python-dask%{psuffix}
# ===> Note: python-dask MUST be updated in sync with python-distributed! <===
-Version: 2023.1.1
+Version: 2023.2.0
Release: 0
Summary: Minimal task scheduling abstraction
License: BSD-3-Clause
@@ -361,8 +373,8 @@
donttest="(test_datasets and test_deterministic)"
# upstreams test if their ci is up to date, irrelevant for obs
donttest+=" or test_development_guidelines_matches_ci"
-# requires otherwise optional pyarrow (not available on TW)
-donttest+=" or (test_parquet and (test_chunksize or test_extra_file))"
+# requires otherwise optional pyarrow (not available on TW) -- https://github.com/dask/dask/issues/9975
+donttest+=" or (test_parquet and (test_chunksize or test_extra_file or (test_select_filtered_column and fastparquet)))"
if [[ $(getconf LONG_BIT) -eq 32 ]]; then
# https://github.com/dask/dask/issues/8620
donttest+=" or test_query_with_meta"
@@ -375,9 +387,6 @@
donttest+=" or test_select_from_select"
# tries to get an IP address
donttest+=" or test_map_partitions_df_input"
-# more nullcast pandas warnings since numpy 1.24 (see also gh#dask/dask#9793)
-donttest+=" or (test_array_core and test_setitem_extended_API_2d_mask)"
-donttest+=" or (test_arithmetics_reduction and test_datetime_std)"
%pytest --pyargs dask -n auto -r fE -m "not network" -k "not ($donttest)" --reruns 3 --reruns-delay 3
%endif
++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.if49X9/_old 2023-02-28 12:49:45.412877527 +0100
+++ /var/tmp/diff_new_pack.if49X9/_new 2023-02-28 12:49:45.412877527 +0100
@@ -2,5 +2,6 @@
<package>test-py38</package>
<package>test-py39</package>
<package>test-py310</package>
+ <!-- package>test-py311</package -->
</multibuild>
++++++ dask-2023.1.1.tar.gz -> dask-2023.2.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-dask/dask-2023.1.1.tar.gz /work/SRC/openSUSE:Factory/.python-dask.new.31432/dask-2023.2.0.tar.gz differ: char 5, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-rpyc for openSUSE:Factory checked in at 2023-02-28 12:49:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rpyc (Old)
and /work/SRC/openSUSE:Factory/.python-rpyc.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rpyc"
Tue Feb 28 12:49:34 2023 rev:12 rq:1068126 version:5.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rpyc/python-rpyc.changes 2022-12-07 17:36:27.049027264 +0100
+++ /work/SRC/openSUSE:Factory/.python-rpyc.new.31432/python-rpyc.changes 2023-02-28 12:49:43.772868522 +0100
@@ -1,0 +2,5 @@
+Tue Feb 21 08:31:28 UTC 2023 - Daniel Garcia <daniel.garcia(a)suse.com>
+
+- Disable broken test for python 3.11
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-rpyc.spec ++++++
--- /var/tmp/diff_new_pack.W4zBPi/_old 2023-02-28 12:49:44.324871553 +0100
+++ /var/tmp/diff_new_pack.W4zBPi/_new 2023-02-28 12:49:44.328871575 +0100
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -82,7 +81,10 @@
%if %{with test}
%check
-%pytest -k 'not (TestDeploy or Test_Ssh or TestUdpRegistry or win32pipes or test_server_stops or test_immutable_object_return or test_return_of_modified_parameter or test_return_of_unmodified_parameter or test_dataframe_pickling or test_ssl_conenction or test_connection)'
+donttest="TestDeploy or Test_Ssh or TestUdpRegistry or win32pipes or test_server_stops or test_immutable_object_return or test_return_of_modified_parameter or test_return_of_unmodified_parameter or test_dataframe_pickling or test_ssl_conenction or test_connection"
+# Fails with python 3.11
+donttest+=" or test_gdb"
+%pytest -k "not ($donttest)"
%endif
%if !%{with test}
@@ -97,7 +99,8 @@
%license LICENSE
%python_alternative %{_bindir}/rpyc_classic
%python_alternative %{_bindir}/rpyc_registry
-%{python_sitelib}/*
+%{python_sitelib}/rpyc
+%{python_sitelib}/rpyc-%{version}*-info
%endif
%changelog
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package teleport for openSUSE:Factory checked in at 2023-02-28 12:49:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/teleport (Old)
and /work/SRC/openSUSE:Factory/.teleport.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "teleport"
Tue Feb 28 12:49:28 2023 rev:45 rq:1068122 version:12.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/teleport/teleport.changes 2023-02-14 16:47:43.363257576 +0100
+++ /work/SRC/openSUSE:Factory/.teleport.new.31432/teleport.changes 2023-02-28 12:49:40.888852687 +0100
@@ -1,0 +2,180 @@
+Tue Feb 28 07:52:01 UTC 2023 - kastl(a)b1-systems.de
+
+- Update to version 12.0.4:
+ * Release 12.0.4 (#22321)
+ * Terminate the local shell when a session closes (#22222)
+ * Ignore all node_module paths when running shellcheck lint.
+ (#22233)
+ * [v12] Enable xterm links and clean up MFA modal (#22278)
+ * [v12] Web: Fix regression for not able to create or reset
+ users (#22267)
+ * Mark Proxy Peering as in Preview (#22209)
+ * [v12] helm: allow to set security contexts in
+ `teleport-kube-agent` (#21535)
+ * Format collected data in the device tctl resource nicely
+ (#22198) (#22258)
+ * Fix `disconnect_expired_cert` and `client_idle_timeout`
+ description (#22255)
+ * spell fix kubernetes resource doc (#22259)
+
+-------------------------------------------------------------------
+Tue Feb 28 06:52:22 UTC 2023 - kastl(a)b1-systems.de
+
+- Update to version 12.0.3:
+ * Release 12.0.3 (#22250)
+ * [v12] Fix Kube impersonation header overwrite when dealing
+ with remote clusters (#22244)
+ * Fix an issue Redis protocol not handling nil response
+ (#22200) (#22228)
+ * preserve explicit local auth disable
+ * Create a generic local backend service. (#22236)
+ * [v12] Adds `kubernetes_resources` references (#22217)
+ * User group API and cache. (#21956) (#22147)
+ * [v12] Provide flag to only display tsh binary version (#22167)
+ * [v12] Extend security context to proxy init container
+ wait-auth-update. (#22064)
+ * createPtyProcess: Return early on error (#22190)
+ * ClustersService: Remove internal logins when syncing root
+ clusters (#22187)
+ * [v12] Implement tctl resource commands for Device Trust
+ (#22157)
+ * Added 02/23 Upcoming Releases Update
+ * [v12] Add docs for Device Trust tctl commands (#22201)
+ * Inherit `kubernetes_resources` from roles when using access
+ requests to kube_cluster
+ * [v12] Add service for "plugin" resources (#21210) (#22185)
+ * [v12] Add Security-Kerberos Event Log for Desktop
+ Troubleshooting (#22170)
+ * add MFA type and Login flow to register challenge event
+ (#22112) (#22159)
+ * add bypassses for UI GHA's (#22105) (#22141)
+ * Add expire time to SAML session creation. (#22135)
+ * [v12] Add Plugin resource schema, methods (#20990) (#22177)
+ * [v12] Connect: Enable font configuration (#22122)
+ * Update e (#22156)
+ * Spell fix previews page (#22152)
+ * Add in WrapContextWithUserFromTLSConnState. (#22136)
+ * [v12] Bump cloud version to 11.3.4 (#22114)
+ * disable MFA TTL limit for local proxy tunnel (#21661)
+ * [v12] Document silent install of Connect on Windows (#22119)
+ * Clarifications in Okta SSO doc (#22036)
+ * [v12] Docs: update fluentd guide (#22077)
+ * Remove usage of lodash methods (#21567) (#22102)
+ * Discover: install ent image when cluster is enterprise
+ (#22109)
+ * [v12] Install deb/yum repos when using node-join script
+ (#22108)
+ * Ensure UpdateRemoteCluster updates all fields (#22024) (#22088)
+ * fix: improve tsh logs when skipping auto Access Request
+ (#22094)
+ * Add DatabaseService KeepAlive type (#22042) (#22087)
+ * SAML IdP sessions added to the API and cache. (#22098)
+ * Correctly handle LOCAL command of PROXY protocol v2 in
+ multiplexer (#22092)
+ * Import jest-canvas-mock in teleport tests which import xterm
+ paths (#22074)
+ * Refresh Introduction Page (#21261) (#22032)
+ * [v12] Add non-HA Teleport cluster to Deploy with Helm links
+ (#22039)
+ * Emit usage events for `port`, `kube.request`, `sftp`
+ (#21740) (#22016)
+ * Relay child exit code in g-build (#21898)
+ * [v12] [Web:Discover] Add missing checks (#22029)
+ * Align AWS assume-role request duration with cert expiration
+ (#21670) (#21994)
+ * Support assumed roles for "tsh proxy aws" (#20568) (#21990)
+ * [doc] Update app access reserved headers X-Teleport-*
+ (#21000) (#21993)
+ * [v12] Change init logger to include timestamp for debug level
+ (#21996)
+ * Add minor improvements to `lib/kube/proxy` (#21917)
+ * [v12] Support proxy reading of SAML IdP CA. (#22030)
+ * Mention --mfa-mode in the `tsh mfa add` flow (#22018) (#22034)
+ * [docs] add a note on `rds:DescribeDBClusters` (#22007) (#22025)
+ * Improve formatting for TLS cert requests (#22013)
+ * CI: bypass OS compatibility check for some changes
+ (#21989) (#22021)
+ * [v12] Updates to windows getting started (#22019)
+ * [v12] SAML IdP access checker. (#21955)
+ * Expose access point in web handler. (#21957)
+ * Include Enterprise in output of tctl version for commercial
+ pre-req (#22004)
+ * [v12] Fix Moderated session on leave pause action. (#21974)
+ * [v12] [Web] Fix missing --request-id= flag in UI for Kubernetes
+ login instructions (#21445)
+ * [v12] Connect: Use SSH server UUID instead of hostname for file
+ transfer (#21962)
+ * [v12] Fix uncaught errors in Desktop's Discover flow (#21756)
+ * Added 02/16 Upcoming Releases Update
+ * Add metrics to track connection ingress (#19734) (#21771)
+ * Switch CodeQL to scheduled (#21942)
+ * Refer to tsh apps subcommand (#21857)
+ * Adjust clientIP/pinnedIP fields according to IP pinning RFD
+ (#21906)
+ * Update Go toolchain to 1.20.1 (#21931)
+ * [v12] Docs/TF: Identity as b64 (#21933)
+ * Docs: Remove Jira Custom Field reference (#21908)
+ * Update role > lock and add missing word." (#21897)
+ * Reduce etcd requests performed by a KeepAlive (#21926)
+ * Update Teleport Enterprise Cloud compare description (#21922)
+ * [v12] Update teleterm README (#21879)
+ * Disable instance heartbeats by default (#21901) (#21905)
+ * [v12] Add docs references to `tsh request search --kind=pod`
+ (#21887)
+ * [v12] Add more info re: AWS credentials to the docs (#21776)
+ * [v12] Include enterprise in tctl prereqs for ent and cloud
+ (#21890)
+ * Initial user group object. (#21657)
+ * [v12] Add SAML query functions to auth preferences. (#21825)
+ * SAML IdP session objects. (#21758)
+ * [v12] Update troubleshooting docs (#21762)
+ * [v12] Change error response formatting for "/version" endpoint
+ (#21846)
+ * Update download link (#21674)
+ * use Enterprise over Commercial (#21370)
+ * Improve webpack "exclude" expressions (#21663) (#21725)
+ * [doc] allow either role name or full ARN for AWS IAM role
+ db_users (#21240) (#21837)
+ * helm: fix proxy and auth config referring to the same subdict
+ (#21768)
+ * Fixup teleport db configure create (#20968) (#21690)
+ * spell fixes (#21855)
+ * Bump Buf to v1.14.0 (#21842)
+ * Run reviewers check on (un)labeled PR events (#21814) (#21819)
+ * [v12] docs: login rule docs (#21829)
+ * Remove deprecated warning when proxy starts (#21817)
+ * [v12] Move CentOS 7 assets to GitHub repo (#21784)
+ * feat: early feedback for successful security key taps (#21780)
+ * set SessionExpires on new sessions (#21688) (#21733)
+ * [v12] Skip deleting server heartbeats during in-process restart
+ (#21807)
+ * Remove code related to restarting lib/teleterm gateways (#21533)
+ * AWS IAM role matching for database users (#20610) (#21251)
+ * Add device lock support (#21667) (#21751)
+ * [v12] Turn off parallelization of teleterm's integration tests
+ (#21737)
+ * [v12] Remove support for DEBUG_ASSETS_PATH (#21473)
+ * Remove required cluster name when using `tsh kube login --all`
+ (#21765)
+ * [v12] Moderated sessions request is not forwarded into the leaf
+ cluster (#21612)
+ * Role access requests available for all scopes (#21752)
+ * Update docs link to master db access rfd (#21736)
+ * Cache etcd lease ttl (#21496)
+ * Fix linter issues (#21748)
+ * [v12] Update Go toolchain to 1.20 (#21680)
+ * Add Pod resource search web API (#21595)
+ * Update docs version (#21744)
+ * [v12] Make UsageSessionStart report TCP app access separately
+ (#21711)
+ * [v12] Connect: Link to docs in `UsageData` dialog (#21730)
+ * Delete assets/aws/cloudformation directory (#21696)
+ * lib/utils/fs.go: Do not remove lockfiles on Windows
+ * Update SQL Server library (#21065) (#21638)
+ * Update database config samples (#21480) (#21543)
+ * Change debug commands during discover flow (#21557)
+ * [v12] Ask for job role on the second launch (#21640)
+ * Correct namespace name in k8s doc (#21589)
+ * Remove version warnings for EOL Teleport versions (#21665)
+
+-------------------------------------------------------------------
Old:
----
teleport-12.0.2.tar.gz
New:
----
teleport-12.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ teleport.spec ++++++
--- /var/tmp/diff_new_pack.Cu0yqT/_old 2023-02-28 12:49:43.488866963 +0100
+++ /var/tmp/diff_new_pack.Cu0yqT/_new 2023-02-28 12:49:43.492866985 +0100
@@ -19,7 +19,7 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: teleport
-Version: 12.0.2
+Version: 12.0.4
Release: 0
Summary: Identity-aware, multi-protocol access proxy
License: Apache-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.Cu0yqT/_old 2023-02-28 12:49:43.536867227 +0100
+++ /var/tmp/diff_new_pack.Cu0yqT/_new 2023-02-28 12:49:43.540867249 +0100
@@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="exclude">.git</param>
- <param name="revision">v12.0.2</param>
+ <param name="revision">v12.0.4</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
@@ -26,7 +26,7 @@
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled">
- <param name="archive">teleport-12.0.2.tar.gz</param>
+ <param name="archive">teleport-12.0.4.tar.gz</param>
</service>
</services>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Cu0yqT/_old 2023-02-28 12:49:43.564867380 +0100
+++ /var/tmp/diff_new_pack.Cu0yqT/_new 2023-02-28 12:49:43.564867380 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/gravitational/teleport</param>
- <param name="changesrevision">64e23540e972d1349330325cfd24f0babe8f05cd</param></service></servicedata>
+ <param name="changesrevision">cf72ee5d591b21d59a1d6b31339051bad0f77f1b</param></service></servicedata>
(No newline at EOF)
++++++ teleport-12.0.2.tar.gz -> teleport-12.0.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/teleport/teleport-12.0.2.tar.gz /work/SRC/openSUSE:Factory/.teleport.new.31432/teleport-12.0.4.tar.gz differ: char 15, line 1
++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/teleport/vendor.tar.gz /work/SRC/openSUSE:Factory/.teleport.new.31432/vendor.tar.gz differ: char 5, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package telegram-desktop for openSUSE:Factory checked in at 2023-02-28 12:49:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telegram-desktop (Old)
and /work/SRC/openSUSE:Factory/.telegram-desktop.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telegram-desktop"
Tue Feb 28 12:49:24 2023 rev:85 rq:1068084 version:4.6.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/telegram-desktop/telegram-desktop.changes 2023-02-27 12:55:43.295553110 +0100
+++ /work/SRC/openSUSE:Factory/.telegram-desktop.new.31432/telegram-desktop.changes 2023-02-28 12:49:35.960825629 +0100
@@ -1,0 +2,5 @@
+Mon Feb 27 11:37:21 UTC 2023 - Manfred Hollstein <manfred.h(a)gmx.net>
+
+- Refresh 0002-use-bundled-rnnoise-expected-gsl-ranges-webrtc.patch
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ 0002-use-bundled-rnnoise-expected-gsl-ranges-webrtc.patch ++++++
--- /var/tmp/diff_new_pack.UWWzuE/_old 2023-02-28 12:49:36.928830944 +0100
+++ /var/tmp/diff_new_pack.UWWzuE/_new 2023-02-28 12:49:36.932830966 +0100
@@ -50,7 +50,7 @@
-if (DESKTOP_APP_USE_PACKAGED)
+if (NOT DESKTOP_APP_USE_PACKAGED)
if (DESKTOP_APP_USE_PACKAGED_LAZY)
- find_package(Microsoft.GSL QUIET)
+ find_package(Microsoft.GSL 4.0.0 QUIET)
else()
--- a/cmake/external/ranges/CMakeLists.txt
+++ b/cmake/external/ranges/CMakeLists.txt
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qbittorrent for openSUSE:Factory checked in at 2023-02-28 12:49:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
and /work/SRC/openSUSE:Factory/.qbittorrent.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qbittorrent"
Tue Feb 28 12:49:22 2023 rev:107 rq:1068116 version:4.5.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes 2023-02-13 16:42:53.388071951 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.31432/qbittorrent.changes 2023-02-28 12:49:32.484806543 +0100
@@ -1,0 +2,18 @@
+Tue Feb 28 07:42:31 UTC 2023 - Luigi Baldoni <aloisio(a)gmx.com>
+
+- Update to version 4.5.2
+ Bug fixes:
+ * Don't unexpectedly activate queued torrents when prefetching
+ metadata for added magnets
+ * Update the cached torrent state once recheck is started
+ * Be more likely to allow the system to use power saving modes
+ Web UI:
+ * Migrate away from unsafe function
+ * Blacklist bad ciphers for TLS in the server
+ * Allow only TLS 1.2+ in the server
+ * Allow to set read-only directory as torrent location
+ * Reject requests that contain backslash in path
+ RSS:
+ * Prevent RSS folder from being moved into itself
+
+-------------------------------------------------------------------
Old:
----
qbittorrent-4.5.1.tar.xz
qbittorrent-4.5.1.tar.xz.asc
New:
----
qbittorrent-4.5.2.tar.xz
qbittorrent-4.5.2.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qbittorrent.spec ++++++
--- /var/tmp/diff_new_pack.mHO9Us/_old 2023-02-28 12:49:33.132810101 +0100
+++ /var/tmp/diff_new_pack.mHO9Us/_new 2023-02-28 12:49:33.136810123 +0100
@@ -18,7 +18,7 @@
Name: qbittorrent
-Version: 4.5.1
+Version: 4.5.2
Release: 0
Summary: A BitTorrent client in Qt
License: GPL-2.0-or-later
++++++ qbittorrent-4.5.1.tar.xz -> qbittorrent-4.5.2.tar.xz ++++++
++++ 387313 lines of diff (skipped)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package widelands for openSUSE:Factory checked in at 2023-02-28 12:49:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/widelands (Old)
and /work/SRC/openSUSE:Factory/.widelands.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "widelands"
Tue Feb 28 12:49:11 2023 rev:12 rq:1068114 version:1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/widelands/widelands.changes 2022-12-21 16:07:00.486673415 +0100
+++ /work/SRC/openSUSE:Factory/.widelands.new.31432/widelands.changes 2023-02-28 12:49:29.740791476 +0100
@@ -1,0 +2,6 @@
+Mon Feb 27 19:08:17 UTC 2023 - Carsten Ziepke <kieltux(a)gmail.com>
+
+- Use BuildRequires asio-devel instead pkgconfig(asio), enables
+ build for openSUSE Leap 15.4
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ widelands.spec ++++++
--- /var/tmp/diff_new_pack.3lWoYQ/_old 2023-02-28 12:49:32.164804786 +0100
+++ /var/tmp/diff_new_pack.3lWoYQ/_new 2023-02-28 12:49:32.172804830 +0100
@@ -1,7 +1,7 @@
#
# spec file for package widelands
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,6 +23,7 @@
License: GPL-2.0-or-later
URL: https://www.widelands.org
Source0: https://github.com/%{name}/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{…
+BuildRequires: asio-devel
BuildRequires: SDL2_gfx-devel
BuildRequires: SDL2_image-devel
BuildRequires: SDL2_mixer-devel
@@ -47,7 +48,6 @@
BuildRequires: pkgconfig
BuildRequires: python3-base
BuildRequires: update-desktop-files
-BuildRequires: pkgconfig(asio)
BuildRequires: pkgconfig(glew)
BuildRequires: pkgconfig(icu-i18n)
BuildRequires: pkgconfig(icu-io)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dynaconf for openSUSE:Factory checked in at 2023-02-28 12:49:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dynaconf (Old)
and /work/SRC/openSUSE:Factory/.python-dynaconf.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dynaconf"
Tue Feb 28 12:49:09 2023 rev:9 rq:1068107 version:3.1.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dynaconf/python-dynaconf.changes 2022-07-08 14:03:08.558532375 +0200
+++ /work/SRC/openSUSE:Factory/.python-dynaconf.new.31432/python-dynaconf.changes 2023-02-28 12:49:28.392784075 +0100
@@ -1,0 +2,35 @@
+Tue Feb 28 06:08:59 UTC 2023 - Steve Kowalik <steven.kowalik(a)suse.com>
+
+- Update to 3.1.11:
+ * New data key casing must adapt to existing key casing (#795)
+ * Parse negative numbers from envvar Fix #799 and Fix #585 (#802)
+ * Fix get command with Django (#804)
+ * Allow merge_unique on lists when merge_enabled=True (#810)
+ * Rebind current env when forced for Pytest Fix #728 (#809)
+ * AUTO_CAST can be enabled on instance (#811)
+ * Fix #807 Use client.auth.approle.login instead of client.auth_approle (#808)
+ * Fix #768 of kv property depreciation from client object (#769)
+ * Feature/detect casting comb token from converters (#784)
+ * Using filter_strategy in env_loader to fix #760 (#767)
+ * Fix cli init command for flask (#705) (#774)
+ * Add unique label when merging lists to fix issue #653 (#661)
+ * Add new validation to fix issue #585 (#667)
+ * Add support for Python 3.10 (#665)
+ * Added `dynaconf get` command to cli (#730)
+ * Fix FlaskConfig.setdefault (#706)
+ * Force PYTHONIOENCODING to utf-8 to fix #664 (#672)
+ * Fix Issue 662 Lazy validation (#675)
+ * Load vault secrets from environment less stores or which are not
+ written by dynaconf (#725)
+ * Added validate_only_current_env to validator (issue #734) (#736)
+ * Makes Django/Flask kwargs case insensitive (#721)
+ * Fix #595 namedtuples are no more converted to BoxList (#623)
+ * description and type annotation for validator (#634)
+ * Add support for Python 3.9 (#618)
+ * Add type annotations for dynaconf.utils (#450)
+ * feat: add filter strategy with PrefixFilter (#625)
+ * Add a warning if `--env` is passed to `init` (#629)
+- Add patch support-python-311.patch:
+ * Support Python 3.11.
+
+-------------------------------------------------------------------
Old:
----
dynaconf-3.1.4.tar.gz
New:
----
dynaconf-3.1.11.tar.gz
support-python-311.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dynaconf.spec ++++++
--- /var/tmp/diff_new_pack.YjzaGs/_old 2023-02-28 12:49:29.176788380 +0100
+++ /var/tmp/diff_new_pack.YjzaGs/_new 2023-02-28 12:49:29.180788402 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-dynaconf
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
Name: python-dynaconf
-Version: 3.1.4
+Version: 3.1.11
Release: 0
Summary: The dynamic configurator for your Python Project
License: MIT
URL: https://github.com/rochacbruno/dynaconf
Source: https://github.com/rochacbruno/dynaconf/archive/%{version}.tar.gz#/dynaconf…
+# PATCH-FIX-UPSTREAM gh#dynaconf/dynaconf#830
+Patch0: support-python-311.patch
BuildRequires: %{python_module setuptools >= 38.6.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -67,8 +67,6 @@
# require running docker with the server
rm tests/test_vault.py
-rm -r dynaconf/vendor_src/
-
%build
%python_build
@@ -78,11 +76,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-mkdir -p ~/bin
-%python_expand cp -p %{buildroot}%{_bindir}/dynaconf-%{$python_bin_suffix} ~/bin/dynaconf
-export PATH=~/bin:$PATH
export LANG=en_US.UTF-8
-/usr/sbin/redis-server &
+/usr/sbin/redis-server --stop-writes-on-bgsave-error no &
export DYNACONF_TEST_REDIS_URL==http://127.0.0.1:6379
%pytest tests/
++++++ dynaconf-3.1.4.tar.gz -> dynaconf-3.1.11.tar.gz ++++++
++++ 113784 lines of diff (skipped)
++++++ support-python-311.patch ++++++
From 6ff2192ef2dfd0e29c6889cc248353a57e3293dc Mon Sep 17 00:00:00 2001
From: Bruno Rocha <rochacbruno(a)gmail.com>
Date: Mon, 7 Nov 2022 18:36:05 +0000
Subject: [PATCH] Add Python 3.11 to CI
Thanks @Riverfount
---
.github/workflows/main.yml | 16 ++++++++--------
dynaconf/base.py | 4 ++--
setup.py | 5 ++---
tests/test_base.py | 10 ++++------
4 files changed, 16 insertions(+), 19 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d512c15f..fe399891 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
@@ -61,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.8", "3.10"]
+ python-version: ["3.8", "3.10", "3.11"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
@@ -104,7 +104,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.8", "3.10"]
+ python-version: ["3.8", "3.10", "3.11"]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
@@ -126,7 +126,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.8", "3.10"]
+ python-version: ["3.8", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
@@ -146,7 +146,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.8", "3.10"]
+ python-version: ["3.8", "3.10", "3.11"]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
@@ -167,7 +167,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.8", "3.10"]
+ python-version: ["3.8", "3.10", "3.11"]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
@@ -188,7 +188,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.8", "3.10"]
+ python-version: ["3.8", "3.10", "3.11"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
services:
@@ -213,7 +213,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.8", "3.10"]
+ python-version: ["3.8", "3.10", "3.11"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
services:
diff --git a/dynaconf/base.py b/dynaconf/base.py
index 2858b549..15f3df46 100644
--- a/dynaconf/base.py
+++ b/dynaconf/base.py
@@ -753,8 +753,8 @@ def setenv(self, env=None, clean=True, silent=True, filename=None):
"""
env = env or self.ENV_FOR_DYNACONF
- if not isinstance(env, str):
- raise AttributeError("env should be a string")
+ if not isinstance(env, str) or "_" in env or " " in env:
+ raise ValueError("env should be a string without _ or spaces")
env = env.upper()
diff --git a/setup.py b/setup.py
index af82a877..223653b5 100644
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,6 @@
from __future__ import annotations
-import io
import os
-import sys
from setuptools import find_packages
from setuptools import setup
@@ -83,7 +81,7 @@ def read(*names, **kwargs):
"all": ["redis", "ruamel.yaml", "configobj", "hvac"],
"test": test_requirements,
},
- python_requires=">=3.7",
+ python_requires=">=3.8",
entry_points={"console_scripts": ["dynaconf=dynaconf.cli:main"]},
setup_requires=["setuptools>=38.6.0"],
classifiers=[
@@ -100,6 +98,7 @@ def read(*names, **kwargs):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
"Topic :: Utilities",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
diff --git a/tests/test_base.py b/tests/test_base.py
index ae1fe9b9..18363ba6 100644
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -204,15 +204,13 @@ def test_as_json(settings):
def test_env_should_be_string(settings):
- with pytest.raises(AttributeError):
- with settings.setenv(123456):
- pass
+ with pytest.raises(ValueError):
+ settings.setenv(123456)
def test_env_should_not_have_underline(settings):
- with pytest.raises(AttributeError):
- with settings.setenv("COOL_env"):
- pass
+ with pytest.raises(ValueError):
+ settings.setenv("COOL_env")
def test_path_for(settings):
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package konstraint for openSUSE:Factory checked in at 2023-02-28 12:49:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konstraint (Old)
and /work/SRC/openSUSE:Factory/.konstraint.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "konstraint"
Tue Feb 28 12:49:08 2023 rev:13 rq:1068111 version:0.25.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/konstraint/konstraint.changes 2023-02-08 17:20:50.694105664 +0100
+++ /work/SRC/openSUSE:Factory/.konstraint.new.31432/konstraint.changes 2023-02-28 12:49:26.488773621 +0100
@@ -1,0 +2,6 @@
+Mon Feb 27 19:01:31 UTC 2023 - kastl(a)b1-systems.de
+
+- Update to version 0.25.1:
+ * Bump github.com/open-policy-agent/opa from 0.49.0 to 0.49.2 (#375)
+
+-------------------------------------------------------------------
Old:
----
konstraint-0.25.0.tar.gz
New:
----
konstraint-0.25.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ konstraint.spec ++++++
--- /var/tmp/diff_new_pack.QrU9Qx/_old 2023-02-28 12:49:27.276777947 +0100
+++ /var/tmp/diff_new_pack.QrU9Qx/_new 2023-02-28 12:49:27.280777969 +0100
@@ -19,7 +19,7 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: konstraint
-Version: 0.25.0
+Version: 0.25.1
Release: 0
Summary: A policy management tool for interacting with Gatekeeper
License: Apache-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.QrU9Qx/_old 2023-02-28 12:49:27.312778145 +0100
+++ /var/tmp/diff_new_pack.QrU9Qx/_new 2023-02-28 12:49:27.316778167 +0100
@@ -3,7 +3,7 @@
<param name="url">https://github.com/plexsystems/konstraint</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="revision">v0.25.0</param>
+ <param name="revision">v0.25.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
@@ -16,7 +16,7 @@
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled">
- <param name="archive">konstraint-0.25.0.tar.gz</param>
+ <param name="archive">konstraint-0.25.1.tar.gz</param>
</service>
</services>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.QrU9Qx/_old 2023-02-28 12:49:27.336778277 +0100
+++ /var/tmp/diff_new_pack.QrU9Qx/_new 2023-02-28 12:49:27.336778277 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/plexsystems/konstraint</param>
- <param name="changesrevision">01c8d6e72f7ab41fddd418e5e4be986d473747dd</param></service></servicedata>
+ <param name="changesrevision">9f1710d723771c7052004a336f51a28db5e9da46</param></service></servicedata>
(No newline at EOF)
++++++ konstraint-0.25.0.tar.gz -> konstraint-0.25.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konstraint-0.25.0/go.mod new/konstraint-0.25.1/go.mod
--- old/konstraint-0.25.0/go.mod 2023-02-08 02:17:25.000000000 +0100
+++ new/konstraint-0.25.1/go.mod 2023-02-27 06:23:02.000000000 +0100
@@ -5,7 +5,7 @@
require (
github.com/ghodss/yaml v1.0.0
github.com/open-policy-agent/frameworks/constraint v0.0.0-20220218180203-c2a0d8cdf85a
- github.com/open-policy-agent/opa v0.49.0
+ github.com/open-policy-agent/opa v0.49.2
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konstraint-0.25.0/go.sum new/konstraint-0.25.1/go.sum
--- old/konstraint-0.25.0/go.sum 2023-02-08 02:17:25.000000000 +0100
+++ new/konstraint-0.25.1/go.sum 2023-02-27 06:23:02.000000000 +0100
@@ -251,8 +251,8 @@
github.com/onsi/gomega v1.23.0 h1:/oxKu9c2HVap+F3PfKort2Hw5DEU+HGlW8n+tguWsys=
github.com/open-policy-agent/frameworks/constraint v0.0.0-20220218180203-c2a0d8cdf85a h1:UbAUYf06fWKxsmETXwqQndYgh1OLG1EtX2V+qfxqDms=
github.com/open-policy-agent/frameworks/constraint v0.0.0-20220218180203-c2a0d8cdf85a/go.mod h1:y8aZ+J4EnNqQ+DdyMOaNhuTAnMoJErDg9ySgqd5qo38=
-github.com/open-policy-agent/opa v0.49.0 h1:TIlpCT1B5FSm8Dqo/a4t23gKmHkQysC3+7W77F99P4k=
-github.com/open-policy-agent/opa v0.49.0/go.mod h1:WTLWtu498/QNTDkiHx76Xj7jaJUPvLJAPtdMkCcst0w=
+github.com/open-policy-agent/opa v0.49.2 h1:n8ntRq/yDWy+cmYaqSLrHXmrT3tX8WlK28vjFQdC6W8=
+github.com/open-policy-agent/opa v0.49.2/go.mod h1:7L3lN5qe8xboRmEHxC5lGjo5KsRMdK+CCLiFoOCP7rU=
github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=
github.com/pelletier/go-toml/v2 v2.0.6/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
++++++ vendor.tar.gz ++++++
++++ 8968 lines of diff (skipped)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pywlroots for openSUSE:Factory checked in at 2023-02-28 12:49:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pywlroots (Old)
and /work/SRC/openSUSE:Factory/.python-pywlroots.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pywlroots"
Tue Feb 28 12:49:06 2023 rev:6 rq:1068117 version:0.16.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pywlroots/python-pywlroots.changes 2023-02-12 19:14:20.405047590 +0100
+++ /work/SRC/openSUSE:Factory/.python-pywlroots.new.31432/python-pywlroots.changes 2023-02-28 12:49:25.612768811 +0100
@@ -1,0 +2,6 @@
+Tue Feb 21 03:35:10 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela(a)gmail.com>
+
+- Update to version 0.16.0:
+ * Added support for wlroots 0.16.x
+
+-------------------------------------------------------------------
Old:
----
pywlroots-0.15.24.tar.gz
New:
----
pywlroots-0.16.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pywlroots.spec ++++++
--- /var/tmp/diff_new_pack.XQkrJT/_old 2023-02-28 12:49:26.152771776 +0100
+++ /var/tmp/diff_new_pack.XQkrJT/_new 2023-02-28 12:49:26.156771798 +0100
@@ -18,7 +18,7 @@
%bcond_without test
Name: python-pywlroots
-Version: 0.15.24
+Version: 0.16.0
Release: 0
Summary: Python binding to the wlroots library using cffi
License: NCSA
@@ -41,8 +41,7 @@
BuildRequires: libdrm >= 2.4.113
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(wlroots) >= 0.15.0
-BuildConflicts: pkgconfig(wlroots) >= 0.16.0
+BuildRequires: pkgconfig(wlroots) >= 0.16.0
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: pkgconfig(xwayland)
Requires: python-pywayland
++++++ pywlroots-0.15.24.tar.gz -> pywlroots-0.16.0.tar.gz ++++++
++++ 3881 lines of diff (skipped)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cacti-spine for openSUSE:Factory checked in at 2023-02-28 12:49:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
and /work/SRC/openSUSE:Factory/.cacti-spine.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cacti-spine"
Tue Feb 28 12:49:05 2023 rev:39 rq:1068076 version:1.2.24
Changes:
--------
--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes 2023-01-03 15:05:33.522577570 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.31432/cacti-spine.changes 2023-02-28 12:49:24.984765362 +0100
@@ -1,0 +2,6 @@
+Mon Feb 27 22:55:55 UTC 2023 - Andreas Stieger <andreas.stieger(a)gmx.de>
+
+- cacti-spine 1.2.24:
+ * Fix segfault when ignoring older OIDs
+
+-------------------------------------------------------------------
Old:
----
cacti-spine-1.2.23.tar.gz
New:
----
cacti-spine-1.2.24.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cacti-spine.spec ++++++
--- /var/tmp/diff_new_pack.lFgjhE/_old 2023-02-28 12:49:25.384767559 +0100
+++ /var/tmp/diff_new_pack.lFgjhE/_new 2023-02-28 12:49:25.388767581 +0100
@@ -18,7 +18,7 @@
%{!?make_build: %define make_build make %{?_smp_mflags}}
Name: cacti-spine
-Version: 1.2.23
+Version: 1.2.24
Release: 0
Summary: Threaded poller for Cacti written in C
License: LGPL-2.1-or-later
++++++ cacti-spine-1.2.23.tar.gz -> cacti-spine-1.2.24.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/CHANGELOG new/cacti-spine-1.2.24/CHANGELOG
--- old/cacti-spine-1.2.23/CHANGELOG 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/CHANGELOG 2023-02-27 14:59:43.000000000 +0100
@@ -1,8 +1,12 @@
The Cacti Group | spine
+1.2.24
+-issue#296: When ignoring older OIDs, segmentation faults can be caused
+
1.2.23
-issue#287: Unexpected reindexing occurs when using uptime as the reindex method
-issue#279: spine does not compile with SQL TLS deactivated
+-issue#298: Odd Cacti log format issue when script server timeout happened
-feature#277: Spine should prevent the script server from connecting to remote when offline
-feature#292: Improve Script Server Timeout Logging
-feature#293: Add SQL_NO_CACHE to Spine Queries
@@ -601,3 +605,6 @@
-bug: fixed issue that prevented multi ds item RRD?s from updating
-bug: fixed invalid string length calculation that was truncating output over 4 characters
-bug: small log file reformatting
+
+-----------------------------------------------
+Copyright (c) 2004-2023 - The Cacti Group, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/INSTALL new/cacti-spine-1.2.24/INSTALL
--- old/cacti-spine-1.2.23/INSTALL 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/INSTALL 2023-02-27 14:59:43.000000000 +0100
@@ -144,3 +144,7 @@
3. On older MySQL versions, different libraries had to be used to make MySQL thread
safe. MySQL versions 5.0 and 5.1 require this flag. If you are using these version
of MySQL, you must use the --with-reentrant configure flag.
+
+
+-----------------------------------------------
+Copyright (c) 2004-2023 - The Cacti Group, Inc.
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/Makefile.am new/cacti-spine-1.2.24/Makefile.am
--- old/cacti-spine-1.2.23/Makefile.am 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/Makefile.am 2023-02-27 14:59:43.000000000 +0100
@@ -1,4 +1,25 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
+#
+# +-------------------------------------------------------------------------+
+# | Copyright (C) 2004-2023 The Cacti Group |
+# | |
+# | This program is free software; you can redistribute it and/or |
+# | modify it under the terms of the GNU General Public License |
+# | as published by the Free Software Foundation; either version 2 |
+# | of the License, or (at your option) any later version. |
+# | |
+# | This program is distributed in the hope that it will be useful, |
+# | but WITHOUT ANY WARRANTY; without even the implied warranty of |
+# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
+# | GNU General Public License for more details. |
+# +-------------------------------------------------------------------------+
+# | Cacti: The Complete RRDtool-based Graphing Solution |
+# +-------------------------------------------------------------------------+
+# | This code is designed, written, and maintained by the Cacti Group. See |
+# | about.php and/or the AUTHORS file for specific developer information. |
+# +-------------------------------------------------------------------------+
+# | http://www.cacti.net/ |
+# +-------------------------------------------------------------------------+
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/Makefile.in new/cacti-spine-1.2.24/Makefile.in
--- old/cacti-spine-1.2.23/Makefile.in 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/Makefile.in 2023-02-27 14:59:43.000000000 +0100
@@ -1,6 +1,27 @@
# Makefile.in generated by automake 1.11.1 from Makefile.am.
# @configure_input@
+# +-------------------------------------------------------------------------+
+# | Copyright (C) 2004-2023 The Cacti Group |
+# | |
+# | This program is free software; you can redistribute it and/or |
+# | modify it under the terms of the GNU General Public License |
+# | as published by the Free Software Foundation; either version 2 |
+# | of the License, or (at your option) any later version. |
+# | |
+# | This program is distributed in the hope that it will be useful, |
+# | but WITHOUT ANY WARRANTY; without even the implied warranty of |
+# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
+# | GNU General Public License for more details. |
+# +-------------------------------------------------------------------------+
+# | Cacti: The Complete RRDtool-based Graphing Solution |
+# +-------------------------------------------------------------------------+
+# | This code is designed, written, and maintained by the Cacti Group. See |
+# | about.php and/or the AUTHORS file for specific developer information. |
+# +-------------------------------------------------------------------------+
+# | http://www.cacti.net/ |
+# +-------------------------------------------------------------------------+
+
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
# Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/README.md new/cacti-spine-1.2.24/README.md
--- old/cacti-spine-1.2.23/README.md 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/README.md 2023-02-27 14:59:43.000000000 +0100
@@ -133,3 +133,6 @@
3. On older MySQL versions, different libraries had to be used to make MySQL
thread safe. MySQL versions 5.0 and 5.1 require this flag. If you are using
these version of MySQL, you must use the --with-reentrant configure flag.
+
+-----------------------------------------------------------------------------
+Copyright (c) 2004-2023 - The Cacti Group, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/bootstrap new/cacti-spine-1.2.24/bootstrap
--- old/cacti-spine-1.2.23/bootstrap 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/bootstrap 2023-02-27 14:59:43.000000000 +0100
@@ -1,4 +1,26 @@
#!/bin/sh
+<?php
+# +-------------------------------------------------------------------------+
+# | Copyright (C) 2004-2023 The Cacti Group |
+# | |
+# | This program is free software; you can redistribute it and/or |
+# | modify it under the terms of the GNU General Public License |
+# | as published by the Free Software Foundation; either version 2 |
+# | of the License, or (at your option) any later version. |
+# | |
+# | This program is distributed in the hope that it will be useful, |
+# | but WITHOUT ANY WARRANTY; without even the implied warranty of |
+# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
+# | GNU General Public License for more details. |
+# +-------------------------------------------------------------------------+
+# | Cacti: The Complete RRDtool-based Graphing Solution |
+# +-------------------------------------------------------------------------+
+# | This code is designed, written, and maintained by the Cacti Group. See |
+# | about.php and/or the AUTHORS file for specific developer information. |
+# +-------------------------------------------------------------------------+
+# | http://www.cacti.net/ |
+# +-------------------------------------------------------------------------+
+
#
# ----------------------------------------------------------
# Name: bootstrap
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/common.h new/cacti-spine-1.2.24/common.h
--- old/cacti-spine-1.2.23/common.h 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/common.h 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/configure.ac new/cacti-spine-1.2.24/configure.ac
--- old/cacti-spine-1.2.23/configure.ac 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/configure.ac 2023-02-27 14:59:43.000000000 +0100
@@ -1,5 +1,26 @@
+# +-------------------------------------------------------------------------+
+# | Copyright (C) 2004-2023 The Cacti Group |
+# | |
+# | This program is free software; you can redistribute it and/or |
+# | modify it under the terms of the GNU General Public License |
+# | as published by the Free Software Foundation; either version 2 |
+# | of the License, or (at your option) any later version. |
+# | |
+# | This program is distributed in the hope that it will be useful, |
+# | but WITHOUT ANY WARRANTY; without even the implied warranty of |
+# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
+# | GNU General Public License for more details. |
+# +-------------------------------------------------------------------------+
+# | Cacti: The Complete RRDtool-based Graphing Solution |
+# +-------------------------------------------------------------------------+
+# | This code is designed, written, and maintained by the Cacti Group. See |
+# | about.php and/or the AUTHORS file for specific developer information. |
+# +-------------------------------------------------------------------------+
+# | http://www.cacti.net/ |
+# +-------------------------------------------------------------------------+
+
AC_PREREQ([2.63])
-AC_INIT([Spine Poller],[1.2.23],[http://www.cacti.net/issues.php]
+AC_INIT([Spine Poller],[1.2.24],[http://www.cacti.net/issues.php]
AC_CONFIG_AUX_DIR(config)
AC_SUBST(ac_aux_dir)
@@ -180,7 +201,7 @@
test -f /usr/include/$file && CAPLOC=$file && break
done
-AC_CHECK_HEADER($CAPLOC, [FOUND_SYS_CAPABILITY_H=yes],
+AC_CHECK_HEADER($CAPLOC, [FOUND_SYS_CAPABILITY_H=yes],
[FOUND_SYS_CAPABILITY_H=no])
# If we should use the Linux Capabilities support
@@ -280,10 +301,10 @@
if test $MYSQL_REENTRANT = 1 ; then
LIBS="-lmysqlclient_r -lm -ldl $LIBS"
-else
+else
if test -f $MYSQL_LIB_DIR/libmysqlclient_r.a -o -f $MYSQL_LIB_DIR/libmysqlclient_r.$ShLib; then
LIBS="-lmysqlclient_r -lm -ldl $LIBS"
- else
+ else
if test -f $MYSQL_LIB_DIR/libmysqlclient_r.a -o -f $MYSQL_LIB_DIR/libmysqlclient_r.$ShLib ; then
LIBS="-lmysqlclient_r -lm -ldl $LIBS"
else
@@ -364,7 +385,7 @@
],[AC_MSG_RESULT(no)
])
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include <net-snmp-config.h>
+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include <net-snmp-config.h>
#include <net-snmp/utilities.h>
#include <net-snmp/net-snmp-includes.h>
#include <net-snmp/config_api.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/copyright_year.sh new/cacti-spine-1.2.24/copyright_year.sh
--- old/cacti-spine-1.2.23/copyright_year.sh 1970-01-01 01:00:00.000000000 +0100
+++ new/cacti-spine-1.2.24/copyright_year.sh 2023-02-27 14:59:43.000000000 +0100
@@ -0,0 +1,119 @@
+#!/usr/bin/env bash
+# +-------------------------------------------------------------------------+
+# | Copyright (C) 2004-2023 The Cacti Group |
+# | |
+# | This program is free software; you can redistribute it and/or |
+# | modify it under the terms of the GNU General Public License |
+# | as published by the Free Software Foundation; either version 2 |
+# | of the License, or (at your option) any later version. |
+# | |
+# | This program is distributed in the hope that it will be useful, |
+# | but WITHOUT ANY WARRANTY; without even the implied warranty of |
+# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
+# | GNU General Public License for more details. |
+# +-------------------------------------------------------------------------+
+# | Cacti: The Complete RRDTool-based Graphing Solution |
+# +-------------------------------------------------------------------------+
+# | This code is designed, written, and maintained by the Cacti Group. See |
+# | about.php and/or the AUTHORS file for specific developer information. |
+# +-------------------------------------------------------------------------+
+# | http://www.cacti.net/ |
+# +-------------------------------------------------------------------------+
+
+update_copyright() {
+ local file=$1
+ file=${file/$SCRIPT_BASE/}
+ printf -v line "%60s" "$file"
+ if [[ -z "$ERRORS_ONLY" ]]; then
+ echo -n "$line"
+ line=
+ fi
+
+ old_reg="20[0-9][0-9][ ]*-[ ]*20[0-9][0-9]"
+ old_data=$(grep -c -e "$old_reg" "$1" 2>/dev/null)
+ new_reg="2004-$YEAR"
+ result=$?
+
+ if [[ $old_data -eq 0 ]]; then
+ old_reg="(Copyright.*) 20[0-9][0-9] "
+ old_data=$(grep -c -e "$old_reg" "$1" 2>/dev/null)
+ new_reg="\1 2004-$YEAR"
+ result=$?
+ fi
+
+ if [[ $old_data -gt 0 ]]; then
+ old_data=$(grep -e "$old_reg" "$1" 2>/dev/null)
+ new_data=$(echo "$old_data" | sed -r s/"$old_reg"/"$new_reg"/g)
+ if [[ "$old_data" == "$new_data" ]]; then
+ if [[ -z "$ERRORS_ONLY" ]]; then
+ echo "$line Skipping Copyright Data"
+ fi
+ else
+ echo "$line Updating Copyright Data"
+ printf "%60s %s\n" "==============================" "===================="
+ printf "%60s %s\n" "$old_data" "=>"
+ printf "%60s %s\n" "$new_data" ""
+ sed -i -r s/"$old_reg"/"$new_reg"/g $1
+ printf "%60s %s\n" "==============================" "===================="
+ fi
+ else
+ echo "$line Copyright not found!"
+ SCRIPT_ERR=1
+ fi
+}
+
+SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
+SCRIPT_BASE=$(realpath "${SCRIPT_DIR}/")/
+
+BAD_FOLDERS="\.git include/vendor \*\*/vendor include/fa cache include/js scripts"
+SCRIPT_EXCLUSION=
+for f in $BAD_FOLDERS; do
+ SCRIPT_EXCLUSION="$SCRIPT_EXCLUSION -not -path ${SCRIPT_BASE}$f/\* "
+done
+
+SCRIPT_ERR=0
+YEAR=$(date +"%Y")
+EXT="" # "sh sql php js md conf c h ac dist"
+ERRORS_ONLY=1
+while [ -n "$1" ]; do
+ case $1 in
+ "--help")
+ echo "NOTE: Checks all Cacti pages for this years copyright"
+ echo ""
+ echo "usage: copyright_year.sh [-a]"
+ echo ""
+ ;;
+ "-E" | "-e")
+ shift
+ EXT="$1"
+ ;;
+ "-A" | "-a")
+ ERRORS_ONLY=
+ echo "Searching..."
+ ;;
+ *) ;;
+
+ esac
+ shift
+done
+
+# ----------------------------------------------
+# PHP / JS / MD Files
+# ----------------------------------------------
+SCRIPT_INCLUSION=
+SCRIPT_SEPARATOR=
+for ext in $EXT; do
+ if [ -n "$SCRIPT_INCLUSION" ]; then
+ SCRIPT_SEPARATOR="-o "
+ fi
+ SCRIPT_INCLUSION="$SCRIPT_INCLUSION $SCRIPT_SEPARATOR-name \*.$ext"
+done
+
+if [[ -n "$SCRIPT_INCLUSION" ]]; then
+ SCRIPT_INCLUSION="\( $SCRIPT_INCLUSION \)"
+fi
+
+SCRIPT_CMD="find ${SCRIPT_BASE} -type f $SCRIPT_INCLUSION $SCRIPT_EXCLUSION -print0"
+bash -c "$SCRIPT_CMD" | while IFS= read -r -d '' file; do
+ update_copyright "${file}"
+done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/debug new/cacti-spine-1.2.24/debug
--- old/cacti-spine-1.2.23/debug 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/debug 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,32 @@
+#!/bin/bash
+#
+# +-------------------------------------------------------------------------+
+# | Copyright (C) 2004-2023 The Cacti Group |
+# | |
+# | This program is free software; you can redistribute it and/or |
+# | modify it under the terms of the GNU General Public License |
+# | as published by the Free Software Foundation; either version 2 |
+# | of the License, or (at your option) any later version. |
+# | |
+# | This program is distributed in the hope that it will be useful, |
+# | but WITHOUT ANY WARRANTY; without even the implied warranty of |
+# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
+# | GNU General Public License for more details. |
+# +-------------------------------------------------------------------------+
+# | Cacti: The Complete RRDtool-based Graphing Solution |
+# +-------------------------------------------------------------------------+
+# | This code is designed, written, and maintained by the Cacti Group. See |
+# | about.php and/or the AUTHORS file for specific developer information. |
+# +-------------------------------------------------------------------------+
+# | http://www.cacti.net/ |
+# +-------------------------------------------------------------------------+
+
if [[ -z $SPINE_CONFIG ]]; then
export SPINE_CONFIG="/etc/spine.conf";
fi
+
make
+
if [[ $? -eq 0 ]]; then
echo
echo ------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/error.c new/cacti-spine-1.2.24/error.c
--- old/cacti-spine-1.2.23/error.c 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/error.c 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/error.h new/cacti-spine-1.2.24/error.h
--- old/cacti-spine-1.2.23/error.h 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/error.h 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/keywords.c new/cacti-spine-1.2.24/keywords.c
--- old/cacti-spine-1.2.23/keywords.c 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/keywords.c 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/keywords.h new/cacti-spine-1.2.24/keywords.h
--- old/cacti-spine-1.2.23/keywords.h 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/keywords.h 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/locks.c new/cacti-spine-1.2.24/locks.c
--- old/cacti-spine-1.2.23/locks.c 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/locks.c 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/locks.h new/cacti-spine-1.2.24/locks.h
--- old/cacti-spine-1.2.23/locks.h 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/locks.h 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/nft_popen.c new/cacti-spine-1.2.24/nft_popen.c
--- old/cacti-spine-1.2.23/nft_popen.c 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/nft_popen.c 2023-02-27 14:59:43.000000000 +0100
@@ -1,3 +1,26 @@
+/*
+ +-------------------------------------------------------------------------+
+ | Copyright (C) 2004-2023 The Cacti Group |
+ | |
+ | This program is free software; you can redistribute it and/or |
+ | modify it under the terms of the GNU General Public License |
+ | as published by the Free Software Foundation; either version 2 |
+ | of the License, or (at your option) any later version. |
+ | |
+ | This program is distributed in the hope that it will be useful, |
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of |
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
+ | GNU General Public License for more details. |
+ +-------------------------------------------------------------------------+
+ | Cacti: The Complete RRDtool-based Graphing Solution |
+ +-------------------------------------------------------------------------+
+ | This code is designed, written, and maintained by the Cacti Group. See |
+ | about.php and/or the AUTHORS file for specific developer information. |
+ +-------------------------------------------------------------------------+
+ | http://www.cacti.net/ |
+ +-------------------------------------------------------------------------+
+*/
+
/*******************************************************************************
ex: set tabstop=4 shiftwidth=4 autoindent:
* (C) Xenadyne Inc. 2002. All Rights Reserved
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/nft_popen.h new/cacti-spine-1.2.24/nft_popen.h
--- old/cacti-spine-1.2.23/nft_popen.h 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/nft_popen.h 2023-02-27 14:59:43.000000000 +0100
@@ -1,20 +1,43 @@
+/*
+ +-------------------------------------------------------------------------+
+ | Copyright (C) 2004-2023 The Cacti Group |
+ | |
+ | This program is free software; you can redistribute it and/or |
+ | modify it under the terms of the GNU General Public License |
+ | as published by the Free Software Foundation; either version 2 |
+ | of the License, or (at your option) any later version. |
+ | |
+ | This program is distributed in the hope that it will be useful, |
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of |
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
+ | GNU General Public License for more details. |
+ +-------------------------------------------------------------------------+
+ | Cacti: The Complete RRDtool-based Graphing Solution |
+ +-------------------------------------------------------------------------+
+ | This code is designed, written, and maintained by the Cacti Group. See |
+ | about.php and/or the AUTHORS file for specific developer information. |
+ +-------------------------------------------------------------------------+
+ | http://www.cacti.net/ |
+ +-------------------------------------------------------------------------+
+*/
+
/******************************************************************************
ex: set tabstop=4 shiftwidth=4 autoindent:
*
* (C) Copyright Xenadyne, Inc. 2002 All rights reserved.
- *
+ *
* Permission to use, copy, modify and distribute this software for
- * any purpose and without fee is hereby granted, provided that the
+ * any purpose and without fee is hereby granted, provided that the
* above copyright notice appears in all copies.
- *
- * XENADYNE INC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
- * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
- * IN NO EVENT SHALL XENADYNE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM THE
- * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
- * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ *
+ * XENADYNE INC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
+ * IN NO EVENT SHALL XENADYNE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM THE
+ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+ * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- *
+ *
* File: nft_popen.h
*
* PURPOSE
@@ -32,7 +55,7 @@
* used with select() or poll(), or the caller can use fdopen() if a stdio
* FILE* is preferable.
*
- * The mode argument is defined as in standard popen().
+ * The mode argument is defined as in standard popen().
*
* On success, returns a file descriptor, or -1 on error.
* On failure, returns -1, with errno set to one of:
@@ -48,10 +71,10 @@
* nft_pchild
*
* Get the pid of the child process for an fd created by ntf_popen().
- *
+ *
* On success, the pid of the child process is returned.
* On failure, nft_pchild() returns -1, with errno set to:
- *
+ *
* EBADF The fd is not an active nft_popen() file descriptor.
*/
extern int nft_pchild(int fd);
@@ -60,10 +83,10 @@
* nft_pclose
*
* Close the pipe and wait for the status of the child process.
- *
+ *
* On success, the exit status of the child process is returned.
* On failure, nft_pclose() returns -1, with errno set to:
- *
+ *
* EBADF The fd is not an active popen() file descriptor.
* ECHILD waitpid() failed.
*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/php.c new/cacti-spine-1.2.24/php.c
--- old/cacti-spine-1.2.23/php.c 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/php.c 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
@@ -241,7 +241,9 @@
php_init(php_process);
break;
case 0:
- SPINE_LOG(("WARNING: SS[%i] The PHP Script Server did not respond in time for Timeout[%0.2f], Command[%s] and will therefore be restarted", php_process, end_time - start_time, command));
+ /* record end time */
+ end_time = get_time_as_double();
+ SPINE_LOG(("WARNING: SS[%i] The PHP Script Server did not respond in time for Timeout[%0.2f], Command[%s] and will therefore be restarted", php_process, end_time - begin_time, command));
SET_UNDEFINED(result_string);
/* kill script server because it is misbehaving */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/php.h new/cacti-spine-1.2.24/php.h
--- old/cacti-spine-1.2.23/php.h 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/php.h 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/ping.c new/cacti-spine-1.2.24/ping.c
--- old/cacti-spine-1.2.23/ping.c 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/ping.c 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/ping.h new/cacti-spine-1.2.24/ping.h
--- old/cacti-spine-1.2.23/ping.h 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/ping.h 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/poller.c new/cacti-spine-1.2.24/poller.c
--- old/cacti-spine-1.2.23/poller.c 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/poller.c 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/poller.h new/cacti-spine-1.2.24/poller.h
--- old/cacti-spine-1.2.23/poller.h 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/poller.h 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/snmp.c new/cacti-spine-1.2.24/snmp.c
--- old/cacti-spine-1.2.23/snmp.c 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/snmp.c 2023-02-27 14:59:43.000000000 +0100
@@ -1,8 +1,8 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
- | Copyright (C) 2004-2020 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
@@ -388,16 +388,17 @@
char *result_string;
char temp_result[RESULTS_BUFFER];
- if (current_host->ignore_host) {
- SPINE_LOG_HIGH(("WARNING: Skipped oid '%s' for Device[%d] as host ignore flag is active", snmp_oid, current_host->id));
- return NULL;
- }
-
if (!(result_string = (char *) malloc(RESULTS_BUFFER))) {
die("ERROR: Fatal malloc error: snmp.c snmp_get!");
}
result_string[0] = '\0';
+ if (current_host->ignore_host) {
+ SPINE_LOG_HIGH(("WARNING: Skipped oid '%s' for Device[%d] as host ignore flag is active", snmp_oid, current_host->id));
+ SET_UNDEFINED(result_string);
+ return result_string;
+ }
+
status = STAT_DESCRIP_ERROR;
if (current_host->snmp_session != NULL) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/snmp.h new/cacti-spine-1.2.24/snmp.h
--- old/cacti-spine-1.2.23/snmp.h 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/snmp.h 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/spine.c new/cacti-spine-1.2.24/spine.c
--- old/cacti-spine-1.2.23/spine.c 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/spine.c 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
@@ -1127,7 +1127,7 @@
0 /* ENDMARKER */
};
- printf("SPINE %s Copyright 2004-2021 by The Cacti Group\n", VERSION);
+ printf("SPINE %s Copyright 2004-2023 by The Cacti Group\n", VERSION);
if (only_version == FALSE) {
printf("\n");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/spine.conf.dist new/cacti-spine-1.2.24/spine.conf.dist
--- old/cacti-spine-1.2.23/spine.conf.dist 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/spine.conf.dist 2023-02-27 14:59:43.000000000 +0100
@@ -1,5 +1,5 @@
# +-------------------------------------------------------------------------+
-# | Copyright (C) 2004-2019 The Cacti Group |
+# | Copyright (C) 2004-2023 The Cacti Group |
# | |
# | This program is free software; you can redistribute it and/or |
# | modify it under the terms of the GNU Lesser General Public License |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/spine.h new/cacti-spine-1.2.24/spine.h
--- old/cacti-spine-1.2.23/spine.h 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/spine.h 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/sql.c new/cacti-spine-1.2.24/sql.c
--- old/cacti-spine-1.2.23/sql.c 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/sql.c 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/sql.h new/cacti-spine-1.2.24/sql.h
--- old/cacti-spine-1.2.23/sql.h 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/sql.h 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/util.c new/cacti-spine-1.2.24/util.c
--- old/cacti-spine-1.2.23/util.c 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/util.c 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-spine-1.2.23/util.h new/cacti-spine-1.2.24/util.h
--- old/cacti-spine-1.2.23/util.h 2023-01-02 15:48:31.000000000 +0100
+++ new/cacti-spine-1.2.24/util.h 2023-02-27 14:59:43.000000000 +0100
@@ -1,7 +1,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:*
+-------------------------------------------------------------------------+
- | Copyright (C) 2004-2021 The Cacti Group |
+ | Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
1
0