summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-02-25 12:30:10 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-02-25 12:30:10 -0500
commitea6fb7ece921bdfa2cb1cf81f2879305bb61cd95 (patch)
treeb8c052abbb03df2e60e9408cdd6d621cf9c3fa35 /scripts
parentGrsec/PaX: 2.2.2-2.6.32.57-201202131842 + 2.2.2-3.2.6-201202131824 (diff)
downloadhardened-patchset-ea6fb7ece921bdfa2cb1cf81f2879305bb61cd95.tar.gz
hardened-patchset-ea6fb7ece921bdfa2cb1cf81f2879305bb61cd95.tar.bz2
hardened-patchset-ea6fb7ece921bdfa2cb1cf81f2879305bb61cd95.zip
scripts/just_fetch.pl: updated to match new grsec 2.9 pattern
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/just_fetch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/just_fetch.pl b/scripts/just_fetch.pl
index bc9f921..663ddbc 100755
--- a/scripts/just_fetch.pl
+++ b/scripts/just_fetch.pl
@@ -6,7 +6,7 @@ use HTML::LinkExtor ;
my $upstream_url = "http://grsecurity.net/test.php" ;
-my $file_pattern = "grsecurity-2.2.2-";
+my $file_pattern = "grsecurity-";
my @allowed_suffixes = ( ".patch", ".patch.sig" ) ;
my %currently_available = () ;