[arch-commits] CVS update of extra/kde/kdebase (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sat Aug 18 14:31:16 UTC 2007


    Date: Saturday, August 18, 2007 @ 10:31:16
  Author: tpowa
    Path: /home/cvs-extra/extra/kde/kdebase

Modified: PKGBUILD (1.84 -> 1.85)

'upgpkg: fixed security issue'


----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


Index: extra/kde/kdebase/PKGBUILD
diff -u extra/kde/kdebase/PKGBUILD:1.84 extra/kde/kdebase/PKGBUILD:1.85
--- extra/kde/kdebase/PKGBUILD:1.84	Tue Jul 31 20:44:58 2007
+++ extra/kde/kdebase/PKGBUILD	Sat Aug 18 10:31:16 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.84 2007/08/01 00:44:58 travis Exp $
+# $Id: PKGBUILD,v 1.85 2007/08/18 14:31:16 tpowa Exp $
 # Contributor: Roman Kreisel <roman.kreisel at epost.de>
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdebase
 pkgver=3.5.7
 kdever=3.5.7 # if minor 0, then without .0
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Base Programs."
 arch=(i686 x86_64)
 url="http://www.kde.org"
@@ -24,6 +24,7 @@
 # mirror="ibiblio.org/pub/mirrors/kde/"     # ibiblio mirror
 
 source=(ftp://$mirror/stable/$kdever/src/$pkgname-$pkgver.tar.bz2
+	ftp://ftp.kde.org/pub/kde/security_patches/post-3.5.7-kdebase-konqueror.diff
 	tango.diff kdm-grub.patch)
 
 
@@ -39,6 +40,8 @@
   # start building
   export PATH=$PATH:/usr/X11R6/bin
   cd $startdir/src/$pkgname-$pkgver
+  # fix security issue
+  patch -Np0 -i ../post-3.5.7-kdebase-konqueror.diff || return 1
   patch -Np1 -i ../kdm-grub.patch || return 1
   patch -Np0 -i ../tango.diff || return 1
   sed -i -e 's/applications-merged/kde-applications-merged/g' applnk/Makefile.{am,in}
@@ -75,5 +78,6 @@
   #rm $startdir/pkg/opt/kde/share/icons/crystalsvg/32x32/apps/thunderbird.png
 }
 md5sums=('b421e01b3ee712549ee967f58ed24de0'
+         'e15d6b5580c5a20ab935f8e553d113e0'
          '43232dcb916b1d25e0ad7ef3575763a4'
          'f8645dc5d0044476a01c9c6a95c4853f')




More information about the arch-commits mailing list