Pakiet: varnish-re2 (2.0.0-7)
Odnośniki dla varnish-re2
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego libvmod-re2:
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [code.uplex.de]
Podobne pakiety:
RE2 regular expressions for Varnish
Varnish Module (VMOD) for access to the Google RE2 regular expression engine. Varnish VCL uses the PCRE library (Perl Compatible Regular Expressions) for its native regular expressions, which runs very efficiently for many common uses of pattern matching in VCL, as attested by years of successful use of PCRE with Varnish.
But for certain kinds of patterns, the worst-case running time of the PCRE matcher is exponential in the length of the string to be matched. The matcher uses backtracking, implemented with recursive calls to the internal match() function. In principle there is no upper bound to the possible depth of backtracking and recursion, except as imposed by the varnishd runtime parameters pcre_match_limit and pcre_match_limit_recursion; matches fail if either of these limits are met. Stack overflow caused by deep backtracking has occasionally been the subject of varnishd issues.
RE2 differs from PCRE in that it limits the syntax of patterns so that they always specify a regular language in the formally strict sense. Most notably, backreferences within a pattern are not permitted, for example (foo|bar)\1 to match foofoo and barbar, but not foobar or barfoo. See the link in SEE ALSO for the specification of RE2 syntax.
This means that an RE2 matcher runs as a finite automaton, which guarantees linear running time in the length of the matched string. There is no backtracking, and hence no risk of deep recursion or stack overflow.
Inne pakiety związane z varnish-re2
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- Biblioteka GNU C: biblioteki współdzielone
również pakiet wirtualny udostępniany przez libc6-udeb
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libc6 (>= 2.27) [riscv64]
- dep: libc6 (>= 2.4) [mips64el, ppc64, s390x, sparc64]
- dep: libc6 (>= 2.41) [loong64]
-
- dep: libgcc-s1 (>= 3.0) [nie riscv64, sparc64]
- Biblioteka wspomagająca GCC
- dep: libgcc-s1 (>= 3.4) [riscv64, sparc64]
-
- dep: libre2-11-absl20240722
- pakiet wirtualny udostępniany przez libre2-11
-
- dep: libstdc++6 (>= 5.2)
- Standardowa biblioteka GNU C++, wersja 3
-
- dep: libvarnishapi3 (>= 7.6.0-2~)
- shared libraries for Varnish
-
- dep: varnishabi-21.0
- pakiet wirtualny udostępniany przez varnish
-
- dep: varnishabi-strict-71fc9d211c471106e4be590f3816a56ba156a833
- pakiet wirtualny udostępniany przez varnish
Pobieranie varnish-re2
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
amd64 | 67,1 KiB | 160,0 KiB | [lista plików] |
arm64 | 64,6 KiB | 188,0 KiB | [lista plików] |
loong64 (port nieoficjalny) | 66,2 KiB | 188,0 KiB | [lista plików] |
mips64el | 64,1 KiB | 192,0 KiB | [lista plików] |
ppc64 (port nieoficjalny) | 67,5 KiB | 188,0 KiB | [lista plików] |
ppc64el | 67,1 KiB | 188,0 KiB | [lista plików] |
riscv64 | 66,5 KiB | 144,0 KiB | [lista plików] |
s390x | 65,3 KiB | 152,0 KiB | [lista plików] |
sparc64 (port nieoficjalny) | 62,2 KiB | 1 086,0 KiB | [lista plików] |