aboutsummaryrefslogtreecommitdiff
path: root/security/dropbear
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
parentd3a5bfc9a70fa883cb7e7d63729a6b0b65eb84d0 (diff)
downloadports-3ac53dcf6ed91f0ed47918a99c006196aa6576fe.tar.gz
ports-3ac53dcf6ed91f0ed47918a99c006196aa6576fe.zip
- Update to 0.44
Notes
Notes: svn path=/head/; revision=125831
Diffstat (limited to 'security/dropbear')
-rw-r--r--security/dropbear/Makefile4
-rw-r--r--security/dropbear/distinfo4
-rw-r--r--security/dropbear/files/patch-Makefile.in24
-rw-r--r--security/dropbear/files/patch-fake-rfc2553.h11
-rw-r--r--security/dropbear/pkg-plist1
5 files changed, 16 insertions, 28 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile
index 6e910a872b0c..7694393a6544 100644
--- a/security/dropbear/Makefile
+++ b/security/dropbear/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dropbear
-PORTVERSION= 0.43
+PORTVERSION= 0.44
CATEGORIES= security ipv6
MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/
@@ -26,7 +26,7 @@ post-patch:
s,/usr/bin/X11/,${X11BASE}/,g" ${WRKSRC}/options.h
@${REINPLACE_CMD} -e "s,sys/dir.h,dirent.h," ${WRKSRC}/*.[ch]
${REINPLACE_CMD} -e "s,make clean,\$${MAKE} clean," \
- ${WRKSRC}/libtomcrypt/makefile
+ ${WRKSRC}/libtomcrypt/Makefile.in
@${SED} -e 's:__PREFIX__:${PREFIX}:g' \
${FILESDIR}/dropbear.sh > ${WRKSRC}/dropbear.sh
diff --git a/security/dropbear/distinfo b/security/dropbear/distinfo
index a4567d047906..4da47e780495 100644
--- a/security/dropbear/distinfo
+++ b/security/dropbear/distinfo
@@ -1,2 +1,2 @@
-MD5 (dropbear-0.43.tar.gz) = ed8a9143ba2164d224ccb75fafcc32b0
-SIZE (dropbear-0.43.tar.gz) = 1286621
+MD5 (dropbear-0.44.tar.gz) = 6d23e40b3fc74def35f3aafcd5cd2148
+SIZE (dropbear-0.44.tar.gz) = 1454999
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
diff --git a/security/dropbear/pkg-plist b/security/dropbear/pkg-plist
index cabade242953..cba6ff8deb8e 100644
--- a/security/dropbear/pkg-plist
+++ b/security/dropbear/pkg-plist
@@ -1,3 +1,4 @@
+bin/dbclient
bin/dropbearkey
bin/dropbearconvert
etc/rc.d/dropbear.sh.sample