pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/exiv2 exiv2: update to 0.27.5.
details: https://anonhg.NetBSD.org/pkgsrc/rev/41d86e186828
branches: trunk
changeset: 769061:41d86e186828
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Nov 07 12:09:12 2021 +0000
description:
exiv2: update to 0.27.5.
Exiv2 v0.27.5 Features
1. BMFF bug fixes and CR3 Previews
2. Security fixes
3. libFuzzer target _(for improved security testing)_
4. Minor bugs and fixes
diffstat:
graphics/exiv2/Makefile | 4 ++--
graphics/exiv2/distinfo | 10 +++++-----
graphics/exiv2/patches/patch-cmake_compilerFlags.cmake | 12 ++++++------
3 files changed, 13 insertions(+), 13 deletions(-)
diffs (53 lines):
diff -r 00be57859f93 -r 41d86e186828 graphics/exiv2/Makefile
--- a/graphics/exiv2/Makefile Sun Nov 07 12:00:46 2021 +0000
+++ b/graphics/exiv2/Makefile Sun Nov 07 12:09:12 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2021/06/28 07:50:44 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2021/11/07 12:09:12 wiz Exp $
-DISTNAME= exiv2-0.27.4-Source
+DISTNAME= exiv2-0.27.5-Source
PKGNAME= ${DISTNAME:S/-Source//}
CATEGORIES= graphics
MASTER_SITES= https://www.exiv2.org/builds/
diff -r 00be57859f93 -r 41d86e186828 graphics/exiv2/distinfo
--- a/graphics/exiv2/distinfo Sun Nov 07 12:00:46 2021 +0000
+++ b/graphics/exiv2/distinfo Sun Nov 07 12:09:12 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.39 2021/10/26 10:46:06 nia Exp $
+$NetBSD: distinfo,v 1.40 2021/11/07 12:09:12 wiz Exp $
-BLAKE2s (exiv2-0.27.4-Source.tar.gz) = e86e5892cb37f620f790d21bb7c7f2d7aecc7f97d643c92657e15236952717a6
-SHA512 (exiv2-0.27.4-Source.tar.gz) = f6798baafb36a54ba5bc65c2d28d4f4469e298582c90b417eb437b5dbda8e11963fb3314e8419717b3815ee8c3a68955cddc79e45351d9f2c165a0b73eb7b7be
-Size (exiv2-0.27.4-Source.tar.gz) = 32055837 bytes
-SHA1 (patch-cmake_compilerFlags.cmake) = 1476eea6dee5d08aece6840ec8ca3eef3442783d
+BLAKE2s (exiv2-0.27.5-Source.tar.gz) = ab0fad36bb19016b0603118aa59f847054979eaf74b66fdee6d773aa57fc33e9
+SHA512 (exiv2-0.27.5-Source.tar.gz) = 0f2d2dfbc976052a428dfeb597225d3ea3c725f584d05b99316bd4aa9cbf0ba5e1e37bcde71f9041975cf003b4fdb578c559adb144268d784bfd64494f451491
+Size (exiv2-0.27.5-Source.tar.gz) = 32720608 bytes
+SHA1 (patch-cmake_compilerFlags.cmake) = 9f56d637e5dc99d7377a8d57ca9be9aab5833a76
SHA1 (patch-cmake_config.h.cmake) = b7e0336e5ca55a9df08958a05d8ac2a2c800e836
SHA1 (patch-contrib_organize_Makefile) = 27348fdb0f80092b6e16f27e3ac1dca988eefe70
SHA1 (patch-contrib_organize_helpers.cpp) = ec003c826d463b3e7e571ab4c41baffaca1240e9
diff -r 00be57859f93 -r 41d86e186828 graphics/exiv2/patches/patch-cmake_compilerFlags.cmake
--- a/graphics/exiv2/patches/patch-cmake_compilerFlags.cmake Sun Nov 07 12:00:46 2021 +0000
+++ b/graphics/exiv2/patches/patch-cmake_compilerFlags.cmake Sun Nov 07 12:09:12 2021 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-cmake_compilerFlags.cmake,v 1.4 2021/06/28 07:50:44 wiz Exp $
+$NetBSD: patch-cmake_compilerFlags.cmake,v 1.5 2021/11/07 12:09:12 wiz Exp $
Gcc on some platforms does not support -fcf-protection.
---- cmake/compilerFlags.cmake.orig 2021-06-15 14:08:36.000000000 +0000
+--- cmake/compilerFlags.cmake.orig 2021-10-21 17:01:10.000000000 +0000
+++ cmake/compilerFlags.cmake
-@@ -26,7 +26,9 @@ if ( MINGW OR UNIX OR MSYS ) # MINGW, Li
- # This fails under Fedora - MinGW - Gcc 8.3
- if (NOT (MINGW OR CYGWIN OR CMAKE_HOST_SOLARIS))
- check_cxx_compiler_flag(-fstack-clash-protection HAS_FSTACK_CLASH_PROTECTION)
+@@ -28,7 +28,9 @@ if ( MINGW OR UNIX OR MSYS ) # MINGW, Li
+ if (NOT APPLE) # Don't know why this isn't working correctly on Apple with M1 processor
+ check_cxx_compiler_flag(-fstack-clash-protection HAS_FSTACK_CLASH_PROTECTION)
+ endif()
+ if (NOT (${CMAKE_SYSTEM_PROCESSOR} MATCHES "sparc.*|aarch64.*"))
check_cxx_compiler_flag(-fcf-protection HAS_FCF_PROTECTION)
+ endif()
Home |
Main Index |
Thread Index |
Old Index