aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-12-17 10:37:46 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-12-17 10:37:46 +0000
commit242aafcc62205c92b1dc3354c249791a95d19af2 (patch)
tree3a79878b7be8367fa56ee325e90a8722709a675c
parent3d02e043aaba317717fd8b2bee77cfc6445c6ee7 (diff)
downloadports-242aafcc62205c92b1dc3354c249791a95d19af2.tar.gz
ports-242aafcc62205c92b1dc3354c249791a95d19af2.zip
MFH: r428674
Update to 0.6.1 to fix arbitrary code execution through specially crafted audio file. Approved by: ports-secteam (junovitch)
Notes
Notes: svn path=/branches/2016Q4/; revision=428708
-rw-r--r--audio/libgme/Makefile4
-rw-r--r--audio/libgme/distinfo5
-rw-r--r--audio/libgme/pkg-plist2
3 files changed, 6 insertions, 5 deletions
diff --git a/audio/libgme/Makefile b/audio/libgme/Makefile
index e0d8a15cccf3..fe1bdb7f2b6b 100644
--- a/audio/libgme/Makefile
+++ b/audio/libgme/Makefile
@@ -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 readme.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:
diff --git a/audio/libgme/distinfo b/audio/libgme/distinfo
index d309ba81b395..5633925a4dc4 100644
--- a/audio/libgme/distinfo
+++ b/audio/libgme/distinfo
@@ -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
diff --git a/audio/libgme/pkg-plist b/audio/libgme/pkg-plist
index 026ab5e7bfaf..4e097433fb2f 100644
--- a/audio/libgme/pkg-plist
+++ b/audio/libgme/pkg-plist
@@ -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