summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordavid <david@pkgsrc.org>2002-03-07 17:37:35 +0000
committerdavid <david@pkgsrc.org>2002-03-07 17:37:35 +0000
commita9bd83b590761e8919186563b8b25787e88df49d (patch)
tree61075b8d5ca3e34fd9a42e15a49bc25d84e0511c /security
parent6bc4b82378d320cd903fb4f49119032662e35c0a (diff)
downloadpkgsrc-a9bd83b590761e8919186563b8b25787e88df49d.tar.gz
Undo my last commit. Tron already added this as patch-ac.
Diffstat (limited to 'security')
-rw-r--r--security/openssh/distinfo3
-rw-r--r--security/openssh/patches/patch-ap13
2 files changed, 1 insertions, 15 deletions
diff --git a/security/openssh/distinfo b/security/openssh/distinfo
index 00925689b71..c13ddb722fb 100644
--- a/security/openssh/distinfo
+++ b/security/openssh/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2002/03/07 17:33:25 david Exp $
+$NetBSD: distinfo,v 1.12 2002/03/07 17:37:35 david Exp $
SHA1 (openssh-3.0.2p1.tar.gz) = c9a7e02936ace163ea58ec42e8e3f95df27fef2a
Size (openssh-3.0.2p1.tar.gz) = 781092 bytes
@@ -6,4 +6,3 @@ SHA1 (patch-aa) = 275e035cbed29ec3e72d7b3c9290cec8068d742b
SHA1 (patch-ab) = 271811fc88fbed42f22fa1dc503dc88953b5d76f
SHA1 (patch-ac) = e151977f95723c9bdc48dea5e313b89361b5b515
SHA1 (patch-ah) = 0c75daaa11c6a6e32bce628b8f866008677f155f
-SHA1 (patch-ap) = bf248a1b5770fbe1f8251e9355c9d9aea2cf905c
diff --git a/security/openssh/patches/patch-ap b/security/openssh/patches/patch-ap
deleted file mode 100644
index 7ae11982d85..00000000000
--- a/security/openssh/patches/patch-ap
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ap,v 1.1 2002/03/07 17:33:25 david Exp $
-
---- channels.c.orig Thu Mar 7 12:24:37 2002
-+++ channels.c
-@@ -145,7 +145,7 @@
- {
- Channel *c;
-
-- if (id < 0 || id > channels_alloc) {
-+ if (id < 0 || id >= channels_alloc) {
- log("channel_lookup: %d: bad id", id);
- return NULL;
- }