FreeBSD Bugzilla – Attachment 86859 Details for
Bug 123366
[patch] Security update for graphics/swfdec
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
swfdec.diff
swfdec.diff (text/plain), 2.31 KB, created by
Henrik Brix Andersen
on 2008-05-03 13:40:00 UTC
(
hide
)
Description:
swfdec.diff
Filename:
MIME Type:
Creator:
Henrik Brix Andersen
Created:
2008-05-03 13:40:00 UTC
Size:
2.31 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/graphics/swfdec/Makefile,v >retrieving revision 1.52 >diff -u -p -r1.52 Makefile >--- Makefile 24 Mar 2008 03:49:48 -0000 1.52 >+++ Makefile 3 May 2008 12:14:16 -0000 >@@ -7,8 +7,7 @@ > # > > PORTNAME= swfdec >-PORTVERSION= 0.6.0 >-PORTREVISION= 1 >+PORTVERSION= 0.6.6 > CATEGORIES= graphics > MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec/0.6/ > >@@ -31,6 +30,8 @@ OPTIONS= GSTREAMER "Support for decoding > > PLIST_SUB= VERSION=${PORTVERSION:R} > >+.include <bsd.port.pre.mk> >+ > .if defined(WITH_GSTREAMER) > USE_GSTREAMER= yes > .else >@@ -41,4 +42,5 @@ CONFIGURE_ARGS+= --disable-gstreamer --e > > post-patch: > @${REINPLACE_CMD} -e 's|SWFDEC_LIBVERSION="0:0:0"|SWFDEC_LIBVERSION="1:0:0"|' ${WRKSRC}/configure.ac >-.include <bsd.port.mk> >+ >+.include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/graphics/swfdec/distinfo,v >retrieving revision 1.18 >diff -u -p -r1.18 distinfo >--- distinfo 24 Mar 2008 03:49:48 -0000 1.18 >+++ distinfo 3 May 2008 12:14:16 -0000 >@@ -1,3 +1,3 @@ >-MD5 (swfdec-0.6.0.tar.gz) = c012a5e6dd23558b86d2e08e2e43857b >-SHA256 (swfdec-0.6.0.tar.gz) = bd7c9068ce545ef75f8820b94f6b0954194ca5b106a53463bf9a6ed448fa057f >-SIZE (swfdec-0.6.0.tar.gz) = 8762575 >+MD5 (swfdec-0.6.6.tar.gz) = 3e91d48e0b8b839e12ff8f9ced4b5040 >+SHA256 (swfdec-0.6.6.tar.gz) = 46d95b19f6a855ee95671928f1d23cd3991a151131a13fa89d2c388ad20e4a82 >+SIZE (swfdec-0.6.6.tar.gz) = 8773316 >Index: files/patch-swfdec-gtk_swfdec_gtk_system.c >=================================================================== >RCS file: files/patch-swfdec-gtk_swfdec_gtk_system.c >diff -N files/patch-swfdec-gtk_swfdec_gtk_system.c >--- files/patch-swfdec-gtk_swfdec_gtk_system.c 24 Mar 2008 03:49:49 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,16 +0,0 @@ >---- swfdec-gtk/swfdec_gtk_system.c.orig 2008-02-22 15:38:09.000000000 -0500 >-+++ swfdec-gtk/swfdec_gtk_system.c 2008-02-22 15:38:13.000000000 -0500 >-@@ -114,8 +114,12 @@ swfdec_gtk_system_get_language (void) >- static int >- swfdec_gtk_system_get_utc_offset (void) >- { >-+ struct tm *t; >-+ time_t tt; >- tzset (); >-- return timezone / 60; >-+ tt = time (NULL); >-+ t = localtime (&tt); >-+ return t->tm_gmtoff / 60; >- } >- >- /*** PUBLIC API ***/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 123366
: 86859