Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package net-snmp for openSUSE:Factory checked in at 2021-02-07 15:13:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/net-snmp (Old) and /work/SRC/openSUSE:Factory/.net-snmp.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "net-snmp" Sun Feb 7 15:13:50 2021 rev:95 rq:867908 version:5.9 Changes: -------- --- /work/SRC/openSUSE:Factory/net-snmp/net-snmp.changes 2020-12-18 19:52:26.917617207 +0100 +++ /work/SRC/openSUSE:Factory/.net-snmp.new.28504/net-snmp.changes 2021-02-07 15:13:52.545377252 +0100 @@ -1,0 +2,22 @@ +Mon Jan 18 21:31:18 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 5.9: + snmplib: + - Add IPv6 support to DTLSUDP transport CHANGES: snmplib: use new + netsnmp_sockaddr_storage in netsnmp_addr_pair CHANGES: snmplib: add + base_transport ptr for tunneled transports + snmpd: + - Security vulnerabilty in the ping MIB reported by Christopher Ertl + from Microsoft fixed + - Changing to a different uid/gid can only be done once + - The extend mib is now read-only by default + snmptrap: + - BUG: 2899: Patch from Drew Roedersheimer to set library + engineboots/time values before sending + unspecified: + - Add pkg-config support for building applications and sub-agents Use + the netsnmp package when building Net-SNMP applications. Use the + netsnmp-agent package when building Net-SNMP subagents. +- drop net-snmp-5.8-fix-python3.patch, net-snmp-5.8-netgroups.patch: obsolete + +------------------------------------------------------------------- Old: ---- net-snmp-5.8-fix-python3.patch net-snmp-5.8-netgroups.patch net-snmp-5.8.tar.gz New: ---- net-snmp-5.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ net-snmp.spec ++++++ --- /var/tmp/diff_new_pack.61rfKy/_old 2021-02-07 15:13:53.541378317 +0100 +++ /var/tmp/diff_new_pack.61rfKy/_new 2021-02-07 15:13:53.545378322 +0100 @@ -1,7 +1,7 @@ # # spec file for package net-snmp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,13 +30,13 @@ %define libname libsnmp30 %bcond_without python2 Name: net-snmp -Version: 5.8 +Version: 5.9 Release: 0 Summary: SNMP Daemon License: BSD-3-Clause AND MIT Group: Productivity/Networking/Other -URL: http://sourceforge.net/projects/net-snmp -Source: http://sourceforge.net/projects/net-snmp/files/net-snmp/%{version}/%{name}-%{version}.tar.gz +URL: https://sourceforge.net/projects/net-snmp +Source: https://sourceforge.net/projects/net-snmp/files/net-snmp/%{version}/%{name}-%{version}.tar.gz Source1: snmpd.service Source2: snmpd.conf Source3: README.SUSE @@ -54,17 +54,16 @@ Patch4: net-snmp-5.8-net-snmp-config-headercheck.patch Patch5: net-snmp-5.8-perl-tk-warning.patch Patch6: net-snmp-5.8-velocity-mib.patch -Patch7: net-snmp-5.8-netgroups.patch Patch8: net-snmp-5.8-snmpstatus-suppress-output.patch Patch9: net-snmp-5.8-fix-Makefile.PL.patch Patch10: net-snmp-5.8-modern-rpm-api.patch -Patch11: net-snmp-5.8-fix-python3.patch Patch12: net-snmp-5.8-add-lustre-fs-support.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool +BuildRequires: ncurses-devel BuildRequires: openssl-devel BuildRequires: procps BuildRequires: python-rpm-macros @@ -267,7 +266,7 @@ --with-systemd # Parallel build deps not properly stated -make -j1 +%make_build -j1 pushd python %python_exec setup.py build --basedir="../" @@ -301,7 +300,7 @@ install -D -m 0644 %{SOURCE11} %{buildroot}%{_fillupdir}/sysconfig.snmptrapd # tmpfiles install -m 755 -d %{buildroot}/%{_tmpfilesdir} -install -m 644 %SOURCE20 %{buildroot}/%{_tmpfilesdir}/net-snmp.conf +install -m 644 %{SOURCE20} %{buildroot}/%{_tmpfilesdir}/net-snmp.conf # ln -s -f %{netsnmp_agentx_socket_dir_fhs} %{buildroot}%{netsnmp_agentx_socket_dir_rfc} # @@ -399,6 +398,8 @@ %{_includedir}/net-snmp %{_libdir}/libsnmp*.so %{_libdir}/libnetsnmp*.so +%{_libdir}/pkgconfig/netsnmp-agent.pc +%{_libdir}/pkgconfig/netsnmp.pc %{_bindir}/mib2c %{_bindir}/mib2c-update %{_datadir}/snmp/mib2c* ++++++ net-snmp-5.8-fix-Makefile.PL.patch ++++++ --- /var/tmp/diff_new_pack.61rfKy/_old 2021-02-07 15:13:53.605378386 +0100 +++ /var/tmp/diff_new_pack.61rfKy/_new 2021-02-07 15:13:53.609378390 +0100 @@ -1,7 +1,8 @@ -diff -Nurp net-snmp-5.8-orig/perl/ASN/Makefile.PL net-snmp-5.8/perl/ASN/Makefile.PL ---- net-snmp-5.8-orig/perl/ASN/Makefile.PL 2018-10-10 09:45:14.875074783 +0000 -+++ net-snmp-5.8/perl/ASN/Makefile.PL 2018-10-10 15:02:06.342732928 +0000 -@@ -8,6 +8,7 @@ use Config; +Index: net-snmp-5.9/perl/ASN/Makefile.PL +=================================================================== +--- net-snmp-5.9.orig/perl/ASN/Makefile.PL ++++ net-snmp-5.9/perl/ASN/Makefile.PL +@@ -9,6 +9,7 @@ use Config; use MakefileSubs; my $lib_version; @@ -9,14 +10,15 @@ # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. -diff -Nurp net-snmp-5.8-orig/perl/Makefile.PL net-snmp-5.8/perl/Makefile.PL ---- net-snmp-5.8-orig/perl/Makefile.PL 2018-10-10 09:45:14.875074783 +0000 -+++ net-snmp-5.8/perl/Makefile.PL 2018-10-10 15:02:25.810916073 +0000 +Index: net-snmp-5.9/perl/Makefile.PL +=================================================================== +--- net-snmp-5.9.orig/perl/Makefile.PL ++++ net-snmp-5.9/perl/Makefile.PL @@ -4,6 +4,7 @@ use ExtUtils::MakeMaker; use Config; require 5; use MakefileSubs; +my %MakeParams = (); - WriteMakefile(TopLevelInitMakeParams()); - + # Prevent that MakeMaker complains about unknown parameter names. + NetSNMPGetOpts(); ++++++ net-snmp-5.8-pie.patch ++++++ --- /var/tmp/diff_new_pack.61rfKy/_old 2021-02-07 15:13:53.629378411 +0100 +++ /var/tmp/diff_new_pack.61rfKy/_new 2021-02-07 15:13:53.629378411 +0100 @@ -1,6 +1,7 @@ -diff -Nurp net-snmp-5.8-orig/agent/Makefile.in net-snmp-5.8/agent/Makefile.in ---- net-snmp-5.8-orig/agent/Makefile.in 2018-10-10 20:12:33.288508471 +0000 -+++ net-snmp-5.8/agent/Makefile.in 2018-10-10 20:12:13.236322553 +0000 +Index: net-snmp-5.9/agent/Makefile.in +=================================================================== +--- net-snmp-5.9.orig/agent/Makefile.in ++++ net-snmp-5.9/agent/Makefile.in @@ -297,7 +297,7 @@ getmibstat.o: mibgroup/kernel_sunos5.c $(CC) $(CFLAGS) -o $@ -D_GETMIBSTAT_TEST -DDODEBUG -c $? @@ -9,11 +10,12 @@ + $(LINK) $(CFLAGS) -o $@ -pie ${LAGENTOBJS} ${LDFLAGS} ${OUR_AGENT_LIBS} libnetsnmpagent.$(LIB_EXTENSION)$(LIB_VERSION): ${LLIBAGENTOBJS} $(USELIBS) - $(LIB_LD_CMD) $(AGENTLIB) ${LLIBAGENTOBJS} $(USELIBS) ${LAGENTLIBS} @LD_NO_UNDEFINED@ $(LDFLAGS) $(PERLLDOPTS_FOR_LIBS) $(LIB_LD_LIBS) @AGENTLIBS@ -diff -Nurp net-snmp-5.8-orig/apps/Makefile.in net-snmp-5.8/apps/Makefile.in ---- net-snmp-5.8-orig/apps/Makefile.in 2018-10-10 20:10:23.983309589 +0000 -+++ net-snmp-5.8/apps/Makefile.in 2018-10-10 20:11:50.172108708 +0000 -@@ -183,7 +183,7 @@ snmptest$(EXEEXT): snmptest.$(OSUFFIX + $(LIB_LD_CMD) $(AGENTLIB) ${LLIBAGENTOBJS} $(USELIBS) ${LAGENTLIBS} @LD_NO_UNDEFINED@ $(LDFLAGS) $(PERLLDOPTS_FOR_LIBS) @AGENTLIBS@ +Index: net-snmp-5.9/apps/Makefile.in +=================================================================== +--- net-snmp-5.9.orig/apps/Makefile.in ++++ net-snmp-5.9/apps/Makefile.in +@@ -190,7 +190,7 @@ snmptest$(EXEEXT): snmptest.$(OSUFFIX $(LINK) ${CFLAGS} -o $@ snmptest.$(OSUFFIX) ${LDFLAGS} ${LIBS} snmptrapd$(EXEEXT): $(TRAPD_OBJECTS) $(USETRAPLIBS) $(INSTALLLIBS) ++++++ net-snmp-5.8.tar.gz -> net-snmp-5.9.tar.gz ++++++ /work/SRC/openSUSE:Factory/net-snmp/net-snmp-5.8.tar.gz /work/SRC/openSUSE:Factory/.net-snmp.new.28504/net-snmp-5.9.tar.gz differ: char 5, line 1
