diff options
author | ghen <ghen> | 2007-11-18 21:45:11 +0000 |
---|---|---|
committer | ghen <ghen> | 2007-11-18 21:45:11 +0000 |
commit | a388f86b28b23a65fe115e8c8a7d6b12c8059ae0 (patch) | |
tree | 5a3dfb447412a31005ab6c47b3263117a5dff677 /databases/openldap | |
parent | 9fef317488bc54af1c3cc651ec6ded91bded4cdc (diff) | |
download | pkgsrc-a388f86b28b23a65fe115e8c8a7d6b12c8059ae0.tar.gz |
Remove patch-aq which is included in openldap-2.3.39.
Diffstat (limited to 'databases/openldap')
-rw-r--r-- | databases/openldap/distinfo | 3 | ||||
-rw-r--r-- | databases/openldap/patches/patch-aq | 15 |
2 files changed, 1 insertions, 17 deletions
diff --git a/databases/openldap/distinfo b/databases/openldap/distinfo index f165b94f68d..5cea59fb274 100644 --- a/databases/openldap/distinfo +++ b/databases/openldap/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.59 2007/11/18 19:46:16 ghen Exp $ +$NetBSD: distinfo,v 1.60 2007/11/18 21:45:11 ghen Exp $ SHA1 (openldap-2.3.39.tgz) = e87e60b1269f51d753d88df9b51745a66730a5d4 RMD160 (openldap-2.3.39.tgz) = cd6f652dc68786ca7d2b9f1b2d389e22ec17e3a0 @@ -13,7 +13,6 @@ SHA1 (patch-ak) = 80685a7b46ded94722ea91c2842db424572d6513 SHA1 (patch-am) = 06c17b10bb8cc091461b82fca2b5d6032b613c78 SHA1 (patch-an) = f98c6457474247c092dd0a062e86560cc894ec4e SHA1 (patch-ao) = 6276a1226689fc3be3ffacbcd8df2e4f3e51d1a0 -SHA1 (patch-aq) = 0beca3d9ec0749684bc9118f92774913e6b47e39 SHA1 (patch-ba) = 6e7fb1dd6e17afb2009d0bd1c05059feedfdab77 SHA1 (patch-bb) = 5014662e475e4b9f51d444f01ce45fdeb5f36951 SHA1 (patch-bd) = 27281d5057fd82631600ef2e43ceee4cb918a674 diff --git a/databases/openldap/patches/patch-aq b/databases/openldap/patches/patch-aq deleted file mode 100644 index 2f08e53be6f..00000000000 --- a/databases/openldap/patches/patch-aq +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aq,v 1.1 2007/10/19 03:45:07 taca Exp $ - ---- servers/slapd/backglue.c.orig Thu Jul 12 09:36:36 2007 -+++ servers/slapd/backglue.c -@@ -619,9 +619,9 @@ glue_entry_get_rw ( - int rw, - Entry **e ) - { -+ int rc; - BackendDB *b0 = op->o_bd; - op->o_bd = glue_back_select( b0, dn ); -- int rc; - - if ( op->o_bd->be_fetch ) { - rc = op->o_bd->be_fetch( op, dn, oc, ad, rw, e ); |