From 7efa714b4b8fe520cb20193170b481441ef5e215 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Wed, 7 Jul 2021 07:07:48 +0200 Subject: [PATCH] Tmux update, RPM update to 1.20 mainline --- centos/SPECS/nginx.spec | 24 ++++++++++++++---------- centos/SPECS/tmux.spec | 12 ++++++++---- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/centos/SPECS/nginx.spec b/centos/SPECS/nginx.spec index be58277..f2077dd 100644 --- a/centos/SPECS/nginx.spec +++ b/centos/SPECS/nginx.spec @@ -22,8 +22,8 @@ Name: nginx Epoch: 1 -Version: 1.19.10 -Release: 1%{?dist} +Version: 1.20.0 +Release: 2%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -72,9 +72,6 @@ Requires: nginx-filesystem = %{epoch}:%{version}-%{release} Requires: openssl Requires: pcre Requires(pre): nginx-filesystem -%if 0%{?with_mailcap_mimetypes} -Requires: nginx-mimetypes -%endif Provides: webserver BuildRequires: systemd @@ -328,6 +325,7 @@ export DESTDIR=%{buildroot} --with-http_v2_module \ --with-http_realip_module \ --with-http_addition_module \ + --with-http_auth_request_module \ --with-http_xslt_module=dynamic \ --with-http_image_filter_module=dynamic \ --with-http_geoip_module=dynamic \ @@ -342,6 +340,8 @@ export DESTDIR=%{buildroot} --with-http_degradation_module \ --with-http_slice_module \ --with-http_stub_status_module \ + --with-http_sub_module \ + --with-http_v2_module \ --with-http_perl_module=dynamic \ --with-http_auth_request_module \ --with-mail=dynamic \ @@ -374,6 +374,7 @@ export DESTDIR=%{buildroot} --add-dynamic-module=%{_builddir}/set-misc-nginx-module-master \ %endif --with-debug \ + --with-threads \ --with-cc-opt="%{optflags} $(pcre-config --cflags)" \ --with-ld-opt="$RPM_LD_FLAGS -Wl,-E" # so the perl module finds its symbols @@ -427,10 +428,6 @@ install -p -m 0644 %{SOURCE101} %{SOURCE102} \ install -p -m 0644 %{SOURCE103} %{SOURCE104} \ %{buildroot}%{_datadir}/nginx/html -%if 0%{?with_mailcap_mimetypes} -rm -f %{buildroot}%{_sysconfdir}/nginx/mime.types -%endif - install -p -D -m 0644 %{_builddir}/nginx-%{version}/man/nginx.8 \ %{buildroot}%{_mandir}/man8/nginx.8 @@ -598,6 +595,7 @@ fi %config(noreplace) %{_sysconfdir}/nginx/mime.types %endif %config(noreplace) %{_sysconfdir}/nginx/mime.types.default +%config(noreplace) %{_sysconfdir}/nginx/mime.types %config(noreplace) %{_sysconfdir}/nginx/nginx.conf %config(noreplace) %{_sysconfdir}/nginx/nginx.conf.default %config(noreplace) %{_sysconfdir}/nginx/scgi_params @@ -694,7 +692,13 @@ fi [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog -* Mon Apr 3 2021 Daniel Steiner +* Wed Jul 7 2021 Daniel Steiner +- Upadate to mainline version 1.20.1. + +* Wed Jul 7 2021 Daniel Steiner +- Upadate to mainline version 1.20.0. + +* Mon Apr 5 2021 Daniel Steiner - Upadate to version 1.19.10 on CentOS 8. * Mon Mar 29 2021 Daniel Steiner diff --git a/centos/SPECS/tmux.spec b/centos/SPECS/tmux.spec index 6ebf4b7..18e5aa9 100644 --- a/centos/SPECS/tmux.spec +++ b/centos/SPECS/tmux.spec @@ -1,8 +1,8 @@ %global _hardened_build 1 Name: tmux -Version: 3.0 -Release: 2%{?dist} +Version: 3.2a +Release: 1%{?dist} Summary: A terminal multiplexer # Most of the source is ISC licensed; some of the files in compat/ are 2 and @@ -15,6 +15,7 @@ Source1: bash_completion_tmux.sh Source2: tmux.conf BuildRequires: gcc +BuildRequires: byacc BuildRequires: pkgconfig(libevent) BuildRequires: pkgconfig(tinfo) BuildRequires: pkgconfig(ncurses) @@ -69,9 +70,12 @@ fi %config(noreplace) %{_sysconfdir}/tmux.conf %changelog -* Sun Sep 29 2019 Daniel Steiner +* Tue Jul 6 2021 Daniel Steiner +- Updated to latest version. + +* Sun Sep 29 2019 Daniel Steiner - Default tmux config added. -* Fri Aug 16 2019 Daniel Steiner +* Fri Aug 16 2019 Daniel Steiner - Initial to version 3.0 for CentOS.