summaryrefslogtreecommitdiff
path: root/security/libprelude/patches
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2007-02-20 15:13:02 +0000
committershannonjr <shannonjr>2007-02-20 15:13:02 +0000
commit2f046eea9c0c004c62fd780f710a68d8c1c09b07 (patch)
tree548792b0f1b334cd887216cafe1bfcb402cc0fcf /security/libprelude/patches
parent6c158567287f6bba91fd47b9dcfe9fea31c4e475 (diff)
downloadpkgsrc-2f046eea9c0c004c62fd780f710a68d8c1c09b07.tar.gz
Update to 0.9.13. Changes:
- Fix a crash with Python bindings upon signal reception (Fix #200). - New --with-system-ltdl configure switch. The default is now to use the system wide ltdl library if it is available, unless specified otherwise (Fix #199). - Prevent NULL pointer dereference if no permission is specified after the permission type (Fix #197). - Upon IDMEFCriteria parsing error, recover from broken parser stater (Fix #195). - Detailed error reporting on IDMEFCriteria parsing error. - Fix string and possible criteria leak on IDMEFCriteria syntax error. - Prefer anonymous authentication rather than SRP. We do this because there are compatibility issue with SRP between different GnuTLS version (Should fix #187). - When dumping AdditionalData of type byte-string to string, encode the data using base64.
Diffstat (limited to 'security/libprelude/patches')
-rw-r--r--security/libprelude/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/libprelude/patches/patch-aa b/security/libprelude/patches/patch-aa
index 8c9a6fd5807..e0118f8e181 100644
--- a/security/libprelude/patches/patch-aa
+++ b/security/libprelude/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/01/29 15:54:04 shannonjr Exp $
+$NetBSD: patch-aa,v 1.2 2007/02/20 15:13:03 shannonjr Exp $
---- prelude-adduser/prelude-adduser.c.orig 2005-06-26 05:41:44.000000000 -0600
+--- prelude-adduser/prelude-adduser.c.orig 2007-02-20 08:04:42.000000000 -0700
+++ prelude-adduser/prelude-adduser.c
-@@ -43,6 +43,8 @@
+@@ -56,6 +56,8 @@
#include <gnutls/x509.h>
#include <gnutls/extra.h>
@@ -10,8 +10,8 @@ $NetBSD: patch-aa,v 1.1.1.1 2006/01/29 15:54:04 shannonjr Exp $
+
#include "common.h"
#include "config-engine.h"
- #include "prelude-error.h"
-@@ -886,6 +888,66 @@ static int del_cb(const char *filename,
+ #include "prelude.h"
+@@ -896,6 +898,66 @@ static int add_analyzer(const char *name
}
@@ -76,5 +76,5 @@ $NetBSD: patch-aa,v 1.1.1.1 2006/01/29 15:54:04 shannonjr Exp $
+ return (error);
+}
- static void delete_dir(const char *dirname)
+ static int add_cmd(int argc, char **argv)
{