Date: Friday, March 4, 2016 @ 11:47:47
  Author: jgc
Revision: 260793

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

Added:
  libimobiledevice/repos/staging-i686/PKGBUILD
    (from rev 260792, libimobiledevice/trunk/PKGBUILD)
  libimobiledevice/repos/staging-i686/disable-sslv3.patch
    (from rev 260792, libimobiledevice/trunk/disable-sslv3.patch)
  libimobiledevice/repos/staging-x86_64/PKGBUILD
    (from rev 260792, libimobiledevice/trunk/PKGBUILD)
  libimobiledevice/repos/staging-x86_64/disable-sslv3.patch
    (from rev 260792, libimobiledevice/trunk/disable-sslv3.patch)
Deleted:
  libimobiledevice/repos/staging-i686/PKGBUILD
  libimobiledevice/repos/staging-i686/disable-sslv3.patch
  libimobiledevice/repos/staging-x86_64/PKGBUILD
  libimobiledevice/repos/staging-x86_64/disable-sslv3.patch

------------------------------------+
 /PKGBUILD                          |   68 +++++++++++++++++++++++++++++++++++
 /disable-sslv3.patch               |   24 ++++++++++++
 staging-i686/PKGBUILD              |   34 -----------------
 staging-i686/disable-sslv3.patch   |   12 ------
 staging-x86_64/PKGBUILD            |   34 -----------------
 staging-x86_64/disable-sslv3.patch |   12 ------
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD       2016-03-04 10:47:39 UTC (rev 260792)
+++ staging-i686/PKGBUILD       2016-03-04 10:47:47 UTC (rev 260793)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Tom Gundersen <t...@jklm.no>
-# Maintainer : Ionut Biru <ib...@archlinux.org>
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=libimobiledevice
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
-url="http://libimobiledevice.org/";
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('libusbmuxd' 'gnutls' 'libgcrypt')
-makedepends=('python2')
-source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
-        disable-sslv3.patch)
-md5sums=('8757900ba7bbe2ef5f54342415d0223e'
-         'bac123da4cc67b2f5cc798727e6231a9')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../disable-sslv3.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libimobiledevice/repos/staging-i686/PKGBUILD (from rev 260792, 
libimobiledevice/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2016-03-04 10:47:47 UTC (rev 260793)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Tom Gundersen <t...@jklm.no>
+# Maintainer : Ionut Biru <ib...@archlinux.org>
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libimobiledevice
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
+url="http://libimobiledevice.org/";
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('libusbmuxd')
+makedepends=('python2')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
+        disable-sslv3.patch)
+md5sums=('8757900ba7bbe2ef5f54342415d0223e'
+         'bac123da4cc67b2f5cc798727e6231a9')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../disable-sslv3.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: staging-i686/disable-sslv3.patch
===================================================================
--- staging-i686/disable-sslv3.patch    2016-03-04 10:47:39 UTC (rev 260792)
+++ staging-i686/disable-sslv3.patch    2016-03-04 10:47:47 UTC (rev 260793)
@@ -1,12 +0,0 @@
-diff -u -r libimobiledevice-1.2.0/src/idevice.c 
libimobiledevice-1.2.0-nossl3/src/idevice.c
---- libimobiledevice-1.2.0/src/idevice.c       2015-01-28 02:10:32.000000000 
+0100
-+++ libimobiledevice-1.2.0-nossl3/src/idevice.c        2016-03-03 
18:33:45.912308242 +0100
-@@ -678,7 +678,7 @@
-       }
-       BIO_set_fd(ssl_bio, (int)(long)connection->data, BIO_NOCLOSE);
- 
--      SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv3_method());
-+      SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv23_method());
-       if (ssl_ctx == NULL) {
-               debug_info("ERROR: Could not create SSL context.");
-               BIO_free(ssl_bio);

Copied: libimobiledevice/repos/staging-i686/disable-sslv3.patch (from rev 
260792, libimobiledevice/trunk/disable-sslv3.patch)
===================================================================
--- staging-i686/disable-sslv3.patch                            (rev 0)
+++ staging-i686/disable-sslv3.patch    2016-03-04 10:47:47 UTC (rev 260793)
@@ -0,0 +1,12 @@
+diff -u -r libimobiledevice-1.2.0/src/idevice.c 
libimobiledevice-1.2.0-nossl3/src/idevice.c
+--- libimobiledevice-1.2.0/src/idevice.c       2015-01-28 02:10:32.000000000 
+0100
++++ libimobiledevice-1.2.0-nossl3/src/idevice.c        2016-03-03 
18:33:45.912308242 +0100
+@@ -678,7 +678,7 @@
+       }
+       BIO_set_fd(ssl_bio, (int)(long)connection->data, BIO_NOCLOSE);
+ 
+-      SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv3_method());
++      SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv23_method());
+       if (ssl_ctx == NULL) {
+               debug_info("ERROR: Could not create SSL context.");
+               BIO_free(ssl_bio);

Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD     2016-03-04 10:47:39 UTC (rev 260792)
+++ staging-x86_64/PKGBUILD     2016-03-04 10:47:47 UTC (rev 260793)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Tom Gundersen <t...@jklm.no>
-# Maintainer : Ionut Biru <ib...@archlinux.org>
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=libimobiledevice
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
-url="http://libimobiledevice.org/";
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('libusbmuxd' 'gnutls' 'libgcrypt')
-makedepends=('python2')
-source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
-        disable-sslv3.patch)
-md5sums=('8757900ba7bbe2ef5f54342415d0223e'
-         'bac123da4cc67b2f5cc798727e6231a9')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../disable-sslv3.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libimobiledevice/repos/staging-x86_64/PKGBUILD (from rev 260792, 
libimobiledevice/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2016-03-04 10:47:47 UTC (rev 260793)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Tom Gundersen <t...@jklm.no>
+# Maintainer : Ionut Biru <ib...@archlinux.org>
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libimobiledevice
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
+url="http://libimobiledevice.org/";
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('libusbmuxd')
+makedepends=('python2')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
+        disable-sslv3.patch)
+md5sums=('8757900ba7bbe2ef5f54342415d0223e'
+         'bac123da4cc67b2f5cc798727e6231a9')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../disable-sslv3.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: staging-x86_64/disable-sslv3.patch
===================================================================
--- staging-x86_64/disable-sslv3.patch  2016-03-04 10:47:39 UTC (rev 260792)
+++ staging-x86_64/disable-sslv3.patch  2016-03-04 10:47:47 UTC (rev 260793)
@@ -1,12 +0,0 @@
-diff -u -r libimobiledevice-1.2.0/src/idevice.c 
libimobiledevice-1.2.0-nossl3/src/idevice.c
---- libimobiledevice-1.2.0/src/idevice.c       2015-01-28 02:10:32.000000000 
+0100
-+++ libimobiledevice-1.2.0-nossl3/src/idevice.c        2016-03-03 
18:33:45.912308242 +0100
-@@ -678,7 +678,7 @@
-       }
-       BIO_set_fd(ssl_bio, (int)(long)connection->data, BIO_NOCLOSE);
- 
--      SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv3_method());
-+      SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv23_method());
-       if (ssl_ctx == NULL) {
-               debug_info("ERROR: Could not create SSL context.");
-               BIO_free(ssl_bio);

Copied: libimobiledevice/repos/staging-x86_64/disable-sslv3.patch (from rev 
260792, libimobiledevice/trunk/disable-sslv3.patch)
===================================================================
--- staging-x86_64/disable-sslv3.patch                          (rev 0)
+++ staging-x86_64/disable-sslv3.patch  2016-03-04 10:47:47 UTC (rev 260793)
@@ -0,0 +1,12 @@
+diff -u -r libimobiledevice-1.2.0/src/idevice.c 
libimobiledevice-1.2.0-nossl3/src/idevice.c
+--- libimobiledevice-1.2.0/src/idevice.c       2015-01-28 02:10:32.000000000 
+0100
++++ libimobiledevice-1.2.0-nossl3/src/idevice.c        2016-03-03 
18:33:45.912308242 +0100
+@@ -678,7 +678,7 @@
+       }
+       BIO_set_fd(ssl_bio, (int)(long)connection->data, BIO_NOCLOSE);
+ 
+-      SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv3_method());
++      SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv23_method());
+       if (ssl_ctx == NULL) {
+               debug_info("ERROR: Could not create SSL context.");
+               BIO_free(ssl_bio);

Reply via email to