]> git.sven.stormbind.net Git - sven/pflogsumm.git/commitdiff
releasing package pflogsumm version 1.1.5-8 master debian/1.1.5-8
authorSven Hoexter <sven@stormbind.net>
Wed, 4 Jan 2023 12:36:44 +0000 (13:36 +0100)
committerSven Hoexter <sven@stormbind.net>
Wed, 4 Jan 2023 12:36:44 +0000 (13:36 +0100)
debian/README.source [deleted file]
debian/changelog
debian/control
debian/copyright
debian/gbp.conf
debian/patches/milter-rejects
debian/patches/postscreen-rejects
debian/rules
debian/source/format
debian/watch

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644 (file)
index 3d5f55c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-This package uses quilt to manage the patches in debian/patches.
-For further information please install the quilt package and read
-/usr/share/doc/quilt/README.source.
index e4c4ec228c4e4fd3742752c56826dfdff1c5822a..90682e74f68955cb0af6887888c329a9a5ae945a 100644 (file)
@@ -1,3 +1,32 @@
+pflogsumm (1.1.5-8) unstable; urgency=medium
+
+  * Fix regex in milter-rejects patch. Kudos to Andreas Jaggi
+    <debianbug@jaggi.info> 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 <hoexter@debian.org>  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 <hoexter@debian.org>  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 <juri@sapienti-sat.org>
+    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 <hoexter@debian.org>  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.
index 394f48e65106f61a74480dec616e0f17465d0e09..3d56ce8ee9a78acfd82a8734d08b28d85b16a15f 100644 (file)
@@ -2,9 +2,9 @@ Source: pflogsumm
 Section: admin
 Priority: optional
 Maintainer: Sven Hoexter <hoexter@debian.org>
-Build-Depends-Indep: quilt
-Build-Depends: debhelper-compat (= 12)
-Standards-Version: 4.3.0
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
 Homepage: http://jimsun.linxnet.com/postfix_contrib.html
 Vcs-Git: https://git.sven.stormbind.net/pflogsumm.git
 Vcs-Browser: https://git.sven.stormbind.net/?p=sven/pflogsumm.git
index 749ca99dc35de326d73db22c70fc6b786eee8db1..dd0587776c1f365d761a9cd19dbd3cdffa8ba1f0 100644 (file)
@@ -13,7 +13,7 @@ Upstream Author: James S. Seymour <jseymour@jimsun.LinxNet.com>
 Copyright:
 
 The debian directory of this package is
-Copyright 2010-2018 Sven Hoexter <sven@timegate.de>
+Copyright 2010-2023 Sven Hoexter <sven@stormbind.net>
 
 All of the programs, applications, and utilities (hereinafter referred to
 as "programs") are Copyright (C) 1998-2010 James S.  Seymour.
index cec628c7444886870d72dc8bcd536479e7f8a284..0e094c9fde172982003753cb2270d5b82f28b2f7 100644 (file)
@@ -1,2 +1,3 @@
 [DEFAULT]
 pristine-tar = True
+cleaner = fakeroot debian/rules clean
index 2e15cca5653214ca445c0523b2f2caf695fbd15f..b03d9aaa45b0f0e2ea1542c9b3e3bc209d6c6610 100644 (file)
@@ -7,7 +7,7 @@ Index: pflogsumm/pflogsumm.pl
      # regexp rejects happen in "cleanup"
      if($cmd eq "cleanup" && (my($rejSubTyp, $rejReas, $rejRmdr) = $logRmdr =~
 -      /\/cleanup\[\d+\]: .*?\b(reject|warning|hold|discard): (header|body) (.*)$/) == 3)
-+       /\/cleanup\[\d+\]: .*?\b((?:milter-)reject|warning|hold|discard): (header|body|END-OF-MESSAGE) (.*)$/) == 3)
++       /\/cleanup\[\d+\]: .*?\b((?:milter-)?reject|warning|hold|discard): (header|body|END-OF-MESSAGE) (.*)$/) == 3)
      {
        $rejRmdr =~ s/( from \S+?)?; from=<.*$// unless($opts{'verbMsgDetail'});
        $rejRmdr = string_trimmer($rejRmdr, 64, $opts{'verbMsgDetail'});
index 74e56fd6961c31ac615fc7095ca812fe7b0879b6..a04f91b083688b58d32e1aacd76b8f85adbc3e04 100644 (file)
@@ -1,4 +1,4 @@
-Index: pflogsumm.pl
+Index: pflogsumm/pflogsumm.pl
 ===================================================================
 --- pflogsumm.orig/pflogsumm.pl
 +++ pflogsumm/pflogsumm.pl
@@ -20,7 +20,8 @@ Index: pflogsumm.pl
 +    unless((($domain, $ipAddr) = /^([^\[]*)\[((?:\d{1,3}\.){3}\d{1,3})\]/) == 2||
 +           (($domain, $ipAddr) = /^([^\/]*)\/([0-9a-f.:]+)/i) == 2) {
        # more exhaustive method
-         ($domain, $ipAddr) = /^([^\[\(\/]+)[\[\(\/]([^\]\)]+)[\]\)]?:?\s*$/;
+-        ($domain, $ipAddr) = /^([^\[\(\/]+)[\[\(\/]([^\]\)]+)[\]\)]?:?\s*$/;
++        ($domain, $ipAddr) = /^([^\[\(\/]*)[\[\(\/]([^\]\)]+)[\]\)]:?\d*$/;
      }
   
      # "mach.host.dom"/"mach.host.do.co" to "host.dom"/"host.do.co"
index de4566be45f95fe5b5928753ddca4125aad9c833..5ede039e18955fef0905c623649453740bda258f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-       dh $@ --with quilt
+       dh $@
 
 override_dh_auto_install:
        install --mode=755 pflogsumm.pl debian/pflogsumm/usr/sbin/pflogsumm
index d3827e75a5cadb9fe4a27e1cb9b6d192e7323120..163aaf8d82b6c54f23c45f32895dbdfdcc27b047 100644 (file)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
index 4bd14ca3b4f77c50e57485344a3443851ecaefe9..60da2b2e4e9534d7bd9d76e45a7ed0567a773a6f 100644 (file)
@@ -1,2 +1,2 @@
-version=3
-ftp://jimsun.linxnet.com/pub/postfix_contrib/pflogsumm-([\d\.]+)\.tar\.gz
+version=4
+ftp://jimsun.linxnet.com/pub/postfix_contrib/pflogsumm-@ANY_VERSION@@ARCHIVE_EXT@