Accepted crowdsec 1.4.2-1 (source) into unstable
- To: debian-devel-changes@lists.debian.org
- Subject: Accepted crowdsec 1.4.2-1 (source) into unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Tue, 14 Feb 2023 23:05:20 +0000
- Debian: DAK
- Debian-architecture: source
- Debian-archive-action: accept
- Debian-changes: crowdsec_1.4.2-1_source.changes
- Debian-source: crowdsec
- Debian-suite: unstable
- Debian-version: 1.4.2-1
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id: Content-Transfer-Encoding:Content-Type:Subject:MIME-Version:To:Reply-To:From: Cc:Content-ID:Content-Description:In-Reply-To:References; bh=fb8hXUgGx40c6N5A1RxRbTyG2gEde2yOJZCVmLuFwAs=; b=NhFUnjO5dVIlh29ZTeV5+h41hN N2xCKrsFtWVAkfvDjl6boXyFyKbm1Ax7rWLQLODAJUQFh/8yVgywehAgJ1rC2/cTzfZwCy5T4eUsP /lMqF0KmszMOHWGG8ij2aJX5jGI19sDNkMhkp/4H7Kbz0l07BPINFemlGHQiy47U4uV/JkfXkGB0p Kwqhp2Js2wYYE1lYjRRio1pZFkRsSbCFZDjx9R2nyXb1e8ebY0k+KEhuJxOFDuSzFj0b/iN2/jTwa UC/rxEG/HBwT9pgY2bPXvQUbz+mdzCPXtdzeQ79k25Fcs2t/7o6Lduio8J9+xzUGNVmbBkqqp3eiU zu7WAAgg==;
- Mail-followup-to: debian-devel@lists.debian.org
- Message-id: <E1pS4MS-006XAC-H6@fasolo.debian.org>
- Reply-to: debian-devel@lists.debian.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 14 Feb 2023 22:32:27 +0000
Source: crowdsec
Architecture: source
Version: 1.4.2-1
Distribution: unstable
Urgency: medium
Maintainer: Cyril Brulebois <cyril@debamax.com>
Changed-By: Cyril Brulebois <cyril@debamax.com>
Closes: 1011665
Changes:
crowdsec (1.4.2-1) unstable; urgency=medium
.
* New upstream release (Closes: #1011665).
* Add patches:
- 0008-r3labs-diff-versions.patch: adjust import path for
r3labs/diff.
- 0009-disable-kafka-acquisition-module.patch: this would require
introducing a number of new packages.
- 0010-disable-some-tests.patch: cloudwatch, kinesis, and docker are
fine for integration tests but would require new packages and
setting up a test infrastructure.
- 0011-refresh-protobuf-code.patch: this avoids protobuf version
mismatch.
- 0012-work-around-buggy-testparse-test.patch: bump expected year
when parsing year-less timestamps.
* Refresh patches:
- 0003-adjust-systemd-unit.patch
- 0004-disable-geoip-enrich.patch
- 0005-adjust-config.patch
- 0007-automatically-enable-online-hub.patch
* Delete obsolete patches:
- 0001-use-a-local-machineid-implementation.patch (a separate package
is available now)
- 0002-add-compatibility-for-older-sqlite-driver.patch
- 0006-prefer-systemctl-restart.patch (bug fixed upstream)
- 0008-hub-disable-broken-scenario.patch
- 0009-Improve-http-bad-user-agent-use-regexp-197.patch
- 0010-5ae69aa293-fix-stacktrace-when-mmdb-files-are-not-present.patch
- 0011-4dbbd4b3c4-automatically-download-files-when-needed.patch
* Update dependencies:
- Add golang-entgo-ent-dev
- Add golang-github-alexliesenfeld-health-dev
- Add golang-github-aquasecurity-table-dev
- Add golang-github-beevik-etree-dev
- Add golang-github-blackfireio-osinfo-dev
- Add golang-github-c-robinson-iplib-dev
- Add golang-github-confluentinc-bincover-dev
- Add golang-github-crowdsecurity-dlog-dev
- Add golang-github-crowdsecurity-grokky-dev
- Add golang-github-crowdsecurity-machineid-dev
- Add golang-github-hashicorp-go-plugin-dev
- Add golang-github-ivanpirog-coloredcobra-dev
- Add golang-github-jackc-pgx-v4-dev
- Add golang-github-jarcoal-httpmock-dev
- Add golang-github-jszwec-csvutil-dev
- Add golang-github-masterminds-sprig-dev
- Add golang-github-pbnjay-memory-dev
- Add golang-github-r3labs-diff-dev
- Add golang-github-slack-go-slack-dev
- Add golang-github-texttheater-golang-levenshtein-dev
- Add golang-github-xhit-go-simple-mail-dev
- Bump golang-github-gin-gonic-gin-dev from 1.6.3 to 1.8.1
- Delete golang-github-facebook-ent-dev (replaced with
golang-entgo-ent-dev)
- Delete golang-github-logrusorgru-grokky-dev (replaced with
golang-github-crowdsecurity-grokky-dev)
- Delete golang-github-olekukonko-tablewriter-dev (no longer used)
- Replace golang-logrus-dev with golang-github-sirupsen-logrus-dev
- Replace golang-pq-dev with golang-github-lib-pq-dev
- Replace golang-prometheus-client-dev with
golang-github-prometheus-client-golang-dev
- Replace golang-yaml.v2-dev with golang-gopkg-yaml.v2-dev
- Add python3 (for the testsuite).
* Adjust variables passed to the build system via LD_FLAGS:
- Set BUILD_CODENAME from platform/unix_common.mk
- Set BUILD_TIMESTAMP, replacing BUILD_DATE.
- Stop setting BUILD_GOVERSION, now determined at runtime.
* Avoid “date: invalid date ‘@’” warnings when using ancillary rules.
* Include a snapshot of hub files from the v1.4.2 branch, at commit
73d2edaaf1.
* Add README.source, documenting additional tarballs.
* Include a snapshot of data files, at commit 03c7a30d70, plus
Cloudflare IPv4 and IPv6 addresses as of 2022-12-15.
* Upon upgrade, only enable items that are new since 1.0.9, instead
of enabling all of them (which could enable again things that were
disabled by the admin).
* Adjust lintian overrides:
- Adjust syntax to avoid mismatched overrides.
- Extend hardening-no-pie to plugins.
- Avoid a false positive with shell-script-fails-syntax-check.
- Avoid a false positive with broken-gz.
- Silence script-not-executable and unusual-interpreter bats
for *.bats file (test files).
Checksums-Sha1:
6924c944a7b646e06d363deee43fb6004e84292d 4936 crowdsec_1.4.2-1.dsc
7fc15e26f5592bcb547b5a511b2428d9d18a65b7 9834 crowdsec_1.4.2.orig-data1.tar.gz
f13f5effc66ca4fda50190cc3d99aba1ececb15b 2237040 crowdsec_1.4.2.orig-hub1.tar.gz
7039f5ebec9f28ddb5fdcceb58c9637e8cbd94e2 688816 crowdsec_1.4.2.orig.tar.gz
1cfd795e8323950a0b03e5599e4bbd10bcead112 23028 crowdsec_1.4.2-1.debian.tar.xz
f034c59fc6cf02496c4356f8c109591f9d7efbf6 26636 crowdsec_1.4.2-1_source.buildinfo
Checksums-Sha256:
7cce22041d9c8f4e341d5cef26ca1182fcff6d070f96386fdcfd334223456a73 4936 crowdsec_1.4.2-1.dsc
1a8f70266fcc3cb6c5bbc1153077df7737b55c67907a5faab8f7cb10494acec6 9834 crowdsec_1.4.2.orig-data1.tar.gz
4d2117670ff501db78e3f141ac816f9eb1ff533f6b1aec5a451eca46aa53d76f 2237040 crowdsec_1.4.2.orig-hub1.tar.gz
52d1ae451bd46fd6bae8dde0280940c9026afbafa7a56bfc56e1e6b4feeb21a6 688816 crowdsec_1.4.2.orig.tar.gz
7f1fdc695a05abc23f77da7a6f4fa36faf48d28a479dc19a1ca266da1d5d7339 23028 crowdsec_1.4.2-1.debian.tar.xz
846525d4660bc2eaa36936333fe22a45502ee6cfc6aaf300ce190d2773602b66 26636 crowdsec_1.4.2-1_source.buildinfo
Files:
8991a1790ef498655ffaab772d6a6754 4936 golang optional crowdsec_1.4.2-1.dsc
9c4bf50d849e5d5ce4337a4ecd58bee4 9834 golang optional crowdsec_1.4.2.orig-data1.tar.gz
f7084d62781a90bfcb670b51e31ac63b 2237040 golang optional crowdsec_1.4.2.orig-hub1.tar.gz
343cf9c59b287eb6d6371ffa22637cf5 688816 golang optional crowdsec_1.4.2.orig.tar.gz
015142a4a751f7cce4e214cd79916b77 23028 golang optional crowdsec_1.4.2-1.debian.tar.xz
71169f18e49e7bb13ef72f8cd4c44dc0 26636 golang optional crowdsec_1.4.2-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCgAuFiEEtg6/KYRFPHDXTPR4/5FK8MKzVSAFAmPsDq4QHGtpYmlAZGVi
aWFuLm9yZwAKCRD/kUrwwrNVIPnZEACB2Rsv+ftXs8Nxyn+LakkKSOcfNGrVvawv
N5jXw2Fe/Jsr0lg8puipkmMilNHfdGjULIELEpa1EYfh7cNr3m7S0R1ViGgJjCU1
1KQqjHvBZvuLuen0NZoW0LmEHguEOGVAdWCkQXAcYfuryrHR8HVZdlOT5HiFIdQ2
sTeMQoAj+N+v6mR0e11PcymVI/5xY6IbWpsoqIg730uvF7wOEcQIoLbwTQYv63CW
+E89fIFHAv0ydCxjHmqN7xZzly6LyvE5jV5nQHRretJcto3MUC0V+YJLPDb+OUio
n4puMghW03tN8RfJwtBnen1sI33LSrsj3lTQ6+hz5L5fS52hkz1MJUrJhl4iEDFW
DxxI9UkOp+b9YKwphDFP9Wdr40PcPGhPBWX1dqcdLBafo5x+AM0zZ2krZ/Szj+dq
BBL5WXWGaHJFVGZjI5TCPysyQAvKyK/a9S68Lsu6vjaw5v2Xp4hxSqDTMaNSC+Ak
1Zl7ZURL8Ed2fM+gcXo7rtFOp8Tvidkb1O4iCSBCwkF3JFM0gd2tSHdRJ7OCaQ46
dSXqnC5mvVzGDgR6Z4XyzXyg+EnQC6D2LQDIbdn8Fdl/HXq1ZgMhJoCt3ac0h+Kp
1kIndCeZvraf9vFIhBsPLe5nBsq/LTJlM6gVkGfS7mRkg2Gvqo+kNitGFmiwfftV
G8Cr4l07Rw==
=NZQ2
-----END PGP SIGNATURE-----