aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeg-turbo
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-08-06 08:07:54 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-08-06 08:07:54 +0000
commitfd1ca4613d4ae911b00e3c238d265dff0f1779ae (patch)
tree28e2c396a207dfb9b75a5cc91b296d959710b996 /graphics/jpeg-turbo
parent91283ba3a03fcfeedfb7f54b92eda6d5da0d6c10 (diff)
downloadports-fd1ca4613d4ae911b00e3c238d265dff0f1779ae.tar.gz
ports-fd1ca4613d4ae911b00e3c238d265dff0f1779ae.zip
Update to 1.5.2
Notes
Notes: svn path=/head/; revision=447451
Diffstat (limited to 'graphics/jpeg-turbo')
-rw-r--r--graphics/jpeg-turbo/Makefile2
-rw-r--r--graphics/jpeg-turbo/distinfo6
-rw-r--r--graphics/jpeg-turbo/files/patch-md5_md5.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/jpeg-turbo/Makefile b/graphics/jpeg-turbo/Makefile
index 99e361481682..b3c145d7d167 100644
--- a/graphics/jpeg-turbo/Makefile
+++ b/graphics/jpeg-turbo/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= jpeg-turbo
-PORTVERSION= 1.5.1
+PORTVERSION= 1.5.2
PORTREVISION?= 0
CATEGORIES= graphics
MASTER_SITES= SF/lib${PORTNAME}/${PORTVERSION}
diff --git a/graphics/jpeg-turbo/distinfo b/graphics/jpeg-turbo/distinfo
index 46b95c5cca85..a1306895c367 100644
--- a/graphics/jpeg-turbo/distinfo
+++ b/graphics/jpeg-turbo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475991658
-SHA256 (libjpeg-turbo-1.5.1.tar.gz) = 41429d3d253017433f66e3d472b8c7d998491d2f41caa7306b8d9a6f2a2c666c
-SIZE (libjpeg-turbo-1.5.1.tar.gz) = 1650647
+TIMESTAMP = 1499953047
+SHA256 (libjpeg-turbo-1.5.2.tar.gz) = 9098943b270388727ae61de82adec73cf9f0dbb240b3bc8b172595ebf405b528
+SIZE (libjpeg-turbo-1.5.2.tar.gz) = 1657235
diff --git a/graphics/jpeg-turbo/files/patch-md5_md5.c b/graphics/jpeg-turbo/files/patch-md5_md5.c
index dfbd0b8b53ad..02338b3a9b78 100644
--- a/graphics/jpeg-turbo/files/patch-md5_md5.c
+++ b/graphics/jpeg-turbo/files/patch-md5_md5.c
@@ -1,6 +1,6 @@
---- md5/md5.c.orig 2016-09-20 23:36:59 UTC
+--- md5/md5.c.orig 2017-07-07 20:31:10 UTC
+++ md5/md5.c
-@@ -45,6 +45,8 @@ static void MD5Transform(unsigned int [4
+@@ -54,6 +54,8 @@ static void MD5Transform(unsigned int [4
#include <libkern/OSByteOrder.h>
#define le32toh(x) OSSwapLittleToHostInt32(x)
#define htole32(x) OSSwapHostToLittleInt32(x)