pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/dropbear



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 14 15:33:20 UTC 2024

Modified Files:
        pkgsrc/security/dropbear: distinfo
Added Files:
        pkgsrc/security/dropbear/patches: patch-Makefile.in

Log Message:
dropbear: fix non-portable mv usage


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/dropbear/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/dropbear/patches/patch-Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/dropbear/distinfo
diff -u pkgsrc/security/dropbear/distinfo:1.32 pkgsrc/security/dropbear/distinfo:1.33
--- pkgsrc/security/dropbear/distinfo:1.32      Wed May 15 08:54:22 2024
+++ pkgsrc/security/dropbear/distinfo   Mon Oct 14 15:33:20 2024
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.32 2024/05/15 08:54:22 adam Exp $
+$NetBSD: distinfo,v 1.33 2024/10/14 15:33:20 nia Exp $
 
 BLAKE2s (dropbear-2024.85.tar.bz2) = 4d779585a043af90981cf294a8cfb946e7abee108d3790766f48c6669e90d4d4
 SHA512 (dropbear-2024.85.tar.bz2) = 09619e9874172658b7fc284823e0a619b6a4346a5db41487d1628768b46c1f8eac962bfd8ef73e2a59e466fc4022395f7a194b4309195c954b0d7e0d13254f67
 Size (dropbear-2024.85.tar.bz2) = 2304594 bytes
+SHA1 (patch-Makefile.in) = 0bb649ed8688666513c35e139e7e349fd83b3a1b
 SHA1 (patch-configure) = b17f647043b212adda53aad7fb8dc7e639be9494
 SHA1 (patch-src_default__options.h) = af60ea91516639e055266b3dd74f100aa6100f0d

Added files:

Index: pkgsrc/security/dropbear/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/security/dropbear/patches/patch-Makefile.in:1.1
--- /dev/null   Mon Oct 14 15:33:20 2024
+++ pkgsrc/security/dropbear/patches/patch-Makefile.in  Mon Oct 14 15:33:20 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.in,v 1.1 2024/10/14 15:33:20 nia Exp $
+
+Remove non-portable mv flag.
+
+--- Makefile.in.orig   2024-10-14 15:30:02.568881553 +0000
++++ Makefile.in
+@@ -175,7 +175,7 @@ default_options_guard.h: $(srcdir)/defau
+       @echo Creating $@
+       @printf "/*\n > > > Do not edit this file (default_options_guard.h) < < <\nGenerated from "$^"\nLocal customisation goes in localoptions.h\n*/\n\n" > $@.tmp
+       @$(srcdir)/ifndef_wrapper.sh < $^ >> $@.tmp
+-      mv -v $@.tmp $@
++      mv $@.tmp $@
+       pwd
+       ls -l $@
+ 



Home | Main Index | Thread Index | Old Index