From ea6fb7ece921bdfa2cb1cf81f2879305bb61cd95 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sat, 25 Feb 2012 12:30:10 -0500 Subject: scripts/just_fetch.pl: updated to match new grsec 2.9 pattern --- scripts/just_fetch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 = () ; -- cgit v1.2.3-65-gdbad