Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2009 15:08:46 +0100 (BST)
From:      Christopher Key <cjk32@cam.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/139114: Update multimedia/vlc to 1.0.2
Message-ID:  <200909241408.n8OE8k2G019677@chacal.wzl33>
Resent-Message-ID: <200909241410.n8OEA15e095013@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139114
>Category:       ports
>Synopsis:       Update multimedia/vlc to 1.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 24 14:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Key
>Release:        FreeBSD 7.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD chacal.wzl33 7.2-RELEASE FreeBSD 7.2-RELEASE #7: Thu May 7 20:03:07 BST 2009 root@chacal.wzl33:/usr/obj/usr/src/sys/CHACAL amd64

>Description:
	VLC 1.0.2 has been released, and fixes a security issue, http://www.videolan.org/security/sa0901.html.

>How-To-Repeat:

>Fix:
	The attached patch applies cleanly, but hasn't been directly tested as no X11 machine is available.  It does however compile successfully when combined with the changes mentioned in PR ports/135018.


--- multimedia-vlc-1.0.2.patch begins here ---
Index: distinfo
===================================================================
--- distinfo	(revision 1035)
+++ distinfo	(revision 1036)
@@ -1,3 +1,3 @@
-MD5 (vlc-1.0.1.tar.bz2) = 6e299d373e7751bb36de001cdc6a2989
-SHA256 (vlc-1.0.1.tar.bz2) = 2b4a1d82699f37a7b696bcdc87e669f17c1ba6ab37bf7a96fd953940e00fd463
-SIZE (vlc-1.0.1.tar.bz2) = 19794042
+MD5 (vlc-1.0.2.tar.bz2) = 69d4e30fe4fc2691780fbeacd40359d2
+SHA256 (vlc-1.0.2.tar.bz2) = 38b176fd495f3254db74e03977235a0a2212fc6533d7cd1a4c3dddc495b074f0
+SIZE (vlc-1.0.2.tar.bz2) = 20958212
Index: files/patch-modules__access__file.c
===================================================================
--- files/patch-modules__access__file.c	(revision 1035)
+++ files/patch-modules__access__file.c	(revision 1036)
@@ -1,10 +0,0 @@
---- modules/access/file.c.orig	2009-09-13 21:50:02.000000000 +0900
-+++ modules/access/file.c	2009-09-13 21:50:37.000000000 +0900
-@@ -52,6 +52,7 @@
- #   include <linux/magic.h>
- #   define HAVE_FSTATFS 1
- #elif defined (HAVE_SYS_MOUNT_H)
-+#   include <sys/param.h>
- #   include <sys/mount.h>
- #   define HAVE_FSTATFS 1
- #endif
Index: files/patch-configure-dvbpsi
===================================================================
--- files/patch-configure-dvbpsi	(revision 0)
+++ files/patch-configure-dvbpsi	(revision 1036)
@@ -0,0 +1,20 @@
+--- configure.orig	2009-09-23 23:31:31.000000000 +0100
++++ configure	2009-09-23 23:30:51.000000000 +0100
+@@ -29130,7 +29130,16 @@
+     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_test}"
+     for ac_header in dvbpsi/dr.h
+ do :
+-  ac_fn_c_check_header_mongrel "$LINENO" "dvbpsi/dr.h" "ac_cv_header_dvbpsi_dr_h" "$ac_includes_default"
++  ac_fn_c_check_header_compile "$LINENO" "dvbpsi/dr.h" "ac_cv_header_dvbpsi_dr_h" "#if defined( HAVE_STDINT_H )
++#   include <stdint.h>
++#elif defined( HAVE_INTTYPES_H )
++#   include <inttypes.h>
++#endif
++#include <dvbpsi/dvbpsi.h>
++#include <dvbpsi/descriptor.h>
++#include <dvbpsi/pat.h>
++#include <dvbpsi/pmt.h>
++"
+ if test "x$ac_cv_header_dvbpsi_dr_h" = x""yes; then :
+   cat >>confdefs.h <<_ACEOF
+ #define HAVE_DVBPSI_DR_H 1
Index: Makefile
===================================================================
--- Makefile	(revision 1035)
+++ Makefile	(revision 1036)
@@ -9,8 +9,7 @@
 #
 
 PORTNAME=	vlc
-DISTVERSION=	1.0.1
-PORTREVISION=	1
+DISTVERSION=	1.0.2
 PORTEPOCH=	3
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
--- multimedia-vlc-1.0.2.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909241408.n8OE8k2G019677>