[arch-commits] Commit in psmisc/trunk (PKGBUILD psmisc22.18-usage.patch)

2012-06-20 Thread Eric Bélanger
Date: Wednesday, June 20, 2012 @ 05:17:25
  Author: eric
Revision: 162108

upgpkg: psmisc 22.18-2

Fix dangerous behaviour of killall (close FS#30372)

Added:
  psmisc/trunk/psmisc22.18-usage.patch
Modified:
  psmisc/trunk/PKGBUILD

-+
 PKGBUILD|8 +---
 psmisc22.18-usage.patch |   11 +++
 2 files changed, 16 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-20 04:58:59 UTC (rev 162107)
+++ PKGBUILD2012-06-20 09:17:25 UTC (rev 162108)
@@ -3,18 +3,20 @@
 
 pkgname=psmisc
 pkgver=22.18
-pkgrel=1
+pkgrel=2
 pkgdesc=Miscellaneous procfs tools
 arch=('i686' 'x86_64')
 url=http://psmisc.sourceforge.net/index.html;
 license=('GPL')
 groups=('base')
 depends=('ncurses')
-source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('964f6daa0950b128a0840d9df4dc0b671730a83c')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz 
psmisc22.18-usage.patch)
+sha1sums=('964f6daa0950b128a0840d9df4dc0b671730a83c'
+  '5cd326dd969b07c46d10c7d1172b91d65cbc6e10')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/psmisc22.18-usage.patch
   ./configure --prefix=/usr
   make
 }

Added: psmisc22.18-usage.patch
===
--- psmisc22.18-usage.patch (rev 0)
+++ psmisc22.18-usage.patch 2012-06-20 09:17:25 UTC (rev 162108)
@@ -0,0 +1,11 @@
+diff -Naur psmisc-22.18-orig/src/killall.c psmisc-22.18/src/killall.c
+--- psmisc-22.18-orig/src/killall.c2012-06-20 05:07:16.563742846 -0400
 psmisc-22.18/src/killall.c 2012-06-20 05:08:38.250412923 -0400
+@@ -637,6 +637,7 @@
+   (must precede other arguments)\n));
+ #endif /*WITH_SELINUX*/
+   fputc('\n', stderr);
++  exit (1);
+ }
+ 
+ 



[arch-commits] Commit in psmisc/repos (6 files)

2012-06-20 Thread Eric Bélanger
Date: Wednesday, June 20, 2012 @ 05:17:35
  Author: eric
Revision: 162109

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  psmisc/repos/testing-i686/
  psmisc/repos/testing-i686/PKGBUILD
(from rev 162108, psmisc/trunk/PKGBUILD)
  psmisc/repos/testing-i686/psmisc22.18-usage.patch
(from rev 162108, psmisc/trunk/psmisc22.18-usage.patch)
  psmisc/repos/testing-x86_64/
  psmisc/repos/testing-x86_64/PKGBUILD
(from rev 162108, psmisc/trunk/PKGBUILD)
  psmisc/repos/testing-x86_64/psmisc22.18-usage.patch
(from rev 162108, psmisc/trunk/psmisc22.18-usage.patch)

+
 testing-i686/PKGBUILD  |   27 +++
 testing-i686/psmisc22.18-usage.patch   |   11 +++
 testing-x86_64/PKGBUILD|   27 +++
 testing-x86_64/psmisc22.18-usage.patch |   11 +++
 4 files changed, 76 insertions(+)

Copied: psmisc/repos/testing-i686/PKGBUILD (from rev 162108, 
psmisc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-20 09:17:35 UTC (rev 162109)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=psmisc
+pkgver=22.18
+pkgrel=2
+pkgdesc=Miscellaneous procfs tools
+arch=('i686' 'x86_64')
+url=http://psmisc.sourceforge.net/index.html;
+license=('GPL')
+groups=('base')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz 
psmisc22.18-usage.patch)
+sha1sums=('964f6daa0950b128a0840d9df4dc0b671730a83c'
+  '5cd326dd969b07c46d10c7d1172b91d65cbc6e10')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/psmisc22.18-usage.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: psmisc/repos/testing-i686/psmisc22.18-usage.patch (from rev 162108, 
psmisc/trunk/psmisc22.18-usage.patch)
===
--- testing-i686/psmisc22.18-usage.patch(rev 0)
+++ testing-i686/psmisc22.18-usage.patch2012-06-20 09:17:35 UTC (rev 
162109)
@@ -0,0 +1,11 @@
+diff -Naur psmisc-22.18-orig/src/killall.c psmisc-22.18/src/killall.c
+--- psmisc-22.18-orig/src/killall.c2012-06-20 05:07:16.563742846 -0400
 psmisc-22.18/src/killall.c 2012-06-20 05:08:38.250412923 -0400
+@@ -637,6 +637,7 @@
+   (must precede other arguments)\n));
+ #endif /*WITH_SELINUX*/
+   fputc('\n', stderr);
++  exit (1);
+ }
+ 
+ 

Copied: psmisc/repos/testing-x86_64/PKGBUILD (from rev 162108, 
psmisc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-20 09:17:35 UTC (rev 162109)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=psmisc
+pkgver=22.18
+pkgrel=2
+pkgdesc=Miscellaneous procfs tools
+arch=('i686' 'x86_64')
+url=http://psmisc.sourceforge.net/index.html;
+license=('GPL')
+groups=('base')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz 
psmisc22.18-usage.patch)
+sha1sums=('964f6daa0950b128a0840d9df4dc0b671730a83c'
+  '5cd326dd969b07c46d10c7d1172b91d65cbc6e10')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/psmisc22.18-usage.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: psmisc/repos/testing-x86_64/psmisc22.18-usage.patch (from rev 162108, 
psmisc/trunk/psmisc22.18-usage.patch)
===
--- testing-x86_64/psmisc22.18-usage.patch  (rev 0)
+++ testing-x86_64/psmisc22.18-usage.patch  2012-06-20 09:17:35 UTC (rev 
162109)
@@ -0,0 +1,11 @@
+diff -Naur psmisc-22.18-orig/src/killall.c psmisc-22.18/src/killall.c
+--- psmisc-22.18-orig/src/killall.c2012-06-20 05:07:16.563742846 -0400
 psmisc-22.18/src/killall.c 2012-06-20 05:08:38.250412923 -0400
+@@ -637,6 +637,7 @@
+   (must precede other arguments)\n));
+ #endif /*WITH_SELINUX*/
+   fputc('\n', stderr);
++  exit (1);
+ }
+ 
+ 



[arch-commits] Commit in psmisc/repos (8 files)

2012-06-20 Thread Eric Bélanger
Date: Wednesday, June 20, 2012 @ 05:21:46
  Author: eric
Revision: 162110

db-move: moved psmisc from [testing] to [core] ( i686,  x86_64)

Added:
  psmisc/repos/core-i686/PKGBUILD
(from rev 162109, psmisc/repos/testing-i686/PKGBUILD)
  psmisc/repos/core-i686/psmisc22.18-usage.patch
(from rev 162109, psmisc/repos/testing-i686/psmisc22.18-usage.patch)
  psmisc/repos/core-x86_64/PKGBUILD
(from rev 162109, psmisc/repos/testing-x86_64/PKGBUILD)
  psmisc/repos/core-x86_64/psmisc22.18-usage.patch
(from rev 162109, psmisc/repos/testing-x86_64/psmisc22.18-usage.patch)
Deleted:
  psmisc/repos/core-i686/PKGBUILD
  psmisc/repos/core-x86_64/PKGBUILD
  psmisc/repos/testing-i686/
  psmisc/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |   52 +-
 core-i686/psmisc22.18-usage.patch   |   11 +++
 core-x86_64/PKGBUILD|   52 +-
 core-x86_64/psmisc22.18-usage.patch |   11 +++
 4 files changed, 76 insertions(+), 50 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-20 09:17:35 UTC (rev 162109)
+++ core-i686/PKGBUILD  2012-06-20 09:21:46 UTC (rev 162110)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=psmisc
-pkgver=22.18
-pkgrel=1
-pkgdesc=Miscellaneous procfs tools
-arch=('i686' 'x86_64')
-url=http://psmisc.sourceforge.net/index.html;
-license=('GPL')
-groups=('base')
-depends=('ncurses')
-source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('964f6daa0950b128a0840d9df4dc0b671730a83c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: psmisc/repos/core-i686/PKGBUILD (from rev 162109, 
psmisc/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-20 09:21:46 UTC (rev 162110)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=psmisc
+pkgver=22.18
+pkgrel=2
+pkgdesc=Miscellaneous procfs tools
+arch=('i686' 'x86_64')
+url=http://psmisc.sourceforge.net/index.html;
+license=('GPL')
+groups=('base')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz 
psmisc22.18-usage.patch)
+sha1sums=('964f6daa0950b128a0840d9df4dc0b671730a83c'
+  '5cd326dd969b07c46d10c7d1172b91d65cbc6e10')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/psmisc22.18-usage.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: psmisc/repos/core-i686/psmisc22.18-usage.patch (from rev 162109, 
psmisc/repos/testing-i686/psmisc22.18-usage.patch)
===
--- core-i686/psmisc22.18-usage.patch   (rev 0)
+++ core-i686/psmisc22.18-usage.patch   2012-06-20 09:21:46 UTC (rev 162110)
@@ -0,0 +1,11 @@
+diff -Naur psmisc-22.18-orig/src/killall.c psmisc-22.18/src/killall.c
+--- psmisc-22.18-orig/src/killall.c2012-06-20 05:07:16.563742846 -0400
 psmisc-22.18/src/killall.c 2012-06-20 05:08:38.250412923 -0400
+@@ -637,6 +637,7 @@
+   (must precede other arguments)\n));
+ #endif /*WITH_SELINUX*/
+   fputc('\n', stderr);
++  exit (1);
+ }
+ 
+ 

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-06-20 09:17:35 UTC (rev 162109)
+++ core-x86_64/PKGBUILD2012-06-20 09:21:46 UTC (rev 162110)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=psmisc
-pkgver=22.18
-pkgrel=1
-pkgdesc=Miscellaneous procfs tools
-arch=('i686' 'x86_64')
-url=http://psmisc.sourceforge.net/index.html;
-license=('GPL')
-groups=('base')
-depends=('ncurses')
-source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('964f6daa0950b128a0840d9df4dc0b671730a83c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: psmisc/repos/core-x86_64/PKGBUILD (from rev 162109, 
psmisc/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-06-20 09:21:46 UTC (rev 162110)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=psmisc
+pkgver=22.18
+pkgrel=2
+pkgdesc=Miscellaneous procfs tools
+arch=('i686' 'x86_64')
+url=http://psmisc.sourceforge.net/index.html;
+license=('GPL')

[arch-commits] Commit in filesystem/trunk (PKGBUILD gshadow)

2012-06-20 Thread Tom Gundersen
Date: Wednesday, June 20, 2012 @ 05:33:31
  Author: tomegun
Revision: 162111

upgpkg: filesystem 2012.6-4

fix lock group

It was missing from gshadow.

Fixes FS#30365.

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/gshadow

--+
 PKGBUILD |4 ++--
 gshadow  |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-20 09:21:46 UTC (rev 162110)
+++ PKGBUILD2012-06-20 09:33:31 UTC (rev 162111)
@@ -3,7 +3,7 @@
 
 pkgname=filesystem
 pkgver=2012.6
-pkgrel=3
+pkgrel=4
 pkgdesc='Base filesystem'
 arch=('any')
 license=('GPL')
@@ -91,6 +91,6 @@
  'c4534d6c59d75be0eb99ddaafcf93198'
  '6f48288b6fcaf0065fcb7b0e525413e0'
  '22518e922891f9359f971f4f5b4e793c'
- 'd2dc4e39dbdea75b107f91789e3274ab'
+ 'f95416882cef800edef08382a1176b7d'
  'f3b6ae7db8adffaaa4bffc6099dcbd50'
  'a8a962370cd0128465d514e6a1f74130')

Modified: gshadow
===
--- gshadow 2012-06-20 09:21:46 UTC (rev 162110)
+++ gshadow 2012-06-20 09:33:31 UTC (rev 162111)
@@ -19,6 +19,7 @@
 smmsp:::
 http:::
 games:::
+lock:::
 network:x::
 video:x::
 audio:::



[arch-commits] Commit in filesystem/repos/testing-any (40 files)

2012-06-20 Thread Tom Gundersen
Date: Wednesday, June 20, 2012 @ 05:34:34
  Author: tomegun
Revision: 162112

archrelease: copy trunk to testing-any

Added:
  filesystem/repos/testing-any/PKGBUILD
(from rev 162111, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-any/crypttab
(from rev 162111, filesystem/trunk/crypttab)
  filesystem/repos/testing-any/filesystem.install
(from rev 162111, filesystem/trunk/filesystem.install)
  filesystem/repos/testing-any/fstab
(from rev 162111, filesystem/trunk/fstab)
  filesystem/repos/testing-any/group
(from rev 162111, filesystem/trunk/group)
  filesystem/repos/testing-any/gshadow
(from rev 162111, filesystem/trunk/gshadow)
  filesystem/repos/testing-any/host.conf
(from rev 162111, filesystem/trunk/host.conf)
  filesystem/repos/testing-any/hosts
(from rev 162111, filesystem/trunk/hosts)
  filesystem/repos/testing-any/issue
(from rev 162111, filesystem/trunk/issue)
  filesystem/repos/testing-any/ld.so.conf
(from rev 162111, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first
(from rev 162111, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/testing-any/motd
(from rev 162111, filesystem/trunk/motd)
  filesystem/repos/testing-any/nsswitch.conf
(from rev 162111, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-any/os-release
(from rev 162111, filesystem/trunk/os-release)
  filesystem/repos/testing-any/passwd
(from rev 162111, filesystem/trunk/passwd)
  filesystem/repos/testing-any/profile
(from rev 162111, filesystem/trunk/profile)
  filesystem/repos/testing-any/resolv.conf
(from rev 162111, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-any/securetty
(from rev 162111, filesystem/trunk/securetty)
  filesystem/repos/testing-any/shadow
(from rev 162111, filesystem/trunk/shadow)
  filesystem/repos/testing-any/shells
(from rev 162111, filesystem/trunk/shells)
Deleted:
  filesystem/repos/testing-any/PKGBUILD
  filesystem/repos/testing-any/crypttab
  filesystem/repos/testing-any/filesystem.install
  filesystem/repos/testing-any/fstab
  filesystem/repos/testing-any/group
  filesystem/repos/testing-any/gshadow
  filesystem/repos/testing-any/host.conf
  filesystem/repos/testing-any/hosts
  filesystem/repos/testing-any/issue
  filesystem/repos/testing-any/ld.so.conf
  filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first
  filesystem/repos/testing-any/motd
  filesystem/repos/testing-any/nsswitch.conf
  filesystem/repos/testing-any/os-release
  filesystem/repos/testing-any/passwd
  filesystem/repos/testing-any/profile
  filesystem/repos/testing-any/resolv.conf
  filesystem/repos/testing-any/securetty
  filesystem/repos/testing-any/shadow
  filesystem/repos/testing-any/shells

+
 PKGBUILD   |  192 +++
 crypttab   |   66 ++---
 filesystem.install |  120 
 fstab  |   10 +-
 group  |   64 ++---
 gshadow|   63 ++--
 host.conf  |   16 +--
 hosts  |   18 +--
 issue  |4 
 ld.so.conf |   14 +-
 modprobe.d.usb-load-ehci-first |4 
 nsswitch.conf  |   38 +++
 os-release |   16 +--
 passwd |   14 +-
 profile|   54 +-
 resolv.conf|   16 +--
 securetty  |   30 +++---
 shadow |   14 +-
 shells |   16 +--
 19 files changed, 385 insertions(+), 384 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-20 09:33:31 UTC (rev 162111)
+++ PKGBUILD2012-06-20 09:34:34 UTC (rev 162112)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-
-pkgname=filesystem
-pkgver=2012.6
-pkgrel=3
-pkgdesc='Base filesystem'
-arch=('any')
-license=('GPL')
-url='http://www.archlinux.org'
-groups=('base')
-install='filesystem.install'
-depends=('iana-etc' 'bash' 'coreutils')
-backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 
'etc/passwd'
-'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 
'etc/nsswitch.conf'
-'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue')
-source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
-'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 
'resolv.conf'
-'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first')
-
-package() {
-   cd ${pkgdir}
-
-   #
-   # setup root filesystem
-   #
-   for d in boot dev etc home media mnt usr var opt srv/http run; do
-   install -d -m755 ${d}
-   done
-   install -d 

[arch-commits] Commit in bluez/trunk (PKGBUILD rc.bluetooth)

2012-06-20 Thread Tom Gundersen
Date: Wednesday, June 20, 2012 @ 06:11:10
  Author: tomegun
Revision: 162113

upgpkg: bluez 4.100-2

tidy up the rc script a bit

Modified:
  bluez/trunk/PKGBUILD
  bluez/trunk/rc.bluetooth

--+
 PKGBUILD |4 ++--
 rc.bluetooth |   25 +
 2 files changed, 11 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-20 09:34:34 UTC (rev 162112)
+++ PKGBUILD2012-06-20 10:11:10 UTC (rev 162113)
@@ -5,7 +5,7 @@
 
 pkgname=bluez
 pkgver=4.100
-pkgrel=1
+pkgrel=2
 pkgdesc=Libraries and tools for the Bluetooth protocol stack
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -83,5 +83,5 @@
 }
 md5sums=('54809d476c52665ff64594b6828016b5'
  '7412982b440f29fa7f76a41a87fef985'
- '8f9498707f809506928b2e480d3b6789'
+ '864cbd24e6efc3592e9284b0b5fb2cfd'
  '54c7de598327bf11d56592235d0702f4')

Modified: rc.bluetooth
===
--- rc.bluetooth2012-06-20 09:34:34 UTC (rev 162112)
+++ rc.bluetooth2012-06-20 10:11:10 UTC (rev 162113)
@@ -21,14 +21,14 @@
 DAEMON_ENABLE=true
 HIDD_ENABLE=false
 RFCOMM_ENABLE=false
+PAND_ENABLE=false
 DUND_ENABLE=false
-PAND_ENABLE=false
 
 RFCOMM_CONFIG=/etc/bluetooth/rfcomm.conf
 
 HIDD_OPTIONS=
+PAND_OPTIONS=
 DUND_OPTIONS=
-PAND_OPTIONS=
 
 [ -f /etc/conf.d/bluetooth ]  . /etc/conf.d/bluetooth
 
@@ -40,10 +40,6 @@
   $DAEMON_EXEC
   sleep 1
 fi
-if [ $SDPD_ENABLE = true -a -x $SDPD_EXEC ] ; then
-  stat_append  $SDPD_NAME
-  $SDPD_EXEC
-fi
 if [ $HIDD_ENABLE = true -a -x $HIDD_EXEC ]; then
   stat_append  $HIDD_NAME
   $HIDD_EXEC $HIDD_OPTIONS
@@ -52,26 +48,26 @@
   stat_append  $RFCOMM_NAME
   $RFCOMM_EXEC -f $RFCOMM_CONFIG bind all
 fi
+if [ $PAND_ENABLE = true -a -x $PAND_EXEC -a -n $PAND_OPTIONS ]; 
then
+  stat_append  $PAND_NAME
+  $PAND_EXEC $PAND_OPTIONS
+fi
 if [ $DUND_ENABLE = true -a -x $DUND_EXEC -a -n $DUND_OPTIONS ]; 
then
   stat_append  $DUND_NAME
   $DUND_EXEC $DUND_OPTIONS
 fi
-if [ $PAND_ENABLE = true -a -x $PAND_EXEC -a -n $PAND_OPTIONS ]; 
then
-  stat_append  $PAND_NAME
-  $PAND_EXEC $PAND_OPTIONS
-fi
 add_daemon bluetooth
 stat_done
 ;;
   stop)
 stat_busy Stopping bluetooth subsystem:
 
+stat_append  $DUND_NAME
+killall $DUND_NAME /dev/null 21
+
 stat_append  $PAND_NAME
 killall $PAND_NAME /dev/null 21
 
-stat_append  $DUND_NAME
-killall $DUND_NAME /dev/null 21
-
 if [ -x $RFCOMM_EXEC ]; then
   stat_append  $RFCOMM_NAME
   $RFCOMM_EXEC release all /dev/null 21
@@ -80,9 +76,6 @@
 stat_append  $HIDD_NAME
 killall $HIDD_NAME /dev/null 21
 
-stat_append  $SDPD_NAME
-killall $SDPD_NAME /dev/null 21
-
 stat_append  $DAEMON_NAME
 killall $DAEMON_NAME /dev/null 21
 



[arch-commits] Commit in bluez/repos (10 files)

2012-06-20 Thread Tom Gundersen
Date: Wednesday, June 20, 2012 @ 06:11:40
  Author: tomegun
Revision: 162114

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bluez/repos/testing-i686/
  bluez/repos/testing-i686/PKGBUILD
(from rev 162113, bluez/trunk/PKGBUILD)
  bluez/repos/testing-i686/bluetooth.conf.d
(from rev 162113, bluez/trunk/bluetooth.conf.d)
  bluez/repos/testing-i686/org.bluez.service
(from rev 162113, bluez/trunk/org.bluez.service)
  bluez/repos/testing-i686/rc.bluetooth
(from rev 162113, bluez/trunk/rc.bluetooth)
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 162113, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/bluetooth.conf.d
(from rev 162113, bluez/trunk/bluetooth.conf.d)
  bluez/repos/testing-x86_64/org.bluez.service
(from rev 162113, bluez/trunk/org.bluez.service)
  bluez/repos/testing-x86_64/rc.bluetooth
(from rev 162113, bluez/trunk/rc.bluetooth)

--+
 testing-i686/PKGBUILD|   87 ++
 testing-i686/bluetooth.conf.d|   30 +++
 testing-i686/org.bluez.service   |5 +
 testing-i686/rc.bluetooth|   93 +
 testing-x86_64/PKGBUILD  |   87 ++
 testing-x86_64/bluetooth.conf.d  |   30 +++
 testing-x86_64/org.bluez.service |5 +
 testing-x86_64/rc.bluetooth  |   93 +
 8 files changed, 430 insertions(+)

Copied: bluez/repos/testing-i686/PKGBUILD (from rev 162113, 
bluez/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-20 10:11:40 UTC (rev 162114)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgname=bluez
+pkgver=4.100
+pkgrel=2
+pkgdesc=Libraries and tools for the Bluetooth protocol stack
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'python2' 'systemd-tools')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile' 'libusbx')
+optdepends=(gstreamer0.10-base: bluetooth GStreamer support
+alsa-lib: Audio bluetooth devices support
+dbus-python: to run bluez-simple-agent
+pygobject: to run bluez-simple-agent
+libusb-compat: USB adapters support
+cups: CUPS backend)
+conflicts=('bluez-libs' 'bluez-utils')
+provides=('bluez-libs' 'bluez-utils')
+replaces=('bluez-libs' 'bluez-utils')
+options=('!libtool')
+backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
+'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
+'bluetooth.conf.d'
+   'rc.bluetooth'
+   'org.bluez.service')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cp ../org.bluez.service src/
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/lib \
+--enable-gstreamer \
+--enable-alsa \
+--enable-usb \
+--enable-tools \
+--enable-bccmd \
+--enable-dfutool \
+--enable-hid2hci \
+--enable-hidd \
+--enable-pand \
+--enable-dund \
+--enable-cups \
+--enable-wiimote \
+--disable-test \
+--with-systemdunitdir=/usr/lib/systemd/system
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
+  
+  install -d ${pkgdir}/etc/bluetooth
+  install -m644 network/network.conf \
+input/input.conf \
+audio/audio.conf \
+serial/serial.conf \
+${pkgdir}/etc/bluetooth/
+  
+  install -Dm644 ${srcdir}/bluetooth.conf.d \
+${pkgdir}/etc/conf.d/bluetooth
+
+  # FS#27630
+  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
+  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
+  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
+${pkgdir}/usr/bin/bluez-simple-agent \
+${pkgdir}/usr/bin/bluez-test-device \
+${pkgdir}/usr/bin/bluez-test-input
+}
+md5sums=('54809d476c52665ff64594b6828016b5'
+ '7412982b440f29fa7f76a41a87fef985'
+ '864cbd24e6efc3592e9284b0b5fb2cfd'
+ '54c7de598327bf11d56592235d0702f4')

Copied: bluez/repos/testing-i686/bluetooth.conf.d (from rev 162113, 
bluez/trunk/bluetooth.conf.d)
===
--- testing-i686/bluetooth.conf.d   (rev 0)
+++ testing-i686/bluetooth.conf.d   2012-06-20 10:11:40 UTC (rev 162114)
@@ -0,0 +1,30 @@
+# Bluetooth configuraton file
+
+# Bluetooth 

[arch-commits] Commit in kmod/trunk (5 files)

2012-06-20 Thread Dave Reisner
Date: Wednesday, June 20, 2012 @ 09:13:50
  Author: dreisner
Revision: 162115

upgpkg: kmod 9-1

- drop patch for reading config from /lib
- drop backported bugfixes

Modified:
  kmod/trunk/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch
  kmod/trunk/PKGBUILD
Deleted:
  kmod/trunk/0001-libkmod-file-gracefully-handle-errors-from-zlib.patch
  kmod/trunk/0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch
  kmod/trunk/0002-depmod-report-failures-in-loading-symbols.patch

-+
 0001-libkmod-file-gracefully-handle-errors-from-zlib.patch  |   35 ---
 0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch  |   50 
--
 0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch |   18 +--
 0002-depmod-report-failures-in-loading-symbols.patch|   34 --
 PKGBUILD|   24 +---
 5 files changed, 16 insertions(+), 145 deletions(-)

Deleted: 0001-libkmod-file-gracefully-handle-errors-from-zlib.patch
===
--- 0001-libkmod-file-gracefully-handle-errors-from-zlib.patch  2012-06-20 
10:11:40 UTC (rev 162114)
+++ 0001-libkmod-file-gracefully-handle-errors-from-zlib.patch  2012-06-20 
13:13:50 UTC (rev 162115)
@@ -1,35 +0,0 @@
-From c7d5a60d3df735a3816bbc1ff1b416a803a4f7a6 Mon Sep 17 00:00:00 2001
-From: Dave Reisner dreis...@archlinux.org
-Date: Mon, 7 May 2012 19:41:41 -0400
-Subject: [PATCH 1/2] libkmod-file: gracefully handle errors from zlib
-
-zlib won't necessarily set the system errno, and this is particularly
-evident on corrupted data (which results in a double free). Use zlib's
-gzerror to detect the failure, returning a generic EINVAL when zlib
-doesn't provide us with an errno.

- libkmod/libkmod-file.c |8 +++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/libkmod/libkmod-file.c b/libkmod/libkmod-file.c
-index 46ad8d9..8beb7e3 100644
 a/libkmod/libkmod-file.c
-+++ b/libkmod/libkmod-file.c
-@@ -199,7 +199,13 @@ static int load_zlib(struct kmod_file *file)
-   if (r == 0)
-   break;
-   else if (r  0) {
--  err = -errno;
-+  int gzerr;
-+  const char *gz_errmsg = gzerror(file-gzf, gzerr);
-+
-+  ERR(file-ctx, gzip: %s\n, gz_errmsg);
-+
-+  /* gzip might not set errno here */
-+  err = gzerr == Z_ERRNO ? -errno : -EINVAL;
-   goto error;
-   }
-   did += r;
--- 
-1.7.10.1
-

Deleted: 0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch
===
--- 0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch  
2012-06-20 10:11:40 UTC (rev 162114)
+++ 0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch  
2012-06-20 13:13:50 UTC (rev 162115)
@@ -1,50 +0,0 @@
-From 666ba68a0635048aea0db70cd9ec61aea9b61ed2 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen t...@jklm.no
-Date: Sat, 3 Mar 2012 12:37:06 +0100
-Subject: [PATCH 1/2] split usr: read configs from /lib/{depmod.d,modprobe.d}
-
-This allows rootprefix to be set to /usr, even if not all other packages
-have been fixed to read from this dir.

- libkmod/libkmod.c   |5 +++--
- tools/kmod-depmod.c |1 +
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/libkmod/libkmod.c b/libkmod/libkmod.c
-index 36ca629..12c1112 100644
 a/libkmod/libkmod.c
-+++ b/libkmod/libkmod.c
-@@ -62,6 +62,7 @@ static const char *default_config_paths[] = {
-   SYSCONFDIR /modprobe.d,
-   /run/modprobe.d,
-   ROOTPREFIX /lib/modprobe.d,
-+  /lib/modprobe.d,
-   NULL
- };
- 
-@@ -223,8 +224,8 @@ static char *get_kernel_release(const char *dirname)
-  * @config_paths: ordered array of paths (directories or files) where
-  *to load from user-defined configuration parameters such as
-  *alias, blacklists, commands (install, remove). If
-- *NULL defaults to /run/modprobe.d, /etc/modprobe.d and
-- *$rootprefix/lib/modprobe.d. Give an empty vector if
-+ *NULL defaults to /run/modprobe.d, /etc/modprobe.d,
-+ *$rootprefix/lib/modprobe.d and /lib/modprobe.d. Give an 
empty vector if
-  *configuration should not be read. This array must be null
-  *terminated.
-  *
-diff --git a/tools/kmod-depmod.c b/tools/kmod-depmod.c
-index 1871e18..7bb1c5d 100644
 a/tools/kmod-depmod.c
-+++ b/tools/kmod-depmod.c
-@@ -58,6 +58,7 @@ static const char *default_cfg_paths[] = {
-   /run/depmod.d,
-   SYSCONFDIR /depmod.d,
-   ROOTPREFIX /lib/depmod.d,
-+  /lib/depmod.d,
-   NULL
- };
- 
--- 
-1.7.9.5
-

Modified: 

[arch-commits] Commit in kmod/repos (8 files)

2012-06-20 Thread Dave Reisner
Date: Wednesday, June 20, 2012 @ 09:14:03
  Author: dreisner
Revision: 162116

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kmod/repos/testing-i686/
  
kmod/repos/testing-i686/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch
(from rev 162115, 
kmod/trunk/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch)
  kmod/repos/testing-i686/PKGBUILD
(from rev 162115, kmod/trunk/PKGBUILD)
  kmod/repos/testing-i686/depmod-search.conf
(from rev 162115, kmod/trunk/depmod-search.conf)
  kmod/repos/testing-x86_64/
  
kmod/repos/testing-x86_64/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch
(from rev 162115, 
kmod/trunk/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch)
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 162115, kmod/trunk/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 162115, kmod/trunk/depmod-search.conf)

+
 testing-i686/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch   
|   93 ++
 testing-i686/PKGBUILD  
|   59 ++
 testing-i686/depmod-search.conf
|5 
 testing-x86_64/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch 
|   93 ++
 testing-x86_64/PKGBUILD
|   59 ++
 testing-x86_64/depmod-search.conf  
|5 
 6 files changed, 314 insertions(+)

Copied: 
kmod/repos/testing-i686/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch
 (from rev 162115, 
kmod/trunk/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch)
===
--- 
testing-i686/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch
(rev 0)
+++ 
testing-i686/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch
2012-06-20 13:14:03 UTC (rev 162116)
@@ -0,0 +1,93 @@
+From 53e7e0e42428770578ca0d54d0a9540f498f917f Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Sat, 31 Mar 2012 12:17:39 +0200
+Subject: [PATCH 2/2] config: hardcode the path to modules to be /lib/modules
+
+This means that we can move the configuration paths from /lib
+to /usr/lib without having to touch the kernel and related
+packages.
+
+That can be dealt with separately at a later location, in which case
+all we have to do is revert this patch.
+
+Signed-off-by: Tom Gundersen t...@jklm.no
+---
+ libkmod/libkmod.c |2 +-
+ tools/depmod.c|2 +-
+ tools/modinfo.c   |4 ++--
+ tools/modprobe.c  |4 ++--
+ 4 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/libkmod/libkmod.c b/libkmod/libkmod.c
+index 12c1112..11edfa0 100644
+--- a/libkmod/libkmod.c
 b/libkmod/libkmod.c
+@@ -196,7 +196,7 @@ static int log_priority(const char *priority)
+   return 0;
+ }
+ 
+-static const char *dirname_default_prefix = ROOTPREFIX /lib/modules;
++static const char *dirname_default_prefix = /lib/modules;
+ 
+ static char *get_kernel_release(const char *dirname)
+ {
+diff --git a/tools/kmod-depmod.c b/tools/kmod-depmod.c
+index 7bb1c5d..454d538 100644
+--- a/tools/depmod.c
 b/tools/depmod.c
+@@ -2634,7 +2634,7 @@ static int do_depmod(int argc, char *argv[])
+   }
+ 
+   cfg.dirnamelen = snprintf(cfg.dirname, PATH_MAX,
+-%s ROOTPREFIX /lib/modules/%s,
++%s/lib/modules/%s,
+ root == NULL ?  : root, cfg.kversion);
+ 
+   if (optind == argc)
+diff --git a/tools/kmod-modinfo.c b/tools/kmod-modinfo.c
+index aa5223f..b13cd4b 100644
+--- a/tools/modinfo.c
 b/tools/modinfo.c
+@@ -339,7 +339,7 @@ static void help(const char *progname)
+   \t-0, --null  Use \\0 instead of \\n\n
+   \t-F, --field=FIELD   Print only provided FIELD\n
+   \t-k, --set-version=VERSION   Use VERSION instead of `uname 
-r`\n
+-  \t-b, --basedir=DIR   Use DIR as filesystem root for  
ROOTPREFIX /lib/modules\n
++  \t-b, --basedir=DIR   Use DIR as filesystem root for 
/lib/modules\n
+   \t-V, --version   Show version\n
+   \t-h, --help  Show this help\n,
+   progname);
+@@ -439,7 +439,7 @@ static int do_modinfo(int argc, char *argv[])
+   }
+   kversion = u.release;
+   }
+-  snprintf(dirname_buf, sizeof(dirname_buf), %s ROOTPREFIX 
/lib/modules/%s,
++  snprintf(dirname_buf, sizeof(dirname_buf), %s/lib/modules/%s,
+root, kversion);
+   dirname = dirname_buf;
+   }
+diff --git 

[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-06-20 Thread andyrtr
Date: Wednesday, June 20, 2012 @ 10:04:16
  Author: andyrtr
Revision: 162117

upgpkg: getmail 4.29.0-1

upstream update 4.29.0

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-20 13:14:03 UTC (rev 162116)
+++ PKGBUILD2012-06-20 14:04:16 UTC (rev 162117)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.27.0
+pkgver=4.29.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('7cab772a2ffb8db0a7d7a249d0336d2a')
+md5sums=('f8c6381d1eeda9043233dca47fac02b9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/repos/extra-any (PKGBUILD PKGBUILD)

2012-06-20 Thread andyrtr
Date: Wednesday, June 20, 2012 @ 10:04:42
  Author: andyrtr
Revision: 162118

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 162117, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-20 14:04:16 UTC (rev 162117)
+++ PKGBUILD2012-06-20 14:04:42 UTC (rev 162118)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Committer: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=getmail
-pkgver=4.27.0
-pkgrel=1
-pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
-arch=(any)
-url=http://pyropus.ca/software/getmail;
-license=(GPL)
-depends=('python2')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('7cab772a2ffb8db0a7d7a249d0336d2a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 162117, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-20 14:04:42 UTC (rev 162118)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=getmail
+pkgver=4.29.0
+pkgrel=1
+pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
+arch=(any)
+url=http://pyropus.ca/software/getmail;
+license=(GPL)
+depends=('python2')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('f8c6381d1eeda9043233dca47fac02b9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
+}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2012-06-20 Thread Ionut Biru
Date: Wednesday, June 20, 2012 @ 21:48:05
  Author: ibiru
Revision: 162119

update to 0.16.1

Modified:
  telepathy-gabble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-20 14:04:42 UTC (rev 162118)
+++ PKGBUILD2012-06-21 01:48:05 UTC (rev 162119)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,17 +15,17 @@
 options=('!libtool' '!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('15b15fb58a3c54102c3e3489b4bd5ee0')
+md5sums=('f4e6ca551cc4603276f9acdc2b5d4db4')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy --with-tls=openssl
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
 }



[arch-commits] Commit in telepathy-gabble/repos (8 files)

2012-06-20 Thread Ionut Biru
Date: Wednesday, June 20, 2012 @ 21:49:02
  Author: ibiru
Revision: 162120

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 162119, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 162119, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 162119, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 162119, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---+
 extra-i686/PKGBUILD   |   62 
 extra-i686/telepathy-gabble.install   |   26 ++---
 extra-x86_64/PKGBUILD |   62 
 extra-x86_64/telepathy-gabble.install |   26 ++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-21 01:48:05 UTC (rev 162119)
+++ extra-i686/PKGBUILD 2012-06-21 01:49:02 UTC (rev 162120)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.16.0
-pkgrel=1
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
-makedepends=('libxslt' 'python2')
-options=('!libtool' '!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('15b15fb58a3c54102c3e3489b4bd5ee0')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 162119, 
telepathy-gabble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-21 01:49:02 UTC (rev 162120)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.16.1
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('f4e6ca551cc4603276f9acdc2b5d4db4')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2012-06-21 01:48:05 UTC (rev 162119)
+++ extra-i686/telepathy-gabble.install 2012-06-21 01:49:02 UTC (rev 162120)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 
162119, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- extra-i686/telepathy-gabble.install (rev 0)
+++ extra-i686/telepathy-gabble.install 2012-06-21 01:49:02 UTC (rev 162120)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-21 01:48:05 UTC (rev 162119)
+++ extra-x86_64/PKGBUILD   2012-06-21 01:49:02 UTC (rev 162120)
@@ -1,31 

[arch-commits] Commit in openconnect/trunk (PKGBUILD)

2012-06-20 Thread Ionut Biru
Date: Wednesday, June 20, 2012 @ 21:51:56
  Author: ibiru
Revision: 162121

update to 4.00

Modified:
  openconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-21 01:49:02 UTC (rev 162120)
+++ PKGBUILD2012-06-21 01:51:56 UTC (rev 162121)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=openconnect
-pkgver=3.18
+pkgver=4.00
 pkgrel=1
 epoch=1
 pkgdesc=Open client for Cisco AnyConnect VPN
@@ -13,16 +13,16 @@
 makedepends=('intltool')
 options=('!libtool' '!emptydirs')
 source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('5a440ad946cfec0f1ee7ee5519081cf1')
+md5sums=('86120e286033c40bfca5b902f40b181d')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
   --disable-static
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in openconnect/repos (4 files)

2012-06-20 Thread Ionut Biru
Date: Wednesday, June 20, 2012 @ 21:52:52
  Author: ibiru
Revision: 162122

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  openconnect/repos/testing-i686/
  openconnect/repos/testing-i686/PKGBUILD
(from rev 162121, openconnect/trunk/PKGBUILD)
  openconnect/repos/testing-x86_64/
  openconnect/repos/testing-x86_64/PKGBUILD
(from rev 162121, openconnect/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: openconnect/repos/testing-i686/PKGBUILD (from rev 162121, 
openconnect/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-21 01:52:52 UTC (rev 162122)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=openconnect
+pkgver=4.00
+pkgrel=1
+epoch=1
+pkgdesc=Open client for Cisco AnyConnect VPN
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.infradead.org/openconnect.html;
+depends=('libxml2' 'openssl' 'libproxy' 'vpnc')
+makedepends=('intltool')
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('86120e286033c40bfca5b902f40b181d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: openconnect/repos/testing-x86_64/PKGBUILD (from rev 162121, 
openconnect/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-21 01:52:52 UTC (rev 162122)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=openconnect
+pkgver=4.00
+pkgrel=1
+epoch=1
+pkgdesc=Open client for Cisco AnyConnect VPN
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.infradead.org/openconnect.html;
+depends=('libxml2' 'openssl' 'libproxy' 'vpnc')
+makedepends=('intltool')
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('86120e286033c40bfca5b902f40b181d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}