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 2022-05-30 12:43:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and      /work/SRC/openSUSE:Factory/.cacti-spine.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cacti-spine"

Mon May 30 12:43:39 2022 rev:36 rq:979659 version:1.2.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2022-04-22 
22:00:20.511221235 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.2254/cacti-spine.changes        
2022-05-30 12:44:20.664421993 +0200
@@ -1,0 +2,6 @@
+Sun May 29 11:16:21 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- cacti-spine 1.2.21:
+  * Disable DES if Net-SNMP doesn't have it
+
+-------------------------------------------------------------------

Old:
----
  cacti-spine-1.2.20.tar.gz

New:
----
  cacti-spine-1.2.21.tar.gz

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

Other differences:
------------------
++++++ cacti-spine.spec ++++++
--- /var/tmp/diff_new_pack.iYJUJ0/_old  2022-05-30 12:44:21.108422585 +0200
+++ /var/tmp/diff_new_pack.iYJUJ0/_new  2022-05-30 12:44:21.112422590 +0200
@@ -18,7 +18,7 @@
 
 %{!?make_build: %define make_build make %{?_smp_mflags}}
 Name:           cacti-spine
-Version:        1.2.20
+Version:        1.2.21
 Release:        0
 Summary:        Threaded poller for Cacti written in C
 License:        LGPL-2.1-or-later

++++++ cacti-spine-1.2.20.tar.gz -> cacti-spine-1.2.21.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.20/CHANGELOG 
new/cacti-spine-1.2.21/CHANGELOG
--- old/cacti-spine-1.2.20/CHANGELOG    2022-04-05 15:49:57.000000000 +0200
+++ new/cacti-spine-1.2.21/CHANGELOG    2022-05-18 23:20:59.000000000 +0200
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.2.21
+-issue#258: Disable DES if Net-SNMP doesn't have it
+
 1.2.20
 -issue#233: Add support for newer versions of MySQL/MariaDB
 -issue#238: When checking for uptime of device, don't assume a non-responce is 
always fatal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.20/configure.ac 
new/cacti-spine-1.2.21/configure.ac
--- old/cacti-spine-1.2.20/configure.ac 2022-04-05 15:49:57.000000000 +0200
+++ new/cacti-spine-1.2.21/configure.ac 2022-05-18 23:20:59.000000000 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([Spine Poller],[1.2.20],[http://www.cacti.net/issues.php])
+AC_INIT([Spine Poller],[1.2.21],[http://www.cacti.net/issues.php])
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.20/snmp.c 
new/cacti-spine-1.2.21/snmp.c
--- old/cacti-spine-1.2.20/snmp.c       2022-04-05 15:49:57.000000000 +0200
+++ new/cacti-spine-1.2.21/snmp.c       2022-05-18 23:20:59.000000000 +0200
@@ -283,7 +283,7 @@
                        }
                } else {
                        if (strcmp(snmp_priv_protocol, "DES") == 0) {
-                               #if defined(USM_PRIV_PROTO_DES_LEN)
+                               #if defined(USM_PRIV_PROTO_DES_LEN) && 
!defined(NETSNMP_DISABLE_DES)
                                session.securityPrivProto    = 
snmp_duplicate_objid(usmDESPrivProtocol, USM_PRIV_PROTO_DES_LEN);
                                session.securityPrivProtoLen = 
USM_PRIV_PROTO_DES_LEN;
                                session.securityPrivKeyLen   = USM_PRIV_KU_LEN;

Reply via email to