summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authordavid <david>2002-03-07 17:37:35 +0000
committerdavid <david>2002-03-07 17:37:35 +0000
commit05cf12ff705f441293e96c83b3f93449c8e0872b (patch)
tree61075b8d5ca3e34fd9a42e15a49bc25d84e0511c /security/openssh
parentf40aae102bf3377126f8785a189c078ca7ea5351 (diff)
downloadpkgsrc-05cf12ff705f441293e96c83b3f93449c8e0872b.tar.gz
Undo my last commit. Tron already added this as patch-ac.
Diffstat (limited to 'security/openssh')
-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;
- }