diff options
author | Peter Palfrader <peter@palfrader.org> | 2011-03-10 21:24:54 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2011-03-10 21:24:54 +0000 |
commit | e167170fc2a836346d58a0ef23084e4c82e73989 (patch) | |
tree | f0019850d003030c3976eff287ead331a69b55e9 | |
parent | 44f71598645135fd592da0aaaa935af8d1ad3861 (diff) |
hardening backports should not be needed for squeeze, lucid, maverick
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@473 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rwxr-xr-x | build-tor-sources | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build-tor-sources b/build-tor-sources index bd81dd9..2bd7e29 100755 --- a/build-tor-sources +++ b/build-tor-sources @@ -240,13 +240,11 @@ bp2 $DIR $ORIGTAR # LUCID (EOL: April 2015) ################################################# bp1 $DIR $sid_debian_version lucid -(cd $DIR; hardening_backport 0) bp2 $DIR $ORIGTAR # MAVERICK (EOL: April 2012) ################################################# bp1 $DIR $sid_debian_version maverick -(cd $DIR; hardening_backport 0) bp2 $DIR $ORIGTAR @@ -264,7 +262,6 @@ bp2 $DIR $ORIGTAR # SQUEEZE-BPO ################################################# bp1 $DIR $sid_debian_version squeeze-bpo -(cd $DIR; hardening_backport 0) bp2 $DIR $ORIGTAR mkdir bpo |