[packages/hitch] - up to 1.7.0

baggins baggins at pld-linux.org
Tue Oct 19 00:39:08 CEST 2021


commit 26af51bf3c658b74e2218688d8f17b3163e66b13
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Oct 19 00:38:56 2021 +0200

    - up to 1.7.0

 hitch.spec      | 11 ++++++++---
 no-Werror.patch | 10 ++++++++++
 2 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/hitch.spec b/hitch.spec
index 61b08df..eac160f 100644
--- a/hitch.spec
+++ b/hitch.spec
@@ -5,15 +5,16 @@
 
 Summary:	Network proxy that terminates TLS/SSL connections
 Name:		hitch
-Version:	1.4.6
-Release:	3
+Version:	1.7.0
+Release:	1
 License:	BSD
 Group:		Daemons
 Source0:	https://hitch-tls.org/source/%{name}-%{version}.tar.gz
-# Source0-md5:	3ae020bb5bd2b1f23c860519a89c2e35
+# Source0-md5:	03ac590be3c75264743db1db88a352b7
 Patch0:		%{name}.systemd.service.patch
 Patch1:		%{name}.initrc.redhat.patch
 Patch2:		%{name}-openssl-1.1.patch
+Patch3:		no-Werror.patch
 URL:		https://hitch-tls.org/
 BuildRequires:	libev-devel >= 4
 BuildRequires:	libtool
@@ -56,10 +57,14 @@ cp -p hitch.conf.example hitch.conf
 %patch0
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 CFLAGS="%{rpmcflags} -fPIE"
 LDFLAGS="-pie"
+%{__aclocal} -I .
+%{__automake}
+%{__autoconf}
 %configure \
 	--disable-silent-rules
 %{__make}
diff --git a/no-Werror.patch b/no-Werror.patch
new file mode 100644
index 0000000..151cbac
--- /dev/null
+++ b/no-Werror.patch
@@ -0,0 +1,10 @@
+--- hitch-1.4.6/configure.ac~	2017-06-06 14:23:07.000000000 +0200
++++ hitch-1.4.6/configure.ac	2021-10-06 23:22:28.378705148 +0200
+@@ -11,7 +11,6 @@
+ 
+ AM_INIT_AUTOMAKE([
+ 	-Wall
+-	-Werror
+ 	foreign
+ 	color-tests
+ 	parallel-tests
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hitch.git/commitdiff/26af51bf3c658b74e2218688d8f17b3163e66b13



More information about the pld-cvs-commit mailing list