diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 2000-03-08 14:26:40 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 2000-03-08 14:26:40 +0000 |
commit | 87b3a963ecd9944cd2494110810ad467a61a29a5 (patch) | |
tree | 4edd17279754911c77997ba07d03a920da64885d | |
parent | 46f5bb94091a3da17a592d914b5b214c83448ad9 (diff) | |
download | msec-87b3a963ecd9944cd2494110810ad467a61a29a5.tar msec-87b3a963ecd9944cd2494110810ad467a61a29a5.tar.gz msec-87b3a963ecd9944cd2494110810ad467a61a29a5.tar.bz2 msec-87b3a963ecd9944cd2494110810ad467a61a29a5.tar.xz msec-87b3a963ecd9944cd2494110810ad467a61a29a5.zip |
*** empty log message ***
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | msec.spec | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -VERSION = 0.9 +VERSION = 0.10 NAME = msec all: promisc_check msec_find @@ -1,6 +1,6 @@ # do not modify Version below, modify it in Makefile (see CVS) -%define version 0.9 -%define release 15mdk +%define version 0.10 +%define release 1mdk Summary: Security Level & Program for the Linux Mandrake distribution Name: msec @@ -12,7 +12,7 @@ Source: %{name}-%{version}.tar.bz2 Copyright: GPL Group: System Environment/Base BuildRoot: /var/tmp/msec -Requires: /bin/bash setup chkconfig +Requires: /bin/bash setup chkconfig >= 0.9-6 %description The Mandrake-Security package is designed to provide generic @@ -50,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Tue Mar 08 Yoann Vandoorselaere <yoann@mandrakesoft.com> -- Heavylly Modified msec_find. +- Heavily modified msec_find. - Added msec_find utility, written by Thierry Vignaud which will avoid us to find / 5 times :) - Added support for libsafe stack overflow protection in level 4 / 5 / |