pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/steghide steghide: fix building with modern C...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8fa506b3a26
branches:  trunk
changeset: 378780:a8fa506b3a26
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu May 05 12:20:34 2022 +0000

description:
steghide: fix building with modern C++ compilers

diffstat:

 security/steghide/distinfo                     |  4 ++--
 security/steghide/patches/patch-src_BmpFile.cc |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 3efc37af3e9a -r a8fa506b3a26 security/steghide/distinfo
--- a/security/steghide/distinfo        Thu May 05 12:14:05 2022 +0000
+++ b/security/steghide/distinfo        Thu May 05 12:20:34 2022 +0000
@@ -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-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
diff -r 3efc37af3e9a -r a8fa506b3a26 security/steghide/patches/patch-src_BmpFile.cc
--- a/security/steghide/patches/patch-src_BmpFile.cc    Thu May 05 12:14:05 2022 +0000
+++ b/security/steghide/patches/patch-src_BmpFile.cc    Thu May 05 12:20:34 2022 +0000
@@ -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 @@
  #include "common.h"
  #include "error.h"
  
-+using std:sqrt;
++using std::sqrt;
 +
  BmpFile::BmpFile (BinaryIO *io)
        : CvrStgFile()



Home | Main Index | Thread Index | Old Index