pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
More workarounds to build further
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Wed Feb 1 03:01:41 2017 +0100
Changeset: f483937f98bc81aea01c7ad4f3b347d868bd56bf
Added Files:
john-jumbo/patches/patch-src_efs__fmt__plug.c
john-jumbo/patches/patch-src_gpg__fmt__plug.c
john-jumbo/patches/patch-src_keychain__fmt__plug.c
john-jumbo/patches/patch-src_mozilla__ng__fmt__plug.c
john-jumbo/patches/patch-src_ssh__ng__fmt__plug.c
Log Message:
More workarounds to build further
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f483937f98bc81aea01c7ad4f3b347d868bd56bf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
john-jumbo/patches/patch-src_efs__fmt__plug.c | 12 ++++++++++++
john-jumbo/patches/patch-src_gpg__fmt__plug.c | 12 ++++++++++++
john-jumbo/patches/patch-src_keychain__fmt__plug.c | 12 ++++++++++++
john-jumbo/patches/patch-src_mozilla__ng__fmt__plug.c | 12 ++++++++++++
john-jumbo/patches/patch-src_ssh__ng__fmt__plug.c | 12 ++++++++++++
5 files changed, 60 insertions(+)
diffs:
diff --git a/john-jumbo/patches/patch-src_efs__fmt__plug.c b/john-jumbo/patches/patch-src_efs__fmt__plug.c
new file mode 100644
index 0000000..4acb4f3
--- /dev/null
+++ b/john-jumbo/patches/patch-src_efs__fmt__plug.c
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- src/efs_fmt_plug.c.orig 2014-12-18 07:59:02.000000000 +0000
++++ src/efs_fmt_plug.c
+@@ -30,6 +30,7 @@ john_register_one(&fmt_efs);
+ #include "memory.h"
+ #include "options.h"
+ #include "unicode.h"
++#include "des.h"
+ #include "sha.h"
+ #include "gladman_hmac.h"
+ #include "sse-intrinsics.h"
diff --git a/john-jumbo/patches/patch-src_gpg__fmt__plug.c b/john-jumbo/patches/patch-src_gpg__fmt__plug.c
new file mode 100644
index 0000000..0d4235a
--- /dev/null
+++ b/john-jumbo/patches/patch-src_gpg__fmt__plug.c
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- src/gpg_fmt_plug.c.orig 2014-12-18 07:59:02.000000000 +0000
++++ src/gpg_fmt_plug.c
+@@ -27,6 +27,7 @@ john_register_one(&fmt_gpg);
+ #else
+
+ #include <string.h>
++#include <des.h>
+ #include <openssl/aes.h>
+ #include <assert.h>
+ #include <openssl/blowfish.h>
diff --git a/john-jumbo/patches/patch-src_keychain__fmt__plug.c b/john-jumbo/patches/patch-src_keychain__fmt__plug.c
new file mode 100644
index 0000000..1520c9e
--- /dev/null
+++ b/john-jumbo/patches/patch-src_keychain__fmt__plug.c
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- src/keychain_fmt_plug.c.orig 2014-12-18 07:59:02.000000000 +0000
++++ src/keychain_fmt_plug.c
+@@ -18,6 +18,7 @@ john_register_one(&fmt_keychain);
+ #include <string.h>
+ #include <assert.h>
+ #include <errno.h>
++#include <des.h>
+ #include "arch.h"
+ #include "misc.h"
+ #include "common.h"
diff --git a/john-jumbo/patches/patch-src_mozilla__ng__fmt__plug.c b/john-jumbo/patches/patch-src_mozilla__ng__fmt__plug.c
new file mode 100644
index 0000000..68f2adf
--- /dev/null
+++ b/john-jumbo/patches/patch-src_mozilla__ng__fmt__plug.c
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- src/mozilla_ng_fmt_plug.c.orig 2014-12-18 07:59:02.000000000 +0000
++++ src/mozilla_ng_fmt_plug.c
+@@ -27,6 +27,7 @@ john_register_one(&fmt_mozilla);
+ #endif
+
+ #include "arch.h"
++#include "des.h"
+ #include "md5.h"
+ #include "misc.h"
+ #include "common.h"
diff --git a/john-jumbo/patches/patch-src_ssh__ng__fmt__plug.c b/john-jumbo/patches/patch-src_ssh__ng__fmt__plug.c
new file mode 100644
index 0000000..0fffbad
--- /dev/null
+++ b/john-jumbo/patches/patch-src_ssh__ng__fmt__plug.c
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- src/ssh_ng_fmt_plug.c.orig 2014-12-18 07:59:02.000000000 +0000
++++ src/ssh_ng_fmt_plug.c
+@@ -20,6 +20,7 @@ john_register_one(&fmt_sshng);
+ #else
+
+ #include <string.h>
++#include <des.h>
+ #include <openssl/aes.h>
+ #include <openssl/des.h>
+ #include <openssl/asn1.h>
Home |
Main Index |
Thread Index |
Old Index