summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/dbmail/PKGBUILD12
-rw-r--r--community/dd_rescue/PKGBUILD9
-rw-r--r--community/happy/PKGBUILD10
-rw-r--r--community/haskell-haskeline/PKGBUILD6
-rw-r--r--community/iodine/PKGBUILD6
-rw-r--r--community/perl-dbd-odbc/PKGBUILD6
-rw-r--r--community/pv/PKGBUILD6
-rw-r--r--community/tomoyo-tools/PKGBUILD10
-rw-r--r--community/tomoyo-tools/tomoyo-tools.install10
-rw-r--r--community/vile/PKGBUILD11
-rw-r--r--community/zile/PKGBUILD16
-rw-r--r--extra/kdeplasma-applets-plasma-nm/PKGBUILD6
-rw-r--r--extra/libaccounts-glib/PKGBUILD6
-rw-r--r--extra/libaccounts-qt/PKGBUILD6
-rw-r--r--extra/libtorrent-rasterbar/PKGBUILD10
-rw-r--r--extra/mariadb/PKGBUILD14
-rw-r--r--extra/openconnect/PKGBUILD6
-rw-r--r--extra/python2/PKGBUILD15
-rw-r--r--extra/signon/PKGBUILD6
-rw-r--r--libre/icecat-adblock-plus/PKGBUILD11
-rw-r--r--libre/iceweasel-adblock-plus/PKGBUILD11
-rw-r--r--libre/ponysay-libre/PKGBUILD49
-rw-r--r--libre/xbmc-libre/PKGBUILD10
-rw-r--r--libre/xbmc-libre/xbmc.service1
24 files changed, 155 insertions, 98 deletions
diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD
index 2c81bdd85..bae1280f5 100644
--- a/community/dbmail/PKGBUILD
+++ b/community/dbmail/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 106198 2014-02-25 10:18:17Z spupykin $
+# $Id: PKGBUILD 106291 2014-02-26 16:22:54Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sebastian Faltoni <sebastian.faltoni@gmail.com>
pkgname=dbmail
-pkgver=3.1.10
-pkgrel=4
+pkgver=3.1.11
+pkgrel=1
pkgdesc="Fast and scalable sql based mail services"
arch=('i686' 'x86_64')
depends=('gmime' 'libzdb' 'mhash' 'libevent')
@@ -20,14 +20,14 @@ backup=(etc/xinetd.d/dbmail-imapd
etc/xinetd.d/dbmail-pop3d
etc/xinetd.d/dbmail-lmtpd
etc/xinetd.d/dbmail-timsieved)
-#source=("http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz"
-source=("dbmail-$pkgver::git://git.subdir.eu/paul/dbmail#branch=dbmail_3_1"
+#source=("dbmail-$pkgver::git://git.subdir.eu/paul/dbmail#branch=dbmail_3_1"
+source=("http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz"
"dbmail-imapd.xinetd"
"dbmail-lmtpd.xinetd"
"dbmail-pop3d.xinetd"
"dbmail-timsieved.xinetd"
"dbmail-7-systemd.diff")
-md5sums=('SKIP'
+md5sums=('e32b167106a2b34483070cbb08839567'
'890de13361afbdf4fed12d6d7eb53e66'
'961593658cd596297d03d25eb9c9e98f'
'4cb764894abd3914802e90602bf90a0c'
diff --git a/community/dd_rescue/PKGBUILD b/community/dd_rescue/PKGBUILD
index 05f098682..d6d66b673 100644
--- a/community/dd_rescue/PKGBUILD
+++ b/community/dd_rescue/PKGBUILD
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD 100624 2013-11-06 14:17:22Z fyan $
+# $Id: PKGBUILD 106264 2014-02-26 03:42:27Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Zerial <fernando@zerial.org>
# Contributor: Patrick Leslie Polzer <leslie.polzer@gmx.net>
# Contributor: Jose Riha <jose1711 gmail com>
pkgname=dd_rescue
-pkgver=1.40
-pkgrel=2
+pkgver=1.41
+pkgrel=1
pkgdesc="A dd version that is very useful for data-recovery"
url="http://www.garloff.de/kurt/linux/ddrescue/"
license=("GPL")
depends=('glibc')
arch=('x86_64' 'i686')
source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz")
-md5sums=('690bc25884272461d994aca10f620b98')
build() {
cd $pkgname
@@ -24,3 +23,5 @@ package() {
cd $pkgname
make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
}
+
+md5sums=('f5d89c365cbc404b263abd2f94ea60b5')
diff --git a/community/happy/PKGBUILD b/community/happy/PKGBUILD
index 5f63b6e6a..0eab25381 100644
--- a/community/happy/PKGBUILD
+++ b/community/happy/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 89288 2013-04-28 16:52:09Z td123 $
+# $Id: PKGBUILD 106258 2014-02-25 23:08:43Z bpiotrowski $
# Maintainer: Thomas Dziedzic <gostrc@gmail.com>
# Contributor: simo <simo@archlinux.org>
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
-
+
pkgname=happy
-pkgver=1.18.10
-pkgrel=3
+pkgver=1.19.3
+pkgrel=1
pkgdesc="The Parser Generator for Haskell"
url="http://hackage.haskell.org/package/happy"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=("custom:BSD3")
depends=('gmp')
makedepends=('ghc=7.6.3-1' 'haskell-mtl=2.1.2-3')
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a1638e89434427e57f68ef311761dc30')
+md5sums=('fb9f4aec9d9e3b92be95a8abc43704b4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/haskell-haskeline/PKGBUILD b/community/haskell-haskeline/PKGBUILD
index 102cd82ee..d9c122ca6 100644
--- a/community/haskell-haskeline/PKGBUILD
+++ b/community/haskell-haskeline/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 106230 2014-02-25 15:57:18Z bpiotrowski $
+# $Id: PKGBUILD 106287 2014-02-26 15:19:55Z bpiotrowski $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
# Package generated by cabal2arch 0.7.6
@@ -6,12 +6,12 @@
_hkgname=haskeline
pkgname=haskell-haskeline
pkgver=0.7.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A command-line interface for user input, written in Haskell."
url="http://hackage.haskell.org/package/haskeline"
license=('custom:BSD3')
arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-utf8-string=0.3.7-5' 'haskell-mtl=2.1.2-3' 'haskell-terminfo=0.3.2.5-3')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-utf8-string=0.3.7-5' 'haskell-mtl=2.1.2-3' 'haskell-terminfo=0.4.0.0-1')
install=${pkgname}.install
options=('staticlibs')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
diff --git a/community/iodine/PKGBUILD b/community/iodine/PKGBUILD
index c50b3c9d4..57017b56d 100644
--- a/community/iodine/PKGBUILD
+++ b/community/iodine/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 101503 2013-11-26 16:10:21Z fyan $
+# $Id: PKGBUILD 106266 2014-02-26 03:44:24Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Christian Hesse <mail@eworm.de>
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
@@ -6,12 +6,12 @@
pkgname=iodine
pkgver=0.6.0rc1
-pkgrel=3
+pkgrel=4
pkgdesc='Tunnel IPv4 data through a DNS server'
arch=('i686' 'x86_64')
url='http://code.kryo.se/iodine'
license=('custom:ISC')
-depends=('zlib')
+depends=('zlib' 'net-tools')
source=("http://code.kryo.se/${pkgname}/${pkgname}-${pkgver/rc/-rc}.tar.gz"
'iodined.service'
'iodined.conf.d')
diff --git a/community/perl-dbd-odbc/PKGBUILD b/community/perl-dbd-odbc/PKGBUILD
index a27d34dc4..6ac0f84b6 100644
--- a/community/perl-dbd-odbc/PKGBUILD
+++ b/community/perl-dbd-odbc/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 100316 2013-11-02 09:13:58Z spupykin $
+# $Id: PKGBUILD 106272 2014-02-26 10:46:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-dbd-odbc
-pkgver=1.45
+pkgver=1.47
pkgrel=1
pkgdesc="ODBC Driver for DBI"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl-dbi' 'perl' 'unixodbc')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz")
-md5sums=('3c750cde8e39fbba804043485f18ba68')
+md5sums=('d5dc91518dc4a476f98e74d8c0774947')
build() {
cd DBD-ODBC-${pkgver}
diff --git a/community/pv/PKGBUILD b/community/pv/PKGBUILD
index 6a0082f15..af30a1bcb 100644
--- a/community/pv/PKGBUILD
+++ b/community/pv/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 105108 2014-01-31 20:17:47Z lfleischer $
+# $Id: PKGBUILD 106285 2014-02-26 15:01:01Z lfleischer $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=pv
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url='http://www.ivarch.com/programs/pv.shtml'
license=('custom:Artistic 2.0')
depends=('glibc')
source=("http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2")
-md5sums=('fb7ecf2f5a8d5562d618efd5d85cdf82')
+md5sums=('fdcd0be1e333602f82a70921b87976b8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/tomoyo-tools/PKGBUILD b/community/tomoyo-tools/PKGBUILD
index f321ae4fc..f988a2894 100644
--- a/community/tomoyo-tools/PKGBUILD
+++ b/community/tomoyo-tools/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 96550 2013-08-31 16:05:13Z foutrelis $
+# $Id: PKGBUILD 106283 2014-02-26 11:56:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jamie Nguyen <jamie AT tomoyolinux.co.uk>
pkgname=tomoyo-tools
_basever=2.5.0
-_timestamp=20130406
+_timestamp=20140105
_file=53357
-pkgver=${_basever}.${_timestamp}
-pkgrel=2
+pkgver=2.5.0.20140105
+pkgrel=3
pkgdesc='TOMOYO Linux userspace tools for Linux kernels >=3.2'
arch=('i686' 'x86_64')
url='http://tomoyo.sourceforge.jp'
@@ -16,7 +16,7 @@ license=('GPL')
depends=('ncurses' 'linux>=3.2')
install=tomoyo-tools.install
source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz")
-md5sums=('8888f83fcb87823d714ff551e8680d0d')
+md5sums=('555561e733a530f5514521d45bdbfeec')
prepare() {
cd "${srcdir}/${pkgname}"
diff --git a/community/tomoyo-tools/tomoyo-tools.install b/community/tomoyo-tools/tomoyo-tools.install
index c23df1212..09d974751 100644
--- a/community/tomoyo-tools/tomoyo-tools.install
+++ b/community/tomoyo-tools/tomoyo-tools.install
@@ -1,11 +1,7 @@
post_install () {
- echo
- echo " * To enable TOMOYO Linux, append 'security=tomoyo TOMOYO_trigger=/usr/bin/init' to the kernel"
+ echo " * To enable TOMOYO Linux, append 'security=tomoyo' to the kernel"
echo " boot options and initialize policy with this command:"
echo " /usr/lib/tomoyo/init_policy"
- echo
-}
-
-post_upgrade () {
- post_install $1
+ echo " Also you may pass TOMOYO_trigger parameter if CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER"
+ echo " kernel option has wrong value"
}
diff --git a/community/vile/PKGBUILD b/community/vile/PKGBUILD
index 3d40ed441..8b6dd58cb 100644
--- a/community/vile/PKGBUILD
+++ b/community/vile/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 101122 2013-11-17 20:12:27Z spupykin $
+# $Id: PKGBUILD 106280 2014-02-26 11:22:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=vile
-pkgver=9.8_k
+pkgver=9.8_l
_basever=9.8
pkgrel=1
pkgdesc="vi like emacs"
@@ -21,7 +21,8 @@ source=("ftp://invisible-island.net/vile/vile-${_basever}.tgz"
"ftp://invisible-island.net/vile/patches/vile-${_basever}h.patch.gz"
"ftp://invisible-island.net/vile/patches/vile-${_basever}i.patch.gz"
"ftp://invisible-island.net/vile/patches/vile-${_basever}j.patch.gz"
- "ftp://invisible-island.net/vile/patches/vile-${_basever}k.patch.gz")
+ "ftp://invisible-island.net/vile/patches/vile-${_basever}k.patch.gz"
+ "ftp://invisible-island.net/vile/patches/vile-${_basever}l.patch.gz")
md5sums=('b5a0d89165f633a662cdb4b5c57f2e2f'
'685cb681943e9315a1689a6a6f4734cb'
'f3842ea427c635d0ee96f6da8566fa56'
@@ -33,7 +34,8 @@ md5sums=('b5a0d89165f633a662cdb4b5c57f2e2f'
'6ea4cf22e29f5418f26ba6632985c70e'
'908e8f9cf3c9a681c3ef76a3cd04a0c3'
'66f4136ab1ce33f491080c0fb3c87b06'
- 'e4a60ed7e3959269201c5a937b206272')
+ 'e4a60ed7e3959269201c5a937b206272'
+ '6dcca45518004247ff9e11a791a054c9')
prepare() {
cd $srcdir/$pkgname-${_basever}
@@ -51,6 +53,7 @@ build() {
package() {
cd $srcdir/$pkgname-${_basever}
+ mkdir -p $pkgdir/usr/lib/vile
make install DESTDIR=$pkgdir
mkdir -p $pkgdir/usr/share/licenses/$pkgname
cat <<EOF >$pkgdir/usr/share/licenses/$pkgname/license
diff --git a/community/zile/PKGBUILD b/community/zile/PKGBUILD
index 4ed801004..2f2e7ce5f 100644
--- a/community/zile/PKGBUILD
+++ b/community/zile/PKGBUILD
@@ -1,26 +1,28 @@
-# $Id: PKGBUILD 83186 2013-01-27 16:28:06Z pierre $
+# $Id: PKGBUILD 106262 2014-02-26 03:23:44Z kkeen $
+# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-# Maintainer: Kevin Piche <kevin@archlinux.org>
+# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=zile
-pkgver=2.4.9
+pkgver=2.4.10
pkgrel=1
pkgdesc="A small, fast, and powerful Emacs clone"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/zile/"
license=('GPL3')
depends=('acl' 'gc' 'ncurses')
+makedepends=('help2man')
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('f233487e2d0ce99d7670832d106d1a2503d4c925'
- 'cfc6f526bd4f14e127b32f91ae3e414e58d722c3')
+sha1sums=('256ae72ee43613c61bdbc558e8eb3dd50fe4de19'
+ '0a7bc694588129e79b997e516a39c9f60ddfef1a')
build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="${pkgdir}" install
}
diff --git a/extra/kdeplasma-applets-plasma-nm/PKGBUILD b/extra/kdeplasma-applets-plasma-nm/PKGBUILD
index 908cd5c05..f3026262f 100644
--- a/extra/kdeplasma-applets-plasma-nm/PKGBUILD
+++ b/extra/kdeplasma-applets-plasma-nm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 200039 2013-11-22 00:08:52Z andrea $
+# $Id: PKGBUILD 206457 2014-02-26 20:10:01Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
pkgname=kdeplasma-applets-plasma-nm
-pkgver=0.9.3.2
+pkgver=0.9.3.3
pkgrel=1
pkgdesc="Plasma applet written in QML for managing network connections"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ optdepends=('mobile-broadband-provider-info: Database of mobile broadband servic
'openconnect: Cisco AnyConnect VPN plugin')
conflicts=('kdeplasma-applets-networkmanagement')
source=("http://download.kde.org/unstable/plasma-nm/plasma-nm-${pkgver}.tar.xz")
-md5sums=('67dde011a859f2d72633cf3af5c9f847')
+md5sums=('5bcb5b76929f116d8ed24ddb1fdf9043')
prepare() {
mkdir build
diff --git a/extra/libaccounts-glib/PKGBUILD b/extra/libaccounts-glib/PKGBUILD
index 4fa64cb08..6cd72aa5d 100644
--- a/extra/libaccounts-glib/PKGBUILD
+++ b/extra/libaccounts-glib/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 203009 2013-12-31 16:18:17Z andrea $
+# $Id: PKGBUILD 206453 2014-02-26 19:59:53Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=libaccounts-glib
-pkgver=1.15
+pkgver=1.16
pkgrel=1
pkgdesc="Glib-based client library for accessing the online accounts database"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('LGPL')
depends=('dbus-glib' 'libxml2' 'sqlite')
makedepends=('python2-gobject' 'docbook-xsl')
source=("http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-sha1sums=('0b681e624af0bec3866d8ad662d40df9aa8b3d7a')
+sha1sums=('1d1393030591e38e7b8b33a37555710b3116860e')
build() {
cd $pkgname-$pkgver
diff --git a/extra/libaccounts-qt/PKGBUILD b/extra/libaccounts-qt/PKGBUILD
index 80d87533f..590344787 100644
--- a/extra/libaccounts-qt/PKGBUILD
+++ b/extra/libaccounts-qt/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 203011 2013-12-31 16:41:54Z andrea $
+# $Id: PKGBUILD 206451 2014-02-26 19:59:34Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgbase=libaccounts-qt
pkgname=('libaccounts-qt' 'libaccounts-qt-doc')
-pkgver=1.10
+pkgver=1.11
pkgrel=1
arch=('i686' 'x86_64')
url="http://code.google.com/p/accounts-sso/"
license=('LGPL')
makedepends=('qt4' 'libaccounts-glib' 'doxygen')
source=("http://accounts-sso.googlecode.com/files/accounts-qt-$pkgver.tar.bz2")
-sha1sums=('a71ee49a3dda9c44a385e8f0215b08240e48512a')
+sha1sums=('a09eb0487db215d6b8809fc33790cdbb2f785393')
prepare() {
cd accounts-qt-$pkgver
diff --git a/extra/libtorrent-rasterbar/PKGBUILD b/extra/libtorrent-rasterbar/PKGBUILD
index 81f2b8ea7..342d4cef9 100644
--- a/extra/libtorrent-rasterbar/PKGBUILD
+++ b/extra/libtorrent-rasterbar/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 201262 2013-12-07 10:35:01Z bpiotrowski $
+# $Id: PKGBUILD 206432 2014-02-26 06:00:38Z bpiotrowski $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Hugo Doria <hugo@archlinux.org>
pkgname=libtorrent-rasterbar
-pkgver=0.16.12
-pkgrel=2
+pkgver=0.16.15
+pkgrel=1
epoch=1
pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around"
url="http://www.rasterbar.com/products/libtorrent/"
@@ -13,8 +13,8 @@ license=('BSD')
depends=('boost-libs' 'geoip' 'python2')
makedepends=('boost')
options=('!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('cd326fd2609c3d00c25dabdd441a0704efbf0207')
+source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
+sha1sums=('8657a493fb2ee4e6bf55e484deb922d23b65818d')
build() {
cd $pkgname-$pkgver
diff --git a/extra/mariadb/PKGBUILD b/extra/mariadb/PKGBUILD
index f14483d18..cd9dde752 100644
--- a/extra/mariadb/PKGBUILD
+++ b/extra/mariadb/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 204924 2014-01-31 12:48:39Z bpiotrowski $
-# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
+# $Id: PKGBUILD 206434 2014-02-26 06:33:42Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
pkgbase=mariadb
pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=5.5.35
+pkgver=5.5.36
_pkgver=${pkgver/.a/a}
pkgrel=1
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ source=(http://mirrors.supportex.net/$pkgbase/$pkgbase-$_pkgver/kvm-tarbake-jaun
mariadb.service
mariadb-post.sh
mariadb-tmpfile.conf)
-sha256sums=('b47391e5da8ea1a09585411b2a892e2070d097bec6102b0f13640176a1746a4e'
+sha256sums=('16f2cc9c219b4fbe0b3e97f14d1ed6fd8b7d377b22b95f31adae91965e36bb0c'
'a6cf5446159fff16598d0d787dd3a3c30a53a656a5f876ddb608bc60e234d334'
'368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
@@ -56,9 +56,9 @@ build() {
-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
-DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
-DWITHOUT_PBXT_STORAGE_ENGINE=1 \
- -DCMAKE_C_FLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer" \
- -DCMAKE_CXX_FLAGS="-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 -felide-constructors -fno-rtti" \
- -DWITH_MYSQLD_LDFLAGS="${LDFLAGS}"
+ -DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer" \
+ -DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 -felide-constructors -fno-rtti" \
+ -DWITH_MYSQLD_LDFLAGS="$LDFLAGS"
make
diff --git a/extra/openconnect/PKGBUILD b/extra/openconnect/PKGBUILD
index 4e684ade9..9ca5629ae 100644
--- a/extra/openconnect/PKGBUILD
+++ b/extra/openconnect/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 198352 2013-10-30 14:20:43Z allan $
+# $Id: PKGBUILD 206436 2014-02-26 06:36:35Z bpiotrowski $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=openconnect
-pkgver=5.01
+pkgver=5.03
pkgrel=1
epoch=1
pkgdesc="Open client for Cisco AnyConnect VPN"
@@ -13,7 +13,7 @@ depends=('libxml2' 'gnutls' 'libproxy' 'vpnc')
makedepends=('intltool' 'python2')
options=('!emptydirs')
source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('40b059f0fe955cd4f41d7abb97d84ce8')
+md5sums=('ff43ed1dbaccd2537fd7c5bfb04295a6')
build() {
cd $pkgname-$pkgver
diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD
index 39ce339d2..59a36acbb 100644
--- a/extra/python2/PKGBUILD
+++ b/extra/python2/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 206008 2014-02-15 15:11:11Z fyan $
+# $Id: PKGBUILD 206425 2014-02-26 04:18:20Z fyan $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributer: Allan McRae <allan@archlinux.org>
# Contributer: Jason Chu <jason@archlinux.org>
pkgname=python2
pkgver=2.7.6
-pkgrel=2
+pkgrel=3
_pybasever=2.7
pkgdesc="A high-level scripting language"
arch=('i686' 'x86_64')
@@ -16,12 +16,19 @@ makedepends=('tk>=8.6.0' 'bluez-libs')
optdepends=('tk: for IDLE')
conflicts=('python<3')
options=('!makeflags')
-source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
-sha1sums=('8321636af2acbeaa68fc635d7dda7369ed446a80')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz
+ CVE-2014-1912.patch::http://hg.python.org/cpython/raw-rev/87673659d8f7)
+sha1sums=('8321636af2acbeaa68fc635d7dda7369ed446a80'
+ '1d0527f7b8483e1e0e12867675fdff86f22cd297')
prepare() {
cd "${srcdir}/Python-${pkgver}"
+ # FS#39040 / CVE-2014-1912, upstream report: http://bugs.python.org/issue20246
+ # Remove the NEWS file update from upstream patch which will cause a conflict
+ sed -i "40,51d" "$srcdir/CVE-2014-1912.patch"
+ patch -p1 -i "$srcdir/CVE-2014-1912.patch"
+
# Temporary workaround for FS#22322
# See http://bugs.python.org/issue10835 for upstream report
sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c
diff --git a/extra/signon/PKGBUILD b/extra/signon/PKGBUILD
index 7ba049cc4..fcf791d31 100644
--- a/extra/signon/PKGBUILD
+++ b/extra/signon/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 202670 2013-12-24 08:58:48Z andrea $
+# $Id: PKGBUILD 206455 2014-02-26 20:00:34Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgbase=signon
pkgname=('signon' 'signon-doc')
-pkgver=8.55
+pkgver=8.56
pkgrel=1
arch=('i686' 'x86_64')
url="http://code.google.com/p/accounts-sso/"
@@ -13,7 +13,7 @@ makedepends=('qt4' 'libproxy' 'doxygen' 'graphviz' 'ttf-font')
options=('!emptydirs')
source=("http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2"
'use_keyring.patch')
-sha1sums=('e71bfe54bdd4ad50705eb7071c3a426293370b2a'
+sha1sums=('54c502204e2f31446feafba21041ebdfc2401fc5'
'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1')
prepare() {
diff --git a/libre/icecat-adblock-plus/PKGBUILD b/libre/icecat-adblock-plus/PKGBUILD
index b1ccb3b09..412535caf 100644
--- a/libre/icecat-adblock-plus/PKGBUILD
+++ b/libre/icecat-adblock-plus/PKGBUILD
@@ -1,11 +1,10 @@
-# $Id: PKGBUILD 104302 2014-01-17 11:39:31Z spupykin $
+# $Id: PKGBUILD 106267 2014-02-26 10:45:17Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
pkgname=icecat-adblock-plus
-pkgver=2.4.1
-_addons_file=230225
-pkgrel=1.1
+pkgver=2.5.1
+_addons_file=244872
+pkgrel=1
pkgdesc="plugin for icecat which block ads and banners"
arch=('any')
url="http://adblockplus.org/"
@@ -15,7 +14,7 @@ makedepends=('unzip')
provides=(firefox-adblock-plus=$pkgver)
noextract=("adblock_plus-$pkgver-fx+tb+fn+sm.xpi")
source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
-md5sums=('3fe51813290a0d7103b620e2813a8c0e')
+md5sums=('7e1c072961be0d108c81ab91bd89d687')
package() {
# _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.`
diff --git a/libre/iceweasel-adblock-plus/PKGBUILD b/libre/iceweasel-adblock-plus/PKGBUILD
index 0a248955b..5d30cd52c 100644
--- a/libre/iceweasel-adblock-plus/PKGBUILD
+++ b/libre/iceweasel-adblock-plus/PKGBUILD
@@ -1,11 +1,10 @@
-# $Id: PKGBUILD 104302 2014-01-17 11:39:31Z spupykin $
+# $Id: PKGBUILD 106267 2014-02-26 10:45:17Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
pkgname=iceweasel-adblock-plus
-pkgver=2.4.1
-_addons_file=230225
-pkgrel=1.1
+pkgver=2.5.1
+_addons_file=244872
+pkgrel=1
pkgdesc="plugin for iceweasel which block ads and banners"
arch=('any')
url="http://adblockplus.org/"
@@ -15,7 +14,7 @@ makedepends=('unzip')
provides=(firefox-adblock-plus=$pkgver)
noextract=("adblock_plus-$pkgver-fx+tb+fn+sm.xpi")
source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
-md5sums=('3fe51813290a0d7103b620e2813a8c0e')
+md5sums=('7e1c072961be0d108c81ab91bd89d687')
package() {
# _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.`
diff --git a/libre/ponysay-libre/PKGBUILD b/libre/ponysay-libre/PKGBUILD
new file mode 100644
index 000000000..703a562d6
--- /dev/null
+++ b/libre/ponysay-libre/PKGBUILD
@@ -0,0 +1,49 @@
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+# Contributor: Erkin Batu Altunbaş <erkinbatu@gmail.com>
+# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
+# Contributor (Parabola): Márcio Silva <coadde@parabola.nu>
+
+_pkgname=ponysay
+pkgname=ponysay-libre
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="cowsay reimplemention for ponies, without nonfree pony graphics"
+url="http://erkin.github.com/ponysay/"
+arch=('any')
+license=('GPL3')
+replaces=$_pkgname
+conflicts=$_pkgname
+provides=$_pkgname=$pkgver
+depends=('python' 'bash')
+makedepends=('git')
+mksource=("ponysay-$pkgver.tar.gz::https://github.com/erkin/ponysay/tarball/$pkgver")
+source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz")
+mkmd5sums=('3fac23eb1a3a9d0640ecebd1919b4390')
+md5sums=('21451fee1a773eb76572cc1cafad8422')
+
+mksource() {
+ cd "$srcdir/erkin-ponysay-"*
+
+ # Generate a nonfree pony graphics list to replace it with empty files
+ # NOTE: empty files are necessary for the building checking only, --freedom=strict will not include them for the packaging
+ grep -rIl 'FREE: sharable' | cat > nonfree-pony-graphics-list.txt
+ grep -rIl 'FREE: no' | cat >> nonfree-pony-graphics-list.txt
+
+ # Remove nonfree pony graphics
+ rm -v $(grep -rIl 'FREE: sharable')
+ rm -v $(grep -rIl 'FREE: no')
+
+ # Generate empty files
+ for x in $(cat nonfree-pony-graphics-list.txt); do
+ touch $x
+ done
+
+ # Remove list
+ rm -v nonfree-pony-graphics-list.txt
+}
+
+package() {
+ cd "$srcdir/erkin-ponysay-"*
+
+ python3 setup.py --prefix=/usr --dest-dir=$pkgdir --freedom=strict --everything --with-pdf=/usr/share/doc/ponysay --without-pdf-compression install
+}
diff --git a/libre/xbmc-libre/PKGBUILD b/libre/xbmc-libre/PKGBUILD
index 15a664a15..cccfb7941 100644
--- a/libre/xbmc-libre/PKGBUILD
+++ b/libre/xbmc-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 106153 2014-02-24 09:49:46Z spupykin $
+# $Id: PKGBUILD 106277 2014-02-26 11:07:14Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: [vEX] <niechift.dot.vex.at.gmail.dot.com>
@@ -12,7 +12,7 @@ _pkgname=xbmc
pkgname=xbmc-libre
pkgver=12.3
_codename=Frodo
-pkgrel=9.1
+pkgrel=10
pkgdesc="A software media player and entertainment hub for digital media, without unrar support"
arch=('i686' 'x86_64')
url="http://xbmc.org"
@@ -41,7 +41,7 @@ source=("https://repo.parabolagnulinux.org/other/${pkgname}/${pkgname}-${pkgver}
"libass.patch::https://bugs.archlinux.org/index.php?getfile=11285")
mkmd5sums=('7ae385ebf8e5cfcb917393235e6efbdb')
md5sums=('7c71af50af55b097e4365a58b70754e8'
- '4d3cc17703a9a477a32db486c257a305'
+ 'a32b879d010a0060a8057bb8cb2f4c9e'
'02f7951824ee13103344f36009c0ef2a'
'7fd6399d2ffbdf06b724f0cc2efa0784')
@@ -131,7 +131,7 @@ package() {
done
install -Dm0644 $srcdir/xbmc.service $pkgdir/usr/lib/systemd/system/xbmc.service
-# install -Dm0644 $srcdir/polkit.rules $pkgdir/usr/share/polkit-1/rules.d/10-xbmc.rules
-# chmod 0700 $pkgdir/usr/share/polkit-1/rules.d/
+ install -Dm0644 $srcdir/polkit.rules $pkgdir/usr/share/polkit-1/rules.d/10-xbmc.rules
+ chmod 0700 $pkgdir/usr/share/polkit-1/rules.d/
}
# vim:set ts=2 sw=2 et:
diff --git a/libre/xbmc-libre/xbmc.service b/libre/xbmc-libre/xbmc.service
index 9987dfeb9..4353defa2 100644
--- a/libre/xbmc-libre/xbmc.service
+++ b/libre/xbmc-libre/xbmc.service
@@ -5,6 +5,7 @@ After = remote-fs.target
[Service]
User = xbmc
Group = xbmc
+PAMName=login
Type = simple
ExecStart = /usr/bin/xinit /usr/bin/dbus-launch /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp
Restart = on-abort