summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorwiz <wiz>2013-06-16 21:38:51 +0000
committerwiz <wiz>2013-06-16 21:38:51 +0000
commit9a6a05941bc32e58aac71371d1ec8801bf3f7e39 (patch)
tree3e7499f6a4d44712e3ead76124c2d3c75da7ebb4 /news
parenta26cfda5460b9a019f2fa208e1a65e094cb479e3 (diff)
downloadpkgsrc-9a6a05941bc32e58aac71371d1ec8801bf3f7e39.tar.gz
Fix build with perl-5.18.
Diffstat (limited to 'news')
-rw-r--r--news/inn/distinfo4
-rw-r--r--news/inn/patches/patch-ag28
2 files changed, 28 insertions, 4 deletions
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.
+