suricata.git
4 years agoMerge suricata (1:6.0.4-3) import into refs/heads/workingbranch
Sascha Steinbiss [Tue, 14 Dec 2021 14:24:47 +0000 (14:24 +0000)]
Merge suricata (1:6.0.4-3) import into refs/heads/workingbranch

4 years agollc
Pierre Chifflier [Tue, 14 Dec 2021 14:24:47 +0000 (14:24 +0000)]
llc

Gbp-Pq: Name llc.patch

4 years ago[PATCH] ebpf: avoid to include if_tunnel.h
Eric Leblond [Thu, 31 Oct 2019 12:29:56 +0000 (13:29 +0100)]
[PATCH] ebpf: avoid to include if_tunnel.h

This is causing a dependency issue as file from another architecture
have to be installed.

Gbp-Pq: Name avoid-to-include-if_tunnel-h.patch

4 years agodo not install the suricata Python module
Sascha Steinbiss [Tue, 14 Dec 2021 14:24:47 +0000 (14:24 +0000)]
do not install the suricata Python module

Bug: https://redmine.openinfosecfoundation.org/issues/3156
Last-Update: 2019-09-18

Suricata's Python tools only import submodules of 'suricata'. Not installing
this module ensures that there is no chance of having an __init__.py in the
root module directory that might clash with other packages, e.g. suricata-
update.

Gbp-Pq: Name remove-conflicting-python-file.patch

4 years ago[PATCH] af-packet: fix build on recent Linux kernels
Eric Leblond [Wed, 17 Jul 2019 10:35:12 +0000 (12:35 +0200)]
[PATCH] af-packet: fix build on recent Linux kernels

Gbp-Pq: Name import-sockio-h.patch

4 years agoAdd --with-ebpf-includes parameter
Hilko Bengen [Tue, 23 Jul 2019 12:43:21 +0000 (14:43 +0200)]
Add --with-ebpf-includes parameter

Gbp-Pq: Name with-ebpf-includes.patch

4 years agoconfigure: Introduce CLANG variable
Hilko Bengen [Tue, 22 Jan 2019 17:10:47 +0000 (18:10 +0100)]
configure: Introduce CLANG variable

Gbp-Pq: Name configure-clang-variable.patch

4 years agodo not clean vendor directory on distclean
Sascha Steinbiss [Tue, 14 Dec 2021 14:24:47 +0000 (14:24 +0000)]
do not clean vendor directory on distclean

Last-Update: 2018-12-26

dh_auto_clean calls make distclean, which in the case of Suricata also
removes the vendor directory. This breaks repeated builds.

Gbp-Pq: Name fix-repeated-builds.patch

4 years agoDon't use __USE_GNU
Adrian Bunk [Tue, 14 Dec 2021 14:24:47 +0000 (14:24 +0000)]
Don't use __USE_GNU

__USE_GNU is a glibc-internal symbol.
AC_USE_SYSTEM_EXTENSIONS is the proper autoconf
way to enable extensions.

Gbp-Pq: Name no-use-gnu.patch

4 years agocross
Pierre Chifflier [Tue, 14 Dec 2021 14:24:47 +0000 (14:24 +0000)]
cross

Gbp-Pq: Name cross.patch

4 years agoDebian default configuration This patch sets Debian defaults for suricata configurati...
Arturo Borrero Gonzalez [Tue, 14 Dec 2021 14:24:47 +0000 (14:24 +0000)]
Debian default configuration This patch sets Debian defaults for suricata configuration. . Currently, it sets a proper path for suricata unix socket.

Forwarded: not-needed
Last-Update: 2016-12-01

Gbp-Pq: Name debian-default-cfg.patch

4 years agoPatch to make the suricata build reproducible This patch makes some changes to the...
Arturo Borrero Gonzalez [Tue, 14 Dec 2021 14:24:47 +0000 (14:24 +0000)]
Patch to make the suricata build reproducible This patch makes some changes to the suricata build to make it reproducible . Currently, it only filters out the -fdebug-prefix-map CFLAG which embeds the build path.

Forwarded: not-needed
Last-Update: 2016-09-05

Gbp-Pq: Name reproducible.patch

4 years agosuricata (1:6.0.4-3) unstable; urgency=medium
Sascha Steinbiss [Tue, 14 Dec 2021 14:24:47 +0000 (14:24 +0000)]
suricata (1:6.0.4-3) unstable; urgency=medium

  * Remove suricata-oinkmaster binary package.

[dgit import unpatched suricata 1:6.0.4-3]

4 years agoImport suricata_6.0.4-3.debian.tar.xz
Sascha Steinbiss [Tue, 14 Dec 2021 14:24:47 +0000 (14:24 +0000)]
Import suricata_6.0.4-3.debian.tar.xz

[dgit import tarball suricata 1:6.0.4-3 suricata_6.0.4-3.debian.tar.xz]

4 years agoMerge suricata (1:6.0.4-2) import into refs/heads/workingbranch
Sascha Steinbiss [Thu, 18 Nov 2021 21:57:47 +0000 (21:57 +0000)]
Merge suricata (1:6.0.4-2) import into refs/heads/workingbranch

4 years agollc
Pierre Chifflier [Thu, 18 Nov 2021 21:57:47 +0000 (21:57 +0000)]
llc

Gbp-Pq: Name llc.patch

4 years ago[PATCH] ebpf: avoid to include if_tunnel.h
Eric Leblond [Thu, 31 Oct 2019 12:29:56 +0000 (13:29 +0100)]
[PATCH] ebpf: avoid to include if_tunnel.h

This is causing a dependency issue as file from another architecture
have to be installed.

Gbp-Pq: Name avoid-to-include-if_tunnel-h.patch

4 years agodo not install the suricata Python module
Sascha Steinbiss [Thu, 18 Nov 2021 21:57:47 +0000 (21:57 +0000)]
do not install the suricata Python module

Bug: https://redmine.openinfosecfoundation.org/issues/3156
Last-Update: 2019-09-18

Suricata's Python tools only import submodules of 'suricata'. Not installing
this module ensures that there is no chance of having an __init__.py in the
root module directory that might clash with other packages, e.g. suricata-
update.

Gbp-Pq: Name remove-conflicting-python-file.patch

4 years ago[PATCH] af-packet: fix build on recent Linux kernels
Eric Leblond [Wed, 17 Jul 2019 10:35:12 +0000 (12:35 +0200)]
[PATCH] af-packet: fix build on recent Linux kernels

Gbp-Pq: Name import-sockio-h.patch

4 years agoAdd --with-ebpf-includes parameter
Hilko Bengen [Tue, 23 Jul 2019 12:43:21 +0000 (14:43 +0200)]
Add --with-ebpf-includes parameter

Gbp-Pq: Name with-ebpf-includes.patch

4 years agoconfigure: Introduce CLANG variable
Hilko Bengen [Tue, 22 Jan 2019 17:10:47 +0000 (18:10 +0100)]
configure: Introduce CLANG variable

Gbp-Pq: Name configure-clang-variable.patch

4 years agodo not clean vendor directory on distclean
Sascha Steinbiss [Thu, 18 Nov 2021 21:57:47 +0000 (21:57 +0000)]
do not clean vendor directory on distclean

Last-Update: 2018-12-26

dh_auto_clean calls make distclean, which in the case of Suricata also
removes the vendor directory. This breaks repeated builds.

Gbp-Pq: Name fix-repeated-builds.patch

4 years agoDon't use __USE_GNU
Adrian Bunk [Thu, 18 Nov 2021 21:57:47 +0000 (21:57 +0000)]
Don't use __USE_GNU

__USE_GNU is a glibc-internal symbol.
AC_USE_SYSTEM_EXTENSIONS is the proper autoconf
way to enable extensions.

Gbp-Pq: Name no-use-gnu.patch

4 years agocross
Pierre Chifflier [Thu, 18 Nov 2021 21:57:47 +0000 (21:57 +0000)]
cross

Gbp-Pq: Name cross.patch

4 years agoDebian default configuration This patch sets Debian defaults for suricata configurati...
Arturo Borrero Gonzalez [Thu, 18 Nov 2021 21:57:47 +0000 (21:57 +0000)]
Debian default configuration This patch sets Debian defaults for suricata configuration. . Currently, it sets a proper path for suricata unix socket.

Forwarded: not-needed
Last-Update: 2016-12-01

Gbp-Pq: Name debian-default-cfg.patch

4 years agoPatch to make the suricata build reproducible This patch makes some changes to the...
Arturo Borrero Gonzalez [Thu, 18 Nov 2021 21:57:47 +0000 (21:57 +0000)]
Patch to make the suricata build reproducible This patch makes some changes to the suricata build to make it reproducible . Currently, it only filters out the -fdebug-prefix-map CFLAG which embeds the build path.

Forwarded: not-needed
Last-Update: 2016-09-05

Gbp-Pq: Name reproducible.patch

4 years agosuricata (1:6.0.4-2) unstable; urgency=medium
Sascha Steinbiss [Thu, 18 Nov 2021 21:57:47 +0000 (21:57 +0000)]
suricata (1:6.0.4-2) unstable; urgency=medium

  * Raise libhtp minimum dependency version to 0.5.39.

[dgit import unpatched suricata 1:6.0.4-2]

4 years agoImport suricata_6.0.4-2.debian.tar.xz
Sascha Steinbiss [Thu, 18 Nov 2021 21:57:47 +0000 (21:57 +0000)]
Import suricata_6.0.4-2.debian.tar.xz

[dgit import tarball suricata 1:6.0.4-2 suricata_6.0.4-2.debian.tar.xz]

4 years agoImport suricata_6.0.4.orig.tar.xz
Sascha Steinbiss [Thu, 18 Nov 2021 21:00:08 +0000 (21:00 +0000)]
Import suricata_6.0.4.orig.tar.xz

[dgit import orig suricata_6.0.4.orig.tar.xz]

4 years agoMerge suricata (1:6.0.3-2) import into refs/heads/workingbranch
Sascha Steinbiss [Mon, 30 Aug 2021 18:56:18 +0000 (19:56 +0100)]
Merge suricata (1:6.0.3-2) import into refs/heads/workingbranch

4 years agollc
Pierre Chifflier [Mon, 30 Aug 2021 18:56:18 +0000 (19:56 +0100)]
llc

Gbp-Pq: Name llc.patch

4 years ago[PATCH] ebpf: avoid to include if_tunnel.h
Eric Leblond [Thu, 31 Oct 2019 12:29:56 +0000 (13:29 +0100)]
[PATCH] ebpf: avoid to include if_tunnel.h

This is causing a dependency issue as file from another architecture
have to be installed.

Gbp-Pq: Name avoid-to-include-if_tunnel-h.patch

4 years agodo not install the suricata Python module
Sascha Steinbiss [Mon, 30 Aug 2021 18:56:18 +0000 (19:56 +0100)]
do not install the suricata Python module

Bug: https://redmine.openinfosecfoundation.org/issues/3156
Last-Update: 2019-09-18

Suricata's Python tools only import submodules of 'suricata'. Not installing
this module ensures that there is no chance of having an __init__.py in the
root module directory that might clash with other packages, e.g. suricata-
update.

Gbp-Pq: Name remove-conflicting-python-file.patch

4 years ago[PATCH] af-packet: fix build on recent Linux kernels
Eric Leblond [Wed, 17 Jul 2019 10:35:12 +0000 (12:35 +0200)]
[PATCH] af-packet: fix build on recent Linux kernels

Gbp-Pq: Name import-sockio-h.patch

4 years agoAdd --with-ebpf-includes parameter
Hilko Bengen [Tue, 23 Jul 2019 12:43:21 +0000 (14:43 +0200)]
Add --with-ebpf-includes parameter

Gbp-Pq: Name with-ebpf-includes.patch

4 years agoconfigure: Introduce CLANG variable
Hilko Bengen [Tue, 22 Jan 2019 17:10:47 +0000 (18:10 +0100)]
configure: Introduce CLANG variable

Gbp-Pq: Name configure-clang-variable.patch

4 years agodo not clean vendor directory on distclean
Sascha Steinbiss [Mon, 30 Aug 2021 18:56:18 +0000 (19:56 +0100)]
do not clean vendor directory on distclean

Last-Update: 2018-12-26

dh_auto_clean calls make distclean, which in the case of Suricata also
removes the vendor directory. This breaks repeated builds.

Gbp-Pq: Name fix-repeated-builds.patch

4 years agoDon't use __USE_GNU
Adrian Bunk [Mon, 30 Aug 2021 18:56:18 +0000 (19:56 +0100)]
Don't use __USE_GNU

__USE_GNU is a glibc-internal symbol.
AC_USE_SYSTEM_EXTENSIONS is the proper autoconf
way to enable extensions.

Gbp-Pq: Name no-use-gnu.patch

4 years agocross
Pierre Chifflier [Mon, 30 Aug 2021 18:56:18 +0000 (19:56 +0100)]
cross

Gbp-Pq: Name cross.patch

4 years agoDebian default configuration This patch sets Debian defaults for suricata configurati...
Arturo Borrero Gonzalez [Mon, 30 Aug 2021 18:56:18 +0000 (19:56 +0100)]
Debian default configuration This patch sets Debian defaults for suricata configuration. . Currently, it sets a proper path for suricata unix socket.

Forwarded: not-needed
Last-Update: 2016-12-01

Gbp-Pq: Name debian-default-cfg.patch

4 years agoPatch to make the suricata build reproducible This patch makes some changes to the...
Arturo Borrero Gonzalez [Mon, 30 Aug 2021 18:56:18 +0000 (19:56 +0100)]
Patch to make the suricata build reproducible This patch makes some changes to the suricata build to make it reproducible . Currently, it only filters out the -fdebug-prefix-map CFLAG which embeds the build path.

Forwarded: not-needed
Last-Update: 2016-09-05

Gbp-Pq: Name reproducible.patch

4 years agosuricata (1:6.0.3-2) unstable; urgency=medium
Sascha Steinbiss [Mon, 30 Aug 2021 18:56:18 +0000 (19:56 +0100)]
suricata (1:6.0.3-2) unstable; urgency=medium

  * Use 'command -v' instead of 'which' in suricata-oinkmaster cron file.
    This avoids a runtime deprecation warning on recent versions, and fixes
    piuparts cron job tests.

[dgit import unpatched suricata 1:6.0.3-2]

4 years agoImport suricata_6.0.3-2.debian.tar.xz
Sascha Steinbiss [Mon, 30 Aug 2021 18:56:18 +0000 (19:56 +0100)]
Import suricata_6.0.3-2.debian.tar.xz

[dgit import tarball suricata 1:6.0.3-2 suricata_6.0.3-2.debian.tar.xz]

4 years agoMerge suricata (1:6.0.1-3) import into refs/heads/workingbranch
Sascha Steinbiss [Mon, 19 Jul 2021 11:26:22 +0000 (12:26 +0100)]
Merge suricata (1:6.0.1-3) import into refs/heads/workingbranch

4 years ago[PATCH] stream/tcp: don't reject on bad ack
Eric Leblond [Fri, 28 May 2021 10:19:38 +0000 (12:19 +0200)]
[PATCH] stream/tcp: don't reject on bad ack

Not using a packet for the streaming analysis when a non zero
ACK value and ACK bit was unset was leading to evasion as it was
possible to start a session with a SYN packet with a non zero ACK
value to see the full TCP stream to escape all stream and application
layer detection.

This addresses CVE-2021-35063.

Fixes: fa692df37 ("stream: reject broken ACK packets")
Ticket: #4504.

Gbp-Pq: Name stream-no-reject-bad-ack.patch

4 years agollc
Pierre Chifflier [Mon, 19 Jul 2021 11:26:22 +0000 (12:26 +0100)]
llc

Gbp-Pq: Name llc.patch

4 years ago[PATCH] ebpf: avoid to include if_tunnel.h
Eric Leblond [Thu, 31 Oct 2019 12:29:56 +0000 (13:29 +0100)]
[PATCH] ebpf: avoid to include if_tunnel.h

This is causing a dependency issue as file from another architecture
have to be installed.

Gbp-Pq: Name avoid-to-include-if_tunnel-h.patch

4 years agodo not install the suricata Python module
Sascha Steinbiss [Mon, 19 Jul 2021 11:26:22 +0000 (12:26 +0100)]
do not install the suricata Python module

Bug: https://redmine.openinfosecfoundation.org/issues/3156
Last-Update: 2019-09-18

Suricata's Python tools only import submodules of 'suricata'. Not installing
this module ensures that there is no chance of having an __init__.py in the
root module directory that might clash with other packages, e.g. suricata-
update.

Gbp-Pq: Name remove-conflicting-python-file.patch

4 years ago[PATCH] af-packet: fix build on recent Linux kernels
Eric Leblond [Wed, 17 Jul 2019 10:35:12 +0000 (12:35 +0200)]
[PATCH] af-packet: fix build on recent Linux kernels

Gbp-Pq: Name import-sockio-h.patch

4 years agoAdd --with-ebpf-includes parameter
Hilko Bengen [Tue, 23 Jul 2019 12:43:21 +0000 (14:43 +0200)]
Add --with-ebpf-includes parameter

Gbp-Pq: Name with-ebpf-includes.patch

4 years agoconfigure: Introduce CLANG variable
Hilko Bengen [Tue, 22 Jan 2019 17:10:47 +0000 (18:10 +0100)]
configure: Introduce CLANG variable

Gbp-Pq: Name configure-clang-variable.patch

4 years agodo not clean vendor directory on distclean
Sascha Steinbiss [Mon, 19 Jul 2021 11:26:22 +0000 (12:26 +0100)]
do not clean vendor directory on distclean

Last-Update: 2018-12-26

dh_auto_clean calls make distclean, which in the case of Suricata also
removes the vendor directory. This breaks repeated builds.

Gbp-Pq: Name fix-repeated-builds.patch

4 years agoDon't use __USE_GNU
Adrian Bunk [Mon, 19 Jul 2021 11:26:22 +0000 (12:26 +0100)]
Don't use __USE_GNU

__USE_GNU is a glibc-internal symbol.
AC_USE_SYSTEM_EXTENSIONS is the proper autoconf
way to enable extensions.

Gbp-Pq: Name no-use-gnu.patch

4 years agocross
Pierre Chifflier [Mon, 19 Jul 2021 11:26:22 +0000 (12:26 +0100)]
cross

Gbp-Pq: Name cross.patch

4 years agoDebian default configuration This patch sets Debian defaults for suricata configurati...
Arturo Borrero Gonzalez [Mon, 19 Jul 2021 11:26:22 +0000 (12:26 +0100)]
Debian default configuration This patch sets Debian defaults for suricata configuration. . Currently, it sets a proper path for suricata unix socket.

Forwarded: not-needed
Last-Update: 2016-12-01

Gbp-Pq: Name debian-default-cfg.patch

4 years agoPatch to make the suricata build reproducible This patch makes some changes to the...
Arturo Borrero Gonzalez [Mon, 19 Jul 2021 11:26:22 +0000 (12:26 +0100)]
Patch to make the suricata build reproducible This patch makes some changes to the suricata build to make it reproducible . Currently, it only filters out the -fdebug-prefix-map CFLAG which embeds the build path.

Forwarded: not-needed
Last-Update: 2016-09-05

Gbp-Pq: Name reproducible.patch

4 years agosuricata (1:6.0.1-3) unstable; urgency=medium
Sascha Steinbiss [Mon, 19 Jul 2021 11:26:22 +0000 (12:26 +0100)]
suricata (1:6.0.1-3) unstable; urgency=medium

  * Address CVE-2021-35063 by backporting upstream fix.
Closes: #990835
[dgit import unpatched suricata 1:6.0.1-3]

4 years agoImport suricata_6.0.1-3.debian.tar.xz
Sascha Steinbiss [Mon, 19 Jul 2021 11:26:22 +0000 (12:26 +0100)]
Import suricata_6.0.1-3.debian.tar.xz

[dgit import tarball suricata 1:6.0.1-3 suricata_6.0.1-3.debian.tar.xz]

4 years agoImport suricata_6.0.3.orig.tar.xz
Sascha Steinbiss [Wed, 30 Jun 2021 21:51:24 +0000 (22:51 +0100)]
Import suricata_6.0.3.orig.tar.xz

[dgit import orig suricata_6.0.3.orig.tar.xz]

5 years agollc
Pierre Chifflier [Fri, 11 Dec 2020 08:35:57 +0000 (08:35 +0000)]
llc

Gbp-Pq: Name llc.patch

5 years ago[PATCH] ebpf: avoid to include if_tunnel.h
Eric Leblond [Thu, 31 Oct 2019 12:29:56 +0000 (13:29 +0100)]
[PATCH] ebpf: avoid to include if_tunnel.h

This is causing a dependency issue as file from another architecture
have to be installed.

Gbp-Pq: Name avoid-to-include-if_tunnel-h.patch

5 years agodo not install the suricata Python module
Sascha Steinbiss [Fri, 11 Dec 2020 08:35:57 +0000 (08:35 +0000)]
do not install the suricata Python module

Bug: https://redmine.openinfosecfoundation.org/issues/3156
Last-Update: 2019-09-18

Suricata's Python tools only import submodules of 'suricata'. Not installing
this module ensures that there is no chance of having an __init__.py in the
root module directory that might clash with other packages, e.g. suricata-
update.

Gbp-Pq: Name remove-conflicting-python-file.patch

5 years ago[PATCH] af-packet: fix build on recent Linux kernels
Eric Leblond [Wed, 17 Jul 2019 10:35:12 +0000 (12:35 +0200)]
[PATCH] af-packet: fix build on recent Linux kernels

Gbp-Pq: Name import-sockio-h.patch

5 years agoAdd --with-ebpf-includes parameter
Hilko Bengen [Tue, 23 Jul 2019 12:43:21 +0000 (14:43 +0200)]
Add --with-ebpf-includes parameter

Gbp-Pq: Name with-ebpf-includes.patch

5 years agoconfigure: Introduce CLANG variable
Hilko Bengen [Tue, 22 Jan 2019 17:10:47 +0000 (18:10 +0100)]
configure: Introduce CLANG variable

Gbp-Pq: Name configure-clang-variable.patch

5 years agodo not clean vendor directory on distclean
Sascha Steinbiss [Fri, 11 Dec 2020 08:35:57 +0000 (08:35 +0000)]
do not clean vendor directory on distclean

Last-Update: 2018-12-26

dh_auto_clean calls make distclean, which in the case of Suricata also
removes the vendor directory. This breaks repeated builds.

Gbp-Pq: Name fix-repeated-builds.patch

5 years agoDon't use __USE_GNU
Adrian Bunk [Fri, 11 Dec 2020 08:35:57 +0000 (08:35 +0000)]
Don't use __USE_GNU

__USE_GNU is a glibc-internal symbol.
AC_USE_SYSTEM_EXTENSIONS is the proper autoconf
way to enable extensions.

Gbp-Pq: Name no-use-gnu.patch

5 years agocross
Pierre Chifflier [Fri, 11 Dec 2020 08:35:57 +0000 (08:35 +0000)]
cross

Gbp-Pq: Name cross.patch

5 years agoDebian default configuration This patch sets Debian defaults for suricata configurati...
Arturo Borrero Gonzalez [Fri, 11 Dec 2020 08:35:57 +0000 (08:35 +0000)]
Debian default configuration This patch sets Debian defaults for suricata configuration. . Currently, it sets a proper path for suricata unix socket.

Forwarded: not-needed
Last-Update: 2016-12-01

Gbp-Pq: Name debian-default-cfg.patch

5 years agoPatch to make the suricata build reproducible This patch makes some changes to the...
Arturo Borrero Gonzalez [Fri, 11 Dec 2020 08:35:57 +0000 (08:35 +0000)]
Patch to make the suricata build reproducible This patch makes some changes to the suricata build to make it reproducible . Currently, it only filters out the -fdebug-prefix-map CFLAG which embeds the build path.

Forwarded: not-needed
Last-Update: 2016-09-05

Gbp-Pq: Name reproducible.patch

5 years agosuricata (1:6.0.1-2) unstable; urgency=medium
Sascha Steinbiss [Fri, 11 Dec 2020 08:35:57 +0000 (08:35 +0000)]
suricata (1:6.0.1-2) unstable; urgency=medium

  * Also specify explicit separate '-latomic' reference on mipsel.
    This addresses a remaining FTBFS there.

[dgit import unpatched suricata 1:6.0.1-2]

5 years agoImport suricata_6.0.1-2.debian.tar.xz
Sascha Steinbiss [Fri, 11 Dec 2020 08:35:57 +0000 (08:35 +0000)]
Import suricata_6.0.1-2.debian.tar.xz

[dgit import tarball suricata 1:6.0.1-2 suricata_6.0.1-2.debian.tar.xz]

5 years agoImport suricata_6.0.1.orig.tar.xz
Sascha Steinbiss [Thu, 8 Oct 2020 20:23:17 +0000 (21:23 +0100)]
Import suricata_6.0.1.orig.tar.xz

[dgit import orig suricata_6.0.1.orig.tar.xz]