diff options
-rw-r--r-- | net/smokeping/distinfo | 3 | ||||
-rw-r--r-- | net/smokeping/patches/patch-lib_Smokeping.pm | 15 | ||||
-rw-r--r-- | news/inn/distinfo | 4 | ||||
-rw-r--r-- | news/inn/patches/patch-ag | 28 |
4 files changed, 45 insertions, 5 deletions
diff --git a/net/smokeping/distinfo b/net/smokeping/distinfo index c018eaf2df4..1755b3ebbd3 100644 --- a/net/smokeping/distinfo +++ b/net/smokeping/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2012/02/02 18:54:35 bouyer Exp $ +$NetBSD: distinfo,v 1.15 2013/06/16 21:38:51 wiz Exp $ SHA1 (smokeping-2.6.7.tar.gz) = bc0b118164f00f79f6264f46ccb129acd1962dfc RMD160 (smokeping-2.6.7.tar.gz) = 126adae8ec55d7119ce57daf135327b56625ba3b @@ -10,3 +10,4 @@ SHA1 (patch-ad) = 1b5581b88054182115ce4f667dbaaeea10596acd SHA1 (patch-ae) = 45410102cd230d4514d8d493655a3fa9302c3e0e SHA1 (patch-af) = ecb2c6f5beed570def7e4dd830864bb82b92654f SHA1 (patch-ag) = f200c0522db44e08d475f1a0895ee14e01663fd8 +SHA1 (patch-lib_Smokeping.pm) = 19ab8a169b1db99686bbe7af24dec1b5c2b6fb77 diff --git a/net/smokeping/patches/patch-lib_Smokeping.pm b/net/smokeping/patches/patch-lib_Smokeping.pm new file mode 100644 index 00000000000..c8bdb405ec8 --- /dev/null +++ b/net/smokeping/patches/patch-lib_Smokeping.pm @@ -0,0 +1,15 @@ +$NetBSD: patch-lib_Smokeping.pm,v 1.1 2013/06/16 21:38:51 wiz Exp $ + +Fix pod2man error with perl-5.18 -- it does not like slash. + +--- lib/Smokeping.pm.orig 2012-01-11 08:48:43.000000000 +0000 ++++ lib/Smokeping.pm +@@ -2609,7 +2609,7 @@ DOC + The base directory where SmokePing keeps the files related to the DYNAMIC function. + This directory must be writeable by the WWW server. It is also used for temporary + storage of slave polling results by the master in +-L<the master/slave mode|smokeping_master_slave>. ++L<the master-slave mode|smokeping_master_slave>. + + If this variable is not specified, the value of C<datadir> will be used instead. + DOC diff --git a/news/inn/distinfo b/news/inn/distinfo index 56d362cd274..1fb82c93592 100644 --- a/news/inn/distinfo +++ b/news/inn/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.29 2012/08/23 19:00:42 spz Exp $ +$NetBSD: distinfo,v 1.30 2013/06/16 21:41:47 wiz Exp $ SHA1 (inn-2.5.3.tar.gz) = 98f22ef02e48c28f5eb931ce506ebe99557dc46e RMD160 (inn-2.5.3.tar.gz) = 7c4593d8880426a8961befbfa600450b23482d35 @@ -7,7 +7,7 @@ SHA1 (patch-aa) = 8ed86de4d20ab8510c7521528a9979c1d3e6d9e8 SHA1 (patch-ab) = 5f98336273de9763c38df3bb122f141cbd16527a SHA1 (patch-ac) = 2b801b9b8c5eae1feacaa3532e78b4c46210f755 SHA1 (patch-ad) = d36131ad21a1d8ea0edb463dfff6f1800dc8291d -SHA1 (patch-ag) = ec28feef2392567cbc607e7b27fe85f1acd349a7 +SHA1 (patch-ag) = c03866cc8fce1327f7e79f1e3fed4ae338957c19 SHA1 (patch-ah) = ed5ef5f504eb9a95ad3da933ba5d00ee73885b00 SHA1 (patch-ai) = cf0af9de01dc7e06c5f9f7f1dd91ac2201e8c212 SHA1 (patch-ak) = c15b9067eeff701a7f2cc443fe6d1cb89136d974 diff --git a/news/inn/patches/patch-ag b/news/inn/patches/patch-ag index 8bd0a0dad74..5e0707bb8b7 100644 --- a/news/inn/patches/patch-ag +++ b/news/inn/patches/patch-ag @@ -1,6 +1,6 @@ -$NetBSD: patch-ag,v 1.11 2010/01/16 09:46:17 spz Exp $ +$NetBSD: patch-ag,v 1.12 2013/06/16 21:41:47 wiz Exp $ ---- control/pgpverify.in.orig 2009-05-21 20:08:33.000000000 +0000 +--- control/pgpverify.in.orig 2012-06-15 18:25:36.000000000 +0000 +++ control/pgpverify.in @@ -131,7 +131,7 @@ # Path to pgp binary; for PGP 5.0, set the path to the pgpv binary. If @@ -11,3 +11,27 @@ $NetBSD: patch-ag,v 1.11 2010/01/16 09:46:17 spz Exp $ # If you keep your keyring somewhere that is not the default used by pgp, # uncomment the next line and set appropriately. If you have INN and the +@@ -738,19 +738,19 @@ B<pgpverify> may exit with the following + + The control message had a good PGP signature. + +-=item 1 ++=item "1" + + The control message had no PGP signature. + +-=item 2 ++=item "2" + + The control message had an unknown PGP signature. + +-=item 3 ++=item "3" + + The control message had a bad PGP signature. + +-=item 255 ++=item "255" + + A problem occurred not directly related to PGP analysis of signature. + |