summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklakier2002-09-29 11:43:15 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitce6bcb15363fdbec541c8fe10a9482979ecb0f3b (patch)
treebc4447b48f1ebfd47b4f14460978c1eade2b5a84
parentca198caf10e020f6e15527eaaa8a76d826258b0f (diff)
downloadchpax-ce6bcb15363fdbec541c8fe10a9482979ecb0f3b.zip
chpax-ce6bcb15363fdbec541c8fe10a9482979ecb0f3b.tar.gz
- added chstk utility from openwallchpax-0_20020901-2
- rel 2 Changed files: chpax.spec -> 1.9
-rw-r--r--chpax.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/chpax.spec b/chpax.spec
index 9671eca..3538b62 100644
--- a/chpax.spec
+++ b/chpax.spec
@@ -2,10 +2,11 @@ Summary: Manage PaX flags for ELF and a.out binaries
Summary(pl): Zarządca znaczników PaX dla binarek ELF oraz a.out
Name: chpax
Version: 0.20020901
-Release: 1
+Release: 2
License: Public Domain
Group: Applications/System
Source0: http://pageexec.virtualave.net/%{name}.c
+Source1: http://www.openwall.com/linux/linux-2.2.21-ow2.tar.gz
URL: http://pageexec.virtualave.net/
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -22,11 +23,13 @@ a.out. Znaczniki te są brane pod uwagę tylko w momencie używania
odpowiednio załatanego jądra systemu.
%prep
-%setup -q -T -c
+%setup -q -T -c -a 1
install %{SOURCE0} .
+cp `find -name chstk.c` .
%build
%{__cc} %{rpmcflags} %{rpmldflags} -o chpax chpax.c
+%{__cc} %{rpmcflags} %{rpmldflags} -o chstk chstk.c
%install
rm -rf $RPM_BUILD_ROOT