[arch-commits] CVS update of arch/build/network/irssi (2 files)

Dan McGee dan at archlinux.org
Fri May 11 16:47:08 UTC 2007


    Date: Friday, May 11, 2007 @ 12:47:08
  Author: dan
    Path: /home/cvs-arch/arch/build/network/irssi

Modified: PKGBUILD (1.30 -> 1.31)
 Removed: dcc_use_after_free.patch (1.1)

upgpkg: irssi 0.8.11-1


--------------------------+
 PKGBUILD                 |   19 +++++++++----------
 dcc_use_after_free.patch |   12 ------------
 2 files changed, 9 insertions(+), 22 deletions(-)


Index: arch/build/network/irssi/PKGBUILD
diff -u arch/build/network/irssi/PKGBUILD:1.30 arch/build/network/irssi/PKGBUILD:1.31
--- arch/build/network/irssi/PKGBUILD:1.30	Mon Apr  9 13:54:32 2007
+++ arch/build/network/irssi/PKGBUILD	Fri May 11 12:47:08 2007
@@ -1,20 +1,19 @@
-# $Id: PKGBUILD,v 1.30 2007/04/09 17:54:32 tpowa Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.31 2007/05/11 16:47:08 dan Exp $
+# Maintainer: Dan McGee <dan at archlinux.org>
 pkgname=irssi
-pkgver=0.8.10a
-pkgrel=2
+pkgver=0.8.11
+pkgrel=1
 pkgdesc="Modular text mode IRC client with Perl scripting"
 arch=(i686 x86_64)
+license=('GPL')
 depends=('glib2' 'openssl' 'ncurses' 'perl')
-source=(http://irssi.org/files/$pkgname-$pkgver.tar.bz2
-	dcc_use_after_free.patch)
+source=(http://irssi.org/files/$pkgname-$pkgver.tar.bz2)
 url="http://irssi.org/"
-force=y
-md5sums=('38e616bccb6a34ff6d91690317c2fa19' '2f4d384324effe0a5bb8367f93a4a923')
+md5sums=('b62417fb3dba9e36eaebea0410a67cd3')
 
 build() {
-  cd $startdir/src/$pkgname-0.8.10
-  patch -Np0 -i ${startdir}/src/dcc_use_after_free.patch || return 1
+  cd $startdir/src/$pkgname-$pkgver
+
   ./configure --prefix=/usr --enable-ipv6 --with-proxy --sysconfdir=/etc
   make || return 1
   make DESTDIR=$startdir/pkg install
Index: arch/build/network/irssi/dcc_use_after_free.patch
diff -u arch/build/network/irssi/dcc_use_after_free.patch:1.1 arch/build/network/irssi/dcc_use_after_free.patch:removed
--- arch/build/network/irssi/dcc_use_after_free.patch:1.1	Wed Mar  8 17:48:50 2006
+++ arch/build/network/irssi/dcc_use_after_free.patch	Fri May 11 12:47:08 2007
@@ -1,12 +0,0 @@
---- src/irc/dcc/dcc.c.orig	2006-03-08 23:37:38.000000000 +0100
-+++ src/irc/dcc/dcc.c	2006-03-08 23:37:52.000000000 +0100
-@@ -58,8 +58,8 @@
- 
- 	pos = gslist_find_string(dcc_types, type);
- 	if (pos != NULL) {
--                dcc_types = g_slist_remove(dcc_types, pos->data);
- 		g_free(pos->data);
-+                dcc_types = g_slist_remove(dcc_types, pos->data);
- 	}
- }
- 




More information about the arch-commits mailing list