pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/steghide



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May  5 12:20:34 UTC 2022

Modified Files:
        pkgsrc/security/steghide: distinfo
        pkgsrc/security/steghide/patches: patch-src_BmpFile.cc

Log Message:
steghide: fix building with modern C++ compilers


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/steghide/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/security/steghide/patches/patch-src_BmpFile.cc

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

Modified files:

Index: pkgsrc/security/steghide/distinfo
diff -u pkgsrc/security/steghide/distinfo:1.10 pkgsrc/security/steghide/distinfo:1.11
--- pkgsrc/security/steghide/distinfo:1.10      Mon Apr 25 15:01:53 2022
+++ pkgsrc/security/steghide/distinfo   Thu May  5 12:20:34 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2022/04/25 15:01:53 tnn Exp $
+$NetBSD: distinfo,v 1.11 2022/05/05 12:20:34 nia Exp $
 
 BLAKE2s (steghide-0.5.1.tar.gz) = 38a3ca6889fc8b460ee4922517e7f2ee9257a7fed7f8dc20ed7e5bdcdcbb4621
 SHA512 (steghide-0.5.1.tar.gz) = 6cda3e33e91123fbc5caa112efcacf09180505abd4f6f229878cd443817c60a04498aead02509c7532fd6924225c6b752820c51e452a83c520f228273d610a57
@@ -15,5 +15,5 @@ SHA1 (patch-ai) = 9ae6443ee9a997a859456a
 SHA1 (patch-aj) = 36039401484d85cec20bc157b29f55e219a762b3
 SHA1 (patch-ak) = 404abb1935208b9eba9711677e1514154486543b
 SHA1 (patch-src_AUtils.h) = 7a3c001943ce0802f15119b3d32b4fc6ad00b4af
-SHA1 (patch-src_BmpFile.cc) = 0a0ee8f65f4e808ec2514e4bfad9e09864c5ab3e
+SHA1 (patch-src_BmpFile.cc) = e8bb0a895f4c61a14f194b0446d6033c8367a383
 SHA1 (patch-src_Graph.cc) = 211d2607ccb5b9c4de0a91497a14376d89e0fe63

Index: pkgsrc/security/steghide/patches/patch-src_BmpFile.cc
diff -u pkgsrc/security/steghide/patches/patch-src_BmpFile.cc:1.2 pkgsrc/security/steghide/patches/patch-src_BmpFile.cc:1.3
--- pkgsrc/security/steghide/patches/patch-src_BmpFile.cc:1.2   Mon Apr 25 15:01:53 2022
+++ pkgsrc/security/steghide/patches/patch-src_BmpFile.cc       Thu May  5 12:20:34 2022
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_BmpFile.cc,v 1.2 2022/04/25 15:01:53 tnn Exp $
+$NetBSD: patch-src_BmpFile.cc,v 1.3 2022/05/05 12:20:34 nia Exp $
 
 avoid ambiguous math functions
 
@@ -8,7 +8,7 @@ avoid ambiguous math functions
  #include "common.h"
  #include "error.h"
  
-+using std:sqrt;
++using std::sqrt;
 +
  BmpFile::BmpFile (BinaryIO *io)
        : CvrStgFile()



Home | Main Index | Thread Index | Old Index