update to 0.10.13
changes: -Fix for security advisory TKADV2009-0xx -Fix bad autopoint substitution in the po subdir
This commit is contained in:
parent
7ff985072a
commit
90331716c8
3 changed files with 18 additions and 25 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.16 2008/12/18 16:09:09 jmcneill Exp $
|
||||
# $NetBSD: Makefile.common,v 1.17 2009/01/26 10:28:59 drochner Exp $
|
||||
#
|
||||
# used by audio/gst-plugins0.10-esound/Makefile
|
||||
# used by audio/gst-plugins0.10-flac/Makefile
|
||||
|
@ -13,7 +13,7 @@
|
|||
# used by net/gst-plugins0.10-soup/Makefile
|
||||
|
||||
GST_PLUGINS0.10_TYPE= good
|
||||
GST_PLUGINS0.10_VER= 0.10.11
|
||||
GST_PLUGINS0.10_VER= 0.10.13
|
||||
|
||||
# Disable all drivers and features by default.
|
||||
.for driver in aalib \
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.16 2008/10/30 14:33:45 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.17 2009/01/26 10:28:59 drochner Exp $
|
||||
|
||||
SHA1 (gst-plugins-good-0.10.11.tar.bz2) = 91379437060d893f4c06aae7db7f5e53a600f62f
|
||||
RMD160 (gst-plugins-good-0.10.11.tar.bz2) = 7ae2a8c0a2fa5f2703b7238c26bde5b092c6eb92
|
||||
Size (gst-plugins-good-0.10.11.tar.bz2) = 2081796 bytes
|
||||
SHA1 (gst-plugins-good-0.10.13.tar.bz2) = d4cd5a1283990eb7fa54e4506f67855455377f62
|
||||
RMD160 (gst-plugins-good-0.10.13.tar.bz2) = 238e6fff874ae7d5bbae21dd8b533634c2600e2e
|
||||
Size (gst-plugins-good-0.10.13.tar.bz2) = 2057151 bytes
|
||||
SHA1 (patch-aa) = ff92783f28566bfc3ae067e90ca1e2abb5b83049
|
||||
SHA1 (patch-ab) = 6c88213d89b5b0170d9c6495612d80ad8aebc453
|
||||
SHA1 (patch-ab) = 0e1ad9b518317402c3478b0c48744d55d938a5c9
|
||||
SHA1 (patch-ac) = 1304121ff668decfa21fd0551b3eb9994970033f
|
||||
SHA1 (patch-ba) = e296bbcfc606967b71765988ae1c3ffe96b9359a
|
||||
|
|
|
@ -1,38 +1,31 @@
|
|||
$NetBSD: patch-ab,v 1.11 2008/10/30 14:33:45 wiz Exp $
|
||||
$NetBSD: patch-ab,v 1.12 2009/01/26 10:28:59 drochner Exp $
|
||||
|
||||
--- configure.orig 2008-10-24 21:46:18.000000000 +0000
|
||||
--- configure.orig 2009-01-22 22:25:11.000000000 +0100
|
||||
+++ configure
|
||||
@@ -30739,7 +30739,7 @@ rm -f conftest.mmap
|
||||
|
||||
|
||||
@@ -26884,7 +26884,7 @@ _ACEOF
|
||||
fi
|
||||
rm -f conftest.mmap
|
||||
|
||||
- if test "x$ac_cv_func_mmap_fixed_mapped" == "xyes"; then
|
||||
+ if test "x$ac_cv_func_mmap_fixed_mapped" = "xyes"; then
|
||||
GST_HAVE_MMAP_TRUE=
|
||||
GST_HAVE_MMAP_FALSE='#'
|
||||
else
|
||||
@@ -32154,7 +32154,7 @@ rm -f core conftest.err conftest.$ac_obj
|
||||
echo "${ECHO_T}$flag_ok" >&6; }
|
||||
@@ -28297,7 +28297,7 @@ rm -f core conftest.err conftest.$ac_obj
|
||||
$as_echo "$flag_ok" >&6; }
|
||||
|
||||
|
||||
- if test "x$ERROR_CFLAGS" == "x"
|
||||
+ if test "x$ERROR_CFLAGS" = "x"
|
||||
then
|
||||
|
||||
{ echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
|
||||
@@ -36493,6 +36493,8 @@ cat >>conftest.$ac_ext <<_ACEOF
|
||||
{ $as_echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
|
||||
@@ -32949,6 +32949,10 @@ cat >>conftest.$ac_ext <<_ACEOF
|
||||
#ifdef __sun /* Solaris */
|
||||
#include <sys/types.h>
|
||||
#include <sys/videodev2.h>
|
||||
+#elif defined(__NetBSD__)
|
||||
+#include <sys/videoio.h>
|
||||
#else /* Linux */
|
||||
#include <linux/types.h>
|
||||
#define _LINUX_TIME_H
|
||||
@@ -36848,6 +36850,8 @@ cat >>conftest.$ac_ext <<_ACEOF
|
||||
#ifdef __sun /* Solaris */
|
||||
#include <sys/types.h>
|
||||
#include <sys/videodev2.h>
|
||||
+#elif defined(__NetBSD__)
|
||||
+#include <sys/videoio.h>
|
||||
#else /* Linux */
|
||||
|
|
Loading…
Reference in a new issue