pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/libexif
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Nov 30 16:25:40 UTC 2021
Modified Files:
pkgsrc/graphics/libexif: Makefile distinfo
Log Message:
libexif: Update to 0.6.24
Changelog:
libexif-0.6.24 (2021-11-25):
* Translation updates: sr, vi, pl, uk, french
* fixed regression in exif_data_load_data which could not load EXIF in JPEG data anymore
* Decode lots of Canon tag names
* removed empty strings from translation (empty string would translate to the PO info header)
* various warning removals and code improvements
* added sample "persistent" afl fuzzer (100x faster than normal afl fuzzer)
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/graphics/libexif/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/libexif/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/libexif/Makefile
diff -u pkgsrc/graphics/libexif/Makefile:1.50 pkgsrc/graphics/libexif/Makefile:1.51
--- pkgsrc/graphics/libexif/Makefile:1.50 Sat Oct 9 10:56:09 2021
+++ pkgsrc/graphics/libexif/Makefile Tue Nov 30 16:25:40 2021
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.50 2021/10/09 10:56:09 nia Exp $
+# $NetBSD: Makefile,v 1.51 2021/11/30 16:25:40 ryoon Exp $
-DISTNAME= libexif-0.6.23
+DISTNAME= libexif-0.6.24
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=libexif/}
GITHUB_PROJECT= libexif
GITHUB_RELEASE= v${PKGVERSION_NOREV}
-EXTRACT_SUFX= .tar.xz
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam%NetBSD.org@localhost
HOMEPAGE= https://libexif.github.io/
Index: pkgsrc/graphics/libexif/distinfo
diff -u pkgsrc/graphics/libexif/distinfo:1.35 pkgsrc/graphics/libexif/distinfo:1.36
--- pkgsrc/graphics/libexif/distinfo:1.35 Tue Oct 26 10:46:25 2021
+++ pkgsrc/graphics/libexif/distinfo Tue Nov 30 16:25:40 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2021/10/26 10:46:25 nia Exp $
+$NetBSD: distinfo,v 1.36 2021/11/30 16:25:40 ryoon Exp $
-BLAKE2s (libexif-0.6.23.tar.xz) = 0f2c0616a11433c2c9c179716277b55e4d7f805c2da189120f4f72cecb4560da
-SHA512 (libexif-0.6.23.tar.xz) = bf8adbe91ae14a69a83d16712c6067b06b05dfe2af66badf0de3414ee214c1d79a16529eb17bcdbac41ef8e9701d9e2c7a7ea4531e939af4050f9781b8302751
-Size (libexif-0.6.23.tar.xz) = 1327916 bytes
+BLAKE2s (libexif-0.6.24.tar.bz2) = a4d255cc0f8b8c82264ca3ff78685ef981d1b20de4ac85c745ea348e758599d1
+SHA512 (libexif-0.6.24.tar.bz2) = 35c9e7af2c3d44a638dc6bbe8f96962d41c0f3fe4a257494f7a73baefab9aba507477175289ccf9002a66cc16ca53d5d1f44d6fef9e014b27f687ecdc58f5111
+Size (libexif-0.6.24.tar.bz2) = 1992163 bytes
Home |
Main Index |
Thread Index |
Old Index