[arch-commits] Commit in ziproxy/trunk (PKGBUILD build-fix.patch)

Sergej Pupykin spupykin at archlinux.org
Tue Mar 14 15:51:08 UTC 2017


    Date: Tuesday, March 14, 2017 @ 15:51:07
  Author: spupykin
Revision: 216303

upgpkg: ziproxy 3.3.1-1

Modified:
  ziproxy/trunk/PKGBUILD
  ziproxy/trunk/build-fix.patch

-----------------+
 PKGBUILD        |   14 +++++++-------
 build-fix.patch |   12 ------------
 2 files changed, 7 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-14 15:50:27 UTC (rev 216302)
+++ PKGBUILD	2017-03-14 15:51:07 UTC (rev 216303)
@@ -3,8 +3,8 @@
 # Contributor: Yejun Yang yejunx AT gmail DOT com
 
 pkgname=ziproxy
-pkgver=3.3.0
-pkgrel=8
+pkgver=3.3.1
+pkgrel=1
 pkgdesc="forwarding, non-caching, compressing HTTP proxy server"
 arch=('i686' 'x86_64')
 url="http://ziproxy.sourceforge.net/"
@@ -28,14 +28,14 @@
 	ziproxy.logrotate
 	ziproxy.xinetd
 	build-fix.patch)
-md5sums=('a8fda01591d455bb23c64c9c5ed3980d'
-         'feb35264391c790cedd5e995182b5ff5'
-         '3d2f9208b5ab6738c136049e1fd2e433'
-         '353850d5a45f2382c11e673e0de38b72')
+sha256sums=('c39c6148840cdaa867d4dd3ad41d39be345494b2048b86ec899d0c075e56874d'
+            '6087c75dc9a9d493365bb599bf4dcb72fab95da54ea9b75418616cf0cd9be5e3'
+            '27c2ce6207c24e1af5bc1cb7b350ef5ca12ea3bdaf7b5f10f00251ec1292c3a0'
+            'dd462a5604aba5bfea8e12a4abe6db317f8d45bc7614696e6d7379cf8120a616')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
-  sed -i '1,1i#include <string.h>' src/qparser.c
+#  sed -i '1,1i#include <string.h>' src/qparser.c
   patch -p1 <"$srcdir"/build-fix.patch
 }
 

Modified: build-fix.patch
===================================================================
--- build-fix.patch	2017-03-14 15:50:27 UTC (rev 216302)
+++ build-fix.patch	2017-03-14 15:51:07 UTC (rev 216303)
@@ -30,15 +30,3 @@
  	return IMG_RET_OK;
  }
  
-diff -wbBur ziproxy-3.3.0/src/qparser.c ziproxy-3.3.0.my/src/qparser.c
---- ziproxy-3.3.0/src/qparser.c	2013-01-04 20:48:50.000000000 +0400
-+++ ziproxy-3.3.0.my/src/qparser.c	2014-09-30 18:28:34.772237049 +0400
-@@ -32,7 +33,7 @@
- // #ifdef __GLIBC__
- // #define _GNU_SOURCE
- // #else
--#define QP_BUILD_STRNDUP
-+//#define QP_BUILD_STRNDUP
- // #endif
- 
- #include <string.h>



More information about the arch-commits mailing list