diff options
author | spz <spz@pkgsrc.org> | 2016-10-16 14:44:20 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2016-10-16 14:44:20 +0000 |
commit | 0d563f6e718edebace46312420060f9e75f82b4a (patch) | |
tree | 967a885926bb997e7895a2625fd364c20ec962a7 | |
parent | c212f58d49b814dc8cc185abe830168f3f1aa18a (diff) | |
download | pkgsrc-0d563f6e718edebace46312420060f9e75f82b4a.tar.gz |
Pullup ticket #5134 - requested by bsiegert
graphics/gdk-pixbuf2-xlib: security update
graphics/gdk-pixbuf2: security update
Revisions pulled up:
- graphics/gdk-pixbuf2-xlib/Makefile 1.18
- graphics/gdk-pixbuf2/Makefile 1.32
- graphics/gdk-pixbuf2/Makefile.version 1.13
- graphics/gdk-pixbuf2/PLIST 1.14
- graphics/gdk-pixbuf2/distinfo 1.31
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Oct 9 17:49:39 UTC 2016
Modified Files:
pkgsrc/graphics/gdk-pixbuf2: Makefile Makefile.version PLIST distinfo
pkgsrc/graphics/gdk-pixbuf2-xlib: Makefile
Log Message:
Update to 2.36.0
Changelog:
2.36.0
======
* Translation updates
2.35.5
======
* Fix undefined behavior in overflow checks (#770986)
* Fix a typo (#770756)
* Avoid segfault in some tests (#771026)
* Translation updates
2.35.4
======
* Translation updates
2.35.3
======
* Add API to determine supported save options (#683371)
* Add helper API for pixbuf options (#768043)
* Fix invalid gettext use (#758552)
* Fix a compiler warning in the xpm loader (#768042)
* Fix integer overflows in the bmp loader (#768688, #768738)
* Fix a crash in the ico loader (#769170)
* Translation updates
2.35.2
======
* Use compiler directives for exporting symbols (#767164)
* Fix a problem with nearest scaling (#766842)
* Avoid redundant property notification
* Translation updates
2.35.1
======
* Add non-varargs variant to save to stream (#683063)
* Add a common autotools module (#765034)
* Translation updates
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/gdk-pixbuf2/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/gdk-pixbuf2/Makefile.version
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/gdk-pixbuf2/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/gdk-pixbuf2/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile
-rw-r--r-- | graphics/gdk-pixbuf2-xlib/Makefile | 3 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 3 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile.version | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/PLIST | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/distinfo | 10 |
5 files changed, 12 insertions, 12 deletions
diff --git a/graphics/gdk-pixbuf2-xlib/Makefile b/graphics/gdk-pixbuf2-xlib/Makefile index f5c35c5b605..137fb3e8d31 100644 --- a/graphics/gdk-pixbuf2-xlib/Makefile +++ b/graphics/gdk-pixbuf2-xlib/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2016/08/03 10:22:14 adam Exp $ +# $NetBSD: Makefile,v 1.17.2.1 2016/10/16 14:44:20 spz Exp $ DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION} PKGNAME= gdk-pixbuf2-xlib-${PIXBUF2_VERSION} -PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${MSITE_VERSION}/} EXTRACT_SUFX= .tar.xz diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 28e5167d79a..bf88ab679cd 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2016/08/03 10:22:14 adam Exp $ +# $NetBSD: Makefile,v 1.31.2.1 2016/10/16 14:44:20 spz Exp $ DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION} PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/} -PKGREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${MSITE_VERSION}/} EXTRACT_SUFX= .tar.xz diff --git a/graphics/gdk-pixbuf2/Makefile.version b/graphics/gdk-pixbuf2/Makefile.version index ca0099d561b..e55266d1766 100644 --- a/graphics/gdk-pixbuf2/Makefile.version +++ b/graphics/gdk-pixbuf2/Makefile.version @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.version,v 1.12 2016/04/26 07:14:00 prlw1 Exp $ +# $NetBSD: Makefile.version,v 1.12.4.1 2016/10/16 14:44:20 spz Exp $ -PIXBUF2_VERSION= 2.34.0 +PIXBUF2_VERSION= 2.36.0 MSITE_VERSION= ${PIXBUF2_VERSION:R} diff --git a/graphics/gdk-pixbuf2/PLIST b/graphics/gdk-pixbuf2/PLIST index dbf91992221..872b8479c54 100644 --- a/graphics/gdk-pixbuf2/PLIST +++ b/graphics/gdk-pixbuf2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2016/04/26 07:14:00 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.13.4.1 2016/10/16 14:44:20 spz Exp $ bin/gdk-pixbuf-csource bin/gdk-pixbuf-pixdata bin/gdk-pixbuf-query-loaders @@ -9,6 +9,7 @@ include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h @@ -42,6 +43,7 @@ share/gtk-doc/html/gdk-pixbuf/api-index-2-26.html share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html share/gtk-doc/html/gdk-pixbuf/api-index-2-32.html +share/gtk-doc/html/gdk-pixbuf/api-index-2-36.html share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo index 0ae513ee61d..52c9252460b 100644 --- a/graphics/gdk-pixbuf2/distinfo +++ b/graphics/gdk-pixbuf2/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.30 2016/04/26 07:14:00 prlw1 Exp $ +$NetBSD: distinfo,v 1.30.4.1 2016/10/16 14:44:20 spz Exp $ -SHA1 (gdk-pixbuf-2.34.0.tar.xz) = 240018b35da047500e43caac7e32a4482edd3852 -RMD160 (gdk-pixbuf-2.34.0.tar.xz) = 7e20f674b07387a052500564a1a9749e91eabaf2 -SHA512 (gdk-pixbuf-2.34.0.tar.xz) = 874aed9af0352592674f2bebd4d9b0a945932a410c9f0b776f45766c2f18d442a39c684cca69b1aca6d14f67f18e690489f388ff58699dbd0efbd13244a1a8b5 -Size (gdk-pixbuf-2.34.0.tar.xz) = 2709320 bytes +SHA1 (gdk-pixbuf-2.36.0.tar.xz) = 39328ecec0ec61edf8530c76a1495ca0fa95f4cf +RMD160 (gdk-pixbuf-2.36.0.tar.xz) = 0a6079ba5a018ff62aaeb0af699a1355c7500f5c +SHA512 (gdk-pixbuf-2.36.0.tar.xz) = f9f5cc9aabf08bc246c7a328c9775a89eb1a6bf21699928c0e1fd17ac86e624162097d65ee9b51e550ee64dd201bea48465bff9636c94844d91a9cf3f73da919 +Size (gdk-pixbuf-2.36.0.tar.xz) = 2718648 bytes SHA1 (patch-ab) = a64a1c9a4dd4c51d918e3409d40d76fd63146150 SHA1 (patch-ac) = c55b59e380cf58ae7e94c760dc0dbb32b6b5fb69 SHA1 (patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c) = 486db8d3f352b0d72b7074ba48f14ccbfa09deda |