diff --git a/haproxy-2.0.17.tar.gz b/haproxy-2.0.17.tar.gz deleted file mode 100644 index 58836495e17114818a9727af9ecd0782dc03ba7c..0000000000000000000000000000000000000000 Binary files a/haproxy-2.0.17.tar.gz and /dev/null differ diff --git a/haproxy-2.2.1.tar.gz b/haproxy-2.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b3b81591baacda2d8e9b9160800c365f0e8e7cfa Binary files /dev/null and b/haproxy-2.2.1.tar.gz differ diff --git a/haproxy.spec b/haproxy.spec index 703c3df8d86973d1761b688383e69100abb71303..80eee84424069ef1be1d955cafd9e3674eb6aa75 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -4,7 +4,7 @@ %global _hardened_build 1 Name: haproxy -Version: 2.0.17 +Version: 2.2.1 Release: 1 Summary: The Reliable, High Performance TCP/HTTP Load Balancer @@ -40,7 +40,7 @@ use_regparm_opt="USE_REGPARM=1" %make_build CPU="generic" TARGET="linux-glibc" USE_OPENSSL=1 USE_PCRE=1 USE_ZLIB=1 \ USE_LUA=1 USE_CRYPT_H=1 USE_SYSTEMD=1 USE_LINUX_TPROXY=1 USE_GETADDRINFO=1 ${use_regparm_opt} \ - ADDINC="%{optflags}" ADDLIB="%{__global_ldflags}" + ADDINC="%{optflags}" ADDLIB="%{__global_ldflags}" EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" pushd contrib/halog %make_build ${halog} OPTIMIZE="%{optflags} %{build_ldflags}" @@ -122,6 +122,9 @@ exit 0 %{_mandir}/man1/* %changelog +* Thu July 1 huanghaitao - 2.2.1-1 +- update to 2.2.1 + * Tue Sep 15 2020 Ge Wang - 2.0.17-1 - update to 2.0.17 and modify source0 url