Author: baggins Date: Sun Apr 19 23:30:46 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 7 - don't pollute logs with debug stuff - fix CVE-2008-6123 (net-snmp-src-dst-confusion.patch)
---- Files affected: SPECS: net-snmp.spec (1.135 -> 1.136) ---- Diffs: ================================================================ Index: SPECS/net-snmp.spec diff -u SPECS/net-snmp.spec:1.135 SPECS/net-snmp.spec:1.136 --- SPECS/net-snmp.spec:1.135 Mon Mar 30 15:44:31 2009 +++ SPECS/net-snmp.spec Mon Apr 20 01:30:41 2009 @@ -21,7 +21,7 @@ Summary(uk.UTF-8): Набір утиліт для протоколу SNMP від UC-Davis Name: net-snmp Version: 5.4.2.1 -Release: 6 +Release: 7 License: BSD-like Group: Networking/Daemons Source0: http://dl.sourceforge.net/net-snmp/%{name}-%{version}.tar.gz @@ -51,9 +51,8 @@ Patch15: %{name}-subcontainer.patch Patch16: %{name}-netlink.patch Patch17: %{name}-TCP_STATS_CACHE_TIMEOUT.patch +Patch18: %{name}-src-dst-confusion.patch URL: http://www.net-snmp.org/ -# http://net-snmp.svn.sourceforge.net/viewvc/net-snmp?view=rev&revision=17367 -BuildRequires: security(CVE-2008-6123) BuildRequires: autoconf >= 2.61-3 BuildRequires: automake BuildRequires: elfutils-devel @@ -426,6 +425,7 @@ %patch15 -p1 %patch16 -p1 %patch17 -p1 +%patch18 -p3 %build %{__libtoolize} @@ -778,6 +778,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.136 2009/04/19 23:30:41 baggins +- rel 7 +- don't pollute logs with debug stuff +- fix CVE-2008-6123 (net-snmp-src-dst-confusion.patch) + Revision 1.135 2009/03/30 13:44:31 blues - CVE-2008-6123 security blocker ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/net-snmp.spec?r1=1.135&r2=1.136&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
