svn commit: r428708 - branches/2016Q4/audio/libgme
Tijl Coosemans
tijl at FreeBSD.org
Sat Dec 17 10:37:48 UTC 2016
Author: tijl
Date: Sat Dec 17 10:37:46 2016
New Revision: 428708
URL: https://svnweb.freebsd.org/changeset/ports/428708
Log:
MFH: r428674
Update to 0.6.1 to fix arbitrary code execution through specially crafted
audio file.
Approved by: ports-secteam (junovitch)
Modified:
branches/2016Q4/audio/libgme/Makefile
branches/2016Q4/audio/libgme/distinfo
branches/2016Q4/audio/libgme/pkg-plist
Directory Properties:
branches/2016Q4/ (props changed)
Modified: branches/2016Q4/audio/libgme/Makefile
==============================================================================
--- branches/2016Q4/audio/libgme/Makefile Sat Dec 17 09:03:19 2016 (r428707)
+++ branches/2016Q4/audio/libgme/Makefile Sat Dec 17 10:37:46 2016 (r428708)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libgme
-PORTVERSION= 0.6.0
+PORTVERSION= 0.6.1
CATEGORIES= audio
MASTER_SITES= https://bitbucket.org/mpyne/game-music-emu/downloads/
DISTNAME= game-music-emu-${PORTVERSION}
@@ -19,7 +19,7 @@ PORTDOCS= changes.txt design.txt gme.txt
OPTIONS_DEFINE= DOCS
post-patch:
- @${REINPLACE_CMD} -e '/pkgconfig/s,lib/,libdata/,' \
+ @${REINPLACE_CMD} -e '/pkgconfig/s/lib[[:>:]]/libdata/' \
${WRKSRC}/gme/CMakeLists.txt
post-install-DOCS-on:
Modified: branches/2016Q4/audio/libgme/distinfo
==============================================================================
--- branches/2016Q4/audio/libgme/distinfo Sat Dec 17 09:03:19 2016 (r428707)
+++ branches/2016Q4/audio/libgme/distinfo Sat Dec 17 10:37:46 2016 (r428708)
@@ -1,2 +1,3 @@
-SHA256 (game-music-emu-0.6.0.tar.bz2) = 506e81d0c61e1a26d503fbf5351503e0b31f9fbb374cb1f09979758b46a24987
-SIZE (game-music-emu-0.6.0.tar.bz2) = 170202
+TIMESTAMP = 1481891839
+SHA256 (game-music-emu-0.6.1.tar.bz2) = dc11bea098072d540d4d52dfb252e76fc3d3af67ee2807da48fbd8dbda3fd321
+SIZE (game-music-emu-0.6.1.tar.bz2) = 171140
Modified: branches/2016Q4/audio/libgme/pkg-plist
==============================================================================
--- branches/2016Q4/audio/libgme/pkg-plist Sat Dec 17 09:03:19 2016 (r428707)
+++ branches/2016Q4/audio/libgme/pkg-plist Sat Dec 17 10:37:46 2016 (r428708)
@@ -1,5 +1,5 @@
include/gme/gme.h
lib/libgme.so
lib/libgme.so.0
-lib/libgme.so.0.6.0
+lib/libgme.so.0.6.1
libdata/pkgconfig/libgme.pc
More information about the svn-ports-branches
mailing list