aboutsummaryrefslogtreecommitdiff
path: root/security/dropbear/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-17 11:56:01 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-17 11:56:01 +0000
commit988c134834917d14b371e2e9441f6afb13e7b4b9 (patch)
tree732a6770d64c20443dcba101f2da9a8b15ab285a /security/dropbear/files
parentf3a158d6b35413e1adfa4a380d2b5425d2826d36 (diff)
Notes
Diffstat (limited to 'security/dropbear/files')
-rw-r--r--security/dropbear/files/patch-Makefile.in27
-rw-r--r--security/dropbear/files/patch-includes.h11
2 files changed, 24 insertions, 14 deletions
diff --git a/security/dropbear/files/patch-Makefile.in b/security/dropbear/files/patch-Makefile.in
index e7cfffaf5dc1..ff9936e921dd 100644
--- a/security/dropbear/files/patch-Makefile.in
+++ b/security/dropbear/files/patch-Makefile.in
@@ -1,22 +1,21 @@
---- Makefile.in.orig Sat Oct 11 10:08:19 2003
-+++ Makefile.in Sat Oct 11 14:58:58 2003
-@@ -46,14 +46,11 @@
- -strip dropbearconvert
+--- Makefile.in.orig Tue Dec 16 06:14:06 2003
++++ Makefile.in Tue Dec 16 10:57:36 2003
+@@ -53,15 +53,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)
+- $(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:root $(DESTDIR)$(sbindir)/dropbear
- -chown root:root $(DESTDIR)$(bindir)/dropbearkey
- -chown root:root $(DESTDIR)$(bindir)/dropbearconvert
-+ ${INSTALL} -d -m 755 $(DESTDIR)$(sbindir)
-+ ${INSTALL} -d -m 755 $(DESTDIR)$(bindir)
-+ ${INSTALL_PROGRAM} dropbear $(DESTDIR)$(sbindir)
-+ ${INSTALL_PROGRAM} dropbearkey $(DESTDIR)$(bindir)
-+ ${INSTALL_PROGRAM} dropbearconvert $(DESTDIR)$(bindir)
++ $(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-includes.h b/security/dropbear/files/patch-includes.h
new file mode 100644
index 000000000000..e456342b6503
--- /dev/null
+++ b/security/dropbear/files/patch-includes.h
@@ -0,0 +1,11 @@
+--- includes.h.orig Tue Dec 16 11:02:22 2003
++++ includes.h Tue Dec 16 11:02:43 2003
+@@ -38,7 +38,7 @@
+ #include <sys/time.h>
+ #include <sys/un.h>
+ #include <sys/wait.h>
+-#include <sys/dir.h>
++#include <sys/dirent.h>
+
+ #include <stdio.h>
+ #include <errno.h>