summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-07-08 10:06:25 -0400
committerAnthony G. Basile <blueness@gentoo.org>2012-07-08 10:06:25 -0400
commit6945acd26a70cab18361185055af47ca9257acd4 (patch)
treebccf471a8f564f515b7f73d276b8caf58bcb59d9 /scripts
parentGrsec/PaX: 2.9-{2.6.32.59,3.2.21,3.4.4}-201207021921 (diff)
downloadhardened-patchset-6945acd26a70cab18361185055af47ca9257acd4.tar.gz
hardened-patchset-6945acd26a70cab18361185055af47ca9257acd4.tar.bz2
hardened-patchset-6945acd26a70cab18361185055af47ca9257acd4.zip
Grsec/PaX: 2.9-{2.6.32.59,3.2.22,3.4.4}-201207080925
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/just_fetch.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/just_fetch.pl b/scripts/just_fetch.pl
index 80e95ef..370be36 100755
--- a/scripts/just_fetch.pl
+++ b/scripts/just_fetch.pl
@@ -6,8 +6,8 @@ use HTML::LinkExtor ;
my @upstream_url =
(
- "http://grsecurity.net/test.php",
- "http://grsecurity.net/download_stable.php"
+ "http://grsecurity.net/download_stable.php",
+ "http://grsecurity.net/test.php"
) ;
my $file_pattern = "grsecurity-";