summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-23 14:01:31 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-23 14:01:31 (EDT)
commitf7ee66c4239bdd8025be916497ab765b8ebb18f5 (patch)
tree3a2fd7f19a78f1cdd2cbe3f5223b136f39f23523
parent2d423d7adbac09f64d0aa4061e7e764933a046fc (diff)
Add control file for libssp.0.
-rw-r--r--libssp.0.pkg/control6
1 files changed, 6 insertions, 0 deletions
diff --git a/libssp.0.pkg/control b/libssp.0.pkg/control
new file mode 100644
index 0000000..b6e4393
--- /dev/null
+++ b/libssp.0.pkg/control
@@ -0,0 +1,6 @@
+Architecture: any
+Platform: all
+Depends: gcc-4.7-common (= ${Binary-Version}), libc.6
+Description: GCC stack-smashing protector
+ This package provides the GCC stack-smashing protector extension to protect
+ applications from stack buffer overflow attacks.