[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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/changelog	2014-03-15 13:24:45.000000000 +0100
+++ policyd-weight-0.1.15.2/debian/changelog	2015-01-17 14:50:17.000000000 +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 <werner@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.000000000 +0100
+++ policyd-weight-0.1.15.2/debian/patches/10_del_rhsbl.ahbl.org.patch	2015-01-07 07:55:16.000000000 +0100
@@ -0,0 +1,15 @@
+Description: removes RHSBL rhsbl.ahbl.org from policyd-weight source
+Author: Werner Detter <werner@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.000000000 +0100
+++ policyd-weight-0.1.15.2/debian/patches/11_fix_default_rhsbl_dnsbl_in_man5.patch	2015-01-17 14:54:55.000000000 +0100
@@ -0,0 +1,34 @@
+Description: patch updates default dnsbls/rhsbls in man5 manpage 
+Author: Werner Detter <werner@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.000000000 +0100
+++ policyd-weight-0.1.15.2/debian/patches/series	2015-01-17 14:52:00.000000000 +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


Reply to: