[arch-commits] Commit in luasec/trunk (PKGBUILD nossl.patch)

Sergej Pupykin spupykin at archlinux.org
Wed Mar 9 13:35:12 UTC 2016


    Date: Wednesday, March 9, 2016 @ 14:35:12
  Author: spupykin
Revision: 165744

upgpkg: luasec 2:0.5.1-2

upd

Modified:
  luasec/trunk/PKGBUILD
  luasec/trunk/nossl.patch

-------------+
 PKGBUILD    |    4 ++--
 nossl.patch |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-09 13:35:05 UTC (rev 165743)
+++ PKGBUILD	2016-03-09 13:35:12 UTC (rev 165744)
@@ -6,7 +6,7 @@
 pkgbase=luasec
 pkgname=(lua-sec lua51-sec lua52-sec)
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz"
 	'nossl.patch')
 md5sums=('e34e274a57e9045641191eb7398cce2a'
-         'fe42ad255b70610ad04a633d095fbc73')
+         '7ce9d659e65fe9207e4808ad38f64d24')
 
 prepare() {
   cd luasec-luasec-$pkgver

Modified: nossl.patch
===================================================================
--- nossl.patch	2016-03-09 13:35:05 UTC (rev 165743)
+++ nossl.patch	2016-03-09 13:35:12 UTC (rev 165744)
@@ -1,10 +1,10 @@
 --- a/src/context.c	2016-03-03 05:35:25.593333327 +0100
 +++ b/src/context.c	2016-03-03 05:35:47.793333333 +0100
-@@ -65,10 +65,6 @@ static int set_option_flag(const char *o
+@@ -65,10 +65,7 @@ static int set_option_flag(const char *o
   */
  static LSEC_SSL_METHOD* str2method(const char *method)
  {
--  if (!strcmp(method, "sslv23"))  return SSLv23_method();
+   if (!strcmp(method, "sslv23"))  return SSLv23_method();
 -#ifndef OPENSSL_NO_SSL3
 -  if (!strcmp(method, "sslv3"))   return SSLv3_method();
 -#endif



More information about the arch-commits mailing list