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. 21
      security/dropbear/inst_scp.patch

4
security/dropbear/dropbear.desc

@ -29,8 +29,8 @@
[L] MIT [L] MIT
[S] Stable [S] Stable
[V] 2014.64 [V] 2014.65
[P] X -?---5---9 191.100 [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/

21
security/dropbear/inst_scp.patch

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

Loading…
Cancel
Save