pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/exiv2
Module Name: pkgsrc
Committed By: wiz
Date: Sun Nov 7 12:09:13 UTC 2021
Modified Files:
pkgsrc/graphics/exiv2: Makefile distinfo
pkgsrc/graphics/exiv2/patches: patch-cmake_compilerFlags.cmake
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/graphics/exiv2/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/exiv2/distinfo
cvs rdiff -u -r1.4 -r1.5 \
pkgsrc/graphics/exiv2/patches/patch-cmake_compilerFlags.cmake
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/exiv2/Makefile
diff -u pkgsrc/graphics/exiv2/Makefile:1.47 pkgsrc/graphics/exiv2/Makefile:1.48
--- pkgsrc/graphics/exiv2/Makefile:1.47 Mon Jun 28 07:50:44 2021
+++ pkgsrc/graphics/exiv2/Makefile Sun Nov 7 12:09:12 2021
@@ -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/
Index: pkgsrc/graphics/exiv2/distinfo
diff -u pkgsrc/graphics/exiv2/distinfo:1.39 pkgsrc/graphics/exiv2/distinfo:1.40
--- pkgsrc/graphics/exiv2/distinfo:1.39 Tue Oct 26 10:46:06 2021
+++ pkgsrc/graphics/exiv2/distinfo Sun Nov 7 12:09:12 2021
@@ -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
Index: pkgsrc/graphics/exiv2/patches/patch-cmake_compilerFlags.cmake
diff -u pkgsrc/graphics/exiv2/patches/patch-cmake_compilerFlags.cmake:1.4 pkgsrc/graphics/exiv2/patches/patch-cmake_compilerFlags.cmake:1.5
--- pkgsrc/graphics/exiv2/patches/patch-cmake_compilerFlags.cmake:1.4 Mon Jun 28 07:50:44 2021
+++ pkgsrc/graphics/exiv2/patches/patch-cmake_compilerFlags.cmake Sun Nov 7 12:09:12 2021
@@ -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