1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
|
e2guardian (5.3.4-1+deb11u1) bullseye; urgency=medium
* debian/patches:
+ CVE-2021-44273: Fix missing SSL certificate validation in the SSL MiTM
engine. Add 0001_CVE-2021-44273_fix-hostname-validation-in-
certificates.patch. (Closes: #1003125).
-- Mike Gabriel <sunweaver@debian.org> Wed, 02 Feb 2022 21:06:57 +0100
e2guardian (5.3.4-1) unstable; urgency=medium
* New upstream release.
* debian/upstream/metadata:
+ Add file. Comply with DEP-12.
* debian/control:
+ Bump Standards-Version: to 4.5.0. No changes needed.
+ Add Rules-Requires-Root: field and set it to 'no'.
-- Mike Gabriel <sunweaver@debian.org> Sat, 15 Feb 2020 10:43:10 +0100
e2guardian (5.3.3-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Bump Standards-Version: to 4.4.0. No changes needed.
-- Mike Gabriel <sunweaver@debian.org> Fri, 02 Aug 2019 19:50:00 +0200
e2guardian (5.3.1-1) unstable; urgency=medium
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Fri, 22 Feb 2019 14:16:07 +0100
e2guardian (5.2.2-3) unstable; urgency=medium
[ Mike Gabriel ]
* ClamAV integration upload. Thanks to Scott Kitterman for providing
the below changes. (Closes: #920965).
* debian/control:
+ Bump Standards-Version: to 4.3.0. No changes needed.
+ Add to B-D: pkg-config.
+ Add Pre-Depends: ${misc:Pre-Depends}. Thanks lintian
(skip-systemd-native-flag-missing-pre-depends).
* debian/{control,compat}:
+ Drop compat file. Switch to debhelper-compat in control file.
Bump DH compat level to version 12.
* debian/e2guardian.lintian-overrides:
+ Drop file. Not required any more.
[ Scott Kitterman ]
* Remove unknown configure options.
* Drop unneeded build-depends on libclamav-dev (package uses clamd at run
time, not libclamav).
* Add explicit depends on clamav-daemon since it is now in a separate binary.
* Drop suggests on clamav-freshclam (clamav-daemon depends on it).
-- Mike Gabriel <sunweaver@debian.org> Sat, 02 Feb 2019 16:29:17 +0100
e2guardian (5.2.2-2) unstable; urgency=medium
* debian/e2guardian.logrotate:
+ Add option 'missingok', to avoid logrotate choking if package has been
removed, but not purged. (Closes: #911450).
* debian/prerm:
+ Drop file.
* debian/postinst:
+ Drop config value detection. Rework complete file. (Closes: #909821).
-- Mike Gabriel <sunweaver@debian.org> Tue, 04 Dec 2018 13:57:24 +0100
e2guardian (5.2.2-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Bump Standards-Version: to 4.2.1. No changes needed.
* debian/source/lintian-overrides:
+ Add neterr_template.html overrides (embeds a PNG image).
-- Mike Gabriel <sunweaver@debian.org> Tue, 30 Oct 2018 19:27:55 +0100
e2guardian (5.2.0-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Bump Standards-Version: to 4.2.0. No changes needed.
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Tue, 28 Aug 2018 09:58:15 +0200
e2guardian (5.1.1-1) unstable; urgency=medium
* New upstream release.
* debian/watch:
+ Work around #906150 and change URL from .../tags to .../releases.
-- Mike Gabriel <sunweaver@debian.org> Thu, 16 Aug 2018 12:37:08 +0200
e2guardian (5.1-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
+ Drop 1001_typo-fix-for-syslog-msg.patch and 1002_typo-fix.patch.
Applied upstream.
* debian/rules:
+ Use dh_missing, rather than dh_install for --fail-missing option.
* debian/e2guardian.docs:
+ Update list of doc files shipped with the package.
* debian/e2guardian.doc-base:
+ Update list of documentation files.
* debian/copyright:
+ Update copyright attributions.
+ Update auto-generated copyright.in file.
-- Mike Gabriel <sunweaver@debian.org> Wed, 18 Jul 2018 16:49:54 +0200
e2guardian (4.1.5-1) unstable; urgency=medium
* New upstream release. (Closes: #864524).
* debian/copyright:
+ Update copright attributions.
+ Use secure URI to reference copyright format.
+ Update autogenerated copyright file.
* debian/control:
+ Bump Standards-Version: to 4.1.3. No changes needed.
+ Drop unnecessary B-D as of DH level 11: autotools-dev, dh-autoreconf.
+ Add B-D: libssl-dev (>= 1.1).
+ Add B-D: libpthread-stubs0-dev.
+ Packaging VCS has been migrated to salsa.debian.org. Update Vcs-*:
fields.
+ Bump Standards-Version: to 4.1.4. No changes needed.
* debian/{control,compat}:
+ Bump DH version level to 11.
* debian/rules:
+ Disable dh-autoreconf, we use autogen.sh script.
+ Drop --with-quilt from this pkg. It is source format 3.0 (quilt) already.
+ Enable SSLMitM (--enable-sslmitm=yes) support. (Closes: #892788)
+ Build with PCRE support (--enable-pcre=yes).
+ Add --with-systemd for all DH calls. This should enable e2guardian
directly after installation. (Closes: #860963).
* debian/: White-space clean-up.
* debian/patches:
+ Add 1001_typo-fix-for-syslog-msg.patch. Typo fix in syslog message.
+ Add 1002_typo-fix.patch. Yet another typo fix.
+ Forward patch 1001_typo-fix-for-syslog-msg.patch upstream. Add Forwarded:
field.
* debian/postinst:
+ Avoid recursive chmod/chown.
+ Use -maxdepth 1 in find/chmod/chown.
* debian/contentregexplist:
+ Falsely sneaked into debian/ subfolder. Dropping it
* lintian:
+ Catch various lintian warnings/errors we are aware of and can't change
at the time being:
-- Mike Gabriel <sunweaver@debian.org> Tue, 22 May 2018 14:30:04 +0200
e2guardian (3.4.0.3-2) unstable; urgency=medium
* debian/patches:
+ Add 0001_fix-certificate-bug-with-chrome-browser.patch. Make sure
self-created certificates contain a SAN (subjectAltName) field. (Closes:
#862855).
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 31 May 2017 11:45:41 +0200
e2guardian (3.4.0.3-1) unstable; urgency=medium
* Initial release to Debian. (Closes: #836281).
-- Mike Gabriel <sunweaver@debian.org> Wed, 07 Sep 2016 16:37:57 +0200
|