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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Mar 4 21:13:05 UTC 2016


    Date: Friday, March 4, 2016 @ 22:13:05
  Author: bpiotrowski
Revision: 164844

Use SSLv23 method instead of SSLv3

Modified:
  thrift/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-04 21:10:42 UTC (rev 164843)
+++ PKGBUILD	2016-03-04 21:13:05 UTC (rev 164844)
@@ -20,9 +20,16 @@
   'qt4: TQTcpServer (Qt4) support'
   'qt5-base: TQTcpServer (Qt5) support'
 )
-source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
-sha1sums=('695f47647f776a939d3818f4bc0c8e1de84e735b')
+source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip
+        sslv23.patch)
+sha1sums=('695f47647f776a939d3818f4bc0c8e1de84e735b'
+          '24593ac43933c274704e7fe5c936bfacf3f5e0fc')
 
+prepare() {
+  cd thrift-$pkgver
+  patch -p1 -i "$srcdir/sslv23.patch"
+}
+
 build() {
   cd thrift-$pkgver
 



More information about the arch-commits mailing list