Bug#774773: wheezy-pu: package policyd-weight/policyd-weight/0.1.15.2-5+wheezy2

2015-01-17 Thread Werner Detter
Hi Adam, 


 As it's just a documentation fix, including it in unstable later would
 be okay. Please let us have an updated debdiff including the manpage
 fix, so we can confirm it's okay.

The manpage fixes will be done in the next package for unstable as it's 
less important and more like a cosmetic issue. Should the updated package 
for wheezy contain the manpage fixes already - or should we just omit it? 

The current debdiff for policyd-weight/0.1.15.2-5+wheezy2 can be found 
here: [1]

Thanks, 
Werner












[1] diff -Nru policyd-weight-0.1.15.2/debian/changelog 
policyd-weight-0.1.15.2/debian/changelog
--- policyd-weight-0.1.15.2/debian/changelog2014-03-15 13:24:45.0 
+0100
+++ policyd-weight-0.1.15.2/debian/changelog2015-01-07 07:56:59.0 
+0100
@@ -1,3 +1,11 @@
+policyd-weight (0.1.15.2-5+wheezy2) unstable; urgency=low
+
+  * Add 10_del_rhsbl.ahbl.org.patch which removes rhsbl.ahbl.org list due
+to service shutdown
+   
+ -- Werner Detter wer...@aloah-from-hell.de  Wed,  7 Jan 2015 07:30:14 +0100
+
+
 policyd-weight (0.1.15.2-5+wheezy1) wheezy; urgency=low
 
 * Add 09_fix_net_dns_usage.patch which fixes infinite loop when dns 
resolver
diff -Nru policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch 
policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch
--- policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch  
1970-01-01 01:00:00.0 +0100
+++ policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch  
2015-01-07 07:55:16.0 +0100
@@ -0,0 +1,15 @@
+Description: removes RHSBL rhsbl.ahbl.org from policyd-weight source
+Author: Werner Detter wer...@aloah-from-hell.de
+DEP: 3
+--- a/policyd-weight
 b/policyd-weight
+@@ -389,8 +389,7 @@
+ 
+ ## RHSBL settings
+ my @rhsbl_score = (
+-'multi.surbl.org', 4,0,'SURBL',
+-'rhsbl.ahbl.org',  4,0,'AHBL'
++'multi.surbl.org', 4,0,'SURBL'
+ );
+ 
+ my $BL_ERROR_SKIP = 2;  # skip a RBL if this RBL had this many continuous
diff -Nru policyd-weight-0.1.15.2/debian/patches/series 
policyd-weight-0.1.15.2/debian/patches/series
--- policyd-weight-0.1.15.2/debian/patches/series   2014-03-15 
13:26:31.0 +0100
+++ policyd-weight-0.1.15.2/debian/patches/series   2015-01-07 
07:54:13.0 +0100
@@ -7,3 +7,4 @@
 07_del_rfc-ignorant.org.patch
 08_del_dnsbl.njabl.org.patch
 09_fix_net_dns_usage.patch
+10_del_rhsbl.ahbl.org.patch


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54ba5b6a.6000...@aloah-from-hell.de



Bug#774773: wheezy-pu: package policyd-weight/policyd-weight/0.1.15.2-5+wheezy2

2015-01-17 Thread Werner Detter
Hi Adam, 

I've just uploaded the package to mentors, debdiff attached[1]

https://mentors.debian.net/package/policyd-weight
http://mentors.debian.net/debian/pool/main/p/policyd-weight/policyd-weight_0.1.15.2-5+wheezy2.dsc

Thanks,
Werner



[1]
werner@smaint:~/$ debdiff policyd-weight_0.1.15.2-5+wheezy1.dsc 
policyd-weight_0.1.15.2-5+wheezy2.dsc
diff -Nru policyd-weight-0.1.15.2/debian/changelog 
policyd-weight-0.1.15.2/debian/changelog
--- policyd-weight-0.1.15.2/debian/changelog2014-03-15 13:24:45.0 
+0100
+++ policyd-weight-0.1.15.2/debian/changelog2015-01-17 14:50:17.0 
+0100
@@ -1,3 +1,12 @@
+policyd-weight (0.1.15.2-5+wheezy2) wheezy; urgency=low
+
+  * Add 10_del_rhsbl.ahbl.org.patch which removes rhsbl.ahbl.org list due
+to service shutdown (Closes: #774772)
+  * Add 11_fix_default_rhsbl_dnsbl_in_man5.patch which updates default
+dnsbls/rhsbls in man5 manpage
+   
+ -- Werner Detter wer...@aloah-from-hell.de  Sat, 17 Jan 2015 14:45:23 +0100
+
 policyd-weight (0.1.15.2-5+wheezy1) wheezy; urgency=low
 
 * Add 09_fix_net_dns_usage.patch which fixes infinite loop when dns 
resolver
diff -Nru policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch 
policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch
--- policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch  
1970-01-01 01:00:00.0 +0100
+++ policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch  
2015-01-07 07:55:16.0 +0100
@@ -0,0 +1,15 @@
+Description: removes RHSBL rhsbl.ahbl.org from policyd-weight source
+Author: Werner Detter wer...@aloah-from-hell.de
+DEP: 3
+--- a/policyd-weight
 b/policyd-weight
+@@ -389,8 +389,7 @@
+ 
+ ## RHSBL settings
+ my @rhsbl_score = (
+-'multi.surbl.org', 4,0,'SURBL',
+-'rhsbl.ahbl.org',  4,0,'AHBL'
++'multi.surbl.org', 4,0,'SURBL'
+ );
+ 
+ my $BL_ERROR_SKIP = 2;  # skip a RBL if this RBL had this many continuous
diff -Nru 
policyd-weight-0.1.15.2/debian/patches/11_fix_default_rhsbl_dnsbl_in_man5.patch 
policyd-weight-0.1.15.2/debian/patches/11_fix_default_rhsbl_dnsbl_in_man5.patch
--- 
policyd-weight-0.1.15.2/debian/patches/11_fix_default_rhsbl_dnsbl_in_man5.patch 
1970-01-01 01:00:00.0 +0100
+++ 
policyd-weight-0.1.15.2/debian/patches/11_fix_default_rhsbl_dnsbl_in_man5.patch 
2015-01-17 14:54:55.0 +0100
@@ -0,0 +1,34 @@
+Description: patch updates default dnsbls/rhsbls in man5 manpage 
+Author: Werner Detter wer...@aloah-from-hell.de
+DEP: 3
+--- a/man/man5/policyd-weight.conf.5
 b/man/man5/policyd-weight.conf.5
+@@ -303,13 +303,10 @@
+ The default is:
+ 
+ @dnsbl_score = (
+-dynablock.njabl.org,  3.25,   0,  DYN_NJABL,
+-dnsbl.njabl.org,  4.25,   \-1.5,   BL_NJABL,
+-bl.spamcop.net,   1.75,   \-1.5,   SPAMCOP,
++pbl.spamhaus.org, 3.25,   0,  DYN_PBL_SPAMHAUS,
+ sbl-xbl.spamhaus.org, 4.35,   \-1.5,   SBL_XBL_SPAMHAUS,
+-list.dsbl.org,4.35,   0,  DSBL_ORG,
+-ix.dnsbl.manitu.net,  4.35,   0,  IX_MANITU,
+-relays.ordb.org,  3.25,   0,  ORDB_ORG
++bl.spamcop.net,   3.75,   \-1.5,   SPAMCOP,
++ix.dnsbl.manitu.net,  4.35,   0,  IX_MANITU
+ .br
+ );
+ 
+@@ -332,10 +329,7 @@
+ The default is:
+ 
+ @rhsbl_score = (
+-rhsbl.ahbl.org,  1.8, 0,  AHBL,
+-dsn.rfc-ignorant.org,3.2, 0,  DSN_RFCI,
+-postmaster.rfc-ignorant.org, 1 ,  0,  PM_RFCI,
+-abuse.rfc-ignorant.org,  1,   0,  ABUSE_RFCI
++multi.surbl.org,  4,  0,  SURBL
+ .br
+ );
+ 
diff -Nru policyd-weight-0.1.15.2/debian/patches/series 
policyd-weight-0.1.15.2/debian/patches/series
--- policyd-weight-0.1.15.2/debian/patches/series   2014-03-15 
13:26:31.0 +0100
+++ policyd-weight-0.1.15.2/debian/patches/series   2015-01-17 
14:52:00.0 +0100
@@ -7,3 +7,5 @@
 07_del_rfc-ignorant.org.patch
 08_del_dnsbl.njabl.org.patch
 09_fix_net_dns_usage.patch
+10_del_rhsbl.ahbl.org.patch
+11_fix_default_rhsbl_dnsbl_in_man5.patch


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54ba6f25.1000...@aloah-from-hell.de



Bug#774773: wheezy-pu: package policyd-weight/policyd-weight/0.1.15.2-5+wheezy2

2015-01-07 Thread Werner Detter
Package: release.debian.org
Severity: important
Tags: wheezy
User: release.debian@packages.debian.org
Usertags: pu

Dear Maintainer,

policyd-weight uses the abusive hosts blocking list which has been shutdown on 
january 1st,
more information can be found on the website of the dnsbl: 

http://www.ahbl.org/content/last-notice-wildcarding-services-jan-1st

The list now replies which a positive response which may lead to false 
positives. I hereby
ask someone to upload/confirm the package. The package for unstable has already 
been uploaded. 
I've recreated the package for stable with the patch applied and uploaded the 
package also
to mentors.debian.net - debdiff is found under [1]

 * Package name: policyd-weight
   Version : policyd-weight/0.1.15.2-5+wheezy2
   Upstream Author : Robert Felber
 * URL : www.policyd-weight.org
 * License : GPL-2+
   Section : mail

The URL of your package is:
http://mentors.debian.net/package/policyd-weight

The respective dsc file can be found at:
http://mentors.debian.net/debian/pool/main/p/policyd-weight/policyd-weight_0.1.15.2-5+wheezy2.dsc

Thanks, 
Werner Detter

[1] debdiff

diff -Nru policyd-weight-0.1.15.2/debian/changelog 
policyd-weight-0.1.15.2/debian/changelog
--- policyd-weight-0.1.15.2/debian/changelog2014-03-15 13:24:45.0 
+0100
+++ policyd-weight-0.1.15.2/debian/changelog2015-01-07 07:56:59.0 
+0100
@@ -1,3 +1,11 @@
+policyd-weight (0.1.15.2-5+wheezy2) unstable; urgency=low
+
+  * Add 10_del_rhsbl.ahbl.org.patch which removes rhsbl.ahbl.org list due
+to service shutdown
+   
+ -- Werner Detter wer...@aloah-from-hell.de  Wed,  7 Jan 2015 07:30:14 +0100
+
+
 policyd-weight (0.1.15.2-5+wheezy1) wheezy; urgency=low
 
 * Add 09_fix_net_dns_usage.patch which fixes infinite loop when dns 
resolver
diff -Nru policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch 
policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch
--- policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch  
1970-01-01 01:00:00.0 +0100
+++ policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch  
2015-01-07 07:55:16.0 +0100
@@ -0,0 +1,15 @@
+Description: removes RHSBL rhsbl.ahbl.org from policyd-weight source
+Author: Werner Detter wer...@aloah-from-hell.de
+DEP: 3
+--- a/policyd-weight
 b/policyd-weight
+@@ -389,8 +389,7 @@
+ 
+ ## RHSBL settings
+ my @rhsbl_score = (
+-'multi.surbl.org', 4,0,'SURBL',
+-'rhsbl.ahbl.org',  4,0,'AHBL'
++'multi.surbl.org', 4,0,'SURBL'
+ );
+ 
+ my $BL_ERROR_SKIP = 2;  # skip a RBL if this RBL had this many continuous
diff -Nru policyd-weight-0.1.15.2/debian/patches/series 
policyd-weight-0.1.15.2/debian/patches/series
--- policyd-weight-0.1.15.2/debian/patches/series   2014-03-15 
13:26:31.0 +0100
+++ policyd-weight-0.1.15.2/debian/patches/series   2015-01-07 
07:54:13.0 +0100
@@ -7,3 +7,4 @@
 07_del_rfc-ignorant.org.patch
 08_del_dnsbl.njabl.org.patch
 09_fix_net_dns_usage.patch
+10_del_rhsbl.ahbl.org.patch


-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150107132044.7979.31564.reportbug@smaint.localdomain



Bug#774773: wheezy-pu: package policyd-weight/policyd-weight/0.1.15.2-5+wheezy2

2015-01-07 Thread Werner Detter
Hi, 

 diff -Nru policyd-weight-0.1.15.2/debian/changelog 
 policyd-weight-0.1.15.2/debian/changelog
 --- policyd-weight-0.1.15.2/debian/changelog 2014-03-15 13:24:45.0 
 +0100
 +++ policyd-weight-0.1.15.2/debian/changelog 2015-01-07 07:56:59.0 
 +0100
 @@ -1,3 +1,11 @@
 +policyd-weight (0.1.15.2-5+wheezy2) unstable; urgency=low
 
 s/unstable/wheezy/

Thanks, fixed and uploaded to mentors, debdiff attached[1].
http://mentors.debian.net/debian/pool/main/p/policyd-weight/policyd-weight_0.1.15.2-5+wheezy2.dsc

 You might also want to update the manpage?
the man5 manpage needs to be updated, right. I will do this in unstable with 
the next version? 
Otherwise I need to recreate the both packages and we need to upload stable and 
unstable again. 
What do you propose? 

Cheers, 
Werner

[1]
werner@smaint:~/wheezy$ debdiff policyd-weight_0.1.15.2-5+wheezy1.dsc 
policyd-weight_0.1.15.2-5+wheezy2.dsc 
diff -Nru policyd-weight-0.1.15.2/debian/changelog 
policyd-weight-0.1.15.2/debian/changelog
--- policyd-weight-0.1.15.2/debian/changelog2014-03-15 13:24:45.0 
+0100
+++ policyd-weight-0.1.15.2/debian/changelog2015-01-07 14:34:55.0 
+0100
@@ -1,3 +1,11 @@
+policyd-weight (0.1.15.2-5+wheezy2) wheezy; urgency=low
+
+  * Add 10_del_rhsbl.ahbl.org.patch which removes rhsbl.ahbl.org list due
+to service shutdown
+   
+ -- Werner Detter wer...@aloah-from-hell.de  Wed,  7 Jan 2015 07:30:14 +0100
+
+
 policyd-weight (0.1.15.2-5+wheezy1) wheezy; urgency=low
 
 * Add 09_fix_net_dns_usage.patch which fixes infinite loop when dns 
resolver
diff -Nru policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch 
policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch
--- policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch  
1970-01-01 01:00:00.0 +0100
+++ policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch  
2015-01-07 07:55:16.0 +0100
@@ -0,0 +1,15 @@
+Description: removes RHSBL rhsbl.ahbl.org from policyd-weight source
+Author: Werner Detter wer...@aloah-from-hell.de
+DEP: 3
+--- a/policyd-weight
 b/policyd-weight
+@@ -389,8 +389,7 @@
+ 
+ ## RHSBL settings
+ my @rhsbl_score = (
+-'multi.surbl.org', 4,0,'SURBL',
+-'rhsbl.ahbl.org',  4,0,'AHBL'
++'multi.surbl.org', 4,0,'SURBL'
+ );
+ 
+ my $BL_ERROR_SKIP = 2;  # skip a RBL if this RBL had this many continuous
diff -Nru policyd-weight-0.1.15.2/debian/patches/series 
policyd-weight-0.1.15.2/debian/patches/series
--- policyd-weight-0.1.15.2/debian/patches/series   2014-03-15 
13:26:31.0 +0100
+++ policyd-weight-0.1.15.2/debian/patches/series   2015-01-07 
07:54:13.0 +0100
@@ -7,3 +7,4 @@
 07_del_rfc-ignorant.org.patch
 08_del_dnsbl.njabl.org.patch
 09_fix_net_dns_usage.patch
+10_del_rhsbl.ahbl.org.patch


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54ad38d8.8000...@aloah-from-hell.de



Bug#735399: pu: package policyd-weight_0.1.15.2-5+wheezy1

2014-03-22 Thread Werner Detter
Hi Adam, 

thanks for your reply. I've recreated the package again from stable, applied 
the relevant fix (and fixed the comment
in the patch) and uploaded the package to mentors:

The URL of your package is:
http://mentors.debian.net/package/policyd-weight

The respective dsc file can be found at:
http://mentors.debian.net/debian/pool/main/p/policyd-weight/policyd-weight_0.1.15.2-5+wheezy1.dsc

Thanks and regards,
Werner



werner@symfony2:~$ debdiff policyd-weight_0.1.15.2-5.dsc 
policyd-weight_0.1.15.2-5+wheezy1.dsc 
diff -Nru policyd-weight-0.1.15.2/debian/changelog 
policyd-weight-0.1.15.2/debian/changelog
--- policyd-weight-0.1.15.2/debian/changelog2013-03-12 22:25:44.0 
+0100
+++ policyd-weight-0.1.15.2/debian/changelog2014-03-15 13:24:45.0 
+0100
@@ -1,3 +1,10 @@
+policyd-weight (0.1.15.2-5+wheezy1) wheezy; urgency=low
+
+* Add 09_fix_net_dns_usage.patch which fixes infinite loop when dns 
resolver
+is reachable only via IPv6 
+
+ -- Werner Detter wer...@aloah-from-hell.de  Sat, 15 Mar 2014 14:29:14 +0100
+
 policyd-weight (0.1.15.2-5) unstable; urgency=high

   * Add 08_del_dnsbl.njabl.org.patch which removes dnsbl.njabl.org list due
diff -Nru policyd-weight-0.1.15.2/debian/patches/09_fix_net_dns_usage.patch 
policyd-weight-0.1.15.2/debian/patches/09_fix_net_dns_usage.patch
--- policyd-weight-0.1.15.2/debian/patches/09_fix_net_dns_usage.patch   
1970-01-01 01:00:00.0 +0100
+++ policyd-weight-0.1.15.2/debian/patches/09_fix_net_dns_usage.patch   
2014-03-22 16:11:17.0 +0100
@@ -0,0 +1,22 @@
+Description: fix Net::DNS usage
+Origin: Alexandre Vaissiere ava...@fmiw.org
+Author: Werner Detter wer...@aloah-from-hell.de 
+DEP: 3
+Bug-Debian: http://bugs.debian.org/726670
+--- a/policyd-weight
 b/policyd-weight
+@@ -892,12 +892,12 @@
+ 
+ 
+ # watch the version string, I'm afraid that they change to x.x.x notation
+-if(Net::DNS-version() = 0.50)
++if(Net::DNS-version() = 0.50  Net::DNS-version() = 0.53)
+ {
+ $res-force_v4(1);  # force ipv4 usage, autodetection is broken till
+ # Net::DNS 0.53
+ }
+-else
++if(Net::DNS-version()  0.50)
+ {
+ $res-igntc(1);# ignore truncated packets if Net-DNS version is
+# lower than 0.50
diff -Nru policyd-weight-0.1.15.2/debian/patches/series 
policyd-weight-0.1.15.2/debian/patches/series
--- policyd-weight-0.1.15.2/debian/patches/series   2013-03-12 
21:01:47.0 +0100
+++ policyd-weight-0.1.15.2/debian/patches/series   2014-03-15 
13:26:31.0 +0100
@@ -6,3 +6,4 @@
 06_del_non_func_ipv6_dnsbl.patch
 07_del_rfc-ignorant.org.patch
 08_del_dnsbl.njabl.org.patch
+09_fix_net_dns_usage.patch


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/532db881.3010...@aloah-from-hell.de



Bug#735399: pu: package policyd-weight_0.1.15.2-5+wheezy1

2014-03-15 Thread Werner Detter
Hi Adam, 

thanks for your reply. I've recreated the package from stable, applied the 
relevant fix and uploaded 
the package to mentors:

The URL of your package is:
http://mentors.debian.net/package/policyd-weight

The respective dsc file can be found at:
http://mentors.debian.net/debian/pool/main/p/policyd-weight/policyd-weight_0.1.15.2-5+wheezy1.dsc

Thanks and regards,
Werner



werner@dev:~$ debdiff policyd-weight_0.1.15.2-5.dsc 
policyd-weight_0.1.15.2-5+wheezy1.dsc 
diff -Nru policyd-weight-0.1.15.2/debian/changelog 
policyd-weight-0.1.15.2/debian/changelog
--- policyd-weight-0.1.15.2/debian/changelog2013-03-12 22:25:44.0 
+0100
+++ policyd-weight-0.1.15.2/debian/changelog2014-03-15 13:24:45.0 
+0100
@@ -1,3 +1,10 @@
+policyd-weight (0.1.15.2-5+wheezy1) wheezy; urgency=low
+
+* Add 09_fix_net_dns_usage.patch which fixes infinite loop when dns 
resolver
+is reachable only via IPv6 
+
+ -- Werner Detter wer...@aloah-from-hell.de  Sat, 15 Mar 2014 14:29:14 +0100
+
 policyd-weight (0.1.15.2-5) unstable; urgency=high

   * Add 08_del_dnsbl.njabl.org.patch which removes dnsbl.njabl.org list due
diff -Nru policyd-weight-0.1.15.2/debian/patches/09_fix_net_dns_usage.patch 
policyd-weight-0.1.15.2/debian/patches/09_fix_net_dns_usage.patch
--- policyd-weight-0.1.15.2/debian/patches/09_fix_net_dns_usage.patch   
1970-01-01 01:00:00.0 +0100
+++ policyd-weight-0.1.15.2/debian/patches/09_fix_net_dns_usage.patch   
2014-03-15 13:26:15.0 +0100
@@ -0,0 +1,22 @@
+Description: fixes perl warnings in debug mode
+Origin: Alexandre Vaissiere ava...@fmiw.org
+Author: Werner Detter wer...@aloah-from-hell.de 
+DEP: 3
+Bug-Debian: http://bugs.debian.org/726670
+--- a/policyd-weight
 b/policyd-weight
+@@ -892,12 +892,12 @@
+ 
+ 
+ # watch the version string, I'm afraid that they change to x.x.x notation
+-if(Net::DNS-version() = 0.50)
++if(Net::DNS-version() = 0.50  Net::DNS-version() = 0.53)
+ {
+ $res-force_v4(1);  # force ipv4 usage, autodetection is broken till
+ # Net::DNS 0.53
+ }
+-else
++if(Net::DNS-version()  0.50)
+ {
+ $res-igntc(1);# ignore truncated packets if Net-DNS version is
+# lower than 0.50
diff -Nru policyd-weight-0.1.15.2/debian/patches/series 
policyd-weight-0.1.15.2/debian/patches/series
--- policyd-weight-0.1.15.2/debian/patches/series   2013-03-12 
21:01:47.0 +0100
+++ policyd-weight-0.1.15.2/debian/patches/series   2014-03-15 
13:26:31.0 +0100
@@ -6,3 +6,4 @@
 06_del_non_func_ipv6_dnsbl.patch
 07_del_rfc-ignorant.org.patch
 08_del_dnsbl.njabl.org.patch
+09_fix_net_dns_usage.patch


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53245cd1.8000...@aloah-from-hell.de



Bug#735399: pu: package policyd-weight/0.1.15.2-7

2014-01-14 Thread Werner Detter
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Dear Maintainers, 

my latest package policyd-weight 0.1.15.2-7 has been uploaded to unstable. 
Current version in
stable is 0.1.15.2-5. 

The new package mainly fixes issues on ipv6 only machines, the relevant 
bugreport can be 
found here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726670

Therefor I request to unblock this package to get it into stable. 

Thank you and best regards,
Werner Detter


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52d62b96.4050...@aloah-from-hell.de



Bug#702944: unblock: policyd-weight/0.1.15.2-5

2013-03-13 Thread Werner Detter
Package: release.debian.org
Severity: important
User: release.debian@packages.debian.org
Usertags: unblock

I've just recreated a policyd-weight package (0.1.15.2-5). The new package will 
shortly enter
unstable as it has been accepted already.It includes a new quilt-patch which 
removes the DNSBL 
dnsbl.njabl.org from policyd-weight due to service shutdown of the list on 
2013-03-01. More 
information is found on the Homepage of the DNSBL (http://www.njabl.org).

As we had some problems with false positive responses after DNSBL's have been 
shut down in
the past, I'd suggest unblocking this package to get it into wheezy.

 policyd-weight (0.1.15.2-5) unstable; urgency=high

   * Add 08_del_dnsbl.njabl.org.patch which removes dnsbl.njabl.org list due
 to service shutdown on 2013-03-01 (Closes: #702838)
   * Bumped standard versions to 3.9.4

Thank you,
Werner Detter

unblock policyd-weight/0.1.15.2-5

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130311224825.16111.14400.reportbug@spmfilter-deb-wheezy.localdomain



Bug#702979: pu: package policyd-weight/0.1.15.1-2+squeeze2

2013-03-13 Thread Werner Detter
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Dear Maintainers, 

recently Adam D. Barret uploaded my latest package policyd-weight 0.1.15.2-5
to unstable. I've requested to unblock this package to get it into wheezy, 
the request has been accepted.

I suggest to add the patch which removes the DNSBL dnsbl.njabl.org from the 
policyd-weight
source due to service shutdown of the list on 2013-03-01 also to the stable 
package as we
had some problems with false positive responses after DNSBL's have been shut 
down in the past. 
The DNSBL dnsbl.njabl.org shouldn't be an issue from that perspective as 
they've emptied the zones
rather than returning a match for all lookups but it's better to have a clean 
package and
be sure that the debian package won't have any problems regardless of what 
happens to the
mentioned DNSBL. 

Therefor I've recreated the package from stable with the mentioned patch 
applied.

The relevant bugreport against release.debian.org can be found here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702838

 * Package name: policyd-weight
   Version : policyd-weight/0.1.15.1-2+squeeze2
   Upstream Author : Robert Felber
 * URL : www.policyd-weight.org
 * License : GPL-2+
   Section : mail

I've uploaded the package to mentors.debian.net - it would be great if someone 
could upload this
package.

The URL of your package is:
http://mentors.debian.net/package/policyd-weight

The respective dsc file can be found at:
http://mentors.debian.net/debian/pool/main/p/policyd-weight/policyd-weight_0.1.15.1-2+squeeze2.dsc

Thank you and best regards,
Werner Detter


werner@squeeze:~$ debdiff policyd-weight_0.1.15.1-2+squeeze1.dsc 
policyd-weight_0.1.15.1-2+squeeze2.dsc
diff -u policyd-weight-0.1.15.1/debian/changelog 
policyd-weight-0.1.15.1/debian/changelog
--- policyd-weight-0.1.15.1/debian/changelog
+++ policyd-weight-0.1.15.1/debian/changelog
@@ -1,3 +1,10 @@
+policyd-weight (0.1.15.1-2+squeeze2) squeeze; urgency=low
+
+  * Add 05_del_dnsbl.njabl.org.dpatch which removes dnsbl.njabl.org list due
+to service shutdown on 2013-03-01
+
+ -- Werner Detter wer...@aloah-from-hell.de  Tue, 13 Mar 2013 00:23:14 +0100
+
 policyd-weight (0.1.15.1-2+squeeze1) squeeze; urgency=low
 
   * Add 04_del_rfc-ignorant.org.dpatch which removes rfc-ignorant.org
diff -u policyd-weight-0.1.15.1/debian/patches/00list 
policyd-weight-0.1.15.1/debian/patches/00list
--- policyd-weight-0.1.15.1/debian/patches/00list
+++ policyd-weight-0.1.15.1/debian/patches/00list
@@ -4,0 +5 @@
+05_del_dnsbl.njabl.org.dpatch
only in patch2:
unchanged:
--- policyd-weight-0.1.15.1.orig/debian/patches/05_del_dnsbl.njabl.org.dpatch
+++ policyd-weight-0.1.15.1/debian/patches/05_del_dnsbl.njabl.org.dpatch
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 05_del_dnsbl.njabl.org.dpatch by Werner Detter wer...@aloah-from-hell.de
+##
+## DP: removes DNSBL dnsbl.njabl.org from policyd-weight source 
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' 
'--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' 
policyd-weight-0.1.15.1~/policyd-weight policyd-weight-0.1.15.1/policyd-weight
+--- policyd-weight-0.1.15.1~/policyd-weight2013-03-13 00:16:58.649177609 
+0100
 policyd-weight-0.1.15.1/policyd-weight 2013-03-13 00:17:09.541635469 
+0100
+@@ -374,7 +374,6 @@
+ 'pbl.spamhaus.org',   3.25,  0,'DYN_PBL_SPAMHAUS',
+ 'sbl-xbl.spamhaus.org',   4.35,   -1.5,'SBL_XBL_SPAMHAUS',
+ 'bl.spamcop.net', 3.75,   -1.5,'SPAMCOP',
+-'dnsbl.njabl.org',4.25,   -1.5,'BL_NJABL',
+ 'ix.dnsbl.manitu.net',4.35,  0,'IX_MANITU'
+ );
+ 

-- System Information:
Debian Release: 6.0.7
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130313164859.2628.15157.reportbug@squeeze



Bug#702979: pu: package policyd-weight/0.1.15.1-2+squeeze2

2013-03-13 Thread Werner Detter
Hi Adam,
 The diff looks fine; thanks. You might have more luck seeking
 sponsorship from somewhere other than debian-release though. :)

Thank you for confirming the package. I've just created an RFS-Request
against the sponsorship-request pseudo package :)

best regards,
Werner


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5140baca.3000...@aloah-from-hell.de



Bug#688266: pu: package policyd-weight/0.1.15.1-2+squeeze1

2012-10-26 Thread Werner Detter
Hi Adam,

just a short question - what about the policyd-weight package in
backports?

regards,
Werner


Am 22.09.12 21:19, schrieb Adam D. Barratt:
 Control: tags -1 + pending
 
 On Thu, 2012-09-20 at 23:08 +0100, Adam D. Barratt wrote:
 On Fri, 2012-09-21 at 00:01 +0200, Werner Detter wrote:
 Thanks for the quick response.  That looks better, but... :-)

 You're right. Seems like I really need some more coffee :) Thank you. I've
 downloaded the current source package again and added my patches from
 scratch. I hope it's OK now :)

 That looks fine; thanks.  Please feel free to go ahead with the upload,
 bearing in mind that the acceptance window for the next point release
 closes over the weekend.
 
 For the record, this was uploaded and I've flagged it for acceptance in
 to p-u; thanks.
 
 Regards,
 
 Adam
 


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/508a793e.7000...@aloah-from-hell.de



Re: unblock policyd-weight/0.1.15.2-3

2012-09-18 Thread Werner Detter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

I've just recreated a policyd-weight package (0.1.15.2-4). The new package 
already entered
unstable, it includes a new quilt-patch which removes several DNSBL's from 
rfc-ignorant.org
due to a service shutdown of the rfc-ignorant.org lists on 2012-11-30. The 
Announcement from
the list operators can be found here: http://rfc-ignorant.org/endofanera.php

As we had some problems with false positive responses after DNSBL's have been 
shut down in
the past, I'd suggest unblocking this package to get it into wheezy.

policyd-weight (0.1.15.2-4) unstable; urgency=low

   * Add 07_del_rfc-ignorant.org.patch which removes rfc-ignorant.org
 lists due to service shut down on 2012-11-30

 -- Werner Detter wer...@aloah-from-hell.de  Mon, 17 Sep 2012 09:32:23 +0100

Thanks a lot,
Werner Detter

unblock policyd-weight/0.1.15.2-4

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQEcBAEBAgAGBQJQWPX/AAoJECrSoAS/sh/h6mQH/3zckW8+LC3yy8jfWDGoFfGo
PYP3ai+sFKrNXaUW/6IPBq1sBK27ZDkgIbCRVocVeAAejBiynJHVa9m6geTy18PH
xWwFDy+o7E0m2a18DNeVxVN60Qzn02rSHELK+HIw0QzIEOQm4tpGLzIf32Q77Xuk
Sg1B8UNvRCoaWAvib6RZnhAydConYGgEnqDtH6ubsqJof/oD62ljvNwH3mXOHQml
1elUG9OGaI/9UrL68slfP283AVvGotbZ9jR3z3Jo4Fj6mS2f+WxO8wFEpLP6cSup
2jtFukB7wDZZFjaeFM3QdIUTLVJaifHs5ON7B19QR/5FPqXeIEdR+ColHoR0waI=
=Oh8S
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5058f5ff.3060...@aloah-from-hell.de



unblock policyd-weight/0.1.15.2-3

2012-09-10 Thread Werner Detter
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package policyd-weight, it fixes a non RC bug and updates 
standards version 3.9.3. It's just
minimal changes. From the Changelog:

policyd-weight (0.1.15.2-3) unstable; urgency=low

   * Updating standards version to 3.9.3
   * Fixed 02_cacherejectmsg.patch (modify $CACHEREJECTMSG instead
 of $REJECTMSG), thanks to Marcel Meckel (Closes: #598844)

Thanks a lot,
Werner Detter

unblock policyd-weight/0.1.15.2-3


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/504d98b7.3080...@aloah-from-hell.de