From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S1LSG-0000Yr-Vj for garchives@archives.gentoo.org; Sat, 25 Feb 2012 17:30:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB1B1E0A62; Sat, 25 Feb 2012 17:30:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A431DE0A62 for ; Sat, 25 Feb 2012 17:30:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13AC31B4006 for ; Sat, 25 Feb 2012 17:30:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BCE73E53FF for ; Sat, 25 Feb 2012 17:30:34 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1330191010.ea6fb7ece921bdfa2cb1cf81f2879305bb61cd95.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-patchset:master commit in: scripts/ X-VCS-Repository: proj/hardened-patchset X-VCS-Files: scripts/just_fetch.pl X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: ea6fb7ece921bdfa2cb1cf81f2879305bb61cd95 X-VCS-Branch: master Date: Sat, 25 Feb 2012 17:30:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7153bd5e-5ac6-45d7-8780-dd46be7c026b X-Archives-Hash: e45f797141aaf9e9eab2f279d379cca9 commit: ea6fb7ece921bdfa2cb1cf81f2879305bb61cd95 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Feb 25 17:30:10 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Feb 25 17:30:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-patc= hset.git;a=3Dcommit;h=3Dea6fb7ec scripts/just_fetch.pl: updated to match new grsec 2.9 pattern --- scripts/just_fetch.pl | 2 +- 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 ; =20 my $upstream_url =3D "http://grsecurity.net/test.php" ; =20 -my $file_pattern =3D "grsecurity-2.2.2-"; +my $file_pattern =3D "grsecurity-"; my @allowed_suffixes =3D ( ".patch", ".patch.sig" ) ; =20 my %currently_available =3D () ;