pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl cyrus-sasl: Remove patch that is n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac6218d44901
branches:  trunk
changeset: 336220:ac6218d44901
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jul 09 11:55:56 2019 +0000

description:
cyrus-sasl: Remove patch that is now actively harmful.

diffstat:

 security/cyrus-sasl/distinfo                             |   3 +--
 security/cyrus-sasl/patches/patch-saslauthd_ipc__doors.c |  13 -------------
 2 files changed, 1 insertions(+), 15 deletions(-)

diffs (31 lines):

diff -r e72d19113acb -r ac6218d44901 security/cyrus-sasl/distinfo
--- a/security/cyrus-sasl/distinfo      Tue Jul 09 11:35:14 2019 +0000
+++ b/security/cyrus-sasl/distinfo      Tue Jul 09 11:55:56 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.36 2018/07/25 01:16:04 manu Exp $
+$NetBSD: distinfo,v 1.37 2019/07/09 11:55:56 jperkin Exp $
 
 SHA1 (cyrus-sasl-2.1.27-rc7.tar.gz) = d4b72782975be980cc46ac9ccf176b8307bfcf67
 RMD160 (cyrus-sasl-2.1.27-rc7.tar.gz) = 6679c7b887f73da50a314dba97f676848d067684
@@ -12,4 +12,3 @@
 SHA1 (patch-configure) = 1afa4777f2cc2a24bb526fab9fb6d9265677fb9f
 SHA1 (patch-plugins_otp.c) = 1dd8763d5b14c2f2462349ce5f73353ae70313fa
 SHA1 (patch-saslauthd_Makefile.in) = 397bc893975ff4d8b0067dae571381f06486493d
-SHA1 (patch-saslauthd_ipc__doors.c) = 2470ed0f04a19f487811dec405f68ce91d4a4cd0
diff -r e72d19113acb -r ac6218d44901 security/cyrus-sasl/patches/patch-saslauthd_ipc__doors.c
--- a/security/cyrus-sasl/patches/patch-saslauthd_ipc__doors.c  Tue Jul 09 11:35:14 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-saslauthd_ipc__doors.c,v 1.1 2016/09/11 06:11:15 richard Exp $
-match do_request() declaration signature to implementation
---- saslauthd/ipc_doors.c.orig 2012-01-27 23:31:36.000000000 +0000
-+++ saslauthd/ipc_doors.c
-@@ -74,7 +74,7 @@
- /****************************************
-  * declarations/protos
-  *****************************************/
--static void   do_request(void *, char *, size_t, door_desc_t *, uint_t);
-+static void   do_request(void *, char *, size_t, door_desc_t *, size_t);
- static void   send_no(char *);
- static void   need_thread(door_info_t*);
- static void   *server_thread(void *);



Home | Main Index | Thread Index | Old Index