Browse Source

dropbear: Updated (2014.64 -> 2014.65)

Also remade the scp install Makefile patch.
master
Nagy Karoly Gabriel 10 years ago
parent
commit
25e8cea005
  1. 4
      security/dropbear/dropbear.desc
  2. 19
      security/dropbear/inst_scp.patch

4
security/dropbear/dropbear.desc

@ -29,8 +29,8 @@
[L] MIT
[S] Stable
[V] 2014.64
[V] 2014.65
[P] X -?---5---9 191.100
[D] 1449775964 dropbear-2014.64.tar.bz2 https://matt.ucc.asn.au/dropbear/releases/
[D] 1431835237 dropbear-2014.65.tar.bz2 https://matt.ucc.asn.au/dropbear/releases/

19
security/dropbear/inst_scp.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../dropbear/inst_scp.patch
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2014 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -14,11 +14,11 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.in.orig 2009-08-06 08:27:24.000000000 -0400
+++ ./Makefile.in 2009-08-06 08:31:49.000000000 -0400
@@ -140,6 +140,13 @@
-chown root $(DESTDIR)$(sbindir)/dropbear$(EXEEXT)
-chgrp 0 $(DESTDIR)$(sbindir)/dropbear$(EXEEXT)
--- ./Makefile.in.orig 2014-09-22 08:16:33.475208316 +0200
+++ ./Makefile.in 2014-09-22 13:55:08.380740200 +0200
@@ -147,6 +147,13 @@
$(INSTALL) -d $(DESTDIR)$(mandir)/man8
$(INSTALL) -m 644 dropbear.8 $(DESTDIR)$(mandir)/man8/dropbear.8
+# scp installs as dbscp, so it needs a seperate rule too
+inst_scp: scp
@ -27,6 +27,7 @@
+ -chown root $(DESTDIR)$(bindir)/dbscp$(EXEEXT)
+ -chgrp 0 $(DESTDIR)$(bindir)/dbscp$(EXEEXT)
+
inst_%: $*
$(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
$(INSTALL) -m 755 $*$(EXEEXT) $(DESTDIR)$(bindir)
inst_%: %
$(INSTALL) -d $(DESTDIR)$(bindir)
$(INSTALL) $*$(EXEEXT) $(DESTDIR)$(bindir)

Loading…
Cancel
Save