diff options
author | leot <leot@pkgsrc.org> | 2018-02-14 11:41:00 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-02-14 11:41:00 +0000 |
commit | e4461cfd2b81ea6e4fd7e7942f7d9d2d2683591b (patch) | |
tree | 4cf23ce71329a99f0277b35fa0dc589a2b94aca4 /multimedia/mpv/Makefile | |
parent | 2db90c7c175346175158856e791550018cec675d (diff) | |
download | pkgsrc-e4461cfd2b81ea6e4fd7e7942f7d9d2d2683591b.tar.gz |
mpv: Update multimedia/mpv to 0.27.2
Changes:
0.27.2
======
This release contains an additional fix for CVE-2018-6360.
Fixes and Minor Enhancements
----------------------------
- ytdl_hook: whitelist subtitle URLs as well (#5456)
Diffstat (limited to 'multimedia/mpv/Makefile')
-rw-r--r-- | multimedia/mpv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 2b16e8ef235..12772863709 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2018/02/11 11:15:59 leot Exp $ +# $NetBSD: Makefile,v 1.66 2018/02/14 11:41:00 leot Exp $ -DISTNAME= mpv-0.27.1 +DISTNAME= mpv-0.27.2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/} GITHUB_TAG= v${PKGVERSION_NOREV} |