[dropbear/f18: 4/12] Add PIE support.

Christopher Meng cicku at fedoraproject.org
Tue May 28 05:08:57 UTC 2013


commit b5c0e956d9a68c66139cd943e0f33bd7d9725c41
Author: Christopher Meng <rpm at cicku.me>
Date:   Thu May 16 17:00:34 2013 +0800

    Add PIE support.

 dropbear.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/dropbear.spec b/dropbear.spec
index 70bad62..1a5ad1c 100644
--- a/dropbear.spec
+++ b/dropbear.spec
@@ -1,6 +1,8 @@
+%global _hardened_build 1
+
 Name:             dropbear
 Version:          0.58
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          A lightweight SSH server and client
 
 Group:            Applications/Internet
@@ -89,6 +91,9 @@ fi
 %attr(0644,root,root) %{_mandir}/man8/dropbearkey.8*
 
 %changelog
+* Thu May 16 2013 Christopher Meng <rpm at cicku.me> - 0.58-2
+- Force PIE build for security issue.
+
 * Wed May 08 2013 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.58-1
 - new version
 


More information about the scm-commits mailing list