Raspbian automatic forward porter [Wed, 5 Oct 2022 18:11:17 +0000 (19:11 +0100)]
Merge version 1:6.0.6-1+rpi1 and 1:6.0.8-1 to produce 1:6.0.8-1+rpi1
Sascha Steinbiss [Tue, 27 Sep 2022 21:24:59 +0000 (22:24 +0100)]
Merge suricata (1:6.0.8-1) import into refs/heads/workingbranch
Sascha Steinbiss [Thu, 15 Sep 2022 13:57:13 +0000 (13:57 +0000)]
[PATCH] ebpf: update deprecated API calls
This fixes build errors when libbpf 1.0 is used. It removes previously
deprecated API functions that were still in use in Suricata's eBPF
code.
Gbp-Pq: Name libbpf-1.0.patch
Sascha Steinbiss [Tue, 27 Sep 2022 21:24:59 +0000 (22:24 +0100)]
handle undefined LEVEL1_DCACHE_LINESIZE
Applied-Upstream: https://github.com/OISF/suricata/pull/7350
Last-Update: 2022-06-01
On some platforms (riscv64, s390x) this value is undefined as returned from getconf.
We also need to handle this to avoid using the string undefined blindly in further
#defines, which would otherwise cause compile errors.
Gbp-Pq: Name LEVEL1_DCACHE_LINESIZE.patch
Pierre Chifflier [Tue, 27 Sep 2022 21:24:59 +0000 (22:24 +0100)]
llc
Gbp-Pq: Name llc.patch
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
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
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
Hilko Bengen [Tue, 22 Jan 2019 17:10:47 +0000 (18:10 +0100)]
configure: Introduce CLANG variable
Gbp-Pq: Name configure-clang-variable.patch
Sascha Steinbiss [Tue, 27 Sep 2022 21:24:59 +0000 (22:24 +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
Adrian Bunk [Tue, 27 Sep 2022 21:24:59 +0000 (22:24 +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
Pierre Chifflier [Tue, 27 Sep 2022 21:24:59 +0000 (22:24 +0100)]
cross
Gbp-Pq: Name cross.patch
Arturo Borrero Gonzalez [Tue, 27 Sep 2022 21:24:59 +0000 (22:24 +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
Arturo Borrero Gonzalez [Tue, 27 Sep 2022 21:24:59 +0000 (22:24 +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
Sascha Steinbiss [Tue, 27 Sep 2022 21:24:59 +0000 (22:24 +0100)]
suricata (1:6.0.8-1) unstable; urgency=medium
* New upstream release.
* Raise libhtp minimum dependency version to 0.5.41.
* Remove obsolete patch since Python scripts are installed differently
via upstream now.
* Add upstream metadata.
[dgit import unpatched suricata 1:6.0.8-1]
Sascha Steinbiss [Tue, 27 Sep 2022 21:24:59 +0000 (22:24 +0100)]
Import suricata_6.0.8.orig.tar.xz
[dgit import orig suricata_6.0.8.orig.tar.xz]
Sascha Steinbiss [Tue, 27 Sep 2022 21:24:59 +0000 (22:24 +0100)]
Import suricata_6.0.8-1.debian.tar.xz
[dgit import tarball suricata 1:6.0.8-1 suricata_6.0.8-1.debian.tar.xz]
Sascha Steinbiss [Wed, 21 Sep 2022 16:39:53 +0000 (17:39 +0100)]
Merge suricata (1:6.0.6-2) import into refs/heads/workingbranch
Sascha Steinbiss [Thu, 15 Sep 2022 13:57:13 +0000 (13:57 +0000)]
[PATCH] ebpf: update deprecated API calls
This fixes build errors when libbpf 1.0 is used. It removes previously
deprecated API functions that were still in use in Suricata's eBPF
code.
Gbp-Pq: Name libbpf-1.0.patch
Sascha Steinbiss [Wed, 21 Sep 2022 16:39:53 +0000 (17:39 +0100)]
handle undefined LEVEL1_DCACHE_LINESIZE
Applied-Upstream: https://github.com/OISF/suricata/pull/7350
Last-Update: 2022-06-01
On some platforms (riscv64, s390x) this value is undefined as returned from getconf.
We also need to handle this to avoid using the string undefined blindly in further
#defines, which would otherwise cause compile errors.
Gbp-Pq: Name LEVEL1_DCACHE_LINESIZE.patch
Pierre Chifflier [Wed, 21 Sep 2022 16:39:53 +0000 (17:39 +0100)]
llc
Gbp-Pq: Name llc.patch
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
Sascha Steinbiss [Wed, 21 Sep 2022 16:39:53 +0000 (17:39 +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
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
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
Hilko Bengen [Tue, 22 Jan 2019 17:10:47 +0000 (18:10 +0100)]
configure: Introduce CLANG variable
Gbp-Pq: Name configure-clang-variable.patch
Sascha Steinbiss [Wed, 21 Sep 2022 16:39:53 +0000 (17:39 +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
Adrian Bunk [Wed, 21 Sep 2022 16:39:53 +0000 (17:39 +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
Pierre Chifflier [Wed, 21 Sep 2022 16:39:53 +0000 (17:39 +0100)]
cross
Gbp-Pq: Name cross.patch
Arturo Borrero Gonzalez [Wed, 21 Sep 2022 16:39:53 +0000 (17:39 +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
Arturo Borrero Gonzalez [Wed, 21 Sep 2022 16:39:53 +0000 (17:39 +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
Sascha Steinbiss [Wed, 21 Sep 2022 16:39:53 +0000 (17:39 +0100)]
suricata (1:6.0.6-2) unstable; urgency=medium
* Add patch to not use deprecated libbpf API. This prepares Suricata to be
ready for libbpf 1.0 when it hits unstable.
Closes: #1018914
* Raise libbpf dependency version requirement to 0.7.
* Refresh other patches.
[dgit import unpatched suricata 1:6.0.6-2]
Sascha Steinbiss [Wed, 21 Sep 2022 16:39:53 +0000 (17:39 +0100)]
Import suricata_6.0.6-2.debian.tar.xz
[dgit import tarball suricata 1:6.0.6-2 suricata_6.0.6-2.debian.tar.xz]
Raspbian automatic forward porter [Sun, 24 Jul 2022 09:53:34 +0000 (10:53 +0100)]
Merge version 1:6.0.5-3+rpi1 and 1:6.0.6-1 to produce 1:6.0.6-1+rpi1
Sascha Steinbiss [Tue, 12 Jul 2022 14:57:16 +0000 (15:57 +0100)]
Merge suricata (1:6.0.6-1) import into refs/heads/workingbranch
Sascha Steinbiss [Tue, 12 Jul 2022 14:57:16 +0000 (15:57 +0100)]
Import suricata_6.0.6.orig.tar.xz
[dgit import orig suricata_6.0.6.orig.tar.xz]
Sascha Steinbiss [Tue, 12 Jul 2022 14:57:16 +0000 (15:57 +0100)]
handle undefined LEVEL1_DCACHE_LINESIZE
Applied-Upstream: https://github.com/OISF/suricata/pull/7350
Last-Update: 2022-06-01
On some platforms (riscv64, s390x) this value is undefined as returned from getconf.
We also need to handle this to avoid using the string undefined blindly in further
#defines, which would otherwise cause compile errors.
Gbp-Pq: Name LEVEL1_DCACHE_LINESIZE.patch
Pierre Chifflier [Tue, 12 Jul 2022 14:57:16 +0000 (15:57 +0100)]
llc
Gbp-Pq: Name llc.patch
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
Sascha Steinbiss [Tue, 12 Jul 2022 14:57:16 +0000 (15:57 +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
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
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
Hilko Bengen [Tue, 22 Jan 2019 17:10:47 +0000 (18:10 +0100)]
configure: Introduce CLANG variable
Gbp-Pq: Name configure-clang-variable.patch
Sascha Steinbiss [Tue, 12 Jul 2022 14:57:16 +0000 (15:57 +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
Adrian Bunk [Tue, 12 Jul 2022 14:57:16 +0000 (15:57 +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
Pierre Chifflier [Tue, 12 Jul 2022 14:57:16 +0000 (15:57 +0100)]
cross
Gbp-Pq: Name cross.patch
Arturo Borrero Gonzalez [Tue, 12 Jul 2022 14:57:16 +0000 (15:57 +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
Arturo Borrero Gonzalez [Tue, 12 Jul 2022 14:57:16 +0000 (15:57 +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
Sascha Steinbiss [Tue, 12 Jul 2022 14:57:16 +0000 (15:57 +0100)]
suricata (1:6.0.6-1) unstable; urgency=medium
* New upstream release.
* Drop patch applied upstream: bigendian-cidr.patch
[dgit import unpatched suricata 1:6.0.6-1]
Sascha Steinbiss [Tue, 12 Jul 2022 14:57:16 +0000 (15:57 +0100)]
Import suricata_6.0.6-1.debian.tar.xz
[dgit import tarball suricata 1:6.0.6-1 suricata_6.0.6-1.debian.tar.xz]
Raspbian automatic forward porter [Mon, 13 Jun 2022 05:59:31 +0000 (06:59 +0100)]
Merge version 1:6.0.5-2+rpi1 and 1:6.0.5-3 to produce 1:6.0.5-3+rpi1
Sascha Steinbiss [Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +0100)]
Merge suricata (1:6.0.5-3) import into refs/heads/workingbranch
Sascha Steinbiss [Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +0100)]
handle undefined LEVEL1_DCACHE_LINESIZE
Applied-Upstream: https://github.com/OISF/suricata/pull/7350
Last-Update: 2022-06-01
On some platforms (riscv64, s390x) this value is undefined as returned from getconf.
We also need to handle this to avoid using the string undefined blindly in further
#defines, which would otherwise cause compile errors.
Gbp-Pq: Name LEVEL1_DCACHE_LINESIZE.patch
Sascha Steinbiss [Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +0100)]
fix CIDRFromMask() on s390x
Forwarded: https://github.com/OISF/suricata/pull/7332
Last-Update: 2022-04-30
This addresses a segfault on that platform which breaks testing transition.
Gbp-Pq: Name bigendian-cidr.patch
Pierre Chifflier [Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +0100)]
llc
Gbp-Pq: Name llc.patch
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
Sascha Steinbiss [Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +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
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
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
Hilko Bengen [Tue, 22 Jan 2019 17:10:47 +0000 (18:10 +0100)]
configure: Introduce CLANG variable
Gbp-Pq: Name configure-clang-variable.patch
Sascha Steinbiss [Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +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
Adrian Bunk [Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +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
Pierre Chifflier [Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +0100)]
cross
Gbp-Pq: Name cross.patch
Arturo Borrero Gonzalez [Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +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
Arturo Borrero Gonzalez [Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +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
Sascha Steinbiss [Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +0100)]
suricata (1:6.0.5-3) unstable; urgency=medium
* Add patch to handle undefined LEVEL1_DCACHE_LINESIZE.
[dgit import unpatched suricata 1:6.0.5-3]
Sascha Steinbiss [Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +0100)]
Import suricata_6.0.5-3.debian.tar.xz
[dgit import tarball suricata 1:6.0.5-3 suricata_6.0.5-3.debian.tar.xz]
Raspbian automatic forward porter [Fri, 6 May 2022 06:46:15 +0000 (07:46 +0100)]
Merge version 1:6.0.4-3+rpi1 and 1:6.0.5-2 to produce 1:6.0.5-2+rpi1
Sascha Steinbiss [Thu, 28 Apr 2022 06:51:06 +0000 (07:51 +0100)]
Merge suricata (1:6.0.5-2) import into refs/heads/workingbranch
Sascha Steinbiss [Thu, 28 Apr 2022 06:51:06 +0000 (07:51 +0100)]
fix CIDRFromMask() on s390x
Forwarded: https://github.com/OISF/suricata/pull/7332
Last-Update: 2022-04-30
This addresses a segfault on that platform which breaks testing transition.
Gbp-Pq: Name bigendian-cidr.patch
Pierre Chifflier [Thu, 28 Apr 2022 06:51:06 +0000 (07:51 +0100)]
llc
Gbp-Pq: Name llc.patch
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
Sascha Steinbiss [Thu, 28 Apr 2022 06:51:06 +0000 (07:51 +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
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
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
Hilko Bengen [Tue, 22 Jan 2019 17:10:47 +0000 (18:10 +0100)]
configure: Introduce CLANG variable
Gbp-Pq: Name configure-clang-variable.patch
Sascha Steinbiss [Thu, 28 Apr 2022 06:51:06 +0000 (07:51 +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
Adrian Bunk [Thu, 28 Apr 2022 06:51:06 +0000 (07:51 +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
Pierre Chifflier [Thu, 28 Apr 2022 06:51:06 +0000 (07:51 +0100)]
cross
Gbp-Pq: Name cross.patch
Arturo Borrero Gonzalez [Thu, 28 Apr 2022 06:51:06 +0000 (07:51 +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
Arturo Borrero Gonzalez [Thu, 28 Apr 2022 06:51:06 +0000 (07:51 +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
Sascha Steinbiss [Thu, 28 Apr 2022 06:51:06 +0000 (07:51 +0100)]
suricata (1:6.0.5-2) unstable; urgency=medium
* Introduce patch to fix segfaulting autopkgtests on s390x.
[dgit import unpatched suricata 1:6.0.5-2]
Sascha Steinbiss [Thu, 28 Apr 2022 06:51:06 +0000 (07:51 +0100)]
Import suricata_6.0.5-2.debian.tar.xz
[dgit import tarball suricata 1:6.0.5-2 suricata_6.0.5-2.debian.tar.xz]
Sascha Steinbiss [Thu, 21 Apr 2022 17:53:32 +0000 (18:53 +0100)]
Import suricata_6.0.5.orig.tar.xz
[dgit import orig suricata_6.0.5.orig.tar.xz]
Sascha Steinbiss [Thu, 21 Apr 2022 17:53:32 +0000 (18:53 +0100)]
Merge suricata (1:6.0.5-1) import into refs/heads/workingbranch
Pierre Chifflier [Thu, 21 Apr 2022 17:53:32 +0000 (18:53 +0100)]
llc
Gbp-Pq: Name llc.patch
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
Sascha Steinbiss [Thu, 21 Apr 2022 17:53:32 +0000 (18:53 +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
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
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
Hilko Bengen [Tue, 22 Jan 2019 17:10:47 +0000 (18:10 +0100)]
configure: Introduce CLANG variable
Gbp-Pq: Name configure-clang-variable.patch
Sascha Steinbiss [Thu, 21 Apr 2022 17:53:32 +0000 (18:53 +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
Adrian Bunk [Thu, 21 Apr 2022 17:53:32 +0000 (18:53 +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
Pierre Chifflier [Thu, 21 Apr 2022 17:53:32 +0000 (18:53 +0100)]
cross
Gbp-Pq: Name cross.patch
Arturo Borrero Gonzalez [Thu, 21 Apr 2022 17:53:32 +0000 (18:53 +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
Arturo Borrero Gonzalez [Thu, 21 Apr 2022 17:53:32 +0000 (18:53 +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
Sascha Steinbiss [Thu, 21 Apr 2022 17:53:32 +0000 (18:53 +0100)]
suricata (1:6.0.5-1) unstable; urgency=medium
* New upstream release.
* Raise libhtp minimum dependency version to 0.5.40.
[dgit import unpatched suricata 1:6.0.5-1]
Sascha Steinbiss [Thu, 21 Apr 2022 17:53:32 +0000 (18:53 +0100)]
Import suricata_6.0.5-1.debian.tar.xz
[dgit import tarball suricata 1:6.0.5-1 suricata_6.0.5-1.debian.tar.xz]
Raspbian automatic forward porter [Tue, 21 Dec 2021 23:10:51 +0000 (23:10 +0000)]
Merge version 1:6.0.4-2+rpi1 and 1:6.0.4-3 to produce 1:6.0.4-3+rpi1
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