Author: sls Date: Thu Nov 20 01:17:34 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added nonprint.patch - rel. 2 (fixes CVE-2008-5076)
---- Files affected: SPECS: htop.spec (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SPECS/htop.spec diff -u SPECS/htop.spec:1.31 SPECS/htop.spec:1.32 --- SPECS/htop.spec:1.31 Wed Sep 24 13:36:31 2008 +++ SPECS/htop.spec Thu Nov 20 02:17:28 2008 @@ -4,12 +4,13 @@ Summary(pl.UTF-8): Interaktywna przeglądarka procesów Name: htop Version: 0.8.1 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/System Source0: http://dl.sourceforge.net/htop/%{name}-%{version}.tar.gz # Source0-md5: f0b259ca29175656de48bf0fa0a2e619 Patch0: %{name}-desktop.patch +Patch1: %{name}-nonprint.patch URL: http://htop.sourceforge.net/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -34,6 +35,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p0 %{__sed} -i -e 's/curses.h/ncurses\/curses.h/' configure.ac %build @@ -72,6 +74,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2008/11/20 01:17:28 sls +- added nonprint.patch +- rel. 2 (fixes CVE-2008-5076) + Revision 1.31 2008/09/24 11:36:31 paszczus - enable Vserver and unicode support by default ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/htop.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
