]> git.pld-linux.org Git - projects/distfiles.git/blobdiff - request-handler.pl
- add alternative passive-ftp; untested
[projects/distfiles.git] / request-handler.pl
index 8c9a8169f9bef44d13c64b110d2091daf88e4169..b0720e9a5eced5d4c3ab5d796bea71c2e282670e 100644 (file)
@@ -48,7 +48,7 @@ $id = rand if (!defined $id or $id eq "");
 
 while (<STDIN>) {
   chomp;
-  /^X-Spec: ([\+a-zA-Z0-9_\-]+\.spec)/i and $spec = $1;
+  /^X-Spec: ([\+a-zA-Z0-9_\-\.]+\.spec)/i and $spec = $1;
   /^X-Branch: ([a-zA-Z0-9_\-]+)/i and $branch = $1;
   /^X-Login: ([a-zA-Z0-9_]+)/i and $from = $1;
   /^X-Flags: ([a-zA-Z0-9\-_ ]+)/i and $flags = $1;
This page took 0.034534 seconds and 4 git commands to generate.