This is an automated email from the git hooks/post-receive script. peter pushed a commit to branch peter/libsqueeze in repository apps/squeeze.
commit 3bcc3b8d87d564e97ddfd26ac9725cd44c9606c1 Author: Peter de Ridder <[email protected]> Date: Wed Oct 29 18:10:04 2014 +0100 Updated regex for new pcre limitation. --- data/gnu-tar.squeeze.in | 4 ++-- data/unzip.squeeze.in | 4 ++-- data/zip.squeeze.in | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/gnu-tar.squeeze.in b/data/gnu-tar.squeeze.in index c153a00..ddeae4d 100644 --- a/data/gnu-tar.squeeze.in +++ b/data/gnu-tar.squeeze.in @@ -63,8 +63,8 @@ Headers=Rights;Owner/Group;Size;Date @HAVE_PCRE_FALSE@Parse=%s %s %u %t %F @HAVE_PCRE_TRUE@Parser=pcre -@HAVE_PCRE_TRUE@Parse=^(?<1>[^ ]+) (?<2>[^ ]+) +(?<3>[0-9]+) (?<4>[0-9]+-[0-9]+-[0-9]+ [0-9]+:[0-9]+) (?<F>.*)$ -@HAVE_PCRE_TRUE@Types=1=s;2=s;3=u;4=t +@HAVE_PCRE_TRUE@Parse=^(?<r>[^ ]+) (?<o>[^ ]+) +(?<s>[0-9]+) (?<d>[0-9]+-[0-9]+-[0-9]+ [0-9]+:[0-9]+) (?<F>.*)$ +@HAVE_PCRE_TRUE@Types=r=s;o=s;s=u;d=t Parse-DateTime=%Y-%m-%d %R diff --git a/data/unzip.squeeze.in b/data/unzip.squeeze.in index 9d7336e..2c0dabc 100644 --- a/data/unzip.squeeze.in +++ b/data/unzip.squeeze.in @@ -30,8 +30,8 @@ Options=Password #Parse=%s %s %s %u %s %s %s %t %F @HAVE_PCRE_TRUE@Parser=pcre -@HAVE_PCRE_TRUE@Parse=^ +(?<1>[0-9]+) (?<2>[^ ]+) +(?<3>[0-9]+) +(?<4>[0-9]+%) (?<5>[0-9]+-[0-9]+-[0-9]+ [0-9]+:[0-9]+) (?<6>[^ ]+) (?<F>.*)$ -@HAVE_PCRE_TRUE@Types=1=u;2=s;3=u;4=s;5=t;6=s +@HAVE_PCRE_TRUE@Parse=^ +(?<s>[0-9]+) (?<m>[^ ]+) +(?<cs>[0-9]+) +(?<r>[0-9]+%) (?<d>[0-9]+-[0-9]+-[0-9]+ [0-9]+:[0-9]+) (?<crc>[^ ]+) (?<F>.*)$ +@HAVE_PCRE_TRUE@Types=s=u;m=s;cs=u;r=s;d=t;crc=s #Parse=^(?<1>[^ ]+) +(?<2>[^ ]+) (?<3>[^ ]+) +(?<4>[0-9]+) (?<5>[^ ]+) +(?<6>[0-9]+%) (?<7>[^ ]+) (?<8>[0-9]+\.[0-9]+) (?<F>.*)$ #Types=1=s;2=s;3=s;4=u;5=s;6=s;7=s;8=t diff --git a/data/zip.squeeze.in b/data/zip.squeeze.in index 893d75b..123e4c7 100644 --- a/data/zip.squeeze.in +++ b/data/zip.squeeze.in @@ -36,8 +36,8 @@ Options=Password #Parse=%s %s %s %u %s %s %s %t %F @HAVE_PCRE_TRUE@Parser=pcre -@HAVE_PCRE_TRUE@Parse=^ +(?<1>[0-9]+) (?<2>[^ ]+) +(?<3>[0-9]+) +(?<4>[0-9]+%) (?<5>[0-9]+-[0-9]+-[0-9]+ [0-9]+:[0-9]+) (?<6>[^ ]+) (?<F>.*)$ -@HAVE_PCRE_TRUE@Types=1=u;2=s;3=u;4=s;5=t;6=s +@HAVE_PCRE_TRUE@Parse=^ +(?<s>[0-9]+) (?<m>[^ ]+) +(?<cs>[0-9]+) +(?<r>[0-9]+%) (?<d>[0-9]+-[0-9]+-[0-9]+ [0-9]+:[0-9]+) (?<crc>[^ ]+) (?<F>.*)$ +@HAVE_PCRE_TRUE@Types=s=u;m=s;cs=u;r=s;d=t;crc=s #Parse=^(?<1>[^ ]+) +(?<2>[^ ]+) (?<3>[^ ]+) +(?<4>[0-9]+) (?<5>[^ ]+) +(?<6>[0-9]+%) (?<7>[^ ]+) (?<8>[0-9]+\.[0-9]+) (?<F>.*)$ #Types=1=s;2=s;3=s;4=u;5=s;6=s;7=s;8=t -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
