[paketler-commits] r26774 - in 2007/programming/libs/zvbi: . files
paketler-commits at pardus.org.tr
paketler-commits at pardus.org.tr
8 Haz 2007 Cum 03:13:46 EEST
Author: cartman
Date: Fri Jun 8 03:13:46 2007
New Revision: 26774
Added:
2007/programming/libs/zvbi/files/
2007/programming/libs/zvbi/files/nostatic.patch
Modified:
2007/programming/libs/zvbi/actions.py
2007/programming/libs/zvbi/pspec.xml
Log:
Fix CVE-2007-3121 and disable static, merge
Modified: 2007/programming/libs/zvbi/actions.py
=================================================================
--- 2007/programming/libs/zvbi/actions.py (original)
+++ 2007/programming/libs/zvbi/actions.py Fri Jun 8 03:13:46 2007
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright 2005,2006 TUBITAK/UEKAE
+# Copyright 2005-2007 TUBITAK/UEKAE
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/copyleft/gpl.txt.
@@ -9,7 +9,8 @@
from pisi.actionsapi import pisitools
def setup():
- autotools.configure("--enable-nls \
+ autotools.configure("--disable-static \
+ --enable-nls \
--with-x \
--enable-v4l \
--enable-dvb \
@@ -20,5 +21,6 @@
def install():
autotools.install()
- pisitools.dodoc("ChangeLog", "AUTHORS", "COPYING", "NEWS", "README*", "TODO")
+
pisitools.dohtml("doc/html/*")
+ pisitools.dodoc("ChangeLog", "AUTHORS", "COPYING", "NEWS", "README*", "TODO")
Modified: 2007/programming/libs/zvbi/pspec.xml
=================================================================
--- 2007/programming/libs/zvbi/pspec.xml (original)
+++ 2007/programming/libs/zvbi/pspec.xml Fri Jun 8 03:13:46 2007
@@ -15,18 +15,20 @@
<Summary xml:lang="tr">Zapping uygulaması için VBI çözücü kütüphanesi</Summary>
<Description>Zapping is a TV viewer for the Gnome desktop. With Zapping and a TV card you can watch TV, take screenshots, and record video and audio. Zapping supports Closed Caption and Teletext subtitles.</Description>
<Description xml:lang="tr">Zapping Gnome masaüstü için bir televizyon göstericisidir. Zapping ve bir TV kartı ile TV seyredebilir, ekran resmi çekebilir ve video ve audio kaydedebilirsiniz. Zapping Kapalı Çekim (Closed Capture) ve Teletex altyazılarını desteklemektedir.</Description>
- <Archive sha1sum="79ea5f337e7ae5693b4e8674793ae04ae7bfb464" type="tarbz2">http://heanet.dl.sourceforge.net/sourceforge/zapping/zvbi-0.2.22.tar.bz2</Archive>
+ <Archive sha1sum="97d30fb18f013feccabdd3a0a89894ea134d87c9" type="tarbz2">mirrors://sourceforge/zapping/zvbi-0.2.25.tar.bz2</Archive>
<BuildDependencies>
<Dependency>xorg-server</Dependency>
<Dependency>doxygen</Dependency>
</BuildDependencies>
+ <Patches>
+ <Patch>nostatic.patch</Patch>
+ </Patches>
</Source>
<Package>
<Name>zvbi</Name>
<RuntimeDependencies>
<Dependency>xorg-server</Dependency>
- <Dependency>libpng</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -40,6 +42,13 @@
</Package>
<History>
+ <Update release="6" type="security">
+ <Date>2007-06-08</Date>
+ <Version>0.2.25</Version>
+ <Comment>Stable update to fix CVE-2007-3121</Comment>
+ <Name>İsmail Dönmez</Name>
+ <Email>ismail at pardus.org.tr</Email>
+ </Update>
<Update release="5">
<Date>2006-06-01</Date>
<Version>0.2.22</Version>
Paketler-commits mesaj listesiyle ilgili
daha fazla bilgi