[arch-commits] Commit in varnish/trunk (PKGBUILD varnish.conf.d varnish.service)

2012-08-22 Thread Dave Reisner
Date: Wednesday, August 22, 2012 @ 13:10:40
  Author: dreisner
Revision: 165519

upgpkg: varnish 3.0.3-2

- rebuild for i686 failure
- fixup rc.d and service units to specify a config file rather than a backend
  this makes varnish actually compile a VCL and enable caching at startup rather
  than sitting around with its hands in its pockets being a really lame reverse
  proxy.

Modified:
  varnish/trunk/PKGBUILD
  varnish/trunk/varnish.conf.d
  varnish/trunk/varnish.service

-+
 PKGBUILD|6 +++---
 varnish.conf.d  |6 +++---
 varnish.service |2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-22 01:47:49 UTC (rev 165518)
+++ PKGBUILD2012-08-22 17:10:40 UTC (rev 165519)
@@ -6,7 +6,7 @@
 
 pkgname=varnish
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="High-performance HTTP accelerator"
 arch=('i686' 'x86_64')
 url="http://www.varnish-cache.org/";
@@ -22,10 +22,10 @@
 varnish-vcl-reload
 varnish.service)
 md5sums=('714310c83fdbd2061d897dacd3f63d8b'
- 'edd1237d097d72173d9772754335890c'
+ '3b563d2d9bd74a819fdb116d69d022f0'
  '40b4c83b3ad225ed2f4bd7e677fe41a2'
  '03196dee7fc68e75069393d52c370762'
- '45cc1fd57aa2ffc22d6af62f9eedc842')
+ '1adf5282d111a9e00e99786045451016')
 
 build() {
   cd "$pkgname-$pkgver"

Modified: varnish.conf.d
===
--- varnish.conf.d  2012-08-22 01:47:49 UTC (rev 165518)
+++ varnish.conf.d  2012-08-22 17:10:40 UTC (rev 165519)
@@ -2,10 +2,10 @@
 # Command line options to varnishd
 #
 
+VARNISH_CFG="/etc/varnish/default.vcl"
+
 VARNISHD_OPTS="-a 0.0.0.0:80 \
-   -b localhost:8080 \
+   -f $VARNISH_CFG \
-T localhost:6082 \
-s malloc,64M
-u nobody -g nobody"
-
-VARNISH_CFG="/etc/varnish/default.vcl"

Modified: varnish.service
===
--- varnish.service 2012-08-22 01:47:49 UTC (rev 165518)
+++ varnish.service 2012-08-22 17:10:40 UTC (rev 165519)
@@ -3,7 +3,7 @@
 After=network.target
 
 [Service]
-ExecStart=/usr/sbin/varnishd -a 0.0.0.0:80 -b localhost:8080 -T localhost:6082 
-s malloc,64M -u nobody -g nobody -F
+ExecStart=/usr/sbin/varnishd -a 0.0.0.0:80 -f /etc/varnish/default.vcl -T 
localhost:6082 -s malloc,64M -u nobody -g nobody -F
 ExecReload=/usr/bin/varnish-vcl-reload
 
 [Install]



[arch-commits] Commit in varnish/repos (24 files)

2012-08-22 Thread Dave Reisner
Date: Wednesday, August 22, 2012 @ 13:11:02
  Author: dreisner
Revision: 165520

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

Added:
  varnish/repos/extra-i686/PKGBUILD
(from rev 165519, varnish/trunk/PKGBUILD)
  varnish/repos/extra-i686/rc.varnish
(from rev 165519, varnish/trunk/rc.varnish)
  varnish/repos/extra-i686/varnish-vcl-reload
(from rev 165519, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-i686/varnish.conf.d
(from rev 165519, varnish/trunk/varnish.conf.d)
  varnish/repos/extra-i686/varnish.install
(from rev 165519, varnish/trunk/varnish.install)
  varnish/repos/extra-i686/varnish.service
(from rev 165519, varnish/trunk/varnish.service)
  varnish/repos/extra-x86_64/PKGBUILD
(from rev 165519, varnish/trunk/PKGBUILD)
  varnish/repos/extra-x86_64/rc.varnish
(from rev 165519, varnish/trunk/rc.varnish)
  varnish/repos/extra-x86_64/varnish-vcl-reload
(from rev 165519, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-x86_64/varnish.conf.d
(from rev 165519, varnish/trunk/varnish.conf.d)
  varnish/repos/extra-x86_64/varnish.install
(from rev 165519, varnish/trunk/varnish.install)
  varnish/repos/extra-x86_64/varnish.service
(from rev 165519, varnish/trunk/varnish.service)
Deleted:
  varnish/repos/extra-i686/PKGBUILD
  varnish/repos/extra-i686/rc.varnish
  varnish/repos/extra-i686/varnish-vcl-reload
  varnish/repos/extra-i686/varnish.conf.d
  varnish/repos/extra-i686/varnish.install
  varnish/repos/extra-i686/varnish.service
  varnish/repos/extra-x86_64/PKGBUILD
  varnish/repos/extra-x86_64/rc.varnish
  varnish/repos/extra-x86_64/varnish-vcl-reload
  varnish/repos/extra-x86_64/varnish.conf.d
  varnish/repos/extra-x86_64/varnish.install
  varnish/repos/extra-x86_64/varnish.service

-+
 extra-i686/PKGBUILD |  118 +++---
 extra-i686/rc.varnish   |   98 +++
 extra-i686/varnish-vcl-reload   |   40 ++--
 extra-i686/varnish.conf.d   |   22 +++
 extra-i686/varnish.install  |   12 +--
 extra-i686/varnish.service  |   20 +++---
 extra-x86_64/PKGBUILD   |  118 +++---
 extra-x86_64/rc.varnish |   98 +++
 extra-x86_64/varnish-vcl-reload |   40 ++--
 extra-x86_64/varnish.conf.d |   22 +++
 extra-x86_64/varnish.install|   12 +--
 extra-x86_64/varnish.service|   20 +++---
 12 files changed, 310 insertions(+), 310 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-22 17:10:40 UTC (rev 165519)
+++ extra-i686/PKGBUILD 2012-08-22 17:11:02 UTC (rev 165520)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina 
-
-pkgname=varnish
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="High-performance HTTP accelerator"
-arch=('i686' 'x86_64')
-url="http://www.varnish-cache.org/";
-license=('BSD')
-depends=('gcc' 'libedit' 'pcre')
-backup=('etc/conf.d/varnish'
-'etc/varnish/default.vcl')
-install=$pkgname.install
-options=('!libtool')
-source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz";
-"$pkgname.conf.d"
-"rc.$pkgname"
-varnish-vcl-reload
-varnish.service)
-md5sums=('714310c83fdbd2061d897dacd3f63d8b'
- 'edd1237d097d72173d9772754335890c'
- '40b4c83b3ad225ed2f4bd7e677fe41a2'
- '03196dee7fc68e75069393d52c370762'
- '45cc1fd57aa2ffc22d6af62f9eedc842')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # disable JIT compilation for now, as it's crashy on VCL reload
-  sed -i '/pcre_study/ s/PCRE_STUDY_JIT_COMPILE/0/' lib/libvarnish/vre.c
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var/lib
-
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-
-  # reload helper
-  install -m755 "$srcdir/varnish-vcl-reload" "$pkgdir/usr/bin"
-
-  # sysvinit
-  install -Dm755 "$srcdir/rc.$pkgname" "$pkgdir/etc/rc.d/$pkgname"
-  install -Dm644 "$srcdir/$pkgname.conf.d" "$pkgdir/etc/conf.d/$pkgname"
-
-  # systemd
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-
-  # license
-  install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: varnish/repos/extra-i686/PKGBUILD (from rev 165519, 
varnish/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-22 17:11:02 UTC (rev 165520)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina 
+
+pkgname=varnish
+pkgver=3.0.3
+pkgrel=2
+pkgdesc="High-performance HTTP 

[arch-commits] Commit in linux/trunk (linux.install)

2012-08-22 Thread Tobias Powalowski
Date: Wednesday, August 22, 2012 @ 15:36:47
  Author: tpowa
Revision: 165521

fix grub2 package name

Modified:
  linux/trunk/linux.install

---+
 linux.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: linux.install
===
--- linux.install   2012-08-22 17:11:02 UTC (rev 165520)
+++ linux.install   2012-08-22 19:36:47 UTC (rev 165521)
@@ -31,7 +31,7 @@
 post_upgrade() {
   pacman -Q grub &>/dev/null
   hasgrub=$?
-  pacman -Q grub2-common &>/dev/null
+  pacman -Q grub-common &>/dev/null
   hasgrub2=$?
   pacman -Q lilo &>/dev/null
   haslilo=$?



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

2012-08-22 Thread Tobias Powalowski
Date: Wednesday, August 22, 2012 @ 15:37:05
  Author: tpowa
Revision: 165522

upgpkg: spandsp 0.0.6pre21-1

bump to latest version

Modified:
  spandsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-22 19:36:47 UTC (rev 165521)
+++ PKGBUILD2012-08-22 19:37:05 UTC (rev 165522)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=spandsp
-pkgver=0.0.6pre20
+pkgver=0.0.6pre21
 pkgrel=1
 pkgdesc="A DSP library for telephony"
 arch=(i686 x86_64)
@@ -27,4 +27,4 @@
   cd $srcdir/$pkgname-0.0.6
   make DESTDIR=$pkgdir install
 }
-md5sums=('9bdf1d027f1b5dc5e622d707fa1634cb')
+md5sums=('492f3790439891c07d8c06e97ccbfcf1')



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

2012-08-22 Thread Tobias Powalowski
Date: Wednesday, August 22, 2012 @ 15:37:34
  Author: tpowa
Revision: 165523

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

Added:
  spandsp/repos/extra-i686/PKGBUILD
(from rev 165522, spandsp/trunk/PKGBUILD)
  spandsp/repos/extra-x86_64/PKGBUILD
(from rev 165522, spandsp/trunk/PKGBUILD)
Deleted:
  spandsp/repos/extra-i686/PKGBUILD
  spandsp/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-22 19:37:05 UTC (rev 165522)
+++ extra-i686/PKGBUILD 2012-08-22 19:37:34 UTC (rev 165523)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=spandsp
-pkgver=0.0.6pre20
-pkgrel=1
-pkgdesc="A DSP library for telephony"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.soft-switch.org/";
-depends=('libtiff')
-source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
-options=(!libtool)
-
-build() {
-  cd $srcdir/$pkgname-0.0.6
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $srcdir/$pkgname-0.0.6
-   make check
-}  
-
-package() {
-  cd $srcdir/$pkgname-0.0.6
-  make DESTDIR=$pkgdir install
-}
-md5sums=('9bdf1d027f1b5dc5e622d707fa1634cb')

Copied: spandsp/repos/extra-i686/PKGBUILD (from rev 165522, 
spandsp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-22 19:37:34 UTC (rev 165523)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=spandsp
+pkgver=0.0.6pre21
+pkgrel=1
+pkgdesc="A DSP library for telephony"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.soft-switch.org/";
+depends=('libtiff')
+source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
+options=(!libtool)
+
+build() {
+  cd $srcdir/$pkgname-0.0.6
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $srcdir/$pkgname-0.0.6
+   make check
+}  
+
+package() {
+  cd $srcdir/$pkgname-0.0.6
+  make DESTDIR=$pkgdir install
+}
+md5sums=('492f3790439891c07d8c06e97ccbfcf1')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-22 19:37:05 UTC (rev 165522)
+++ extra-x86_64/PKGBUILD   2012-08-22 19:37:34 UTC (rev 165523)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=spandsp
-pkgver=0.0.6pre20
-pkgrel=1
-pkgdesc="A DSP library for telephony"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.soft-switch.org/";
-depends=('libtiff')
-source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
-options=(!libtool)
-
-build() {
-  cd $srcdir/$pkgname-0.0.6
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $srcdir/$pkgname-0.0.6
-   make check
-}  
-
-package() {
-  cd $srcdir/$pkgname-0.0.6
-  make DESTDIR=$pkgdir install
-}
-md5sums=('9bdf1d027f1b5dc5e622d707fa1634cb')

Copied: spandsp/repos/extra-x86_64/PKGBUILD (from rev 165522, 
spandsp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-08-22 19:37:34 UTC (rev 165523)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=spandsp
+pkgver=0.0.6pre21
+pkgrel=1
+pkgdesc="A DSP library for telephony"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.soft-switch.org/";
+depends=('libtiff')
+source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
+options=(!libtool)
+
+build() {
+  cd $srcdir/$pkgname-0.0.6
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $srcdir/$pkgname-0.0.6
+   make check
+}  
+
+package() {
+  cd $srcdir/$pkgname-0.0.6
+  make DESTDIR=$pkgdir install
+}
+md5sums=('492f3790439891c07d8c06e97ccbfcf1')



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

2012-08-22 Thread Giovanni Scafora
Date: Wednesday, August 22, 2012 @ 15:37:42
  Author: giovanni
Revision: 165524

upgpkg: vlc 2.0.3-3

Fixed FS31242

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-22 19:37:34 UTC (rev 165523)
+++ PKGBUILD2012-08-22 19:37:42 UTC (rev 165524)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";
@@ -61,6 +61,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
+  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
 
   ./configure --prefix=/usr \
   --sysconfdir=/etc \



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

2012-08-22 Thread Giovanni Scafora
Date: Wednesday, August 22, 2012 @ 15:38:08
  Author: giovanni
Revision: 165525

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

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 165524, vlc/trunk/PKGBUILD)
  vlc/repos/extra-i686/vlc.install
(from rev 165524, vlc/trunk/vlc.install)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 165524, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/vlc.install
(from rev 165524, vlc/trunk/vlc.install)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/vlc.install
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/vlc.install

--+
 extra-i686/PKGBUILD  |  183 ++---
 extra-i686/vlc.install   |   36 
 extra-x86_64/PKGBUILD|  183 ++---
 extra-x86_64/vlc.install |   36 
 4 files changed, 220 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-22 19:37:42 UTC (rev 165524)
+++ extra-i686/PKGBUILD 2012-08-22 19:38:08 UTC (rev 165525)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=2.0.3
-pkgrel=2
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/";
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' 
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
- 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
- 'xcb-util-keysyms' 'ttf-freefont')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
- 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
- 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
- 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'vdpau-video: vdpau back-end for nvidia'
-'libva-driver-intel: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'oss: for OSS audio support'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'xosd: for xosd support'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'fluidsynth: for synthesizer MIDI FluidSynth'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool' '!emptydirs')
-install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('a7e79565e3df07dcf9abc6cad3ac26bb')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --disable-rpath \
-  --enable-oss \
-  --enable-faad \
-  --enable-nls \
-  --enable-lirc \
-  --enable-pvr \
-  --enable-ncurses \
-  --enable-realrtsp \
-  --enable-xosd \
-  --enable-aa \
-  --enable-vcdx \
-  --enable-upnp
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  for res in 16 32 48 128; do
-install -D -m644 
"${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \
-"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
-  done
-}

Copied: vlc/repos/extra-i686/PKGBUILD (from rev 165524, vlc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-22 19:38:08

[arch-commits] Commit in ypserv/trunk (4 files)

2012-08-22 Thread Tom Gundersen
Date: Wednesday, August 22, 2012 @ 18:00:33
  Author: tomegun
Revision: 165526

upgpkg: ypserv 2.28-1

add systemd service files and upstream release

Added:
  ypserv/trunk/yppasswdd.service
  ypserv/trunk/ypserv.service
  ypserv/trunk/ypxfrd.service
Modified:
  ypserv/trunk/PKGBUILD

---+
 PKGBUILD  |   18 +++---
 yppasswdd.service |   12 
 ypserv.service|   12 
 ypxfrd.service|   12 
 4 files changed, 51 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-22 19:38:08 UTC (rev 165525)
+++ PKGBUILD2012-08-22 22:00:33 UTC (rev 165526)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=ypserv
-pkgver=2.27
+pkgver=2.28
 pkgrel=1
 pkgdesc='Linux NIS Server'
 arch=('i686' 'x86_64')
@@ -15,7 +15,10 @@
 optdepends=('gawk: for printcap support')
 backup=('etc/ypserv.conf' 'etc/netgroup' 'var/yp/securenets')
 
source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-   confpost.patch
+   'confpost.patch'
+'ypxfrd.service'
+'yppasswdd.service'
+   'ypserv.service'
 'yppasswd'
 'ypserv')
 
@@ -35,8 +38,17 @@
install -D -m644 etc/securenets "${pkgdir}"/var/yp/securenets
install -D -m755 ../ypserv "${pkgdir}"/etc/rc.d/ypserv
install -D -m755 ../yppasswd "${pkgdir}"/etc/rc.d/yppasswd
+   install -D -m644 ../ypxfrd.service 
"${pkgdir}"/usr/lib/systemd/system/ypxfrd.service
+   install -D -m644 ../ypserv.service 
"${pkgdir}"/usr/lib/systemd/system/ypserv.service
+   install -D -m644 ../yppasswdd.service 
"${pkgdir}"/usr/lib/systemd/system/yppasswdd.service
+
+   # Provide native service for arch-daemons generator
+   ln -s yppasswdd.service 
"$pkgdir/usr/lib/systemd/system/yppasswd.service"
 }
-md5sums=('fd9c43aec932a92be07b723c647b02a4'
+md5sums=('ed64f489bab494218fc5c5942b95d5b6'
  '8acb314f30d6e531ac9efa8655f68ccb'
+ 'c80e253756446d59a90c4c21b1cb8740'
+ '7cba3dd3544436c3c1f05e36c0018e92'
+ '3398271c3e0a054e64b06b99aa2dc63d'
  '4bc84c48ed1bb9659698853acb5cfd76'
  'c40befe5932f1b42efaced6b46809303')

Added: yppasswdd.service
===
--- yppasswdd.service   (rev 0)
+++ yppasswdd.service   2012-08-22 22:00:33 UTC (rev 165526)
@@ -0,0 +1,12 @@
+[Unit]
+Description=NIS/YP (Network Information Service) Users Passwords Change Server
+Requires=rpcbind.service
+After=network.target rpcbind.service
+
+[Service]
+Type=forking
+PIDFile=/run/yppasswdd.pid
+ExecStart=/usr/sbin/rpc.yppasswdd
+
+[Install]
+WantedBy=multi-user.target

Added: ypserv.service
===
--- ypserv.service  (rev 0)
+++ ypserv.service  2012-08-22 22:00:33 UTC (rev 165526)
@@ -0,0 +1,12 @@
+[Unit]
+Description=NIS/YP (Network Information Service) Server
+Requires=rpcbind.service
+After=network.target rpcbind.service 
+
+[Service]
+Type=forking
+PIDFile=/run/ypserv.pid
+ExecStart=/usr/sbin/ypserv
+
+[Install]
+WantedBy=multi-user.target

Added: ypxfrd.service
===
--- ypxfrd.service  (rev 0)
+++ ypxfrd.service  2012-08-22 22:00:33 UTC (rev 165526)
@@ -0,0 +1,12 @@
+[Unit]
+Description=NIS/YP (Network Information Service) Maps Transferring Accelerator
+Requires=rpcbind.service
+After=network.target rpcbind.service
+
+[Service]
+Type=forking
+PIDFile=/run/ypxfrd.pid
+ExecStart=/usr/sbin/rpc.ypxfrd
+
+[Install]
+WantedBy=multi-user.target



[arch-commits] Commit in ypserv/repos (16 files)

2012-08-22 Thread Tom Gundersen
Date: Wednesday, August 22, 2012 @ 18:01:24
  Author: tomegun
Revision: 165527

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

Added:
  ypserv/repos/testing-i686/
  ypserv/repos/testing-i686/PKGBUILD
(from rev 165526, ypserv/trunk/PKGBUILD)
  ypserv/repos/testing-i686/confpost.patch
(from rev 165526, ypserv/trunk/confpost.patch)
  ypserv/repos/testing-i686/yppasswd
(from rev 165526, ypserv/trunk/yppasswd)
  ypserv/repos/testing-i686/yppasswdd.service
(from rev 165526, ypserv/trunk/yppasswdd.service)
  ypserv/repos/testing-i686/ypserv
(from rev 165526, ypserv/trunk/ypserv)
  ypserv/repos/testing-i686/ypserv.service
(from rev 165526, ypserv/trunk/ypserv.service)
  ypserv/repos/testing-i686/ypxfrd.service
(from rev 165526, ypserv/trunk/ypxfrd.service)
  ypserv/repos/testing-x86_64/
  ypserv/repos/testing-x86_64/PKGBUILD
(from rev 165526, ypserv/trunk/PKGBUILD)
  ypserv/repos/testing-x86_64/confpost.patch
(from rev 165526, ypserv/trunk/confpost.patch)
  ypserv/repos/testing-x86_64/yppasswd
(from rev 165526, ypserv/trunk/yppasswd)
  ypserv/repos/testing-x86_64/yppasswdd.service
(from rev 165526, ypserv/trunk/yppasswdd.service)
  ypserv/repos/testing-x86_64/ypserv
(from rev 165526, ypserv/trunk/ypserv)
  ypserv/repos/testing-x86_64/ypserv.service
(from rev 165526, ypserv/trunk/ypserv.service)
  ypserv/repos/testing-x86_64/ypxfrd.service
(from rev 165526, ypserv/trunk/ypxfrd.service)

--+
 testing-i686/PKGBUILD|   54 +
 testing-i686/confpost.patch  |   14 +
 testing-i686/yppasswd|   34 +++
 testing-i686/yppasswdd.service   |   12 
 testing-i686/ypserv  |   34 +++
 testing-i686/ypserv.service  |   12 
 testing-i686/ypxfrd.service  |   12 
 testing-x86_64/PKGBUILD  |   54 +
 testing-x86_64/confpost.patch|   14 +
 testing-x86_64/yppasswd  |   34 +++
 testing-x86_64/yppasswdd.service |   12 
 testing-x86_64/ypserv|   34 +++
 testing-x86_64/ypserv.service|   12 
 testing-x86_64/ypxfrd.service|   12 
 14 files changed, 344 insertions(+)

Copied: ypserv/repos/testing-i686/PKGBUILD (from rev 165526, 
ypserv/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-22 22:01:24 UTC (rev 165527)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Gaetan Bisson 
+# Contributor: judd 
+# Contributor: Tom Newsom 
+
+pkgname=ypserv
+pkgver=2.28
+pkgrel=1
+pkgdesc='Linux NIS Server'
+arch=('i686' 'x86_64')
+url='http://www.linux-nis.org/nis/ypserv/'
+license=('GPL2')
+depends=('gdbm' 'openslp' 'inetutils')
+optdepends=('gawk: for printcap support')
+backup=('etc/ypserv.conf' 'etc/netgroup' 'var/yp/securenets')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+   'confpost.patch'
+'ypxfrd.service'
+'yppasswdd.service'
+   'ypserv.service'
+'yppasswd'
+'ypserv')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../confpost.patch
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -D -m644 etc/netgroup "${pkgdir}"/etc/netgroup
+   install -D -m644 etc/ypserv.conf "${pkgdir}"/etc/ypserv.conf
+   install -D -m644 etc/securenets "${pkgdir}"/var/yp/securenets
+   install -D -m755 ../ypserv "${pkgdir}"/etc/rc.d/ypserv
+   install -D -m755 ../yppasswd "${pkgdir}"/etc/rc.d/yppasswd
+   install -D -m644 ../ypxfrd.service 
"${pkgdir}"/usr/lib/systemd/system/ypxfrd.service
+   install -D -m644 ../ypserv.service 
"${pkgdir}"/usr/lib/systemd/system/ypserv.service
+   install -D -m644 ../yppasswdd.service 
"${pkgdir}"/usr/lib/systemd/system/yppasswdd.service
+
+   # Provide native service for arch-daemons generator
+   ln -s yppasswdd.service 
"$pkgdir/usr/lib/systemd/system/yppasswd.service"
+}
+md5sums=('ed64f489bab494218fc5c5942b95d5b6'
+ '8acb314f30d6e531ac9efa8655f68ccb'
+ 'c80e253756446d59a90c4c21b1cb8740'
+ '7cba3dd3544436c3c1f05e36c0018e92'
+ '3398271c3e0a054e64b06b99aa2dc63d'
+ '4bc84c48ed1bb9659698853acb5cfd76'
+ 'c40befe5932f1b42efaced6b46809303')

Copied: ypserv/repos/testing-i686/confpost.patch (from rev 165526, 
ypserv/trunk/confpost.patch)
===
--- testing-i686/confpost.patch (rev 0)
+++ testing-i686/confpost.patch 2012-08-22 22:01:24 UTC (rev 165527)
@@ -0,0 +1,14 @@
+diff -up ypserv-2.27/conf_post.h

[arch-commits] Commit in openmpi/trunk (PKGBUILD openmpi-hostfile.patch)

2012-08-22 Thread Stéphane Gaudreault
Date: Wednesday, August 22, 2012 @ 18:11:05
  Author: stephane
Revision: 165528

upgpkg: openmpi 1.6.1-1

upstream update

Modified:
  openmpi/trunk/PKGBUILD
Deleted:
  openmpi/trunk/openmpi-hostfile.patch

+
 PKGBUILD   |   13 -
 openmpi-hostfile.patch |   12 
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-22 22:01:24 UTC (rev 165527)
+++ PKGBUILD2012-08-22 22:11:05 UTC (rev 165528)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Stéphane Gaudreault 
 pkgname=openmpi
-pkgver=1.6
-pkgrel=2
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="High performance message passing library (MPI)"
 arch=('i686' 'x86_64')
 url="http://www.open-mpi.org";
@@ -10,10 +10,8 @@
 depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc')
 makedepends=('inetutils')
 options=(!libtool)
-source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2
-openmpi-hostfile.patch)
-sha1sums=('8b81eea712bb8f8120468003b5f29baecedf2367'
-  'a76da03418a106d57cfd020d0f8d887d7ec9225b')
+source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1ccff71e3775c80c5a553f30104d663e1226baab')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,9 +19,6 @@
# Make sure we use the system ltdl librariry rather than the ones in the 
tarball
rm -r opal/libltdl
 
-   # Search for openmpi-default-hostfile in /etc/openmpi
-   patch -Np1 -i ../openmpi-hostfile.patch
-
./configure --prefix=/usr \
--sysconfdir=/etc/${pkgname} \
--mandir=/usr/share/man \

Deleted: openmpi-hostfile.patch
===
--- openmpi-hostfile.patch  2012-08-22 22:01:24 UTC (rev 165527)
+++ openmpi-hostfile.patch  2012-08-22 22:11:05 UTC (rev 165528)
@@ -1,12 +0,0 @@
-diff -up openmpi-1.6/orte/runtime/orte_mca_params.c.hostfile 
openmpi-1.6/orte/runtime/orte_mca_params.c
 openmpi-1.6/orte/runtime/orte_mca_params.c.hostfile2012-04-24 
13:18:21.0 -0600
-+++ openmpi-1.6/orte/runtime/orte_mca_params.c 2012-05-15 16:35:24.769565442 
-0600
-@@ -225,7 +225,7 @@ int orte_register_params(void)
- false, false, 1000, 
&orte_timeout_usec_per_proc);
- 
- /* default hostfile */
--asprintf(&orte_default_hostfile, "%s/etc/openmpi-default-hostfile", 
opal_install_dirs.prefix);
-+asprintf(&orte_default_hostfile, "%s/openmpi-default-hostfile", 
opal_install_dirs.sysconfdir);
- mca_base_param_reg_string_name("orte", "default_hostfile",
-"Name of the default hostfile (relative or 
absolute path, \"none\" to ignore environmental or default MCA param setting)",
-false, false, orte_default_hostfile, 
&orte_default_hostfile);



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

2012-08-22 Thread Stéphane Gaudreault
Date: Wednesday, August 22, 2012 @ 18:11:14
  Author: stephane
Revision: 165529

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

Added:
  openmpi/repos/testing-i686/
  openmpi/repos/testing-i686/PKGBUILD
(from rev 165528, openmpi/trunk/PKGBUILD)
  openmpi/repos/testing-x86_64/
  openmpi/repos/testing-x86_64/PKGBUILD
(from rev 165528, openmpi/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   65 ++
 testing-x86_64/PKGBUILD |   65 ++
 2 files changed, 130 insertions(+)

Copied: openmpi/repos/testing-i686/PKGBUILD (from rev 165528, 
openmpi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-22 22:11:14 UTC (rev 165529)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+pkgname=openmpi
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="High performance message passing library (MPI)"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org";
+license=('custom')
+depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc')
+makedepends=('inetutils')
+options=(!libtool)
+source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1ccff71e3775c80c5a553f30104d663e1226baab')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Make sure we use the system ltdl librariry rather than the ones in the 
tarball
+   rm -r opal/libltdl
+
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --mandir=/usr/share/man \
+   --enable-mpi-f90 \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-debug \
+   --enable-pretty-print-stacktrace \
+   --without-slurm \
+   --with-hwloc=/usr \
+   --with-libltdl=/usr  \
+   FC=/usr/bin/gfortran \
+   LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # FS#28583
+   install -d -m 755 "${pkgdir}"/usr/lib/pkgconfig
+   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
+  ln -sf /usr/lib/openmpi/pkgconfig/${i} "${pkgdir}"/usr/lib/pkgconfig/
+   done
+
+   # Openmpi's otfinfo conflicts with the one from texlive
+   mv "${pkgdir}"/usr/bin/otfinfo{,mpi}
+
+   # Openmpi's otfdump conflicts with the one from libotf
+   mv "${pkgdir}"/usr/bin/otfdump{,ompi}
+
+   # Remove dangling symlink
+   rm "${pkgdir}"/usr/share/man/man1/orteCC.1
+
+   install -d -m 755 "${pkgdir}"/etc/ld.so.conf.d
+   echo "/usr/lib/${pkgname}" > "${pkgdir}"/etc/ld.so.conf.d/${pkgname}.conf
+
+   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: openmpi/repos/testing-x86_64/PKGBUILD (from rev 165528, 
openmpi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-22 22:11:14 UTC (rev 165529)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+pkgname=openmpi
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="High performance message passing library (MPI)"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org";
+license=('custom')
+depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc')
+makedepends=('inetutils')
+options=(!libtool)
+source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1ccff71e3775c80c5a553f30104d663e1226baab')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Make sure we use the system ltdl librariry rather than the ones in the 
tarball
+   rm -r opal/libltdl
+
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --mandir=/usr/share/man \
+   --enable-mpi-f90 \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-debug \
+   --enable-pretty-print-stacktrace \
+   --without-slurm \
+   --with-hwloc=/usr \
+   --with-libltdl=/usr  \
+   FC=/usr/bin/gfortran \
+   LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # FS#28583
+   install -d -m 755 "${pkgdir}"/usr/lib/pkgconfig
+   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
+  ln -sf /usr/lib/openmpi/pkgconfig/${i} "${pkgdir}"/usr/lib/pkgconfig/
+   done
+
+   # Openmpi's otfinfo conflicts with the one from texliv

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

2012-08-22 Thread Tom Gundersen
Date: Wednesday, August 22, 2012 @ 18:27:49
  Author: tomegun
Revision: 165530

upgpkg: libmtp 1.1.4-1

upstream release

Modified:
  libmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-22 22:11:14 UTC (rev 165529)
+++ PKGBUILD2012-08-22 22:27:49 UTC (rev 165530)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Edmonds 
 
 pkgname=libmtp
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc="Library implementation of the Media Transfer Protocol"
 arch=("i686" "x86_64")
@@ -24,4 +24,4 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('11529eedaf0e1fc00cdd6119eec525f0')
+md5sums=('27d9bcbc925c1ef84869eb27fdda54e8')



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

2012-08-22 Thread Tom Gundersen
Date: Wednesday, August 22, 2012 @ 18:28:14
  Author: tomegun
Revision: 165531

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

Added:
  libmtp/repos/testing-i686/
  libmtp/repos/testing-i686/PKGBUILD
(from rev 165530, libmtp/trunk/PKGBUILD)
  libmtp/repos/testing-x86_64/
  libmtp/repos/testing-x86_64/PKGBUILD
(from rev 165530, libmtp/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: libmtp/repos/testing-i686/PKGBUILD (from rev 165530, 
libmtp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-22 22:28:14 UTC (rev 165531)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: damir 
+# Contributor: Kevin Edmonds 
+
+pkgname=libmtp
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=("i686" "x86_64")
+url="http://libmtp.sourceforge.net";
+license=('LGPL')
+depends=('libusb' 'libgcrypt')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('27d9bcbc925c1ef84869eb27fdda54e8')

Copied: libmtp/repos/testing-x86_64/PKGBUILD (from rev 165530, 
libmtp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-22 22:28:14 UTC (rev 165531)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: damir 
+# Contributor: Kevin Edmonds 
+
+pkgname=libmtp
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=("i686" "x86_64")
+url="http://libmtp.sourceforge.net";
+license=('LGPL')
+depends=('libusb' 'libgcrypt')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('27d9bcbc925c1ef84869eb27fdda54e8')