summaryrefslogtreecommitdiff
path: root/security/dropbear/files
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-01-08 16:49:03 +0000
committerClement Laforet <clement@FreeBSD.org>2005-01-08 16:49:03 +0000
commit3ac53dcf6ed91f0ed47918a99c006196aa6576fe (patch)
tree0aeac7cf1586fb2c533e88255095ae94ad868d22 /security/dropbear/files
parent- Fix PLIST: Makefile typo s/PLIST_DOCS/PORTDOCS/ (diff)
- Update to 0.44
Notes
Notes: svn path=/head/; revision=125831
Diffstat (limited to 'security/dropbear/files')
-rw-r--r--security/dropbear/files/patch-Makefile.in24
-rw-r--r--security/dropbear/files/patch-fake-rfc2553.h11
2 files changed, 11 insertions, 24 deletions
diff --git a/security/dropbear/files/patch-Makefile.in b/security/dropbear/files/patch-Makefile.in
deleted file mode 100644
index 9f5847b89c4b..000000000000
--- a/security/dropbear/files/patch-Makefile.in
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.in.old Tue Jan 13 12:42:39 2004
-+++ Makefile.in Wed Jan 14 12:05:53 2004
-@@ -55,18 +55,9 @@
- -$(STRIP) dropbearconvert
-
- install: all
-- $(INSTALL) -d -m 755 $(DESTDIR)$(sbindir)
-- $(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
-- $(INSTALL) -m 755 dropbear $(DESTDIR)$(sbindir)
-- $(INSTALL) -m 755 dropbearkey $(DESTDIR)$(bindir)
-- $(INSTALL) -m 755 dropbearconvert $(DESTDIR)$(bindir)
-- # chown might fail, so do it separately to the install
-- -chown root $(DESTDIR)$(sbindir)/dropbear
-- -chgrp 0 $(DESTDIR)$(sbindir)/dropbear
-- -chown root $(DESTDIR)$(bindir)/dropbearkey
-- -chgrp 0 $(DESTDIR)$(bindir)/dropbearkey
-- -chown root $(DESTDIR)$(bindir)/dropbearconvert
-- -chgrp 0 $(DESTDIR)$(bindir)/dropbearconvert
-+ $(BSD_INSTALL_PROGRAM) -m 755 dropbear $(DESTDIR)$(sbindir)
-+ $(BSD_INSTALL_PROGRAM) -m 755 dropbearkey $(DESTDIR)$(bindir)
-+ $(BSD_INSTALL_PROGRAM) -m 755 dropbearconvert $(DESTDIR)$(bindir)
-
-
- static: dropbear-static dropbearkey-static dropbearconvert-static
diff --git a/security/dropbear/files/patch-fake-rfc2553.h b/security/dropbear/files/patch-fake-rfc2553.h
new file mode 100644
index 000000000000..bc2fb880a1b2
--- /dev/null
+++ b/security/dropbear/files/patch-fake-rfc2553.h
@@ -0,0 +1,11 @@
+--- fake-rfc2553.h.orig Sat Jan 8 17:32:31 2005
++++ fake-rfc2553.h Sat Jan 8 17:32:59 2005
+@@ -114,7 +114,7 @@
+ # define NI_MAXHOST 1025
+ #endif /* !NI_MAXHOST */
+
+-#ifndef EAI_NODATA
++#if 0
+ # define EAI_NODATA 1
+ # define EAI_MEMORY 2
+ # define EAI_NONAME 3