[arch-commits] Commit in pdns/repos (extra-x86_64)

2012-10-31 Thread Tom Gundersen
Date: Wednesday, October 31, 2012 @ 18:51:54
  Author: tomegun
Revision: 170080

db-remove: pdns removed by tomegun

Deleted:
  pdns/repos/extra-x86_64/



[arch-commits] Commit in pdns/repos/extra-x86_64 (12 files)

2012-02-26 Thread Pierre Schmitz
Date: Sunday, February 26, 2012 @ 06:35:24
  Author: pierre
Revision: 151456

archrelease: copy trunk to extra-x86_64

Added:
  pdns/repos/extra-x86_64/2.9.18-default-mysql-options.patch
(from rev 151455, pdns/trunk/2.9.18-default-mysql-options.patch)
  pdns/repos/extra-x86_64/PKGBUILD
(from rev 151455, pdns/trunk/PKGBUILD)
  pdns/repos/extra-x86_64/pdns-2.9.22-gcc44.patch
(from rev 151455, pdns/trunk/pdns-2.9.22-gcc44.patch)
  pdns/repos/extra-x86_64/pdns.conf
(from rev 151455, pdns/trunk/pdns.conf)
  pdns/repos/extra-x86_64/pdns.install
(from rev 151455, pdns/trunk/pdns.install)
  pdns/repos/extra-x86_64/pdns.rc
(from rev 151455, pdns/trunk/pdns.rc)
Deleted:
  pdns/repos/extra-x86_64/2.9.18-default-mysql-options.patch
  pdns/repos/extra-x86_64/PKGBUILD
  pdns/repos/extra-x86_64/pdns-2.9.22-gcc44.patch
  pdns/repos/extra-x86_64/pdns.conf
  pdns/repos/extra-x86_64/pdns.install
  pdns/repos/extra-x86_64/pdns.rc

+
 2.9.18-default-mysql-options.patch |   26 -
 PKGBUILD   |  112 +++---
 pdns-2.9.22-gcc44.patch|   44 +-
 pdns.conf  |  580 +--
 pdns.install   |   22 -
 pdns.rc|   70 ++--
 6 files changed, 429 insertions(+), 425 deletions(-)

Deleted: 2.9.18-default-mysql-options.patch
===
--- 2.9.18-default-mysql-options.patch  2012-02-26 11:34:56 UTC (rev 151455)
+++ 2.9.18-default-mysql-options.patch  2012-02-26 11:35:24 UTC (rev 151456)
@@ -1,13 +0,0 @@
-diff -Nur pdns-2.9.18.orig/modules/gmysqlbackend/smysql.cc 
pdns-2.9.18/modules/gmysqlbackend/smysql.cc
 pdns-2.9.18.orig/modules/gmysqlbackend/smysql.cc   2005-04-23 
23:40:15.0 +0200
-+++ pdns-2.9.18/modules/gmysqlbackend/smysql.cc2005-07-17 
10:38:35.363597586 +0200
-@@ -15,6 +15,9 @@
-  const string &password)
- {
-   mysql_init(&d_db);
-+#if MYSQL_VERSION_ID > 32349
-+  mysql_options(&d_db, MYSQL_READ_DEFAULT_GROUP, "client");
-+#endif
-   if (!mysql_real_connect(&d_db, host.empty() ? 0 : host.c_str(), 
- user.empty() ? 0 : user.c_str(), 
- password.empty() ? 0 : password.c_str(),

Copied: pdns/repos/extra-x86_64/2.9.18-default-mysql-options.patch (from rev 
151455, pdns/trunk/2.9.18-default-mysql-options.patch)
===
--- 2.9.18-default-mysql-options.patch  (rev 0)
+++ 2.9.18-default-mysql-options.patch  2012-02-26 11:35:24 UTC (rev 151456)
@@ -0,0 +1,13 @@
+diff -Nur pdns-2.9.18.orig/modules/gmysqlbackend/smysql.cc 
pdns-2.9.18/modules/gmysqlbackend/smysql.cc
+--- pdns-2.9.18.orig/modules/gmysqlbackend/smysql.cc   2005-04-23 
23:40:15.0 +0200
 pdns-2.9.18/modules/gmysqlbackend/smysql.cc2005-07-17 
10:38:35.363597586 +0200
+@@ -15,6 +15,9 @@
+  const string &password)
+ {
+   mysql_init(&d_db);
++#if MYSQL_VERSION_ID > 32349
++  mysql_options(&d_db, MYSQL_READ_DEFAULT_GROUP, "client");
++#endif
+   if (!mysql_real_connect(&d_db, host.empty() ? 0 : host.c_str(), 
+ user.empty() ? 0 : user.c_str(), 
+ password.empty() ? 0 : password.c_str(),

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-26 11:34:56 UTC (rev 151455)
+++ PKGBUILD2012-02-26 11:35:24 UTC (rev 151456)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=pdns
-pkgver=2.9.22
-pkgrel=7
-pkgdesc="A modern, advanced and high performance authoritative-only nameserver"
-arch=(i686 x86_64)
-url="http://www.powerdns.com";
-license=('GPL')
-depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite3' 
'libldap')
-makedepends=('boost')
-provides=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
-replaces=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
-conflicts=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
-install=pdns.install
-options=(!makeflags !libtool)
-backup=('etc/powerdns/pdns.conf')
-source=(http://downloads.powerdns.com/releases/${pkgname}-${pkgver}.tar.gz
-2.9.18-default-mysql-options.patch
-pdns-2.9.22-gcc44.patch
-pdns.rc
-pdns.conf)
-md5sums=('8a6ff842733aca885577eb54e983a1ff'
- '90fb32e843326d14359c508cef855929'
- '530642273005bdabae27792098834ea6'
- '16e2d32e9781be7afa8f1700740bcdb0'
- 'a390ab49c4fcde205629be33bddc2e6c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/2.9.18-default-mysql-options.patch"
-  patch -Np1 -i "${srcdir}/pdns-2.9.22-gcc44.patch"
-  touch AUTHORS NEWS
-  libtoolize --force --copy
-  aclocal
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr \
---sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib/powerdns \
-

[arch-commits] Commit in pdns/repos (extra-x86_64 testing-x86_64)

2011-03-24 Thread Andrea Scarpino
Date: Thursday, March 24, 2011 @ 06:28:33
  Author: andrea
Revision: 116546

db-move: moved pdns from [testing] to [extra] (x86_64)

Added:
  pdns/repos/extra-x86_64/
Deleted:
  pdns/repos/testing-x86_64/



[arch-commits] Commit in pdns/repos (extra-x86_64)

2011-03-24 Thread Andrea Scarpino
Date: Thursday, March 24, 2011 @ 06:28:32
  Author: andrea
Revision: 116545

db-move: pdns removed by andrea for move to [extra] (x86_64)

Deleted:
  pdns/repos/extra-x86_64/



[arch-commits] Commit in pdns/repos (extra-x86_64 testing-x86_64)

2011-02-07 Thread Angel Velásquez
Date: Monday, February 7, 2011 @ 09:11:40
  Author: angvp
Revision: 109210

db-move: moved pdns from [testing] to [extra] (x86_64)

Added:
  pdns/repos/extra-x86_64/
Deleted:
  pdns/repos/testing-x86_64/



[arch-commits] Commit in pdns/repos (extra-x86_64)

2011-02-07 Thread Angel Velásquez
Date: Monday, February 7, 2011 @ 09:11:38
  Author: angvp
Revision: 109209

db-move: pdns removed by angvp for move to [extra] (x86_64)

Deleted:
  pdns/repos/extra-x86_64/



[arch-commits] Commit in pdns/repos (extra-x86_64 testing-x86_64)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 17:07:19
  Author: pierre
Revision: 76728

db-move: moved pdns from [testing] to [extra] (x86_64)

Added:
  pdns/repos/extra-x86_64/
Deleted:
  pdns/repos/testing-x86_64/



[arch-commits] Commit in pdns/repos (extra-x86_64)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 17:07:18
  Author: pierre
Revision: 76727

db-move: pdns removed by pierre for move to extra

Deleted:
  pdns/repos/extra-x86_64/