From b04594ed60744107644381b6a63e24e2a3925ebc Mon Sep 17 00:00:00 2001 From: Jason Mehring Date: Thu, 30 Oct 2014 16:35:12 -0400 Subject: [PATCH] Allow hyphenated distro names in tinyproxy filter --- network/filter-updates | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/network/filter-updates b/network/filter-updates index c1afa54..55fa0d8 100644 --- a/network/filter-updates +++ b/network/filter-updates @@ -5,7 +5,7 @@ ^mirrors\.fedoraproject\.org:443$ ^http://mirrors\..*/mirrorlist\? \.deb$ -/dists/[a-z]*/\(InRelease\|Release\|Release.gpg\)$ -/dists/[a-z]*/.*/\(Packages\|Sources\|Release\)\(\|\.gz\|\.bz2\|\.xz\|\.lzma\)$ -/dists/[a-z]*/.*/\(Contents\|Translation\)-.*\(\|\.gz\|\.xz\|\.bz2\|\.lzma\)$ -/dists/[a-z]*/.*/\(Contents-.*\|Translation-.*\|Packages\)\.diff/\(Index\|[0-9.-]*\)\(\|\.gz\|\.xz\|\.bz2\|\.lzma\)$ +/dists/[a-z-]*/\(InRelease\|Release\|Release.gpg\)$ +/dists/[a-z-]*/.*/\(Packages\|Sources\|Release\)\(\|\.gz\|\.bz2\|\.xz\|\.lzma\)$ +/dists/[a-z-]*/.*/\(Contents\|Translation\)-.*\(\|\.gz\|\.xz\|\.bz2\|\.lzma\)$ +/dists/[a-z-]*/.*/\(Contents-.*\|Translation-.*\|Packages\)\.diff/\(Index\|[0-9.-]*\)\(\|\.gz\|\.xz\|\.bz2\|\.lzma\)$