[packages/net-snmp] - updated to 5.9.4
qboosh
qboosh at pld-linux.org
Sun Aug 20 21:07:59 CEST 2023
commit eebcfd59999dd13e4f8506265bad86a4ba29a87e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Aug 20 20:54:42 2023 +0200
- updated to 5.9.4
net-snmp-lvalue.patch | 17 -----------------
net-snmp.spec | 8 +++-----
2 files changed, 3 insertions(+), 22 deletions(-)
---
diff --git a/net-snmp.spec b/net-snmp.spec
index c239f37..48b7e94 100644
--- a/net-snmp.spec
+++ b/net-snmp.spec
@@ -24,12 +24,12 @@ Summary(pt_BR.UTF-8): Agente SNMP da UCD
Summary(ru.UTF-8): Набор утилит для протокола SNMP от UC-Davis
Summary(uk.UTF-8): Набір утиліт для протоколу SNMP від UC-Davis
Name: net-snmp
-Version: 5.9.3
-Release: 2
+Version: 5.9.4
+Release: 1
License: BSD-like
Group: Networking/Daemons
Source0: https://downloads.sourceforge.net/net-snmp/%{name}-%{version}.tar.gz
-# Source0-md5: 11dc7dd91e3aadd6a6d953c7dd216574
+# Source0-md5: 395f7988f1ee4fd9b61eebbbb0961245
Source1: %{name}d.init
Source2: %{name}d.conf
Source3: %{name}d.sysconfig
@@ -47,7 +47,6 @@ Patch4: %{name}-link.patch
Patch6: %{name}-kernel_headers.patch
Patch7: %{name}-rpmpath.patch
Patch8: %{name}-python.patch
-Patch9: %{name}-lvalue.patch
Patch10: %{name}-defaultconfig.patch
Patch11: %{name}-use-rpm-hrmib.patch
Patch12: %{name}-TCP_STATS_CACHE_TIMEOUT.patch
@@ -469,7 +468,6 @@ SNMP dla trzech wersji tego protokołu (SNMPv3, SNMPv2c, SNMPv1).
%patch6 -p1
%patch7 -p1
%patch8 -p1
-%patch9 -p1
%patch10 -p1
%if %{with rpm5}
%patch11 -p1
diff --git a/net-snmp-lvalue.patch b/net-snmp-lvalue.patch
deleted file mode 100644
index 0c58ec6..0000000
--- a/net-snmp-lvalue.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -urN net-snmp-5.4.1.org/include/net-snmp/library/tools.h net-snmp-5.4.1/include/net-snmp/library/tools.h
---- net-snmp-5.4.1.org/include/net-snmp/library/tools.h 2006-09-01 19:38:16.000000000 +0200
-+++ net-snmp-5.4.1/include/net-snmp/library/tools.h 2007-11-03 11:11:37.466103816 +0100
-@@ -50,11 +50,11 @@
-
- /** @def SNMP_FREE(s)
- Frees a pointer only if it is !NULL and sets its value to NULL */
--#define SNMP_FREE(s) do { if (s) { free((void *)s); s=NULL; } } while(0)
-+#define SNMP_FREE(s) do { if (s) { free(s); s=NULL; } } while(0)
-
- /** @def SNMP_SWIPE_MEM(n, s)
- Frees pointer n only if it is !NULL, sets n to s and sets s to NULL */
--#define SNMP_SWIPE_MEM(n,s) do { if (n) free((void *)n); n = s; s=NULL; } while(0)
-+#define SNMP_SWIPE_MEM(n,s) do { if (n) free(n); n = s; s=NULL; } while(0)
-
- /*
- * XXX Not optimal everywhere.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/net-snmp.git/commitdiff/eebcfd59999dd13e4f8506265bad86a4ba29a87e
More information about the pld-cvs-commit
mailing list