X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Fchangelog;h=90682e74f68955cb0af6887888c329a9a5ae945a;hb=2362a871634e3839413af8b56fcea5e7116a225d;hp=e4c4ec228c4e4fd3742752c56826dfdff1c5822a;hpb=b0f4f9469a2a1e26a25048fc9f82adb3af22f170;p=sven%2Fpflogsumm.git diff --git a/debian/changelog b/debian/changelog index e4c4ec2..90682e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +pflogsumm (1.1.5-8) unstable; urgency=medium + + * Fix regex in milter-rejects patch. Kudos to Andreas Jaggi + for the report and patch. (Closes: #1027829) + * Update debian/copyright for 2023. + * Increase debhelper compat level from v12 to v13. + * Update Standards-Version to 4.6.2, no changes required. + * Add Rules-Requires-Root: no in debian/control. + * Update debian/watch file to version 4. + + -- Sven Hoexter Wed, 04 Jan 2023 13:36:16 +0100 + +pflogsumm (1.1.5-7) unstable; urgency=medium + + * Re-Release for a source only upload. Package is unchanged. + + -- Sven Hoexter Sat, 11 Apr 2020 13:12:19 +0200 + +pflogsumm (1.1.5-6) unstable; urgency=medium + + * Update postscreen-rejects patch with a fix for IPv6 + addresses. Kudos to Juri Haberland + for the fix. (Closes: #955627) + * Migrate from source format 1.0 to 3.0 (quilt). + * Define cleaner for git buildpackage. + * Update to Standards-Version 4.5.0 - no changes. + + -- Sven Hoexter Thu, 09 Apr 2020 15:02:41 +0200 + pflogsumm (1.1.5-5) unstable; urgency=medium * Add patch to count milter rejects provided by Matus Uhlar.